{"title":"Bakery Cases","description":"","products":[{"product_id":"polarman-rtw-120l-4-28-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-W120L-4 28″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-W120L-4\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-120L-4_b807f28e-396f-49d6-b28c-714180560930.jpg?v=1733989262\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis compact countertop display unit is designed for conveniently showcasing baked goods to entice customers. Ideal for cafes, diners, or bakeries, it features top-mounted LED lighting, a digital temperature controller, adjustable chrome-plated shelves, and double glass on all sides with a curved front. It has sliding doors, a maintenance-free condenser, a ventilated cooling system, and automatic defrost. Made of stainless steel with an external air duct on the glass to eliminate condensation, it offers low energy consumption, a simple design, and high safety.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48945734156580,"sku":"PLM-W120L-4","price":899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-120L-4_2.jpg?v=1721353884"},{"product_id":"polarman-rtw-160l-4-35-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-W160L-4 35″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n        \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n      \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-W160L-4\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-160L-4_27063900-32e7-4a1f-8448-0b45984552f0.jpg?v=1733989418\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis compact countertop display unit is designed for conveniently showcasing baked goods to entice customers. Ideal for cafes, diners, or bakeries, it features top-mounted LED lighting, a digital temperature controller, adjustable chrome-plated shelves, and double glass on all sides with a curved front. It has sliding doors, a maintenance-free condenser, a ventilated cooling system, and automatic defrost. Made of stainless steel with an external air duct on the glass to eliminate condensation, it offers low energy consumption, a simple design, and high safety.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48946285379876,"sku":"PLM-W160L-4","price":949.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-160L-4_2.jpg?v=1721354076"},{"product_id":"polarman-rtw-202l-4-48-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-W202L-4 48″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n      \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-W202L-4\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-202L-4_2c684d65-0009-4149-ba3c-d2fd9f25ffe6.jpg?v=1733989472\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis compact countertop display unit is designed for conveniently showcasing baked goods to entice customers. Ideal for cafes, diners, or bakeries, it features top-mounted LED lighting, a digital temperature controller, adjustable chrome-plated shelves, and double glass on all sides with a curved front. It has sliding doors, a maintenance-free condenser, a ventilated cooling system, and automatic defrost. Made of stainless steel with an external air duct on the glass to eliminate condensation, it offers low energy consumption, a simple design, and high safety.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48946309169444,"sku":"PLM-W202L-4","price":1199.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-202L-4_2.jpg?v=1721354377"},{"product_id":"polarman-rtw-252l-4-60-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-W252L-4 60″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n        \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-W252L-4\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-252L-4_da520d2b-f236-4fb9-8fce-d941f02d7703.jpg?v=1733989536\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis compact countertop display unit is designed for conveniently showcasing baked goods to entice customers. Ideal for cafes, diners, or bakeries, it features top-mounted LED lighting, a digital temperature controller, adjustable chrome-plated shelves, and double glass on all sides with a curved front. It has sliding doors, a maintenance-free condenser, a ventilated cooling system, and automatic defrost. Made of stainless steel with an external air duct on the glass to eliminate condensation, it offers low energy consumption, a simple design, and high safety.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48946334925092,"sku":"PLM-W252L-4","price":1499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-252L-4_2.jpg?v=1721354398"},{"product_id":"polarman-rtw-120l-5-28-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-W120L-5 28″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n        \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n      \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-W120L-5\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-120L-5_7b9a1cd3-1113-4354-9c82-5c18fc0c22a0.jpg?v=1733990036\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv data-v-06579b38=\"\" data-v-c0e761c0=\"\" class=\"item conversation-item\"\u003e\n\u003cdiv data-v-41bce282=\"\" data-v-06579b38=\"\"\u003e\n\u003cdiv data-v-41bce282=\"\" class=\"answer\" id=\"row-answer-15\"\u003e\n\u003cdiv data-v-41bce282=\"\" class=\"panel\"\u003e\n\u003cdiv data-v-41bce282=\"\" class=\"flex flex-x-between flex-y-start\"\u003e\n\u003cdiv data-v-41bce282=\"\" class=\"answer-content flex1\"\u003e\n\u003cdiv data-v-490d2b4c=\"\" data-v-41bce282=\"\" class=\"code-box flex1\"\u003e\n\u003cdiv data-v-691945b2=\"\" data-v-826683ac=\"\" class=\"answer-content-wrap\"\u003e\n\u003cdiv data-v-691945b2=\"\" class=\"markdown-body md-body tl\" id=\"1733989757268\"\u003eThis versatile countertop display unit is perfect for showcasing your baked goods to customers. With internal LED lighting, a digital temperature control, and adjustable chrome shelves, it’s ideal for cafes, diners, or bakeries. Features double glass sides, front flat glass, sliding doors, and a maintenance-free condenser. The unit has a ventilated cooling system, automatic defrost, and is made of stainless steel. Optional air duct for condensation removal and low energy consumption.\u003ci data-v-6e1d4865=\"\" class=\"shim copy flex flex-x-center flex-y-center\" disabled\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-v-06579b38=\"\" data-v-c0e761c0=\"\" class=\"item conversation-item\"\u003e\n\u003cdiv data-v-22d6da3c=\"\" data-v-06579b38=\"\" class=\"conversation question pr flex flex-x-start flex-y-start\" id=\"row-question-16\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48946414747940,"sku":"RTW-120L-5","price":1099.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-120L-5_1d0576a3-8494-4544-bf78-8bb79a694c4d.jpg?v=1721348806"},{"product_id":"polarman-rtw-160l-5-35-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-W160L-5 35″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n        \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-W160L-5\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-160L-5_14bce9fd-59d0-467f-b8c3-ad7558dd61ae.jpg?v=1733991333\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv data-v-06579b38=\"\" data-v-c0e761c0=\"\" class=\"item conversation-item\"\u003e\n\u003cdiv data-v-41bce282=\"\" data-v-06579b38=\"\"\u003e\n\u003cdiv data-v-41bce282=\"\" class=\"answer\" id=\"row-answer-15\"\u003e\n\u003cdiv data-v-41bce282=\"\" class=\"panel\"\u003e\n\u003cdiv data-v-41bce282=\"\" class=\"flex flex-x-between flex-y-start\"\u003e\n\u003cdiv data-v-41bce282=\"\" class=\"answer-content flex1\"\u003e\n\u003cdiv data-v-490d2b4c=\"\" data-v-41bce282=\"\" class=\"code-box flex1\"\u003e\n\u003cdiv data-v-691945b2=\"\" data-v-826683ac=\"\" class=\"answer-content-wrap\"\u003e\n\u003cdiv data-v-691945b2=\"\" class=\"markdown-body md-body tl\" id=\"1733989757268\"\u003eThis versatile countertop display unit is perfect for showcasing your baked goods to customers. With internal LED lighting, a digital temperature control, and adjustable chrome shelves, it’s ideal for cafes, diners, or bakeries. Features double glass sides, front flat glass, sliding doors, and a maintenance-free condenser. The unit has a ventilated cooling system, automatic defrost, and is made of stainless steel. Optional air duct for condensation removal and low energy consumption.\u003ci data-v-6e1d4865=\"\" class=\"shim copy flex flex-x-center flex-y-center\" disabled\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-v-06579b38=\"\" data-v-c0e761c0=\"\" class=\"item conversation-item\"\u003e\n\u003cdiv data-v-22d6da3c=\"\" data-v-06579b38=\"\" class=\"conversation question pr flex flex-x-start flex-y-start\" id=\"row-question-16\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48946421858596,"sku":"PLM-W160L-5","price":1099.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-160L-5_1.jpg?v=1721354561"},{"product_id":"polarman-rtw-202l-5-48-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-W202L-5 48″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease;\n\n        }\n\n      \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n        \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-W202L-5\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-202L-5_81a4ac39-e8fb-4da3-97f9-2ac2dc480e73.jpg?v=1733991386\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"item conversation-item\" data-v-c0e761c0=\"\" data-v-06579b38=\"\"\u003e\n\u003cdiv data-v-06579b38=\"\" data-v-41bce282=\"\"\u003e\n\u003cdiv id=\"row-answer-15\" class=\"answer\" data-v-41bce282=\"\"\u003e\n\u003cdiv class=\"panel\" data-v-41bce282=\"\"\u003e\n\u003cdiv class=\"flex flex-x-between flex-y-start\" data-v-41bce282=\"\"\u003e\n\u003cdiv class=\"answer-content flex1\" data-v-41bce282=\"\"\u003e\n\u003cdiv class=\"code-box flex1\" data-v-41bce282=\"\" data-v-490d2b4c=\"\"\u003e\n\u003cdiv class=\"answer-content-wrap\" data-v-826683ac=\"\" data-v-691945b2=\"\"\u003e\n\u003cdiv id=\"1733989757268\" class=\"markdown-body md-body tl\" data-v-691945b2=\"\"\u003eThis versatile countertop display unit is perfect for showcasing your baked goods to customers. With internal LED lighting, a digital temperature control, and adjustable chrome shelves, it’s ideal for cafes, diners, or bakeries. Features double glass sides, front flat glass, sliding doors, and a maintenance-free condenser. The unit has a ventilated cooling system, automatic defrost, and is made of stainless steel. Optional air duct for condensation removal and low energy consumption.\u003ci disabled class=\"shim copy flex flex-x-center flex-y-center\" data-v-6e1d4865=\"\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"item conversation-item\" data-v-c0e761c0=\"\" data-v-06579b38=\"\"\u003e\n\u003cdiv id=\"row-question-16\" class=\"conversation question pr flex flex-x-start flex-y-start\" data-v-06579b38=\"\" data-v-22d6da3c=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48946426151204,"sku":"PLM-W202L-5","price":1299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-202L-5_ff8e6723-e39b-4602-9263-3afc460f0b0d.jpg?v=1721354672"},{"product_id":"polarman-rtw-252l-5-60-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-W252L-5 60″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-W252L-5\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-252L-5_1.jpg?v=1733991541\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"item conversation-item\" data-v-c0e761c0=\"\" data-v-06579b38=\"\"\u003e\n\u003cdiv data-v-06579b38=\"\" data-v-41bce282=\"\"\u003e\n\u003cdiv id=\"row-answer-15\" class=\"answer\" data-v-41bce282=\"\"\u003e\n\u003cdiv class=\"panel\" data-v-41bce282=\"\"\u003e\n\u003cdiv class=\"flex flex-x-between flex-y-start\" data-v-41bce282=\"\"\u003e\n\u003cdiv class=\"answer-content flex1\" data-v-41bce282=\"\"\u003e\n\u003cdiv class=\"code-box flex1\" data-v-41bce282=\"\" data-v-490d2b4c=\"\"\u003e\n\u003cdiv class=\"answer-content-wrap\" data-v-826683ac=\"\" data-v-691945b2=\"\"\u003e\n\u003cdiv id=\"1733989757268\" class=\"markdown-body md-body tl\" data-v-691945b2=\"\"\u003eThis versatile countertop display unit is perfect for showcasing your baked goods to customers. With internal LED lighting, a digital temperature control, and adjustable chrome shelves, it’s ideal for cafes, diners, or bakeries. Features double glass sides, front flat glass, sliding doors, and a maintenance-free condenser. The unit has a ventilated cooling system, automatic defrost, and is made of stainless steel. Optional air duct for condensation removal and low energy consumption.\u003ci disabled class=\"shim copy flex flex-x-center flex-y-center\" data-v-6e1d4865=\"\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"item conversation-item\" data-v-c0e761c0=\"\" data-v-06579b38=\"\"\u003e\n\u003cdiv id=\"row-question-16\" class=\"conversation question pr flex flex-x-start flex-y-start\" data-v-06579b38=\"\" data-v-22d6da3c=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48946561351972,"sku":"PLM-W252L-5","price":1499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTW-252L-5.jpg?v=1720595807"},{"product_id":"polarman-arc-270y-36-curved-glass-refrigerated-bakery-display-case-with-led-lights","title":"Polarman PLM-270A 36″  Curved Glass Refrigerated Bakery Display Case With LED Lights","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-270A\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-270Y_884b3e78-017b-415a-9d41-564e4f9ac088.jpg?v=1734068216\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eShowcase your baked goods effectively with the Polarman 36″ curved glass refrigerated display case, perfect for cafes, cake shops, or restaurant interiors. Its sleek design ensures items remain sanitary and highly visible, enticing customers with your delicious desserts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48950883156260,"sku":"PLM-270A","price":1799.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-270Y_9d4442e7-dd74-40ea-8345-f495ab5f5726.jpg?v=1734229953"},{"product_id":"polarman-arc-370y-48-curved-glass-refrigerated-bakery-display-case-with-led-lights","title":"Polarman PLM-370A 48″ Curved Glass Refrigerated Bakery Display Case With LED Lights","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n      \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-370A\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-370Y_19190cc9-c62a-4499-9e73-de6308a3ed27.jpg?v=1734068437\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eShowcase your baked goods effectively with the Polarman 48″ curved glass refrigerated display case, perfect for cafes, cake shops, or restaurant interiors. Its sleek design ensures items remain sanitary and highly visible, enticing customers with your delicious desserts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48950906519844,"sku":"PLM-370A","price":1999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-370Y_94b884be-5fe8-4657-8780-c570109b5e06.jpg?v=1734229987"},{"product_id":"polarman-arc-470y-60-curved-glass-refrigerated-bakery-display-case-with-led-lights","title":"Polarman PLM-470A 60″ Curved Glass Refrigerated Bakery Display Case With LED Lights","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-470A\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-470Y_fc70f3ca-c9b3-4973-8abe-987e63173da2.jpg?v=1734068489\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eShowcase your baked goods effectively with the Polarman 60″ curved glass refrigerated display case, perfect for cafes, cake shops, or restaurant interiors. Its sleek design ensures items remain sanitary and highly visible, enticing customers with your delicious desserts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48951039754532,"sku":"PLM-470A","price":2299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-470Y_818f8f61-d916-4644-bf3f-3852998b3b8e.jpg?v=1734230021"},{"product_id":"polarman-arc-570y-72-curved-glass-refrigerated-bakery-display-case-with-led-lights","title":"Polarman PLM-570A 72″ Curved Glass Refrigerated Bakery Display Case With LED Lights","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n      \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n      \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-570A\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_c35b836f-00a5-4a68-82c8-fc572dbed193.jpg?v=1734069291\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eShowcase your baked goods effectively with the Polarman 72″ curved glass refrigerated display case, perfect for cafes, cake shops, or restaurant interiors. Its sleek design ensures items remain sanitary and highly visible, enticing customers with your delicious desserts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48951171449124,"sku":"PLM-570A","price":2799.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-570Y_226c82f9-a069-49df-88f4-f4252d48f912.jpg?v=1734230042"},{"product_id":"polarman-arc-270z-36-square-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-270S 36″ Square Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-270S\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-270Z_6caa38c7-e68a-47a0-a38d-652d929fa0d4.jpg?v=1734230366\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis premium floor-standing display unit is strategically designed to position your delectable baked goods in a prime location, captivating the attention of potential buyers. Whether you're seeking a bakery showcase for your cafe's entrance or a refrigerated unit within your diner to highlight mouthwatering desserts, this unit serves as an excellent choice to enhance your offerings and entice patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48951533535524,"sku":"PLM-270S","price":1899.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-270Z_6caa38c7-e68a-47a0-a38d-652d929fa0d4.jpg?v=1734230366"},{"product_id":"polarman-arc-370z-48-square-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-370S 48″ Square Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n        \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n      \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-370S\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-370Z_b6d48655-9927-4313-bb00-411b69075efc.jpg?v=1734230405\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis premium floor-standing display unit is strategically designed to position your delectable baked goods in a prime location, captivating the attention of potential buyers. Whether you're seeking a bakery showcase for your cafe's entrance or a refrigerated unit within your diner to highlight mouthwatering desserts, this unit serves as an excellent choice to enhance your offerings and entice patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48952098685220,"sku":"PLM-370S","price":2099.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-370Z_b6d48655-9927-4313-bb00-411b69075efc.jpg?v=1734230405"},{"product_id":"polarman-arc-470z-60-square-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-470S 60″ Square Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n      \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n        \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-470S\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-470Z_d1a5cd7a-34c2-4a21-ae08-9fb9974a5c2e.jpg?v=1734230440\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis premium floor-standing display unit is strategically designed to position your delectable baked goods in a prime location, captivating the attention of potential buyers. Whether you're seeking a bakery showcase for your cafe's entrance or a refrigerated unit within your diner to highlight mouthwatering desserts, this unit serves as an excellent choice to enhance your offerings and entice patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48952487444772,"sku":"PLM-470S","price":2299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-470Z_d1a5cd7a-34c2-4a21-ae08-9fb9974a5c2e.jpg?v=1734230440"},{"product_id":"polarman-arc-570z-72-square-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-570S 72″ Square Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n      \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n      \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-570S\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-570Z_574d4f19-79fb-4944-b10e-f3efada9afea.jpg?v=1734230473\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis premium floor-standing display unit is strategically designed to position your delectable baked goods in a prime location, captivating the attention of potential buyers. Whether you're seeking a bakery showcase for your cafe's entrance or a refrigerated unit within your diner to highlight mouthwatering desserts, this unit serves as an excellent choice to enhance your offerings and entice patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48952591909156,"sku":"PLM-570S","price":2799.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-570Z_574d4f19-79fb-4944-b10e-f3efada9afea.jpg?v=1734230473"},{"product_id":"polarman-arc-271y-36-curved-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-271A 36″ Curved Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n        \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n      \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-271A\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-271Y_5cb79995-0022-4983-b69c-57982a320242.jpg?v=1734230082\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThe Polarman 36″ curved glass refrigerated display case, with its double-paned glass and sliding rear doors, offers optimal visibility and sanitation, enticing customers with a clear view of your delectable desserts from all sides. Ideal for any establishment, it's the perfect choice to prominently showcase your baked goods and attract hungry patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48953282560292,"sku":"PLM-271A","price":2099.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-271Y_5cb79995-0022-4983-b69c-57982a320242.jpg?v=1734230082"},{"product_id":"polarman-arc-371y-48-curved-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-371A 48″ Curved Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n      \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-371A\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-371Y_6e4d3d02-b652-4cd7-b8c7-65f733729ef0.jpg?v=1734230128\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThe Polarman 48″ curved glass refrigerated display case, with its double-paned glass and sliding rear doors, offers optimal visibility and sanitation, enticing customers with a clear view of your delectable desserts from all sides. Ideal for any establishment, it's the perfect choice to prominently showcase your baked goods and attract hungry patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48957431808292,"sku":"PLM-371A","price":2299.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-371Y_6e4d3d02-b652-4cd7-b8c7-65f733729ef0.jpg?v=1734230151"},{"product_id":"polarman-arc-471y-60-curved-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-471A 60″ Curved Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n     \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n        \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-471A\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-471Y_0a4e0947-1512-485f-8fc3-0a162025e468.jpg?v=1734230280\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThe Polarman 60″ curved glass refrigerated display case, with its double-paned glass and sliding rear doors, offers optimal visibility and sanitation, enticing customers with a clear view of your delectable desserts from all sides. Ideal for any establishment, it's the perfect choice to prominently showcase your baked goods and attract hungry patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48957448651044,"sku":"PLM-471A","price":2699.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-471Y_0a4e0947-1512-485f-8fc3-0a162025e468.jpg?v=1734230280"},{"product_id":"polarman-arc-571y-72-curved-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-571A 72″ Curved Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n        \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-571A\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-571Y_773e5efd-7426-4064-b555-436c855771c2.jpg?v=1734230265\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThe Polarman 72″ curved glass refrigerated display case, with its double-paned glass and sliding rear doors, offers optimal visibility and sanitation, enticing customers with a clear view of your delectable desserts from all sides. Ideal for any establishment, it's the perfect choice to prominently showcase your baked goods and attract hungry patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48957474308388,"sku":"PLM-571A","price":3199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC-571Y_773e5efd-7426-4064-b555-436c855771c2.jpg?v=1734230337"},{"product_id":"polarman-arc-271z-36-square-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-271S 36″ Square Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n        \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0;\n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-271S\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC271Z.jpg?v=1734072643\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis premium floor-standing display unit is strategically designed to position your delectable baked goods in a prime location, captivating the attention of potential buyers. Whether you're seeking a bakery showcase for your cafe's entrance or a refrigerated unit within your diner to highlight mouthwatering desserts, this unit serves as an excellent choice to enhance your offerings and entice patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48957522182436,"sku":"PLM-271S","price":1999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC271Z.jpg?v=1734072643"},{"product_id":"polarman-arc-371z-48-square-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-371S 48″ Square Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n      \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-371S\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC371Z.jpg?v=1734072733\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis premium floor-standing display unit is strategically designed to position your delectable baked goods in a prime location, captivating the attention of potential buyers. Whether you're seeking a bakery showcase for your cafe's entrance or a refrigerated unit within your diner to highlight mouthwatering desserts, this unit serves as an excellent choice to enhance your offerings and entice patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48957567729956,"sku":"PLM-371S","price":2299.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC371Z.jpg?v=1734072733"},{"product_id":"polarman-arc-471z-60-square-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-471S 60″ Square Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-471S\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC471Z.jpg?v=1734072817\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis premium floor-standing display unit is strategically designed to position your delectable baked goods in a prime location, captivating the attention of potential buyers. Whether you're seeking a bakery showcase for your cafe's entrance or a refrigerated unit within your diner to highlight mouthwatering desserts, this unit serves as an excellent choice to enhance your offerings and entice patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48957665181988,"sku":"PLM-471S","price":2699.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC471Z.jpg?v=1734072817"},{"product_id":"polarman-arc-571z-72-square-glass-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-571S 72″ Square Glass Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n      \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n        \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-571S\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC571Z.jpg?v=1734072930\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis premium floor-standing display unit is strategically designed to position your delectable baked goods in a prime location, captivating the attention of potential buyers. Whether you're seeking a bakery showcase for your cafe's entrance or a refrigerated unit within your diner to highlight mouthwatering desserts, this unit serves as an excellent choice to enhance your offerings and entice patrons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48957683204388,"sku":"PLM-571S","price":3499.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/ARC571Z.jpg?v=1734072930"},{"product_id":"polarman-rtq-120l-4-28-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-Q120L-4 28″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n\n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n      \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-Q120L-4\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTQ-120L-4_75af0a0b-627d-4b84-9c37-b7e8ee73e86a.jpg?v=1734067044\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis countertop display unit is designed for easy placement of baked goods to entice customers. Its curved glass enhances visibility, and the stainless steel frame ensures strength. The minimalist design suits bakeries, grocery stores, or cafes. The case features glass on all sides and a space-saving sliding door. Adjustable shelves accommodate various food sizes, and the automatic defrost function maintains cleanliness andbrightness. The robust refrigeration system preserves product appearance and freshness, boosting customer appeal and sales. External air ducts manage condensation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48999760822564,"sku":"PLM-Q120L-4","price":1199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTQ-120L-4.jpg?v=1721352482"},{"product_id":"polarman-rtq-160l-4-35-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-Q160L-4 35″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cstyle\u003e\n      \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n        \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-Q160L-4\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTQ-160L-4_07508b0f-8785-4583-a80a-dfbed63b7bfd.jpg?v=1734067355\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis countertop display unit is designed for easy placement of baked goods to entice customers. Its curved glass enhances visibility, and the stainless steel frame ensures strength. The minimalist design suits bakeries, grocery stores, or cafes. The case features glass on all sides and a space-saving sliding door. Adjustable shelves accommodate various food sizes, and the automatic defrost function maintains cleanliness andbrightness. The robust refrigeration system preserves product appearance and freshness, boosting customer appeal and sales. External air ducts manage condensation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48999766262052,"sku":"PLM-Q160L-4","price":1299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTQ-160L-4_b529a45f-d0e2-4a79-baf6-b2928ec4a748.jpg?v=1721355151"},{"product_id":"polarman-rtq-202l-4-48-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-Q202L-4 48″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n      \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-Q202L-4\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTQ-202L-4_10fd0546-c9d0-4832-af5d-079cf5e55849_1.jpg?v=1734067500\" alt=\"Polarman Countertop Refrigerated Bakery Display\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis countertop display unit is designed for easy placement of baked goods to entice customers. Its curved glass enhances visibility, and the stainless steel frame ensures strength. The minimalist design suits bakeries, grocery stores, or cafes. The case features glass on all sides and a space-saving sliding door. Adjustable shelves accommodate various food sizes, and the automatic defrost function maintains cleanliness andbrightness. The robust refrigeration system preserves product appearance and freshness, boosting customer appeal and sales. External air ducts manage condensation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48999768129828,"sku":"PLM-Q202L-4","price":1499.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTQ-202L-4_10fd0546-c9d0-4832-af5d-079cf5e55849.jpg?v=1730006530"},{"product_id":"polarman-rtq-252l-4-60-countertop-refrigerated-bakery-display-case-with-led-lighting","title":"Polarman PLM-Q252L-4 60″ Countertop Refrigerated Bakery Display Case with LED Lighting","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start;\n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-Q252L-4\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTQ-252L-4_fb3f4285-a093-46ff-9e0b-542309b08c9f.jpg?v=1734067542\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis countertop display unit is designed for easy placement of baked goods to entice customers. Its curved glass enhances visibility, and the stainless steel frame ensures strength. The minimalist design suits bakeries, grocery stores, or cafes. The case features glass on all sides and a space-saving sliding door. Adjustable shelves accommodate various food sizes, and the automatic defrost function maintains cleanliness andbrightness. The robust refrigeration system preserves product appearance and freshness, boosting customer appeal and sales. External air ducts manage condensation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":48999779696932,"sku":"PLM-Q252L-4","price":1699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/RTQ-252L-4_907671b1-a180-4d9a-87ba-cf5d36ae2f75.jpg?v=1730016627"},{"product_id":"polarman-plm-270sb-36-black-2-shelf-square-glass-refrigerated-bakery-display-case","title":"Polarman PLM-270SB 36\" Black 2-Shelf Square Glass Refrigerated Bakery Display Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-270SB\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_1524a332-dbcf-401b-880b-e4feab7983d9.jpg?v=1761373892\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eThe Polarman PLM-270SB refrigerated pastry display cabinet features a straight-front glass panel design with two built-in display shelves for organized pastry and cake presentation. Its 36-inch wide body includes dual-zone full-access operation channels, while reinforced glass sliding doors and side panels maximize product visibility. The black exterior creates a professional display interface, complemented by a durable stainless steel interior and a controllable LED lighting system that precisely highlights displayed items.\u003c\/p\u003e\n\u003cp\u003eThe Polarman PLM-270SB refrigerated cake display cabinet utilizes a copper evaporator paired with R290 refrigerant to maintain a constant temperature range of 32 to 53.6 degrees Fahrenheit (approximately 0 to 12 degrees Celsius). Its digital temperature control system, complete with an integrated LED display, enables precise adjustments to ensure food safety. An independent refrigeration system and automatic defrost cycle guarantee stable operation, allowing continuous performance without manual cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":51184198877476,"sku":"PLM-270SB","price":1799.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/1_bc6e56cc-e70c-4529-8579-57716f055652.jpg?v=1761373891"},{"product_id":"polarman-plm-371ab-48-black-2-shelf-curved-glass-refrigerated-bakery-display-case","title":"Polarman PLM-371AB 48\" Black 3-Shelf Curved Glass Refrigerated Bakery Display Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-371AB\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_f84465bf-a9dd-453d-8414-c9cd1625a65e.jpg?v=1761373342\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eThe Polarman PLM-371AB refrigerated pastry display cabinet features a curved glass front panel design with three built-in display shelves for organized pastry and cake presentation. Its 48-inch wide body includes dual-zone full-access operation channels, while reinforced glass sliding doors and side panels maximize product visibility. The black exterior creates a professional presentation interface, complemented by a durable stainless steel interior and a controllable LED lighting system that precisely highlights displayed items.\u003c\/p\u003e\n\u003cp\u003eThe Polarman PLM-371AB refrigerated cake display cabinet utilizes a copper evaporator paired with R290 refrigerant to maintain a constant temperature range of 32 to 53.6 degrees Fahrenheit (approximately 0 to 12 degrees Celsius). Its digital temperature control system, complete with an integrated LED display, enables precise adjustments to ensure food safety. An independent refrigeration system and automatic defrost cycle guarantee stable operation, allowing continuous performance without manual cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":51184599957796,"sku":"PLM-371AB","price":2699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/1_aaf0e218-d076-4c37-aa9d-8b0dffcf4db3.jpg?v=1761373342"},{"product_id":"polarman-plm-371sb-48-black-3-shelf-square-glass-refrigerated-bakery-display-case","title":"Polarman PLM-371SB 48\" Black 3-Shelf Square Glass Refrigerated Bakery Display Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-371SB\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_39804c6a-e848-48e4-8649-0ac7a08f205c.jpg?v=1760662105\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eThe Polarman PLM-371SB refrigerated pastry display cabinet features a straight-front glass panel design with three built-in display shelves for organized pastry and cake presentation. Its 48-inch wide body includes dual-zone full-access operation channels, while reinforced glass sliding doors and side panels maximize product visibility. The black exterior creates a professional display interface, complemented by a durable stainless steel interior and a controllable LED lighting system that precisely highlights displayed items.\u003c\/p\u003e\n\u003cp\u003eThe Polarman PLM-371SB refrigerated cake display cabinet utilizes a copper evaporator paired with R290 refrigerant to maintain a constant temperature range of 32 to 53.6 degrees Fahrenheit (approximately 0 to 12 degrees Celsius). Its digital temperature control system, complete with an integrated LED display, enables precise adjustments to ensure food safety. An independent refrigeration system and automatic defrost cycle guarantee stable operation, allowing continuous performance without manual cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":51184691675428,"sku":"PLM-371SB","price":2699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/1_b3711a88-664e-43c4-8230-05c319675618.jpg?v=1760662105"},{"product_id":"polarman-plm-471ab-60-black-3-shelf-curved-glass-refrigerated-bakery-display-case","title":"Polarman PLM-471AB 60\" Black 3-Shelf Curved Glass Refrigerated Bakery Display Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-471AB\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_8e03177f-3d92-4dab-99d8-68b8f59a712f.jpg?v=1761373188\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eThe Polarman PLM-471AB refrigerated pastry display cabinet features a curved glass front panel design with three built-in display shelves for organized pastry and cake presentation. Its 60-inch wide body includes dual-zone full-access operation channels, while reinforced glass sliding doors and side panels maximize product visibility. The black exterior creates a professional presentation interface, complemented by a durable stainless steel interior and a controllable LED lighting system that precisely highlights displayed items.\u003c\/p\u003e\n\u003cp\u003eThe Polarman PLM-471AB refrigerated cake display cabinet utilizes a copper evaporator paired with R290 refrigerant to maintain a constant temperature range of 32 to 53.6 degrees Fahrenheit (approximately 0 to 12 degrees Celsius). Its digital temperature control system, complete with an integrated LED display, enables precise adjustments to ensure food safety. An independent refrigeration system and automatic defrost cycle guarantee stable operation, allowing continuous performance without manual cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":51184717496612,"sku":"PLM-471AB","price":3099.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/1_b8121a82-9b49-41c7-a7aa-ee0649d02a44.jpg?v=1761373286"},{"product_id":"polarman-plm-471sb-60-black-3-shelf-square-glass-refrigerated-bakery-display-case","title":"Polarman PLM-471SB 60\" Black 3-Shelf Square Glass  Refrigerated Bakery Display Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003ePolarman Refrigerated Bakery Display Case PLM-471SB\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_aaee7a97-9dd0-480e-a420-ac719c8f2051.jpg?v=1762565980\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eThe Polarman PLM-471SB refrigerated pastry display cabinet features a straight-front glass panel design with three built-in display shelves for organized pastry and cake presentation. Its 60-inch wide body includes dual-zone full-access operation channels, while reinforced glass sliding doors and side panels maximize product visibility. The black exterior creates a professional display interface, complemented by a durable stainless steel interior and a controllable LED lighting system that precisely highlights displayed items.\u003c\/p\u003e\n\u003cp\u003eThe Polarman PLM-471SB refrigerated cake display cabinet utilizes a copper evaporator paired with R290 refrigerant to maintain a constant temperature range of 32 to 53.6 degrees Fahrenheit (approximately 0 to 12 degrees Celsius). Its digital temperature control system, complete with an integrated LED display, enables precise adjustments to ensure food safety. An independent refrigeration system and automatic defrost cycle guarantee stable operation, allowing continuous performance without manual cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Polarman","offers":[{"title":"Default Title","offer_id":51285856256292,"sku":"PLM-471SB","price":3099.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/1_81813991-8d0e-4316-9b53-fb1045b861a0.jpg?v=1762565980"}],"url":"https:\/\/chumartusa.com\/collections\/bakery-cases.oembed?page=2","provider":"Chumart | Commercial Kitchen Equipment for Restaurants \u0026 Food Service","version":"1.0","type":"link"}