{"product_id":"paw-inspired-critter-box-washable-cage-liner-with-raised-sides-fleece-bedding-with-waterproof-bottom-edge-protected-pee-pads-for-guinea-pigs-rabbits-hamsters-small-animals-midwest-size","title":"Paw Inspired Critter Box Washable Cage Liner with Raised Sides, Fleece Bedding with Waterproof Bottom, Edge Protected Pee Pads for Guinea Pigs, Rabbits, Hamsters, Small Animals (Midwest Size)","description":"\u003cdiv\u003e\u003cdiv lang=\"en_US\"\u003e\n \u003cdiv class=\"aplus-v2 desktop celwidget\" cel_widget_id=\"aplus\"\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n.aplus-v2 .premium-aplus-module-3 .premium-module-3-heading {\n    padding-bottom: 40px;\n}\n\n.aplus-v2 .premium-aplus-module-3 .premium-aplus-four-column {\n     text-align: center;\n }\n\n.aplus-v2 .premium-aplus-module-3 .premium-aplus-four-column {\n    text-align: inherit;\n}\n\n.aplus-v2 .premium-aplus-module-3 .premium-aplus-column {\n    display: inline-block;\n    vertical-align: top;\n    width: 25%;\n}\n\n.aplus-v2 .premium-aplus-module-3 .premium-aplus-column {\n    padding: 0 20px;\n}\n\n.aplus-v2 .premium-aplus-module-3 .column-heading {\n    padding-top: 20px;\n}\n\n.aplus-v2 .premium-aplus-module-3 .column-description {\n    padding-top: 10px;\n}\n\n\u003c\/style\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-section {\n    width: 50%;\n    vertical-align: middle;\n}\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-1-topic {\n    padding-bottom: 10px;\n}\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-1-heading {\n    padding-bottom: 20px;\n}\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-1-description {\n    line-height: 1.6em;\n}\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-section.aplus-image-section {\n    vertical-align: middle;\n}\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-section.aplus-text-section-left,\n.aplus-v2 .premium-aplus-module-1 .aplus-module-section.aplus-text-section-right {\n    padding: 0 40px;\n}\n\n\u003c\/style\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n    .aplus-v2 .premium-aplus-module-13 .aplus-carousel-container {\n        position: relative;\n    }\n\n    .aplus-v2 .premium-aplus-module-13 .aplus-carousel-element {\n        position: relative;\n        width: 100%;\n    }\n\n    .aplus-v2 .premium-aplus-module-13 .aplus-card-link-button {\n        text-align: center;\n        padding-top: 20px;\n    }\n\n    .aplus-v2 .premium-aplus-module-13 .aplus-text-background,\n    .aplus-v2 .premium-aplus-module-13 .aplus-text-background h1,\n    .aplus-v2 .premium-aplus-module-13 .aplus-text-background h5,\n    .aplus-v2 .premium-aplus-module-13 .aplus-text-background ol,\n    .aplus-v2 .premium-aplus-module-13 .aplus-text-background ul,\n    .aplus-v2 .premium-aplus-module-13 .aplus-text-background ol .a-list-item,\n    .aplus-v2 .premium-aplus-module-13 .aplus-text-background ul .a-list-item {\n        color: #fff;\n    }\n\n\u003c\/style\u003e\n  \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\nP.now('premium-module-5-comparison-table-scroller').execute('init-premium-module-5-comparison-table', function(init){\n    if (init) {\n        return;\n    }\n    P.register('premium-module-5-comparison-table-scroller', function(){\n        return function() {\n            P.when('jQuery', 'a-popover', 'A', 'ready').execute('premium-5-comparison-table-scroller', function($, popover, A) {\n                function initCompTable(module) {\n                    \/**\n                    * Premium comparison table: popover trigger module\n                    *\/\n                    var comparisonName = $(module).data('comparison-name');\n                    (function() {\n                        var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger');\n                        $additionalInfo.each(function(i, trigger) {\n                            return popover.create(trigger, $(trigger).data());\n                        });\n                        $additionalInfo.hover(\n                            function() {\n                                $(this).focus();\n                            }\n                        );\n                    })();\n                    \/**\n                    * Premium comparison table: adjust column width module\n                    *\/\n                    (function() {\n                        var VISIBLE_COLUMNS = 4.2;  \/* How many visible columns on load *\/\n                        var MIN_WIDTH = 230;\n                        var getWidth = function() {\n                            return $(this).outerWidth();\n                        }\n                        \/* cache selectors *\/\n                        var\n                            $container = $('.aplus-v2 .comparison-table #'+comparisonName),\n                            $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),\n                            $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'),\n                            $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'),\n                            $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item');\n\n                        \/* Formula for determining desired column width *\/\n\n                        var calculatedColumnWidth = Math.floor(\n                            ($container.innerWidth() - $header.innerWidth()) \/ VISIBLE_COLUMNS\n                        );\n\n                        var childWidths = $activeColumn.map(getWidth).get();\n                        var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths));\n                        var minColumnWidth = $columns.innerWidth();\n\n                        \/* set the min-width of each column to the calulated width or minWidth *\/\n                        $columns.css(\n                            'min-width',\n                            Math.max(MIN_WIDTH, (calculatedColumnWidth \u003c minColumnWidth\n                                ? calculatedColumnWidth\n                                : minColumnWidth))\n                        );\n                        $activeColumn.css('width', maxChildWidth);\n\n                        \/* show the component *\/\n                        $container.removeClass('loading');\n                    })();\n\n                    \/**\n                     * Premium comparison table: sticky attribute \u0026 column\n                     *\/\n\n                    (function() {\n                        \/* cache selectors *\/\n                        const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName);\n                        const header = comparisonTable.querySelector('td.attribute');\n                        const fixedColumn = comparisonTable.querySelector('td.active');\n\n                        const attributeColumnObserver = new ResizeObserver((entries) =\u003e {\n                            for (let entry of entries) {\n                                const bounds = entry.target.getBoundingClientRect().width;\n                                const activeCellWidth = window.getComputedStyle(fixedColumn).left;\n                                if (bounds + \"px\" !== activeCellWidth) {\n                                    const activeCells = document.querySelectorAll('.aplus-data-column.active');\n                                    activeCells.forEach(cell =\u003e cell.style.left = bounds + \"px\");\n\n                                }\n                            }\n\n                        })\n\n                        attributeColumnObserver.observe(header)\n                    })();\n\n                    \/**\n                    * Premium comparison table: top scroll bar\n                    *\/\n                    (function() {\n                        \/* cache selectors *\/\n                        var\n                            $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),\n                            $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'),\n                            $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'),\n                            $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'),\n                            $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'),\n                            $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar');\n                        \/* confirm fixed column exists and can add width to the total width of the scroll bar *\/\n                        var fixedColumnWidth = $fixedColumn.innerWidth();\n                        if ( fixedColumnWidth === null ) {\n                            fixedColumnWidth = 0;\n                        }\n                        \/* set width of scrollBar *\/\n                        $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth());\n                        \/* connect scrolls together *\/\n                        $scrollWrapperTop.scroll(function() {\n                            $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft());\n                        });\n                        $scrollWrapperBottom.scroll(function() {\n                            $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft());\n                        });\n                    })();\n                }\n\n                $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) {\n                    initCompTable(module);\n                });\n            });\n        }\n    });\n});\n}));\u003c\/script\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium-module 5: Comparision table - scroller\n *\/\n\n.aplus-v2 .premium-aplus-module-5 h1 {\n    padding-bottom: 30px;\n}\n\n\/* position column-headers relative to this table *\/\n.aplus-v2 .premium-aplus-module-5 .table-container {\n    position: relative;\n    opacity: 1;\n}\n\n.aplus-v2 .premium-aplus-module-5 .table-container.loading {\n    opacity: 0;\n}\n\n.aplus-v2 .premium-aplus-module-5 .table-slider {\n    overflow-x: scroll;\n    overflow-y: visible;\n    width: 100%;\n}\n\n.aplus-v2 .premium-aplus-module-5 td.attribute {\n    min-width: 300px;\n    top: auto;\n    left: 0;\n    z-index: 100;\n}\n\nhtml[dir=\"rtl\"] .aplus-v2 .premium-aplus-module-5 td.attribute {\n    right: 0px;\n    left: auto;\n}\n\n.aplus-v2 .premium-aplus-module-5 td.active-item,\n.aplus-v2 .premium-aplus-module-5 th.active-item {\n    top: auto;\n    left: 300px;\n    z-index: 100;\n}\n\nhtml[dir=\"rtl\"]  .premium-aplus-module-5 td.active-item,\nhtml[dir=\"rtl\"]  .premium-aplus-module-5 th.active-item {\n    left: auto;\n    right: 300px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .attribute,\n.aplus-v2 .premium-aplus-module-5 .active-item{\n    position: sticky;\n}\n\n.aplus-v2 .premium-aplus-module-5 table.a-bordered td,\n.aplus-v2 .premium-aplus-module-5 table.a-bordered th {\n    background-color: #fff;\n}\n\n.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after {\n    content: \"?\";\n    display: inline-block;\n    font-size: 12px;\n    position: relative;\n    bottom: 5px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .product-title {\n    font-size: 15px;\n    padding: 10px 0;\n}\n\n.aplus-v2 .premium-aplus-module-5 .scroll-width {\n    overflow-x: scroll;\n    overflow-y: visible;\n}\n\n\n.aplus-v2 .premium-aplus-module-5 td.attribute.empty {\n    height: 300px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .header-img {\n    padding-top: 10px;\n}\n\n\/* Override default AUI .a-bordered table borders *\/\n.aplus-v2 .premium-aplus-module-5 table.a-bordered {\n    border-width: 0;\n    border-color: #eaeaea;\n    border-style: solid;\n}\n\n\/* Size the top scroller *\/\n.aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top {\n    width: 100%;\n    height: 20px;\n    overflow-x: scroll;\n    overflow-y: visible;\n}\n\n.aplus-v2 .premium-aplus-module-5 .scroll-bar {\n    height: 1px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .add-to-cart {\n    line-height: 1rem;\n    font-weight: normal;\n}\n\n.aplus-v2 .premium-aplus-module-5 .review {\n    font-size: 14px;\n}\n\u003c\/style\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium modules global styles\n *\/\n.aplus-v2.desktop {\n  max-width: 1464px;\n  min-width: 800px;\n  margin-left: auto;\n  margin-right: auto;\n  word-wrap: break-word;\n  overflow-wrap: break-word;\n  word-break: break-word;\n}\n\/* Undo this for tech-specs because it breaks table layout *\/\n.aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; }\n\n.aplus-v2 .premium-aplus,\n.aplus-v2 .premium-aplus .aplus-h1,\n.aplus-v2 .premium-aplus .aplus-h2,\n.aplus-v2 .premium-aplus .aplus-p1,\n.aplus-v2 .premium-aplus .aplus-p2,\n.aplus-v2 .premium-aplus .aplus-p3,\n.aplus-v2 .premium-aplus .aplus-accent1,\n.aplus-v2 .premium-aplus .aplus-accent2\n{ font-family: Arial, sans-serif; }\n\n.aplus-v2 .premium-aplus,\n.aplus-v2 .premium-aplus .aplus-h1,\n.aplus-v2 .premium-aplus .aplus-h2,\n.aplus-v2 .premium-aplus .aplus-p1,\n.aplus-v2 .premium-aplus .aplus-p2,\n.aplus-v2 .premium-aplus .aplus-p3,\n.aplus-v2 .premium-aplus .aplus-accent1,\n.aplus-v2 .premium-aplus .aplus-accent2\n{ font-family: inherit; }\n\n\/* type *\/\n.aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; }\n.aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; }\n\n\/* spacing *\/\n.aplus-v2 .aplus-container-1 { padding: 40px; }\n.aplus-v2 .aplus-container-1-2 { padding: 40px 80px; }\n.aplus-v2 .aplus-container-2 { padding: 80px; }\n.aplus-v2 .aplus-container-3 { padding: 40px 0; }\n\n\/* Display *\/\n.aplus-v2 .premium-aplus .aplus-display-table { display: table; }\n.aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; }\n.aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; }\n\n\/* Aplus display table with min-width 1000px and fill remaining space inside parent *\/\n.aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% }\n\n\/**\n* Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80.\n*\/\n\n\u003c\/style\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium-module 7: Video module - Text on right\n *\/\n\n.aplus-v2 .premium-aplus-module-7 .video-panel-container,\n.aplus-v2 .premium-aplus-module-7 .text-panel-container {\n    vertical-align: middle;\n    width: 50%;\n}\n\n.aplus-v2 .premium-aplus-module-7 .video-panel {\n    position: relative;\n}\n\n.aplus-v2 .premium-aplus-module-7 .video-placeholder {\n    padding-bottom: 75%;  \/* Aspect ratio 4:3 for video and image *\/\n}\n\n.aplus-v2 .premium-aplus-module-7 .video-container {\n    position: absolute;\n    top: 0;\n    width: 100%;\n    height: 100%;\n}\n\n.aplus-v2 .premium-aplus.premium-aplus-module-7 .title {\n    padding-bottom: 20px;\n}\n\n\u003c\/style\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium-module 13: Carousel\n *\/\n\n.aplus-v2 .premium-aplus-module-13 .aplus-card-description-wrapper {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n}\n\n.aplus-v2 .premium-aplus-module-13 .aplus-card-description {\n    display: table;\n    width: 50%;\n    height: 100%;\n    color: #fff;\n}\n\n.aplus-v2 .premium-aplus-module-13 .aplus-card-table-cell {\n    display: table-cell;\n    vertical-align: middle;\n    text-align: left;\n}\n\nhtml[dir=\"rtl\"] .aplus-v2 .premium-aplus-module-13 .aplus-card-table-cell {\n    text-align: right;\n}\n\n.aplus-v2 .premium-aplus-module-13 .aplus-text-background {\n    background: rgba(0, 0, 0, 0.6);\n}\n\n.aplus-v2 .premium-aplus-module-13 .aplus-card-body {\n    padding: 20px 40px 0 0;\n}\n\nhtml[dir=\"rtl\"] .aplus-v2 .premium-aplus-module-13 .aplus-card-body {\n    padding: 20px 0 0 40px;\n}\n\n.aplus-v2 .premium-aplus-module-13 .aplus-pagination-wrapper {\n    position: absolute;\n    top: 92%;\n    width: 100%;\n}\n\n\u003c\/style\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium-module 8: Hero Video module\n *\/\n\n.aplus-v2 .premium-aplus-module-8 .premium-aplus-module-8-video {\n    position: relative;\n    width: 100%;\n}\n\n.aplus-v2 .premium-aplus-module-8 .video-placeholder {\n    padding-bottom: 40.984%; \/* Video or image required size 1464 : 600 = 40.9836 *\/\n}\n\n.aplus-v2 .premium-aplus-module-8 .video-container {\n    position: absolute;\n    top: 0;\n    width: 100%;\n    height: 100%;\n}\n\n\/*Override the default VSE video player size*\/\n.aplus-v2 .premium-aplus-module-8 .video-js.vjs-fluid {\n    padding: 0;\n}\n\n\u003c\/style\u003e\n  \u003cdiv class=\"aplus-content-wrapper\"\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-8-hero-video aplus-premium\" cel_widget_id=\"aplus-premium-module-8-hero-video\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-8\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none premium-aplus-module-8-video\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none video-placeholder\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none video-container\"\u003e\n       \u003cstyle type=\"text\/css\"\u003e\n\n.aplus-v2 .vse-video-player-title,  .aplus-v2 .vse-lightPlayer-vendor{\n    display:none;\n}\n\n#aplus .vse-video-player-title,  #aplus .vse-lightPlayer-vendor{\n    display:none;\n}\n\n\u003c\/style\u003e\n       \u003cdiv id=\"e9abafb6-1256-48f9-8741-ae3f05d0bec0\" style=\"width:100%; height:100%;\"\u003e\n        \u003clink rel=\"stylesheet\" href=\"https:\/\/m.media-amazon.com\/images\/I\/01n25BjbgEL.css?AUIClients\/VSEPlayer\"\u003e\n        \u003clink rel=\"stylesheet\" href=\"https:\/\/m.media-amazon.com\/images\/I\/51NP-5Gx4JL._RC|11s4jq82GaL.css_.css?AUIClients\/Brila\"\u003e\n        \u003cscript type=\"a-state\" data-a-state='{\"key\":\"aplus-116604-player-ps\"}'\u003e{\"clickstreamNexusMetricsConfig\":{\"producerId\":\"vsemetrics_playercards\",\"schemaId\":\"clickstream.CustomerEvent.4\",\"actionType\":\"DISCOVERY\",\"eventOwner\":\"vsemetrics_playercards\",\"eventType\":\"IVEVideoView\",\"productId\":\"B0995HKTMN\"},\"clientPrefix\":\"aplus-116604\",\"ccvDisclosure\":\"\",\"closedCaptionsConfig\":{\"captionsOnTexts\":{\"de\":\"German (Automated)\",\"ja\":\"Japanese (Automated)\",\"en\":\"English (Automated)\",\"fr\":\"French (Automated)\",\"es\":\"Spanish (Automated)\"},\"captionsOffText\":\"Captions off\",\"languageToLabelTexts\":{\"English\":\"English\",\"French\":\"French\",\"German\":\"German\",\"Spanish\":\"Spanish\",\"Japanese\":\"Japanese\"}},\"sushiMetricsConfig\":{\"eventSource\":\"Player\",\"endpoint\":\"https:\/\/unagi-na.amazon.com\/1\/events\/com.amazon.eel.vse.metrics.prod.events.test\",\"requestId\":\"E77FMJ9XYZAM96ASXVWY\",\"sessionId\":\"143-1387752-9891768\",\"customerId\":\"0\",\"refMarkers\":\"aplus-116604_ref\",\"sessionType\":1,\"placementContext\":\"AplusWidget\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"weblabIds\":\"\",\"isInternal\":false,\"isRobot\":false,\"clientId\":\"VSE-US\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\"},\"mimeType\":\"video\/mp4\",\"reportUrl\":\"\",\"nexusMetricsConfig\":{\"eventSource\":\"Player\",\"isInternal\":false,\"playerTSMMetricsSchemaId\":\"vse.VSECardsPlayerEvents.9\",\"widgetMetricsSchemaId\":\"vse.VSECardsEvents.9\",\"producerId\":\"vsemetrics_playercards\",\"refMarkers\":\"aplus-116604_ref\",\"placementContext\":\"AplusWidget\",\"weblabIds\":\"\",\"clientId\":\"VSE-US\",\"videoAsin\":\"hero-video\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\",\"customerId\":\"0\"},\"videoHeight\":0,\"disableReportIllegalLink\":false,\"videoWidth\":0,\"eligibleToTriggerCCWeblab\":false,\"videoUrl\":\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/9d68b650-637b-4f0c-ac55-b1398133937e.mp4\",\"metricsEmissionMethod\":\"nexus\",\"imageUrl\":\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/4fc12563-8ce9-414b-a4cb-546085d196e7.__CR0,0,2928,1200_PT0_SX1464_V1___.jpg\",\"awaConfig\":{\"useUpNextComponent\":false,\"clickstreamNexusMetricsConfig\":{\"producerId\":\"vsemetrics_playercards\",\"schemaId\":\"clickstream.CustomerEvent.4\",\"actionType\":\"DISCOVERY\",\"eventOwner\":\"vsemetrics_playercards\",\"eventType\":\"IVEVideoView\",\"productId\":\"B0995HKTMN\"},\"initialVideo\":\"hero-video\",\"shouldPreload\":false,\"enableClickBasedAttribution\":false,\"isChromelessPlayer\":false,\"closedCaptionsConfig\":{\"captionsOnTexts\":{\"de\":\"German (Automated)\",\"ja\":\"Japanese (Automated)\",\"en\":\"English (Automated)\",\"fr\":\"French (Automated)\",\"es\":\"Spanish (Automated)\"},\"captionsOffText\":\"Captions off\",\"languageToLabelTexts\":{\"English\":\"English\",\"French\":\"French\",\"German\":\"German\",\"Spanish\":\"Spanish\",\"Japanese\":\"Japanese\"}},\"enableDynamicBlur\":false,\"showPlayerPlayButton\":false,\"isVideoImmersivePlayer\":false,\"metricsEmissionMethod\":\"nexus\",\"skipInitialFocus\":false,\"playerSkin\":\"none\",\"disabledViewIds\":[\"replayHint\"],\"includeEarnsComissionDisclosure\":false,\"customerId\":\"0\",\"containerId\":\"aplus-116604-player-6bf6d135-d004-4537-95aa-296ac899b06a\",\"allowCrossOrigin\":false,\"requestMetadata\":{\"clientId\":\"VSE-US\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"requestId\":\"E77FMJ9XYZAM96ASXVWY\",\"sessionId\":\"143-1387752-9891768\",\"method\":\"AplusWidget\",\"pageAsin\":\"\"},\"shouldLoop\":false,\"shouldDisableControls\":false,\"alwaysSetInitialVideo\":true,\"showPlayerCloseButton\":false,\"clientPrefix\":\"\",\"useAutoplayFallback\":false,\"sushiMetricsConfig\":{\"eventSource\":\"Player\",\"endpoint\":\"https:\/\/unagi-na.amazon.com\/1\/events\/com.amazon.eel.vse.metrics.prod.events.test\",\"requestId\":\"E77FMJ9XYZAM96ASXVWY\",\"sessionId\":\"143-1387752-9891768\",\"customerId\":\"0\",\"refMarkers\":\"aplus-116604_ref\",\"sessionType\":1,\"placementContext\":\"AplusWidget\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"weblabIds\":\"\",\"isInternal\":false,\"isRobot\":false,\"clientId\":\"VSE-US\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\"},\"ospLinkCode\":\"\",\"showPosterImage\":true,\"languageCode\":\"en\",\"languageLocalization\":{\"play\":\"Play\",\"volumeLevel\":\"Volume Level\",\"subtitles\":\"Subtitles\",\"volumeSlider\":\"Volume Slider\",\"playVideo\":\"Click to play video\",\"fullscreen\":\"Fullscreen\",\"scrubberBar\":\"Scrubber bar\",\"mute\":\"Mute\",\"unmute\":\"Unmute\",\"pause\":\"Pause\",\"captions\":\"Captions\",\"nonfullscreen\":\"Non-Fullscreen\"},\"version\":\"\",\"isMoreVideosButtonEnabled\":false,\"nexusMetricsConfig\":{\"eventSource\":\"Player\",\"isInternal\":false,\"playerTSMMetricsSchemaId\":\"vse.VSECardsPlayerEvents.9\",\"widgetMetricsSchemaId\":\"vse.VSECardsEvents.9\",\"producerId\":\"vsemetrics_playercards\",\"refMarkers\":\"aplus-116604_ref\",\"placementContext\":\"AplusWidget\",\"weblabIds\":\"\",\"clientId\":\"VSE-US\",\"videoAsin\":\"hero-video\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\",\"customerId\":\"0\"},\"shouldStartMuted\":false,\"airyVersion\":\"VideoJS\",\"languagePreferenceStrings\":{},\"enableInactiveFocus\":true,\"showVideoInfo\":false,\"isReactFactory\":false,\"enableDelphiAttribution\":false,\"includeReportWidget\":false,\"shouldAutoplay\":false},\"needPlayerFactory\":false,\"isMobile\":false}\u003c\/script\u003e\n        \u003cdiv class=\"vse-airy-container vse-player-container none \"\u003e\n         \u003cdiv id=\"ive-aplus-116604-player-label-container\" data-element-id=\"ive-player-label-container\" class=\"a-section a-spacing-none ive-player-label-container\"\u003e\n          \u003cspan class=\"a-declarative\" data-action=\"a-popover\" data-a-popover='{\"name\":\"ive-aplus-116604-label-type-tooltip\",\"width\":\"300\",\"position\":\"triggerRight\",\"dataStrategy\":\"preload\"}'\u003e\u003ca href=\"javascript:void(0)\" role=\"button\" class=\"a-popover-trigger a-declarative ive-player-label-name aok-hidden\"\u003e\u003ci class=\"a-icon a-icon-popover\"\u003e\u003c\/i\u003e\u003c\/a\u003e\u003c\/span\u003e\n          \u003cdiv class=\"a-popover-preload\" id=\"a-popover-ive-aplus-116604-label-type-tooltip\"\u003e\n           \u003cspan class=\"ive-demo-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video showcases the product in use.\u003c\/span\u003e\u003cspan class=\"ive-assembly-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video guides you through product setup.\u003c\/span\u003e\u003cspan class=\"ive-comparison-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video compares multiple products.\u003c\/span\u003e\u003cspan class=\"ive-unboxing-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video shows the product being unpacked.\u003c\/span\u003e\n          \u003c\/div\u003e\n         \u003c\/div\u003e\n         \u003cdiv id=\"aplus-116604-player-6bf6d135-d004-4537-95aa-296ac899b06a\" class=\"vse-player\" data-element-id=\"vse-player-container\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cscript\u003e\n  (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https:\/\/m.media-amazon.com\/images\/I\/61rq0L4t2wL.js?AUIClients\/VSEPlayer');\n  (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https:\/\/m.media-amazon.com\/images\/I\/3175HHgX+OL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41NWBkfooBL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients\/Brila');\n\u003c\/script\u003e\n        \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"vse-ns-initVSEPlayerOnLoad\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\n    P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-116604-player-ps');});\n    \/\/Please use below event to register FeedbackForm\n    P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) {\n        A.trigger('vse:ns:player:aplus-116604:init', 'aplus-116604-player-ps');\n    });\n}));\u003c\/script\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n     \u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-3-four-column-images aplus-premium\" cel_widget_id=\"aplus-premium-module-3-four-column-images\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-3 aplus-container-1\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none premium-aplus-four-column\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\n        \u003cimg alt=\"Super Absorbent \" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1cca2017-8881-4926-9013-008ccb86a9f4.__CR0,0,1200,900_PT0_SX300_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1cca2017-8881-4926-9013-008ccb86a9f4.__CR0,0,1200,900_PT0_SX300_V1___.jpg\"\u003e\n        \u003cnoscript\u003e\n         \u003cimg alt=\"Super Absorbent \" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1cca2017-8881-4926-9013-008ccb86a9f4.__CR0,0,1200,900_PT0_SX300_V1___.jpg\"\u003e\n        \u003c\/noscript\u003e\n       \u003c\/div\u003e\n       \u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n        \u003ch1 class=\"aplus-h3 a-text-bold\"\u003eSuper Absorbent\u003c\/h1\u003e\n       \u003c\/div\u003e\n       \u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n        \u003cp class=\"aplus-p3\"\u003eThis liner pad is super absorbent and quick-drying. Moisture is wicked away from the surface to assure your pet is safe, dry, and comfy.\u003c\/p\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\n        \u003cimg alt=\"Raised Sides for 100% Protection \" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4facaeb1-4f79-4b0b-ba1c-b4c8a6e6ade2.__CR0,0,1200,900_PT0_SX300_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4facaeb1-4f79-4b0b-ba1c-b4c8a6e6ade2.__CR0,0,1200,900_PT0_SX300_V1___.jpg\"\u003e\n        \u003cnoscript\u003e\n         \u003cimg alt=\"Raised Sides for 100% Protection \" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4facaeb1-4f79-4b0b-ba1c-b4c8a6e6ade2.__CR0,0,1200,900_PT0_SX300_V1___.jpg\"\u003e\n        \u003c\/noscript\u003e\n       \u003c\/div\u003e\n       \u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n        \u003ch1 class=\"aplus-h3 a-text-bold\"\u003eRaised Sides\u003c\/h1\u003e\n       \u003c\/div\u003e\n       \u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n        \u003cp class=\"aplus-p3\"\u003eThe raised sides of the Critter Box create a barrier to keep messes contained, making it easier to keep your small animal's enclosure fresh and clean.\u003c\/p\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\n        \u003cimg alt=\"Leakproof\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4546e1a8-12ab-44df-95bc-d45f387ba6eb.__CR0,0,1200,900_PT0_SX300_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4546e1a8-12ab-44df-95bc-d45f387ba6eb.__CR0,0,1200,900_PT0_SX300_V1___.jpg\"\u003e\n        \u003cnoscript\u003e\n         \u003cimg alt=\"Leakproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4546e1a8-12ab-44df-95bc-d45f387ba6eb.__CR0,0,1200,900_PT0_SX300_V1___.jpg\"\u003e\n        \u003c\/noscript\u003e\n       \u003c\/div\u003e\n       \u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n        \u003ch1 class=\"aplus-h3 a-text-bold\"\u003eLeakproof\u003c\/h1\u003e\n       \u003c\/div\u003e\n       \u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n        \u003cp class=\"aplus-p3\"\u003eThe walled design combined with the waterproof material means no more leaks! Even liquids from water bottles or bowls won't soak through!\u003c\/p\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\n        \u003cimg alt=\"Sweep-EZ Easy to Clean\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6df75b3d-471f-45be-932b-78978a921f2c.__CR0,0,1200,900_PT0_SX300_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6df75b3d-471f-45be-932b-78978a921f2c.__CR0,0,1200,900_PT0_SX300_V1___.jpg\"\u003e\n        \u003cnoscript\u003e\n         \u003cimg alt=\"Sweep-EZ Easy to Clean\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6df75b3d-471f-45be-932b-78978a921f2c.__CR0,0,1200,900_PT0_SX300_V1___.jpg\"\u003e\n        \u003c\/noscript\u003e\n       \u003c\/div\u003e\n       \u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n        \u003ch1 class=\"aplus-h3 a-text-bold\"\u003eEasy to Clean\u003c\/h1\u003e\n       \u003c\/div\u003e\n       \u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n        \u003cp class=\"aplus-p3\"\u003eSweep-EZ non-stick fleece makes cleanup easy and convenient. Shake out or sweep up any mess to spot clean, then throw in the wash for a deep clean.\u003c\/p\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-1-image-text aplus-premium\" cel_widget_id=\"aplus-premium-module-1-image-text\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-1 aplus-container-1\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none aplus-display-table\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-image-section\"\u003e\n       \u003cimg alt=\"Raised Sides\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2cd7356e-19d6-4f21-8dc7-133a1a91a0bf.__CR0,0,1800,1350_PT0_SX800_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2cd7356e-19d6-4f21-8dc7-133a1a91a0bf.__CR0,0,1800,1350_PT0_SX800_V1___.jpg\"\u003e\n       \u003cnoscript\u003e\n        \u003cimg alt=\"Raised Sides\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2cd7356e-19d6-4f21-8dc7-133a1a91a0bf.__CR0,0,1800,1350_PT0_SX800_V1___.jpg\"\u003e\n       \u003c\/noscript\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-text-section-right\"\u003e\n       \u003ch3 class=\"aplus-h1 aplus-module-1-heading a-text-bold\"\u003eRaised Sides\u003c\/h3\u003e\n       \u003cp class=\"aplus-p2 aplus-module-1-description\"\u003eLet's face it, small animals like guinea pigs, bunny rabbits, ferrets, rats, and chinchillas are cute but they're not the best at keeping their home clean and tidy. Now with the Critter Box, there's no more scrubbing dirty cage corners and bottoms! The walled sides of this liner create a barrier that keeps everything contained on top of the Critter Box, so you no longer have to worry about messes escaping through the sides or underneath the cage.\u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-7-video-text aplus-premium\" cel_widget_id=\"aplus-premium-module-7-video-text\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-7 aplus-container-1\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none aplus-display-table aplus-display-table-width\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell\"\u003e\n       \u003ch3 class=\"aplus-h1 a-text-bold\"\u003eComfortable, Safe, and Easy-to-Clean Fleece\u003c\/h3\u003e\n       \u003cbr\u003e\n       \u003cp class=\"aplus-p2\"\u003eThis durable liner is made with dust-free, anti-pill fleece fabric for long-lasting comfort and safety. With the Sweep-EZ non-stick velvet fleece, messes like hay, poop, pellets and other food or waste, can easily be swept off the Critter Box, making spot-cleaning a breeze. Plus, it's machine washable, so when you are ready to change the liner, simply pick it up, shake it out in the trash can or sweep with a broom and dustpan, and throw the whole thing in the laundry.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none video-panel-container aplus-display-table-cell\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none video-panel\"\u003e\n        \u003cdiv class=\"a-section a-spacing-none video-placeholder\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"a-section a-spacing-none video-container\"\u003e\n         \u003cstyle type=\"text\/css\"\u003e\n\n.aplus-v2 .vse-video-player-title,  .aplus-v2 .vse-lightPlayer-vendor{\n    display:none;\n}\n\n#aplus .vse-video-player-title,  #aplus .vse-lightPlayer-vendor{\n    display:none;\n}\n\n\u003c\/style\u003e\n         \u003cdiv id=\"c28dcc24-7d62-42db-a9ee-0012031f1ab4\" style=\"width:100%; height:100%;\"\u003e\n          \u003clink rel=\"stylesheet\" href=\"https:\/\/m.media-amazon.com\/images\/I\/01n25BjbgEL.css?AUIClients\/VSEPlayer\"\u003e\n          \u003clink rel=\"stylesheet\" href=\"https:\/\/m.media-amazon.com\/images\/I\/51NP-5Gx4JL._RC|11s4jq82GaL.css_.css?AUIClients\/Brila\"\u003e\n          \u003cscript type=\"a-state\" data-a-state='{\"key\":\"aplus-116605-player-ps\"}'\u003e{\"clickstreamNexusMetricsConfig\":{\"producerId\":\"vsemetrics_playercards\",\"schemaId\":\"clickstream.CustomerEvent.4\",\"actionType\":\"DISCOVERY\",\"eventOwner\":\"vsemetrics_playercards\",\"eventType\":\"IVEVideoView\",\"productId\":\"B0995HKTMN\"},\"clientPrefix\":\"aplus-116605\",\"ccvDisclosure\":\"\",\"closedCaptionsConfig\":{\"captionsOnTexts\":{\"de\":\"German (Automated)\",\"ja\":\"Japanese (Automated)\",\"en\":\"English (Automated)\",\"fr\":\"French (Automated)\",\"es\":\"Spanish (Automated)\"},\"captionsOffText\":\"Captions off\",\"languageToLabelTexts\":{\"English\":\"English\",\"French\":\"French\",\"German\":\"German\",\"Spanish\":\"Spanish\",\"Japanese\":\"Japanese\"}},\"sushiMetricsConfig\":{\"eventSource\":\"Player\",\"endpoint\":\"https:\/\/unagi-na.amazon.com\/1\/events\/com.amazon.eel.vse.metrics.prod.events.test\",\"requestId\":\"E77FMJ9XYZAM96ASXVWY\",\"sessionId\":\"143-1387752-9891768\",\"customerId\":\"0\",\"refMarkers\":\"aplus-116605_ref\",\"sessionType\":1,\"placementContext\":\"AplusWidget\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"weblabIds\":\"\",\"isInternal\":false,\"isRobot\":false,\"clientId\":\"VSE-US\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\"},\"mimeType\":\"video\/mp4\",\"reportUrl\":\"\",\"nexusMetricsConfig\":{\"eventSource\":\"Player\",\"isInternal\":false,\"playerTSMMetricsSchemaId\":\"vse.VSECardsPlayerEvents.9\",\"widgetMetricsSchemaId\":\"vse.VSECardsEvents.9\",\"producerId\":\"vsemetrics_playercards\",\"refMarkers\":\"aplus-116605_ref\",\"placementContext\":\"AplusWidget\",\"weblabIds\":\"\",\"clientId\":\"VSE-US\",\"videoAsin\":\"video\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\",\"customerId\":\"0\"},\"videoHeight\":0,\"disableReportIllegalLink\":false,\"videoWidth\":0,\"eligibleToTriggerCCWeblab\":false,\"videoUrl\":\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/ad8f734e-9cf2-4841-9f8d-f0cb9e095182.mp4\",\"metricsEmissionMethod\":\"nexus\",\"imageUrl\":\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/e74f9492-0c6e-4a09-bbd3-c6ca96d9bb5f.__CR0,0,1600,1200_PT0_SX800_V1___.jpg\",\"awaConfig\":{\"useUpNextComponent\":false,\"clickstreamNexusMetricsConfig\":{\"producerId\":\"vsemetrics_playercards\",\"schemaId\":\"clickstream.CustomerEvent.4\",\"actionType\":\"DISCOVERY\",\"eventOwner\":\"vsemetrics_playercards\",\"eventType\":\"IVEVideoView\",\"productId\":\"B0995HKTMN\"},\"initialVideo\":\"video\",\"shouldPreload\":false,\"enableClickBasedAttribution\":false,\"isChromelessPlayer\":false,\"closedCaptionsConfig\":{\"captionsOnTexts\":{\"de\":\"German (Automated)\",\"ja\":\"Japanese (Automated)\",\"en\":\"English (Automated)\",\"fr\":\"French (Automated)\",\"es\":\"Spanish (Automated)\"},\"captionsOffText\":\"Captions off\",\"languageToLabelTexts\":{\"English\":\"English\",\"French\":\"French\",\"German\":\"German\",\"Spanish\":\"Spanish\",\"Japanese\":\"Japanese\"}},\"enableDynamicBlur\":false,\"showPlayerPlayButton\":false,\"isVideoImmersivePlayer\":false,\"metricsEmissionMethod\":\"nexus\",\"skipInitialFocus\":false,\"playerSkin\":\"none\",\"disabledViewIds\":[\"replayHint\"],\"includeEarnsComissionDisclosure\":false,\"customerId\":\"0\",\"containerId\":\"aplus-116605-player-68e849a6-8302-4881-a898-8f229c0056db\",\"allowCrossOrigin\":false,\"requestMetadata\":{\"clientId\":\"VSE-US\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"requestId\":\"E77FMJ9XYZAM96ASXVWY\",\"sessionId\":\"143-1387752-9891768\",\"method\":\"AplusWidget\",\"pageAsin\":\"\"},\"shouldLoop\":false,\"shouldDisableControls\":false,\"alwaysSetInitialVideo\":true,\"showPlayerCloseButton\":false,\"clientPrefix\":\"\",\"useAutoplayFallback\":false,\"sushiMetricsConfig\":{\"eventSource\":\"Player\",\"endpoint\":\"https:\/\/unagi-na.amazon.com\/1\/events\/com.amazon.eel.vse.metrics.prod.events.test\",\"requestId\":\"E77FMJ9XYZAM96ASXVWY\",\"sessionId\":\"143-1387752-9891768\",\"customerId\":\"0\",\"refMarkers\":\"aplus-116605_ref\",\"sessionType\":1,\"placementContext\":\"AplusWidget\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"weblabIds\":\"\",\"isInternal\":false,\"isRobot\":false,\"clientId\":\"VSE-US\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\"},\"ospLinkCode\":\"\",\"showPosterImage\":true,\"languageCode\":\"en\",\"languageLocalization\":{\"play\":\"Play\",\"volumeLevel\":\"Volume Level\",\"subtitles\":\"Subtitles\",\"volumeSlider\":\"Volume Slider\",\"playVideo\":\"Click to play video\",\"fullscreen\":\"Fullscreen\",\"scrubberBar\":\"Scrubber bar\",\"mute\":\"Mute\",\"unmute\":\"Unmute\",\"pause\":\"Pause\",\"captions\":\"Captions\",\"nonfullscreen\":\"Non-Fullscreen\"},\"version\":\"\",\"isMoreVideosButtonEnabled\":false,\"nexusMetricsConfig\":{\"eventSource\":\"Player\",\"isInternal\":false,\"playerTSMMetricsSchemaId\":\"vse.VSECardsPlayerEvents.9\",\"widgetMetricsSchemaId\":\"vse.VSECardsEvents.9\",\"producerId\":\"vsemetrics_playercards\",\"refMarkers\":\"aplus-116605_ref\",\"placementContext\":\"AplusWidget\",\"weblabIds\":\"\",\"clientId\":\"VSE-US\",\"videoAsin\":\"video\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\",\"customerId\":\"0\"},\"shouldStartMuted\":false,\"airyVersion\":\"VideoJS\",\"languagePreferenceStrings\":{},\"enableInactiveFocus\":true,\"showVideoInfo\":false,\"isReactFactory\":false,\"enableDelphiAttribution\":false,\"includeReportWidget\":false,\"shouldAutoplay\":false},\"needPlayerFactory\":false,\"isMobile\":false}\u003c\/script\u003e\n          \u003cdiv class=\"vse-airy-container vse-player-container none \"\u003e\n           \u003cdiv id=\"ive-aplus-116605-player-label-container\" data-element-id=\"ive-player-label-container\" class=\"a-section a-spacing-none ive-player-label-container\"\u003e\n            \u003cspan class=\"a-declarative\" data-action=\"a-popover\" data-a-popover='{\"name\":\"ive-aplus-116605-label-type-tooltip\",\"width\":\"300\",\"position\":\"triggerRight\",\"dataStrategy\":\"preload\"}'\u003e\u003ca href=\"javascript:void(0)\" role=\"button\" class=\"a-popover-trigger a-declarative ive-player-label-name aok-hidden\"\u003e\u003ci class=\"a-icon a-icon-popover\"\u003e\u003c\/i\u003e\u003c\/a\u003e\u003c\/span\u003e\n            \u003cdiv class=\"a-popover-preload\" id=\"a-popover-ive-aplus-116605-label-type-tooltip\"\u003e\n             \u003cspan class=\"ive-demo-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video showcases the product in use.\u003c\/span\u003e\u003cspan class=\"ive-assembly-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video guides you through product setup.\u003c\/span\u003e\u003cspan class=\"ive-comparison-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video compares multiple products.\u003c\/span\u003e\u003cspan class=\"ive-unboxing-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video shows the product being unpacked.\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/div\u003e\n           \u003cdiv id=\"aplus-116605-player-68e849a6-8302-4881-a898-8f229c0056db\" class=\"vse-player\" data-element-id=\"vse-player-container\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cscript\u003e\n  (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https:\/\/m.media-amazon.com\/images\/I\/61rq0L4t2wL.js?AUIClients\/VSEPlayer');\n  (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https:\/\/m.media-amazon.com\/images\/I\/3175HHgX+OL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41NWBkfooBL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients\/Brila');\n\u003c\/script\u003e\n          \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"vse-ns-initVSEPlayerOnLoad\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\n    P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-116605-player-ps');});\n    \/\/Please use below event to register FeedbackForm\n    P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) {\n        A.trigger('vse:ns:player:aplus-116605:init', 'aplus-116605-player-ps');\n    });\n}));\u003c\/script\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=\"celwidget aplus-module premium-module-7-video-text aplus-premium\" cel_widget_id=\"aplus-premium-module-7-video-text\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-7 aplus-container-1\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none aplus-display-table aplus-display-table-width\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none video-panel-container aplus-display-table-cell\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none video-panel\"\u003e\n        \u003cdiv class=\"a-section a-spacing-none video-placeholder\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"a-section a-spacing-none video-container\"\u003e\n         \u003cstyle type=\"text\/css\"\u003e\n\n.aplus-v2 .vse-video-player-title,  .aplus-v2 .vse-lightPlayer-vendor{\n    display:none;\n}\n\n#aplus .vse-video-player-title,  #aplus .vse-lightPlayer-vendor{\n    display:none;\n}\n\n\u003c\/style\u003e\n         \u003cdiv id=\"4a6b60be-1c21-4681-b0ca-3057cdf7f2ad\" style=\"width:100%; height:100%;\"\u003e\n          \u003clink rel=\"stylesheet\" href=\"https:\/\/m.media-amazon.com\/images\/I\/01n25BjbgEL.css?AUIClients\/VSEPlayer\"\u003e\n          \u003clink rel=\"stylesheet\" href=\"https:\/\/m.media-amazon.com\/images\/I\/51NP-5Gx4JL._RC|11s4jq82GaL.css_.css?AUIClients\/Brila\"\u003e\n          \u003cscript type=\"a-state\" data-a-state='{\"key\":\"aplus-116606-player-ps\"}'\u003e{\"clickstreamNexusMetricsConfig\":{\"producerId\":\"vsemetrics_playercards\",\"schemaId\":\"clickstream.CustomerEvent.4\",\"actionType\":\"DISCOVERY\",\"eventOwner\":\"vsemetrics_playercards\",\"eventType\":\"IVEVideoView\",\"productId\":\"B0995HKTMN\"},\"clientPrefix\":\"aplus-116606\",\"ccvDisclosure\":\"\",\"closedCaptionsConfig\":{\"captionsOnTexts\":{\"de\":\"German (Automated)\",\"ja\":\"Japanese (Automated)\",\"en\":\"English (Automated)\",\"fr\":\"French (Automated)\",\"es\":\"Spanish (Automated)\"},\"captionsOffText\":\"Captions off\",\"languageToLabelTexts\":{\"English\":\"English\",\"French\":\"French\",\"German\":\"German\",\"Spanish\":\"Spanish\",\"Japanese\":\"Japanese\"}},\"sushiMetricsConfig\":{\"eventSource\":\"Player\",\"endpoint\":\"https:\/\/unagi-na.amazon.com\/1\/events\/com.amazon.eel.vse.metrics.prod.events.test\",\"requestId\":\"E77FMJ9XYZAM96ASXVWY\",\"sessionId\":\"143-1387752-9891768\",\"customerId\":\"0\",\"refMarkers\":\"aplus-116606_ref\",\"sessionType\":1,\"placementContext\":\"AplusWidget\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"weblabIds\":\"\",\"isInternal\":false,\"isRobot\":false,\"clientId\":\"VSE-US\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\"},\"mimeType\":\"video\/mp4\",\"reportUrl\":\"\",\"nexusMetricsConfig\":{\"eventSource\":\"Player\",\"isInternal\":false,\"playerTSMMetricsSchemaId\":\"vse.VSECardsPlayerEvents.9\",\"widgetMetricsSchemaId\":\"vse.VSECardsEvents.9\",\"producerId\":\"vsemetrics_playercards\",\"refMarkers\":\"aplus-116606_ref\",\"placementContext\":\"AplusWidget\",\"weblabIds\":\"\",\"clientId\":\"VSE-US\",\"videoAsin\":\"video\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\",\"customerId\":\"0\"},\"videoHeight\":0,\"disableReportIllegalLink\":false,\"videoWidth\":0,\"eligibleToTriggerCCWeblab\":false,\"videoUrl\":\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a8cadf80-eeff-4aa3-a53f-95783925abcc.mp4\",\"metricsEmissionMethod\":\"nexus\",\"imageUrl\":\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/346c31e8-c390-44ec-96a3-814a2ba416ea.__CR0,0,2400,1800_PT0_SX800_V1___.jpg\",\"awaConfig\":{\"useUpNextComponent\":false,\"clickstreamNexusMetricsConfig\":{\"producerId\":\"vsemetrics_playercards\",\"schemaId\":\"clickstream.CustomerEvent.4\",\"actionType\":\"DISCOVERY\",\"eventOwner\":\"vsemetrics_playercards\",\"eventType\":\"IVEVideoView\",\"productId\":\"B0995HKTMN\"},\"initialVideo\":\"video\",\"shouldPreload\":false,\"enableClickBasedAttribution\":false,\"isChromelessPlayer\":false,\"closedCaptionsConfig\":{\"captionsOnTexts\":{\"de\":\"German (Automated)\",\"ja\":\"Japanese (Automated)\",\"en\":\"English (Automated)\",\"fr\":\"French (Automated)\",\"es\":\"Spanish (Automated)\"},\"captionsOffText\":\"Captions off\",\"languageToLabelTexts\":{\"English\":\"English\",\"French\":\"French\",\"German\":\"German\",\"Spanish\":\"Spanish\",\"Japanese\":\"Japanese\"}},\"enableDynamicBlur\":false,\"showPlayerPlayButton\":false,\"isVideoImmersivePlayer\":false,\"metricsEmissionMethod\":\"nexus\",\"skipInitialFocus\":false,\"playerSkin\":\"none\",\"disabledViewIds\":[\"replayHint\"],\"includeEarnsComissionDisclosure\":false,\"customerId\":\"0\",\"containerId\":\"aplus-116606-player-ed85aaa8-5b3b-46e5-9433-9a8c420aa552\",\"allowCrossOrigin\":false,\"requestMetadata\":{\"clientId\":\"VSE-US\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"requestId\":\"E77FMJ9XYZAM96ASXVWY\",\"sessionId\":\"143-1387752-9891768\",\"method\":\"AplusWidget\",\"pageAsin\":\"\"},\"shouldLoop\":false,\"shouldDisableControls\":false,\"alwaysSetInitialVideo\":true,\"showPlayerCloseButton\":false,\"clientPrefix\":\"\",\"useAutoplayFallback\":false,\"sushiMetricsConfig\":{\"eventSource\":\"Player\",\"endpoint\":\"https:\/\/unagi-na.amazon.com\/1\/events\/com.amazon.eel.vse.metrics.prod.events.test\",\"requestId\":\"E77FMJ9XYZAM96ASXVWY\",\"sessionId\":\"143-1387752-9891768\",\"customerId\":\"0\",\"refMarkers\":\"aplus-116606_ref\",\"sessionType\":1,\"placementContext\":\"AplusWidget\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"weblabIds\":\"\",\"isInternal\":false,\"isRobot\":false,\"clientId\":\"VSE-US\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\"},\"ospLinkCode\":\"\",\"showPosterImage\":true,\"languageCode\":\"en\",\"languageLocalization\":{\"play\":\"Play\",\"volumeLevel\":\"Volume Level\",\"subtitles\":\"Subtitles\",\"volumeSlider\":\"Volume Slider\",\"playVideo\":\"Click to play video\",\"fullscreen\":\"Fullscreen\",\"scrubberBar\":\"Scrubber bar\",\"mute\":\"Mute\",\"unmute\":\"Unmute\",\"pause\":\"Pause\",\"captions\":\"Captions\",\"nonfullscreen\":\"Non-Fullscreen\"},\"version\":\"\",\"isMoreVideosButtonEnabled\":false,\"nexusMetricsConfig\":{\"eventSource\":\"Player\",\"isInternal\":false,\"playerTSMMetricsSchemaId\":\"vse.VSECardsPlayerEvents.9\",\"widgetMetricsSchemaId\":\"vse.VSECardsEvents.9\",\"producerId\":\"vsemetrics_playercards\",\"refMarkers\":\"aplus-116606_ref\",\"placementContext\":\"AplusWidget\",\"weblabIds\":\"\",\"clientId\":\"VSE-US\",\"videoAsin\":\"video\",\"videoAsinList\":\"\",\"pageAsin\":\"B0995HKTMN\",\"customerId\":\"0\"},\"shouldStartMuted\":false,\"airyVersion\":\"VideoJS\",\"languagePreferenceStrings\":{},\"enableInactiveFocus\":true,\"showVideoInfo\":false,\"isReactFactory\":false,\"enableDelphiAttribution\":false,\"includeReportWidget\":false,\"shouldAutoplay\":false},\"needPlayerFactory\":false,\"isMobile\":false}\u003c\/script\u003e\n          \u003cdiv class=\"vse-airy-container vse-player-container none \"\u003e\n           \u003cdiv id=\"ive-aplus-116606-player-label-container\" data-element-id=\"ive-player-label-container\" class=\"a-section a-spacing-none ive-player-label-container\"\u003e\n            \u003cspan class=\"a-declarative\" data-action=\"a-popover\" data-a-popover='{\"name\":\"ive-aplus-116606-label-type-tooltip\",\"width\":\"300\",\"position\":\"triggerRight\",\"dataStrategy\":\"preload\"}'\u003e\u003ca href=\"javascript:void(0)\" role=\"button\" class=\"a-popover-trigger a-declarative ive-player-label-name aok-hidden\"\u003e\u003ci class=\"a-icon a-icon-popover\"\u003e\u003c\/i\u003e\u003c\/a\u003e\u003c\/span\u003e\n            \u003cdiv class=\"a-popover-preload\" id=\"a-popover-ive-aplus-116606-label-type-tooltip\"\u003e\n             \u003cspan class=\"ive-demo-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video showcases the product in use.\u003c\/span\u003e\u003cspan class=\"ive-assembly-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video guides you through product setup.\u003c\/span\u003e\u003cspan class=\"ive-comparison-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video compares multiple products.\u003c\/span\u003e\u003cspan class=\"ive-unboxing-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video shows the product being unpacked.\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/div\u003e\n           \u003cdiv id=\"aplus-116606-player-ed85aaa8-5b3b-46e5-9433-9a8c420aa552\" class=\"vse-player\" data-element-id=\"vse-player-container\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cscript\u003e\n  (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https:\/\/m.media-amazon.com\/images\/I\/61rq0L4t2wL.js?AUIClients\/VSEPlayer');\n  (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https:\/\/m.media-amazon.com\/images\/I\/3175HHgX+OL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41NWBkfooBL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients\/Brila');\n\u003c\/script\u003e\n          \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"vse-ns-initVSEPlayerOnLoad\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\n    P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-116606-player-ps');});\n    \/\/Please use below event to register FeedbackForm\n    P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) {\n        A.trigger('vse:ns:player:aplus-116606:init', 'aplus-116606-player-ps');\n    });\n}));\u003c\/script\u003e\n         \u003c\/div\u003e\n        \u003c\/div\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell\"\u003e\n       \u003ch3 class=\"aplus-h1 a-text-bold\"\u003eSuper Absorbent and Fast Drying\u003c\/h3\u003e\n       \u003cbr\u003e\n       \u003cp class=\"aplus-p2\"\u003eThe Critter Box is not only soft and comfy, it's also super absorbent and fast drying. Liquid is wicked away from the surface to assure your guinea pig or other small animal stays dry and comfortable. High-traffic areas like corners where small animals like to pee and poo are covered. Use the Critter Box on its own as bedding for your pet, or layer it underneath wood or aspen shavings, paper bedding, or fleece blankets.\u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-5-comparison-table-scroller aplus-premium\" cel_widget_id=\"aplus-premium-module-5-comparison-table-scroller\"\u003e\n    \u003cdiv class=\"premium-aplus premium-aplus-module-5 aplus-container-3 comparison-table\"\u003e\n     \u003ch3 class=\"a-text-center aplus-h1 a-text-bold\"\u003eWashable Cage Liners\u003c\/h3\u003e\n     \u003cdiv id=\"comparison-table-container-5\" data-comparison-name=\"comparison-table-container-5\" class=\"a-section a-spacing-none table-container loading\"\u003e\n      \u003cdiv class=\"table-slider scroll-wrapper-bottom\"\u003e\n       \u003ctable class=\"a-bordered a-horizontal-stripes scroll-width\"\u003e\n        \u003ctbody\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute empty\"\u003e\u003c\/td\u003e\n          \u003cth class=\"aplus-data-column top-header active active-item\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Critter Box\" href=\"\/dp\/B0995H5BV2?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d9bc5480-001f-47c2-8281-849c7b20b4bc.__CR0,0,2000,2250_PT0_SX200_V1___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003eCritter Box\u003c\/p\u003e \u003c\/a\u003e\n           \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n            \u003c!-- sp:csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hOLOF0CRI9kEj2Gn6hMvnoySPmlY7o1MV\/sVvqAV+h6gAAAAAGoxhVMyZWViZWUzYy05ZmVkLTRhMGYtYjBkOC0wOWZiZTYwZTYxM2Y=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0995H5BV2\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"A%2FbQs8tGdF0UL21vWEFFLN%2Br6a%2BgMENpmIq1L%2FlBfN2021HuHhqS10aK25zjCwcsMn%2Bw874uv%2BV2twDSRCV%2ButoZ5%2B%2FPf1sJIdnkMIhHLBznJ3wAzP7VoRNj%2B9wDj%2BHCOOltTqvPoa4IVEOX78N1x%2FhRy277QL1aKfW0sdsX6WRDvpPU6iZHGSAkQjKEatzq\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n            \u003cdiv class=\"add-to-cart\"\u003e\n             \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/form\u003e\n           \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n          \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Reversible Critter Box\" href=\"\/dp\/B0CG8PQP7D?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0f32a79f-e23e-4f0c-a48d-c2b45ef6704d.__CR0,0,2000,2250_PT0_SX200_V1___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003eReversible Critter Box\u003c\/p\u003e \u003c\/a\u003e\n           \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n            \u003c!-- sp:csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hOLOF0CRI9kEj2Gn6hMvnoySPmlY7o1MV\/sVvqAV+h6gAAAAAGoxhVMyZWViZWUzYy05ZmVkLTRhMGYtYjBkOC0wOWZiZTYwZTYxM2Y=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0CG8PQP7D\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"LfjBl64aH2e7dxj6mV7RlV3pv%2F09qxmXrZDOnFokSlq3SDL54FuBIQBvxCipesQBbEihU%2FIYzN2QoB6TgJtVtSkDBQQlVGK3YaW%2Fmt3wTb98yP9fo7vOkwCc6j3WssXX5ujCPoxTwJkK9a%2BTT1eNeFwQv1uHzzBGsOpnQEJCt6QWsCBxADf92%2FlP4bvZQJHv\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n            \u003cdiv class=\"add-to-cart\"\u003e\n             \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/form\u003e\n           \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n          \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"PopCorner Washable Liner\" href=\"\/dp\/B09WHDZ77P?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3872d4e6-ccc9-4a85-9268-f4273dc1eef4.__CR0,0,2000,2250_PT0_SX200_V1___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003ePopCorner Washable Liner\u003c\/p\u003e \u003c\/a\u003e\n           \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n            \u003c!-- sp:csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hOLOF0CRI9kEj2Gn6hMvnoySPmlY7o1MV\/sVvqAV+h6gAAAAAGoxhVMyZWViZWUzYy05ZmVkLTRhMGYtYjBkOC0wOWZiZTYwZTYxM2Y=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B09WHDZ77P\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"bqmQijM1vKJjIqXQhGhb%2FiV8FPFrDuhZMYqiO8KYMNpo9GXemUmJvS0zb7ybHEbFIseLN9r1ty0WvvD50%2BOmivSQkJjrolN2WxoB%2F3tkulRNYbBY5i926SavS1WDZ6ZP5HAUp89ESjWsJMDDRZa8AlSEuH7yZMyTulzzAZREd9aEQ6Ipsa88Mq0BIdeaIV8n\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n            \u003cdiv class=\"add-to-cart\"\u003e\n             \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/form\u003e\n           \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n          \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Washable Cage Liners\" href=\"\/dp\/B09WMQ6RZH?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ef2e5eea-6969-41ee-a8aa-5dab206b6ded.__CR0,0,2000,2250_PT0_SX200_V1___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003eWashable Cage Liners\u003c\/p\u003e \u003c\/a\u003e\n           \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n            \u003c!-- sp:csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hOLOF0CRI9kEj2Gn6hMvnoySPmlY7o1MV\/sVvqAV+h6gAAAAAGoxhVMyZWViZWUzYy05ZmVkLTRhMGYtYjBkOC0wOWZiZTYwZTYxM2Y=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B09WMQ6RZH\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"A%2FbQs8tGdF0UL21vWEFFLFaWsCJLxjFMVOqdcxoqSa0ufvJturps4gMlBKdjp0UUwboDd0csVy%2BNStyMYJDXpG1hTHJB9R1TuES1nSoMP3ca4fCjlVR64YPQ9c274%2FcKv17Vkesi8tD60UOaRqsIXly2e95o8c%2BwlCzFbkDLOVSnFvmYnUImUvqkkQCXmWHJ\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n            \u003cdiv class=\"add-to-cart\"\u003e\n             \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/form\u003e\n           \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n          \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Washable Liner Pads\" href=\"\/dp\/B0BPLGB1FH?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b0256e44-c77b-4b32-a999-082f0cf5f98a.__CR0,0,2000,2250_PT0_SX200_V1___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003eWashable Liner Pads\u003c\/p\u003e \u003c\/a\u003e\n           \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n            \u003c!-- sp:csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hOLOF0CRI9kEj2Gn6hMvnoySPmlY7o1MV\/sVvqAV+h6gAAAAAGoxhVMyZWViZWUzYy05ZmVkLTRhMGYtYjBkOC0wOWZiZTYwZTYxM2Y=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0BPLGB1FH\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"QIhrcgpRKdMgIHwefgNhzhVan%2BZOulxp%2BjjRjJViF%2FuJomFRGI44Uykqb5WiOG%2B43JQFLvqnyMXRpca8vn3x7%2FHdoEC3ULhV5dKahO2%2FdOIvIC8NN0j5c6ljJ37t1BSivSj0V%2FNC6sV4jQ9sMUjg9CtiXX4x10dSZdduaaEKBFasUgWQ%2Bjg1CXNoETGcCvoq\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n            \u003cdiv class=\"add-to-cart\"\u003e\n             \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/form\u003e\n           \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n          \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Bamboo Carbon Cage Liner\" href=\"\/dp\/B08PP3MK5B?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fae7a2fc-e046-436a-8d79-f8f9e8df6528.__CR0,0,2000,2250_PT0_SX200_V1___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003eBamboo Carbon Cage Liner\u003c\/p\u003e \u003c\/a\u003e\n           \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n            \u003c!-- sp:csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hOLOF0CRI9kEj2Gn6hMvnoySPmlY7o1MV\/sVvqAV+h6gAAAAAGoxhVMyZWViZWUzYy05ZmVkLTRhMGYtYjBkOC0wOWZiZTYwZTYxM2Y=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B08PP3MK5B\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"XlVBgsKKv388Kj5kywMwWnxwNSfU%2BnLwtYlMFLqTne5r83ff6dj0Xw%2FiwFQYshiw3lqpzbqQy4pJHJ9lvy7Iia1JffkrXK2Flhlq%2BIqksVmNB80dJfPm3SAXA1AWFMuQkdGIS2PdriGBApHBWAF3HZI7piAWYKCmLBrQasJ4vkwHYIToBuTSZHgwg8fAuqg7\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n            \u003cdiv class=\"add-to-cart\"\u003e\n             \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/form\u003e\n           \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n          \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"Disposable Cage Liner\" href=\"\/dp\/B08GY3DNKX?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/97fdf962-22db-4d14-8e28-7acf3279677b.__CR0,0,2000,2250_PT0_SX200_V1___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003eDisposable Cage Liner\u003c\/p\u003e \u003c\/a\u003e\n           \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n            \u003c!-- sp:csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hOLOF0CRI9kEj2Gn6hMvnoySPmlY7o1MV\/sVvqAV+h6gAAAAAGoxhVMyZWViZWUzYy05ZmVkLTRhMGYtYjBkOC0wOWZiZTYwZTYxM2Y=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B08GY3DNKX\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"tL2Ao7%2FkZ1i%2B9fQbsMbJXdRGwtrVd6IYHWCktgavsJJxiy%2F2KNG5%2F3Fuvcbls%2BLqJmEuwoBTBW56Jwnprak5j%2Fdrit8B0D%2FNJJIVHne9J35kf3XKjkp0Krf4Mq3Enta0RUwrEE5T%2BIJGWEm1elz8zsGORpi4YlMrD3nafZQLanpb86SCWMCWNb%2FF35CwRgvY\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n            \u003cdiv class=\"add-to-cart\"\u003e\n             \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/form\u003e\n           \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Customer Reviews \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\n           \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n           \u003cdiv class=\"\"\u003e\n            \u003cdiv class=\"a-size-base\"\u003e\n             \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.6 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e470\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\n           \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n           \u003cdiv class=\"\"\u003e\n            \u003cdiv class=\"a-size-base\"\u003e\n             \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.4 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e319\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\n           \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n           \u003cdiv class=\"\"\u003e\n            \u003cdiv class=\"a-size-base\"\u003e\n             \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.6 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e542\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\n           \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n           \u003cdiv class=\"\"\u003e\n            \u003cdiv class=\"a-size-base\"\u003e\n             \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.6 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e542\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\n           \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n           \u003cdiv class=\"\"\u003e\n            \u003cdiv class=\"a-size-base\"\u003e\n             \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.6 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e542\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\n           \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n           \u003cdiv class=\"\"\u003e\n            \u003cdiv class=\"a-size-base\"\u003e\n             \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.4 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e288\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\n           \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n           \u003cdiv class=\"\"\u003e\n            \u003cdiv class=\"a-size-base\"\u003e\n             \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.4 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e1,318\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Price \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$49.95\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e49\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e95\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$49.95\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e49\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e95\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$37.95\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e37\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e95\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$37.95\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e37\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e95\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$19.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e19\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$18.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e18\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$12.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e12\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Raised Sides \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Reversible \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Machine-Washable \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Reinforced Corners \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Anti-Pill, Non-Stick Fleece \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✘ \u003c\/span\u003e\u003c\/td\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Odor Control \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Waterproof Backing \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✔ \u003c\/span\u003e\u003c\/td\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Material \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e Dust-free velvet fleece \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Dust-free velvet fleece \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Dust-free velvet fleece \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Dust-free velvet fleece \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Dust-free velvet fleece \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Dust-free bamboo carbon fleece \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Natural bamboo carbon tissue \u003c\/span\u003e\u003c\/td\u003e\n         \u003c\/tr\u003e\n         \u003ctr\u003e\n          \u003ctd class=\"attribute a-text-bold\"\u003e\n           \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Available Sizes \u003c\/span\u003e\n           \u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e C\u0026amp;C 2x3; 2x4; 2x5; Midwest \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 2x3;2x4;Midwest;CritterNation \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e C\u0026amp;C 2x3; 2x4; 2x5; Midwest \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e C\u0026amp;C 2x1 \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 12x12 inch \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 12\"x12\"; C\u0026amp;C 2x1; Midwest \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e C\u0026amp;C2x1;Midwest;Wabbitat37+more \u003c\/span\u003e\u003c\/td\u003e\n         \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n       \u003c\/table\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\n    P.when('premium-module-5-comparison-table-scroller', 'ready').execute('invoke-premium-5-comparison-table', function(init){ init() });\n}));\u003c\/script\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-13-carousel aplus-premium\" cel_widget_id=\"aplus-premium-module-13-carousel\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-13\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none aplus-carousel-container\"\u003e\n      \u003cdiv id=\"premium-aplus-13-carousel-6-id\" data-a-carousel-options='{\"peek_percentage\":0,\"minimum_gutter_width\":0,\"show_partial_next\":false,\"name\":\"premium-aplus-13-carousel-6\"}' aria-label=\"Featured content carousel\" aria-roledescription=\"carousel\" data-a-display-strategy=\"single\" data-a-transition-strategy=\"slideCircular\" role=\"region\" class=\"a-begin a-carousel-container a-carousel-static a-carousel-display-single a-carousel-transition-slideCircular\"\u003e\n       \u003cinput autocomplete=\"on\" type=\"hidden\" class=\"a-carousel-firstvisibleitem\"\u003e\n       \u003cdiv class=\"a-row a-carousel-controls a-carousel-row a-carousel-has-buttons a-carousel-overlay-buttons a-carousel-rounded-buttons\"\u003e\n        \u003cdiv class=\"a-carousel-row-inner\"\u003e\n         \u003cdiv class=\"a-carousel-col a-carousel-left\"\u003e\n          \u003ca class=\"a-carousel-goto-prevpage\" role=\"button\" href=\"#\"\u003e\u003ci class=\"a-icon a-icon-previous-rounded\"\u003e\u003cspan class=\"a-icon-alt\"\u003ePrevious page\u003c\/span\u003e\u003c\/i\u003e\u003c\/a\u003e\n         \u003c\/div\u003e\n         \u003cdiv class=\"a-carousel-col a-carousel-center\"\u003e\n          \u003cdiv class=\"a-carousel-viewport\" aria-roledescription=\"slide\"\u003e\n           \u003col class=\"a-carousel\" role=\"list\"\u003e\n            \u003cli aria-roledescription=\"slide\" class=\"a-carousel-card aplus-carousel-element\" aria-setsize=\"3\"\u003e\n             \u003cdiv id=\"premium-aplus-13-carousel-6-slide-0\"\u003e\n              \u003cdiv class=\"a-section a-spacing-none aplus-card-image\"\u003e\n               \u003cimg alt=\"Paw Inspired, Popcorner Guinea Pig Cage Liners\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5cf5bdec-06ee-4c08-838c-5a2ef3e8276e.__CR0,0,2928,1200_PT0_SX1464_V1___.jpg\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"a-section a-spacing-none aplus-card-description-wrapper\"\u003e\n               \u003cdiv class=\"a-section a-spacing-none aplus-card-description aplus-container-1-2\"\u003e\n                \u003cdiv class=\"a-section a-spacing-none aplus-card-table-cell\"\u003e\n                 \u003cdiv class=\"a-section a-spacing-none aplus-text-background aplus-container-1\"\u003e\n                  \u003cdiv class=\"a-section a-spacing-none aplus-card-title\"\u003e\n                   \u003ch1 class=\"aplus-h2 a-text-bold\"\u003ePopCorner Washable Cage Liners\u003c\/h1\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"a-section a-spacing-none aplus-card-body\"\u003e\n                   \u003cp class=\"aplus-p3\"\u003eWith reinforced corners to provide extra protection against urine, poop, and other messes, our PopCorner washable fleece cage liners are the perfect addition to your small pet's habitat.\u003c\/p\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"a-section a-spacing-none aplus-card-link-button\"\u003e\n                   \u003cspan class=\"a-button a-button-toggle aplus-comparison-table-carousel-link-button\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ca href=\"\/dp\/B09WHHVVB1?ref=emc_p_m_13_b\" aria-label=\"Learn more about the product: PopCorner Washable Cage Liners\" class=\"a-button-text\"\u003e Shop \u003c\/a\u003e\u003c\/span\u003e\u003c\/span\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\/li\u003e\n            \u003cli aria-roledescription=\"slide\" class=\"a-carousel-card aplus-carousel-element\" aria-setsize=\"3\"\u003e\n             \u003cdiv id=\"premium-aplus-13-carousel-6-slide-1\"\u003e\n              \u003cdiv class=\"a-section a-spacing-none aplus-card-image\"\u003e\n               \u003cimg alt=\"Paw Inspired, Furr-O, Guinea Pig Burrowing Pet Bed\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/54d7cb70-cfe0-43d8-a6d4-ad9a79b70d4c.__CR0,0,2928,1200_PT0_SX1464_V1___.jpg\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"a-section a-spacing-none aplus-card-description-wrapper\"\u003e\n               \u003cdiv class=\"a-section a-spacing-none aplus-card-description aplus-container-1-2\"\u003e\n                \u003cdiv class=\"a-section a-spacing-none aplus-card-table-cell\"\u003e\n                 \u003cdiv class=\"a-section a-spacing-none aplus-text-background aplus-container-1\"\u003e\n                  \u003cdiv class=\"a-section a-spacing-none aplus-card-title\"\u003e\n                   \u003ch1 class=\"aplus-h2 a-text-bold\"\u003eThe Furr-O Burrowing Pet Bed\u003c\/h1\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"a-section a-spacing-none aplus-card-body\"\u003e\n                   \u003cp class=\"aplus-p3\"\u003eIt's a soft and fluffy accessory that allows your piggie to enjoy its natural instinct to root and dig. The Furr-O promotes a feeling of calmness for your pet, allowing for valuable cuddle time.\u003c\/p\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"a-section a-spacing-none aplus-card-link-button\"\u003e\n                   \u003cspan class=\"a-button a-button-toggle aplus-comparison-table-carousel-link-button\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ca href=\"\/dp\/B0C36VHX7K?ref=emc_p_m_13_b\" aria-label=\"Learn more about the product: The Furr-O Burrowing Pet Bed\" class=\"a-button-text\"\u003e Shop \u003c\/a\u003e\u003c\/span\u003e\u003c\/span\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\/li\u003e\n            \u003cli aria-roledescription=\"slide\" class=\"a-carousel-card aplus-carousel-element\" aria-setsize=\"3\"\u003e\n             \u003cdiv id=\"premium-aplus-13-carousel-6-slide-2\"\u003e\n              \u003cdiv class=\"a-section a-spacing-none aplus-card-image\"\u003e\n               \u003cimg alt=\"Paw Inspired-Disposable Cage Liners\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5203aba2-f0d2-4969-bbd1-e9007246b718.__CR0,0,2928,1200_PT0_SX1464_V1___.jpg\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"a-section a-spacing-none aplus-card-description-wrapper\"\u003e\n               \u003cdiv class=\"a-section a-spacing-none aplus-card-description aplus-container-1-2\"\u003e\n                \u003cdiv class=\"a-section a-spacing-none aplus-card-table-cell\"\u003e\n                 \u003cdiv class=\"a-section a-spacing-none aplus-text-background aplus-container-1\"\u003e\n                  \u003cdiv class=\"a-section a-spacing-none aplus-card-title\"\u003e\n                   \u003ch1 class=\"aplus-h2 a-text-bold\"\u003ePaw Inspired Bamboo Carbon Disposable Cage Liners\u003c\/h1\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"a-section a-spacing-none aplus-card-body\"\u003e\n                   \u003cp class=\"aplus-p3\"\u003eKeep your small animal comfortable and dry with these convenient disposable cage liners. Made with natural bamboo charcoal, these liners help control odors and keep your pet’s home clean and safe.\u003c\/p\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"a-section a-spacing-none aplus-card-link-button\"\u003e\n                   \u003cspan class=\"a-button a-button-toggle aplus-comparison-table-carousel-link-button\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ca href=\"\/dp\/B08GY3DNKX?ref=emc_p_m_13_b\" aria-label=\"Learn more about the product: Paw Inspired Bamboo Carbon Disposable Cage Liners\" class=\"a-button-text\"\u003e Shop \u003c\/a\u003e\u003c\/span\u003e\u003c\/span\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\/li\u003e\n           \u003c\/ol\u003e\n          \u003c\/div\u003e\n         \u003c\/div\u003e\n         \u003cdiv class=\"a-carousel-col a-carousel-right\"\u003e\n          \u003ca class=\"a-carousel-goto-nextpage\" role=\"button\" href=\"#\"\u003e\u003ci class=\"a-icon a-icon-next-rounded\"\u003e\u003cspan class=\"a-icon-alt\"\u003eNext page\u003c\/span\u003e\u003c\/i\u003e\u003c\/a\u003e\n         \u003c\/div\u003e\n        \u003c\/div\u003e\n       \u003c\/div\u003e\n       \u003cspan class=\"a-end aok-hidden\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-pagination-wrapper\"\u003e\n       \u003cstyle type=\"text\/css\"\u003e\n\n.aplus-mantle.aplus-module .aplus-pagination-dots {\n    margin: 0;\n}\n\n.aplus-mantle.aplus-module .aplus-pagination-dot {\n    display: inline-block;\n    list-style: none;\n}\n\n.aplus-mantle.aplus-module .aplus-carousel-nav {\n    text-align:center;\n}\n\n.aplus-mantle.aplus-module .carousel-slider-circle {\n    display: inline-block;\n    cursor: pointer;\n    height: 15px;\n    width: 15px;\n    border: 1px solid #000;\n    border-radius: 20px;\n    background-color: #fff;\n    margin-left: 5px;\n}\n\n.aplus-mantle.aplus-module .carousel-slider-circle.aplus-carousel-active {\n    background-color: #DE7921;\n}\n\n.aplus-mantle.aplus-module .aplus-pagination-dot--display-none {\n    display: none;\n}\n\n\u003c\/style\u003e\n       \u003cscript\u003e\n\nP.now(\"premium-aplus-13-carousel-6\").execute(\"init-pagination-carousel\", function(init) {\n    if (init) {\n        return;\n    }\n    P.register(\"premium-aplus-13-carousel-6\", function() {\n        return function() {\n            P.when(\"A\", \"jQuery\", \"a-carousel-framework\", \"ready\").execute(\"paginate-carousel\", function (A, $, framework) {\n                const ENTER_KEY_CODE = 13;\n                const ESCAPE_KEY_CODE = 27;\n                const LEFT_ARROW_KEY = 37;\n                const RIGHT_ARROW_KEY = 39;\n                const HOME_KEY = 36;\n                const END_KEY = 35;\n\n                var moduleId = \"6\";\n                var carouselName = \"premium-aplus-13-carousel-6\";\n                var paginationAction = \"aplus-pagination-dot-action-\" + moduleId + \"-\" + carouselName;\n                var paginationGroup = \"#aplus-pagination-group-\" + moduleId + \"-\" + carouselName;\n\n                \/* If the carousel goes to a new page *\/\n                A.on(\"a:carousel:\"+carouselName+\":change:pageNumber\", function (data) {\n                    A.$(paginationGroup+\" .carousel-slider-circle\").removeClass(\"aplus-carousel-active\").attr('aria-selected', 'false').attr('tabindex', -1)\n                                    .eq(data.newValue - 1).addClass(\"aplus-carousel-active\").attr('aria-selected', 'true').attr('tabindex', 0);\n                });\n\n                function syncPaginationDotsWithCarouselPages(numPages) {\n                    const parentElement = document.querySelector(paginationGroup);\n                    if (parentElement \u0026\u0026 parentElement.children) {\n                        const children = parentElement.children;\n                        for (let i = 0; i \u003c children.length; i++) {\n                            if (i \u003e= numPages) {\n                                \/\/ If number of dots \u003e num of pages, we should hide other dots\n                                children[i].classList.add('aplus-pagination-dot--display-none');\n                            } else if (children[i].classList.contains('aplus-pagination-dot--display-none')) {\n                                \/\/ Reset display of dots if it was hidden before\n                                children[i].classList.remove('aplus-pagination-dot--display-none');\n                            }\n                        }\n                    }\n                }\n\n                framework.onInit(carouselName, function (carousel) {\n                    try {\n                        var totalPages = carousel.getAttr('totalPages');\n                        syncPaginationDotsWithCarouselPages(totalPages);\n                        \/* Resize event handler to re-calculate the pagination dots count based on orientation *\/\n                        window.addEventListener('resize', function() {\n                            carousel.resize();\n                            totalPages = carousel.getAttr('totalPages');\n                            syncPaginationDotsWithCarouselPages(totalPages);\n                        });\n\n                        A.declarative(paginationAction, 'click keydown', function(event){\n                            var isClick = event.type === 'click';\n                            var isKeydown = event.type === 'keydown';\n                            var isEnter = isKeydown \u0026\u0026 event.$event.keyCode === ENTER_KEY_CODE;\n                            var isEsc = isKeydown \u0026\u0026 event.$event.keyCode === ESCAPE_KEY_CODE;\n                            var isLeftArrow = isKeydown \u0026\u0026 event.$event.keyCode === LEFT_ARROW_KEY;\n                            var isRightArrow = isKeydown \u0026\u0026 event.$event.keyCode === RIGHT_ARROW_KEY;\n                            var isHome = isKeydown \u0026\u0026 event.$event.keyCode === HOME_KEY;\n                            var isEnd = isKeydown \u0026\u0026 event.$event.keyCode === END_KEY;\n\n                            if (isClick || isEnter) {\n                                var data = event.data;\n                                carousel.gotoPage(data.page);\n                            } else if (isEsc) {\n                                event.$target.blur();\n                            } else if (isLeftArrow || isRightArrow || isHome || isEnd) {\n                                event.$event.preventDefault();\n                                const dots = A.$(paginationGroup + \" .carousel-slider-circle\");\n                                const currentIndex = dots.index(event.$target);\n                                let nextIndex;\n\n                                if (isLeftArrow) {\n                                    nextIndex = currentIndex \u003e 0 ? currentIndex - 1 : dots.length - 1;\n                                } else if (isRightArrow) {\n                                    nextIndex = currentIndex \u003c dots.length - 1 ? currentIndex + 1 : 0;\n                                } else if (isHome) {\n                                    nextIndex = 0;\n                                } else if (isEnd) {\n                                    nextIndex = dots.length - 1;\n                                }\n\n                                dots.eq(nextIndex).focus();\n                                carousel.gotoPage(nextIndex + 1);\n                            }\n                        });\n                    } catch (e) {\n                        P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');\n                    }\n                });\n            });\n        }\n    });\n});\n\u003c\/script\u003e\n       \u003cdiv class=\"aplus-mantle aplus-module\"\u003e\n        \u003cdiv class=\"aplus-carousel-nav\"\u003e\n         \u003cul id=\"aplus-pagination-group-6-premium-aplus-13-carousel-6\" class=\"aplus-pagination-dots\" aria-label=\"tablist-section\" role=\"tablist\"\u003e\n          \u003cli class=\"aplus-pagination-dot\"\u003e\u003cspan class=\"a-declarative carousel-slider-circle aplus-display-inline-block aplus-carousel-active\" aria-selected=\"true\" data-action=\"aplus-pagination-dot-action-6-premium-aplus-13-carousel-6\" data-aplus-pagination-dot-action-6-premium-aplus-13-carousel-6='{\"page\": 1}' aria-label=\"slide-1\" aria-controls=\"premium-aplus-13-carousel-6-slide-0\" tabindex=\"0\" role=\"tab\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n          \u003cli class=\"aplus-pagination-dot\"\u003e\u003cspan class=\"a-declarative carousel-slider-circle aplus-display-inline-block \" aria-selected=\"false\" data-action=\"aplus-pagination-dot-action-6-premium-aplus-13-carousel-6\" data-aplus-pagination-dot-action-6-premium-aplus-13-carousel-6='{\"page\": 2}' aria-label=\"slide-2\" aria-controls=\"premium-aplus-13-carousel-6-slide-1\" tabindex=\"-1\" role=\"tab\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n          \u003cli class=\"aplus-pagination-dot\"\u003e\u003cspan class=\"a-declarative carousel-slider-circle aplus-display-inline-block \" aria-selected=\"false\" data-action=\"aplus-pagination-dot-action-6-premium-aplus-13-carousel-6\" data-aplus-pagination-dot-action-6-premium-aplus-13-carousel-6='{\"page\": 3}' aria-label=\"slide-3\" aria-controls=\"premium-aplus-13-carousel-6-slide-2\" tabindex=\"-1\" role=\"tab\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n         \u003c\/ul\u003e\n        \u003c\/div\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n     \u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\n    P.when(\"premium-aplus-13-carousel-6\").execute('invoke-premium-13-carousel-desktop', function(init){init();});\n}));\u003c\/script\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\"\u003e\n \u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n  \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e SIMPLY THE BEST CAGE LINER HABITAT: No more scrubbing dirty cage corners and bottoms. With the raised and walled sides of the Critter Box your cage will stay 100% clean and protected. The barriered absorbent side assure all messes stay contained on the washable cage liner itself. When you are ready to change the liner, simply pick it up, shake it out in the trash can, and throw it in the wash. \u003c\/span\u003e\u003c\/li\u003e\n  \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e RAISED SIDES FOR 100% PROTECTION : The walled sides of the Critter Box creates a barrier that keeps all the messes contained on top of the liner. No more messes falling off the side or under your liner. Even the cages corners are 100% protected and leak proof with the Critter Box's patent pending walled design. \u003c\/span\u003e\u003c\/li\u003e\n  \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e FITS PERFECT IN MIDWEST CAGES : These assembled cage liners are 24” x 47” (61 x 119 cm) which are perfect size to use as a Midwest* Cage Liner for your Guinea Pig, Ferret, Rabbit, Rat, Hamster, Hedgehog, Chinchilla, all other Small Animals. \u003c\/span\u003e\u003c\/li\u003e\n  \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e SUPER ABSORBENT \u0026amp; MOISTURE WICKING: These liners are super absorbent and fast drying. Liquid is wicked away from the surface to assure your guinea pig or other small animal stays dry and comfortable. The super absorbent material covers the entire liner, so they function as not only as bedding, but as a pee pad and corner pad. \u003c\/span\u003e\u003c\/li\u003e\n  \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e DUST FREE VELVET FLEECE: The Critter Box is equipped with high quality durable velvet fleece. This velvet fleece is super soft and comfortable. It is also specially designed for the comfort and health of your small animal. Unlike other cage liners and bedding these fleece cage liners are totally dust dree, offering the healthiest possible environment for your small animals. \u003c\/span\u003e\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003cdiv data-csa-c-content-id=\"voyager-product-details-jumplink\" data-csa-c-slot-id=\"voyager-product-details-jumplink\" data-csa-c-type=\"link\" class=\"a-section aok-hidden\"\u003e\n  \u003cspan class=\"caretnext\"\u003e›\u003c\/span\u003e \u003ca id=\"seeMoreDetailsLink\" class=\"a-link-normal\" href=\"#productDetails\"\u003e See more product details \u003c\/a\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cdiv class=\"a-section a-spacing-small a-spacing-top-small\"\u003e\n \u003ctable class=\"a-normal a-spacing-micro\" role=\"list\"\u003e\n  \u003ctbody\u003e\n   \u003ctr class=\"a-spacing-small po-brand\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eBrand\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003ePaw Inspired\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-breed_recommendation\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eBreed Recommendation\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003eSmall Breeds\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-special_feature\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eSpecial Feature\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003eMoisture Wicking, Odor Control, Washable\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-material\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eMaterial\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003ePolyester\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-item_length_width_thickness\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eProduct Dimensions\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003e47\"L x 24\"W x 0.3\"Th\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n \u003c\/table\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"GearGridCA","offers":[{"title":"C\u0026C 2x3 (14\" Grids)","offer_id":47590135693490,"sku":null,"price":69.75,"currency_code":"CAD","in_stock":true},{"title":"C\u0026C 2x4 (14\" Grids)","offer_id":47590135726258,"sku":null,"price":90.7,"currency_code":"CAD","in_stock":true},{"title":"2x4 (12\" Grids)","offer_id":47590135759026,"sku":null,"price":69.75,"currency_code":"CAD","in_stock":true},{"title":"C\u0026C 2x1 (14\" Grids)","offer_id":47590135791794,"sku":null,"price":34.84,"currency_code":"CAD","in_stock":true},{"title":"C\u0026C 2x5 (14\" Grids)","offer_id":47590135824562,"sku":null,"price":104.66,"currency_code":"CAD","in_stock":true},{"title":"Midwest","offer_id":47590135857330,"sku":null,"price":69.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/2776\/9522\/files\/71Y-JXfjn9L.jpg?v=1781630304","url":"https:\/\/amabus.store\/products\/paw-inspired-critter-box-washable-cage-liner-with-raised-sides-fleece-bedding-with-waterproof-bottom-edge-protected-pee-pads-for-guinea-pigs-rabbits-hamsters-small-animals-midwest-size","provider":"GearGridCA","version":"1.0","type":"link"}