{"title":"Oversize Rugs","description":"","products":[{"product_id":"garvee-marine-carpet-stripe-brown-non-pho-11znf89h","title":"Garvee 6' × 18' Boat Marine Carpet, Gray Marine Carpet, Indoor\/Outdoor Rug, Tpr Non-Slip, Waterproof, for Patio Deck, Outdoor Use, Camping","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Arial', sans-serif;\n    }\n    \n  \n    \n    .header {\n      background-color: #8B4513;\n      color: white;\n      text-align: center;\n      padding: 30px 20px;\n    }\n    \n    .header-title {\n      font-size: 36px;\n      font-weight: bold;\n      margin-bottom: 10px;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n    }\n    \n    .header-subtitle {\n      font-size: 18px;\n      text-align: center;\n      margin: 0 auto;\n    }\n    \n    .feature-section {\n      width: 100%;\n      margin: 0;\n    }\n    \n    .feature-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n    \n    .feature-content {\n      background-color: white;\n      padding: 50px 20px;\n      text-align: center;\n    }\n    \n    .feature-title {\n      font-size: 32px;\n      color: #8B4513;\n      margin-bottom: 20px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n    \n    .feature-description {\n      max-width: 1000px;\n      margin: 0 auto;\n      font-size: 18px;\n      line-height: 1.8;\n      color: #555;\n    }\n    \n    .highlights-section {\n      width: 100%;\n      background-color: #f5f0ea;\n      padding: 70px 0;\n    }\n    \n    .highlights-container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n    \n    .highlights-title {\n      font-size: 32px;\n      margin-bottom: 50px;\n      color: #8B4513;\n      text-align: center;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n    \n    .highlights-list {\n      list-style-type: none;\n      width: 100%;\n    }\n    \n    .highlight-item {\n      margin-bottom: 30px;\n      display: flex;\n      align-items: flex-start;\n      background-color: white;\n      border-radius: 10px;\n      padding: 30px;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n      transition: transform 0.3s ease;\n    }\n    \n    .highlight-item:hover {\n      transform: translateY(-5px);\n    }\n    \n    .highlight-item:last-child {\n      margin-bottom: 0;\n    }\n    \n    .highlight-item:before {\n      content: '✓';\n      color: #8B4513;\n      font-weight: bold;\n      margin-right: 25px;\n      font-size: 26px;\n      flex-shrink: 0;\n    }\n    \n    .highlight-text {\n      font-size: 18px;\n      color: #555;\n    }\n    \n    .highlight-text strong {\n      color: #333;\n      font-size: 20px;\n      display: block;\n      margin-bottom: 8px;\n    }\n    \n    .specs-section {\n      width: 100%;\n      background-color: white;\n      padding: 70px 0;\n    }\n    \n    .specs-container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n    \n    .specs-title {\n      font-size: 32px;\n      margin-bottom: 50px;\n      color: #8B4513;\n      text-align: center;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background-color: white;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n      border-radius: 10px;\n      overflow: hidden;\n    }\n    \n    .specs-table tr:nth-child(odd) {\n      background-color: #f9f5f0;\n    }\n    \n    .specs-table td {\n      padding: 25px 30px;\n      border-bottom: 1px solid #eee;\n    }\n    \n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    \n    .specs-table td:first-child {\n      font-weight: bold;\n      width: 30%;\n      color: #8B4513;\n      font-size: 18px;\n    }\n    \n    .specs-table td:last-child {\n      font-size: 18px;\n      color: #555;\n    }\n    \n    .cta-section {\n      width: 100%;\n      text-align: center;\n      background-color: #8B4513;\n      padding: 70px 0;\n      color: white;\n    }\n    \n    .cta-container {\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n    \n    .cta-title {\n      font-size: 32px;\n      margin-bottom: 20px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n    \n    .cta-text {\n      font-size: 18px;\n      margin-bottom: 40px;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    \n    .cta-button {\n      display: inline-block;\n      background-color: white;\n      color: #8B4513;\n      padding: 18px 40px;\n      text-decoration: none;\n      border-radius: 5px;\n      font-size: 20px;\n      font-weight: bold;\n      transition: all 0.3s ease;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n    }\n    \n    .cta-button:hover {\n      background-color: #f5f5f5;\n      transform: translateY(-2px);\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);\n    }\n    \n    .divider {\n      width: 100%;\n      height: 5px;\n      background: linear-gradient(to right, #8B4513, #D2B48C);\n    }\n    \n    @media (max-width: 768px) {\n      .header-title {\n        font-size: 28px;\n      }\n      \n      .header-subtitle {\n        font-size: 16px;\n      }\n      \n      .feature-title,\n      .highlights-title,\n      .specs-title,\n      .cta-title {\n        font-size: 26px;\n      }\n      \n      .feature-description,\n      .highlight-text,\n      .cta-text {\n        font-size: 16px;\n      }\n      \n      .highlight-item {\n        padding: 20px;\n      }\n      \n      .highlight-item:before {\n        font-size: 22px;\n        margin-right: 15px;\n      }\n      \n      .highlight-text strong {\n        font-size: 18px;\n      }\n      \n      .specs-table td {\n        padding: 15px 20px;\n        font-size: 16px;\n      }\n      \n      .specs-table td:first-child {\n        font-size: 16px;\n      }\n      \n      .feature-content,\n      .highlights-section,\n      .specs-section,\n      .cta-section {\n        padding: 40px 0;\n      }\n      \n      .cta-button {\n        padding: 15px 30px;\n        font-size: 18px;\n      }\n    }\n  \u003c\/style\u003e\n\u003ch1 class=\"header-title\" style=\"text-align: center;\"\u003eGARVEE Premium Marine Carpet\u003c\/h1\u003e\n\u003cp class=\"header-subtitle\"\u003ePolyester Fiber | High Anti-slip Performance | Non-permeable | Easy to Clean\u003c\/p\u003e\n\u003csection class=\"feature-section\"\u003e\u003cimg alt=\"GARVEE Premium Marine Carpet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/6e01a5ac-f684-4d35-901e-4ade7b188293_8d89304e-7486-4858-8374-1d2fe414434d.jpg?v=1718210963\" class=\"feature-image\"\u003e\u003c\/section\u003e\n\u003csection class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003eProduct Description\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eExperience our premium marine carpet, crafted with high-quality polyester fiber for exceptional durability and comfort. This versatile carpet features high anti-slip performance, non-permeable construction, and is incredibly easy to clean, making it perfect for both indoor and outdoor use.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"feature-section\"\u003e\u003cimg alt=\"Easy to Clean Marine Carpet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/733cf2f6-c993-4e76-b8b1-56b8f7c4202c_6caf4003-88e2-405e-9495-662dc0aa6827.jpg?v=1718210963\" class=\"feature-image\"\u003e\u003c\/section\u003e\n\u003csection class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEASY TO CLEAN\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eWhere you can say goodbye to worries of hidden debris. With our meticulously crafted carpets, you can enjoy a clean and pristine living space without the fear of concealed dirt or debris. Experience the peace of mind that comes with our quality carpets, knowing that hidden debris is a thing of the past.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"feature-section\"\u003e\u003cimg alt=\"High Quality Material Marine Carpet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/38379228-6cac-491f-9cad-c91bd809ad96_42c28273-96d7-4f51-a16c-f1bb8459791d.jpg?v=1718210963\" class=\"feature-image\"\u003e\u003c\/section\u003e\n\u003csection class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003eHIGH QUALITY MATERIAL\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eOur premium carpet collection is crafted from high-quality polyester fiber for unrivaled durability and luxurious comfort. Our carpets are meticulously designed to enhance your living space with their soft texture and long-lasting performance. The use of superior polyester fiber ensures that our carpets are not only stylish but also easy to maintain, making them ideal for high-traffic areas in your home.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"highlights-section\"\u003e\n\u003cdiv class=\"highlights-container\"\u003e\n\u003ch2 class=\"highlights-title\"\u003eKEY FEATURES \u0026amp; BENEFITS\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\u003cspan class=\"highlight-text\"\u003e \u003cstrong\u003eHigh-Quality Marine Carpet\u003c\/strong\u003e Color: Brown; Size: 6 x 18 ft; Carpet Thickness: 0.18 in (4.6 mm); Coverage Area: 108 sq.ft. Crafted with upgraded polyester fiber, our premium marine carpet offers long-lasting durability. Please note that color may vary slightly due to different visual angles and lighting conditions. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\u003cspan class=\"highlight-text\"\u003e \u003cstrong\u003eAnti-Slip Texture\u003c\/strong\u003e Featuring ribbed texture for added friction, this boat carpet offers a non-slide surface. With a low pile height of 0.17 in (4.5 mm), it prevents slipping while providing a soft and comfortable feel underfoot, even when walking barefoot. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\u003cspan class=\"highlight-text\"\u003e \u003cstrong\u003eWaterproof Backing\u003c\/strong\u003e Crafted with a soft rubber material, the backing of the outdoor carpet roll is waterproof, effectively blocking water penetration and safeguarding the floor from scratches. Enjoy peace of mind knowing that this backing prevents corrosion even after extended usage. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\u003cspan class=\"highlight-text\"\u003e \u003cstrong\u003eEasy Cleaning \u0026amp; Installation\u003c\/strong\u003e Stubborn stains on this bass boat carpet can be cleaned with a vacuum. Its thin 0.18 in (4.6 mm) thickness allows for easy customization by cutting with scissors or utility knives to fit any space, with glue for a seamless installation process. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\u003cspan class=\"highlight-text\"\u003e \u003cstrong\u003eVersatile Indoor \u0026amp; Outdoor Application\u003c\/strong\u003e Perfect for a variety of settings including kitchens, bathrooms, living rooms, patios, porches, decks, boats, sunrooms, basements, and garages, this soft boat carpeting is a must-have for enhancing your daily decor needs. \u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"specs-section\"\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ch2 class=\"specs-title\"\u003ePRODUCT SPECIFICATIONS\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e6FT*18FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeave Type\u003c\/td\u003e\n\u003ctd\u003eKnitted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e25.7 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePile Height\u003c\/td\u003e\n\u003ctd\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Material Type\u003c\/td\u003e\n\u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eGray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003cdiv class=\"cta-container\"\u003e\n\u003ch2 class=\"cta-title\"\u003eTransform Your Space Today\u003c\/h2\u003e\n\u003cp class=\"cta-text\"\u003eExperience the premium quality and versatility of GARVEE Marine Carpet. Perfect for both indoor and outdoor applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Garvee","offers":[{"title":"Brown \/ 6' × 18'","offer_id":49450271015225,"sku":"PHO_11ZNF89H","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/71dreVh-V1L.jpg?v=1718882920"},{"product_id":"garvee-marine-carpet-stripe-brown-non-pho-11zq1u0q","title":"Garvee 6' × 23' Stripe Brown Marine Carpet, Waterproof Indoor\/Outdoor Rug with TPR Non-Slip Backing for Boat, Patio Deck, Camping, and Outdoor Use","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Arial', sans-serif;\n    }\n    \n\n    .product-section {\n      margin-bottom: 0;\n      width: 100%;\n    }\n    \n    .product-header {\n      text-align: center;\n      margin: 40px 0;\n      padding: 0 20px;\n      width: 100%;\n    }\n    \n    .product-header h1 {\n      font-size: 36px;\n      color: #333;\n      margin-bottom: 15px;\n    }\n    \n    .product-header p {\n      font-size: 18px;\n      color: #666;\n    }\n    \n    .feature-section {\n      margin-bottom: 0;\n      width: 100%;\n    }\n    \n    .feature-image-container {\n      width: 100%;\n      margin-bottom: 0;\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .feature-image-full {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n    \n    .feature-content {\n      padding: 30px 20px;\n      width: 100%;\n      background-color: #fff;\n    }\n    \n    .feature-title {\n      font-size: 32px;\n      margin: 0 0 20px;\n      color: #333;\n      text-align: center;\n    }\n    \n    .feature-description {\n      font-size: 18px;\n      line-height: 1.8;\n      margin: 0 auto;\n      text-align: center;\n      max-width: 1000px;\n    }\n    \n    .highlight-section {\n      width: 100%;\n      background-color: #f9f9f9;\n      padding: 60px 0;\n      margin: 0;\n    }\n    \n    .highlight-container {\n      width: 100%;\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n    \n    .highlight-section h2 {\n      font-size: 32px;\n      margin-bottom: 40px;\n      color: #333;\n      text-align: center;\n      width: 100%;\n    }\n    \n    .highlights-list {\n      list-style-type: none;\n      width: 100%;\n      margin: 0 auto;\n    }\n    \n    .highlight-item {\n      margin-bottom: 30px;\n      display: flex;\n      align-items: flex-start;\n      background-color: white;\n      border-radius: 8px;\n      padding: 25px;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n    }\n    \n    .highlight-item:last-child {\n      margin-bottom: 0;\n    }\n    \n    .highlight-item:before {\n      content: '✓';\n      color: #4CAF50;\n      font-weight: bold;\n      margin-right: 20px;\n      font-size: 24px;\n      flex-shrink: 0;\n    }\n    \n    .highlight-text {\n      font-size: 18px;\n    }\n    \n    .specs-section {\n      width: 100%;\n      background-color: #f0f0f0;\n      padding: 60px 0;\n      margin: 0;\n    }\n    \n    .specs-container {\n      width: 100%;\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n    \n    .specs-section h2 {\n      font-size: 32px;\n      margin-bottom: 40px;\n      color: #333;\n      text-align: center;\n      width: 100%;\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 0 auto;\n      background-color: white;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n    \n    .specs-table tr:nth-child(odd) {\n      background-color: #f8f8f8;\n    }\n    \n    .specs-table td {\n      padding: 20px 25px;\n      border: 1px solid #ddd;\n    }\n    \n    .specs-table td:first-child {\n      font-weight: bold;\n      width: 30%;\n      background-color: #eaeaea;\n    }\n    \n    .cta-section {\n      width: 100%;\n      text-align: center;\n      background-color: #f0f8ff;\n      padding: 60px 0;\n      margin: 0;\n    }\n    \n    .cta-container {\n      width: 100%;\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n    \n    .cta-section h2 {\n      font-size: 32px;\n      margin-bottom: 20px;\n    }\n    \n    .cta-button {\n      display: inline-block;\n      background-color: #4CAF50;\n      color: white;\n      padding: 18px 40px;\n      text-decoration: none;\n      border-radius: 4px;\n      font-size: 20px;\n      font-weight: bold;\n      transition: background-color 0.3s, transform 0.2s;\n      margin-top: 30px;\n    }\n    \n    .cta-button:hover {\n      background-color: #3e8e41;\n      transform: translateY(-2px);\n    }\n    \n    .image-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 40px 20px;\n      background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2), transparent);\n      color: white;\n      text-align: center;\n    }\n    \n    .image-overlay h2 {\n      font-size: 36px;\n      margin-bottom: 15px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n    \n    .image-overlay p {\n      font-size: 20px;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    \n    .section-divider {\n      height: 6px;\n      background: linear-gradient(to right, #4CAF50, #2196F3);\n      width: 100%;\n    }\n    \n    @media (max-width: 768px) {\n      .product-header h1,\n      .feature-title,\n      .highlight-section h2,\n      .specs-section h2,\n      .cta-section h2 {\n        font-size: 28px;\n      }\n      \n      .image-overlay h2 {\n        font-size: 26px;\n      }\n      \n      .feature-description,\n      .highlight-text,\n      .image-overlay p {\n        font-size: 16px;\n      }\n      \n      .highlight-item {\n        padding: 20px;\n      }\n      \n      .highlight-item:before {\n        font-size: 20px;\n        margin-right: 15px;\n      }\n      \n      .specs-table td {\n        padding: 15px;\n      }\n      \n      .image-overlay {\n        padding: 30px 15px;\n      }\n      \n      .cta-button {\n        padding: 15px 30px;\n        font-size: 18px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eGARVEE Premium Marine Carpet\u003c\/h1\u003e\n\u003cp\u003eDurable, Waterproof, and Versatile for Both Indoor \u0026amp; Outdoor Use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image-container\"\u003e\n\u003cimg alt=\"GARVEE Marine Carpet - Full View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/6e01a5ac-f684-4d35-901e-4ade7b188293_a6b8b2fb-f130-4d95-a4e6-640c621b1f7b.jpg?v=1718192976\" class=\"feature-image-full\"\u003e\n\u003cdiv class=\"image-overlay\"\u003e\n\u003ch2\u003ePremium Quality Marine Carpet\u003c\/h2\u003e\n\u003cp\u003ePolyester Fiber | High Anti-slip Performance | Non-permeable | Easy to Clean\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cp class=\"feature-description\" style=\"text-align: center;\"\u003eExperience the ultimate in comfort and durability with our premium marine carpet. Designed for both indoor and outdoor use, this versatile carpet is perfect for enhancing any space in your home or boat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image-container\"\u003e\n\u003cimg alt=\"Easy to Clean Marine Carpet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/733cf2f6-c993-4e76-b8b1-56b8f7c4202c_fddbd297-d6c7-4ded-aac1-267ccb25f544.jpg?v=1718192976\" class=\"feature-image-full\"\u003e\n\u003cdiv class=\"image-overlay\"\u003e\n\u003ch2\u003eEASY TO CLEAN\u003c\/h2\u003e\n\u003cp\u003eSay goodbye to worries of hidden debris and enjoy a pristine living space\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cp class=\"feature-description\" style=\"text-align: center;\"\u003eWith our meticulously crafted carpets, you can enjoy a clean and pristine living space without the fear of concealed dirt or debris. Experience the peace of mind that comes with our quality carpets, knowing that hidden debris is a thing of the past.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image-container\"\u003e\n\u003cimg alt=\"High Quality Material Marine Carpet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/38379228-6cac-491f-9cad-c91bd809ad96_9b2e9307-6404-40a1-89ed-d92c1aecf503.jpg?v=1718192976\" class=\"feature-image-full\"\u003e\n\u003cdiv class=\"image-overlay\"\u003e\n\u003ch2\u003eHIGH QUALITY MATERIAL\u003c\/h2\u003e\n\u003cp\u003eLuxurious comfort meets unrivaled durability\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cp class=\"feature-description\" style=\"text-align: center;\"\u003eOur premium carpet collection is crafted from high-quality polyester fiber for unrivaled durability and luxurious comfort. Our carpets are meticulously designed to enhance your living space with their soft texture and long-lasting performance. The use of superior polyester fiber ensures that our carpets are not only stylish but also easy to maintain, making them ideal for high-traffic areas in your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"highlight-section\"\u003e\n\u003cdiv class=\"highlight-container\"\u003e\n\u003ch2\u003eKEY FEATURES \u0026amp; BENEFITS\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\u003cspan class=\"highlight-text\"\u003e\u003cstrong\u003eHigh-Quality Marine Carpet\u003c\/strong\u003e - Color: Stripe Brown; Size: 6 x 23 ft; Carpet Thickness: 0.18 in (4.6 mm); Coverage Area: 138 sq.ft. Crafted with upgraded polyester fiber, our premium marine carpet offers long-lasting durability. Please note that color may vary slightly due to different visual angles and lighting conditions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\u003cspan class=\"highlight-text\"\u003e\u003cstrong\u003eAnti-Slip Texture\u003c\/strong\u003e - Featuring ribbed texture for added friction, this boat carpet offers a non-slide surface. With a low pile height of 0.17 in (4.5 mm), it prevents slipping while providing a soft and comfortable feel underfoot, even when walking barefoot.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\u003cspan class=\"highlight-text\"\u003e\u003cstrong\u003eWaterproof Backing\u003c\/strong\u003e - Crafted with a soft rubber material, the backing of the outdoor carpet roll is waterproof, effectively blocking water penetration and safeguarding the floor from scratches. Enjoy peace of mind knowing that this backing prevents corrosion even after extended usage.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\u003cspan class=\"highlight-text\"\u003e\u003cstrong\u003eEasy Cleaning \u0026amp; Installation\u003c\/strong\u003e - Stubborn stains on this bass boat carpet can be cleaned with a vacuum. Its thin 0.18 in (4.6 mm) thickness allows for easy customization by cutting with scissors or utility knives to fit any space, with glue for a seamless installation process.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\u003cspan class=\"highlight-text\"\u003e\u003cstrong\u003eVersatile Indoor \u0026amp; Outdoor Application\u003c\/strong\u003e - Perfect for a variety of settings including kitchens, bathrooms, living rooms, patios, porches, decks, boats, sunrooms, basements, and garages, this soft boat carpeting is a must-have for enhancing your daily decor needs.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ch2\u003ePRODUCT SPECIFICATIONS\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e6 x 23 Ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePile Height\u003c\/td\u003e\n\u003ctd\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Material Type\u003c\/td\u003e\n\u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eStripe Brown\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eStriped\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRunner\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd\u003eNon Slip\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRoom Type\u003c\/td\u003e\n\u003ctd\u003eLiving Room,Kitchen,Deck,Yard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eOutdoor \u0026amp; Indoor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e30.4 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Brown \/ 6' × 23'","offer_id":49450423976249,"sku":"PHO_11ZQ1U0Q","price":92.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_1_51ad690d-f39f-4357-8ca0-18c978e3f58e.jpg?v=1751369390"},{"product_id":"garvee-high-quality-black-marine-carpet-pho-11zh1x79","title":"Garvee Black Marine Carpet, 6' × 23' Boat Carpet Rug, Waterproof Indoor\/Outdoor Rug with TPR Non-Slip Backing for Patio Deck, Camping, and Outdoor Use","description":"\u003cstyle\u003e\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n  font-family: Arial, sans-serif;\n}\n\n.product-section {\n  width: 100%;\n}\n\n.feature-container {\n  width: 100%;\n  text-align: center;\n}\n\n.feature-image {\n  width: 100%;\n  display: block;\n}\n\n.feature-title {\n  font-size: 32px;\n  margin: 20px 0 8px;\n  font-weight: 700;\n}\n\n.feature-subtitle {\n  font-size: 16px;\n  color: #666;\n  margin-bottom: 30px;\n}\n\n.feature-content {\n  padding: 30px 20px;\n  max-width: 900px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n.feature-content p {\n  font-size: 16px;\n  line-height: 1.8;\n  color: #555;\n}\n\n.section-divider {\n  height: 4px;\n  background: linear-gradient(to right, #4CAF50, #2196F3);\n  margin: 40px 0;\n}\n\n.highlights-section {\n  background: #f9f9f9;\n  padding: 60px 20px;\n}\n\n.highlights-container {\n  max-width: 1100px;\n  margin: 0 auto;\n}\n\n.highlights-section h2 {\n  text-align: center;\n  font-size: 30px;\n  margin-bottom: 40px;\n}\n\n.highlight-item {\n  display: flex;\n  align-items: flex-start;\n  background: #fff;\n  padding: 20px;\n  border-radius: 8px;\n  margin-bottom: 20px;\n  box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n}\n\n.highlight-item:before {\n  content: \"✓\";\n  color: #4CAF50;\n  font-size: 22px;\n  margin-right: 15px;\n}\n\n.highlight-text {\n  font-size: 16px;\n  line-height: 1.6;\n}\n\n.specs-section {\n  background: #f0f0f0;\n  padding: 60px 20px;\n}\n\n.specs-container {\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.specs-section h2 {\n  text-align: center;\n  margin-bottom: 30px;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n}\n\n.specs-table td {\n  padding: 16px;\n  border: 1px solid #ddd;\n}\n\n.specs-table td:first-child {\n  font-weight: bold;\n  width: 35%;\n  background: #f5f5f5;\n}\n\n@media (max-width:768px){\n  .feature-title {\n    font-size: 24px;\n  }\n}\n\u003c\/style\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"feature-container\"\u003e\n    \u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/77cef73c-9cd6-45d2-b956-a71f0e5e4cf7_3af056fb-bd60-4b73-8f95-2af237a6d1c3.jpg?v=1718208337\"\u003e\n    \u003cdiv class=\"feature-title\"\u003ePremium Marine Carpet\u003c\/div\u003e\n    \u003cdiv class=\"feature-subtitle\"\u003eWaterproof • Non-Slip • Durable • Easy to Clean\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- EASY CLEAN --\u003e\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"feature-container\"\u003e\n    \u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/dca385d8-0d71-4127-b517-706a91614113_d04cb081-67ec-4e21-a9e2-74a38adb1225.jpg?v=1718208337\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003cp\u003eDesigned for everyday use, this marine carpet allows quick cleaning with a vacuum or rinse. Dirt, debris, and moisture stay on the surface—so your space stays clean with minimal effort.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- MATERIAL --\u003e\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"feature-container\"\u003e\n    \u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/501ac169-8c9a-4679-8cd8-ad9387720cb2_9c2c3439-d9e2-41f5-9517-d009f4f8c779.jpg?v=1718208337\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003cp\u003eMade from high-quality polyester fiber, this carpet delivers long-lasting durability while maintaining a soft, comfortable feel underfoot—ideal for high-traffic indoor and outdoor areas.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- KEY FEATURES --\u003e\n\u003cdiv class=\"highlights-section\"\u003e\n  \u003cdiv class=\"highlights-container\"\u003e\n    \u003ch2\u003eKey Features\u003c\/h2\u003e\n\n    \u003cdiv class=\"highlight-item\"\u003e\n      \u003cdiv class=\"highlight-text\"\u003e\n        \u003cstrong\u003eDurable Marine-Grade Material:\u003c\/strong\u003e Built with premium polyester fiber for long-term performance in indoor and outdoor environments.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-item\"\u003e\n      \u003cdiv class=\"highlight-text\"\u003e\n        \u003cstrong\u003eNon-Slip \u0026amp; Safe:\u003c\/strong\u003e Ribbed texture improves traction, helping reduce slipping while maintaining a comfortable walking surface.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-item\"\u003e\n      \u003cdiv class=\"highlight-text\"\u003e\n        \u003cstrong\u003eWaterproof Backing:\u003c\/strong\u003e Prevents moisture penetration and protects underlying surfaces from damage.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-item\"\u003e\n      \u003cdiv class=\"highlight-text\"\u003e\n        \u003cstrong\u003eEasy to Cut \u0026amp; Install:\u003c\/strong\u003e Trim to fit any space and install quickly with glue or simple placement.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-item\"\u003e\n      \u003cdiv class=\"highlight-text\"\u003e\n        \u003cstrong\u003eWide Application:\u003c\/strong\u003e Perfect for boats, patios, decks, garages, basements, and more.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n  \u003cdiv class=\"specs-container\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e6' × 23'\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePile Height\u003c\/td\u003e\n\u003ctd\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBacking\u003c\/td\u003e\n\u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFeature\u003c\/td\u003e\n\u003ctd\u003eNon-Slip, Waterproof\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eUse\u003c\/td\u003e\n\u003ctd\u003eIndoor \u0026amp; Outdoor\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Striped|Black \/ 6' × 23'","offer_id":49450424140089,"sku":"PHO_11ZH1X79","price":93.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/71vTHNnX7HL_239ab6a8-dabb-4427-965e-9108ebe2a4de.jpg?v=1718883174"},{"product_id":"garvee-marine-carpet-black-non-slip-pho-11zdr835","title":"Garvee 6' × 18' Marine Carpet Roll, Waterproof Boat Carpet with Non-Slip TPR Backing, 0.2\" Thick Indoor Outdoor Rug for Deck, Patio, RV \u0026 Camping, Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    .garvee-product-container * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Arial', sans-serif;\n    }\n    \n    .garvee-product-container {\n      max-width: 100%;\n      margin: 0 auto;\n      overflow-x: hidden;\n    }\n    \n    .garvee-product-header {\n      text-align: center;\n      padding: 40px 20px;\n      margin-bottom: 30px;\n    }\n    \n    .garvee-product-title {\n      font-size: 36px;\n      font-weight: bold;\n      margin-bottom: 15px;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      color: #8B4513;\n    }\n    \n    .garvee-product-subtitle {\n      font-size: 18px;\n      max-width: 800px;\n      margin: 0 auto;\n      display: flex;\n      justify-content: center;\n      flex-wrap: wrap;\n      color: #555;\n    }\n    \n    .garvee-product-subtitle span {\n      margin: 0 15px;\n      position: relative;\n    }\n    \n    .garvee-product-subtitle span:not(:last-child):after {\n      content: '•';\n      position: absolute;\n      right: -15px;\n    }\n    \n    .garvee-section {\n      max-width: 1200px;\n      margin: 0 auto 60px;\n      padding: 0 20px;\n    }\n    \n    .garvee-hero-image {\n      width: 100%;\n      border-radius: 10px;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n      margin-bottom: 30px;\n    }\n    \n    .garvee-section-title {\n      font-size: 32px;\n      color: #8B4513;\n      margin-bottom: 25px;\n      text-transform: uppercase;\n      text-align: center;\n      position: relative;\n      padding-bottom: 15px;\n    }\n    \n    .garvee-section-title:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 80px;\n      height: 3px;\n      background-color: #8B4513;\n    }\n    \n    .garvee-feature-block {\n      display: flex;\n      align-items: stretch;\n      margin-bottom: 50px;\n      background-color: white;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n    }\n\n    .garvee-feature-block.reverse {\n      flex-direction: row-reverse;\n    }\n    \n    \/* fixed image area *\/\n    .garvee-feature-image {\n      flex: 1;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: #f8f8f8;\n      padding: 20px;\n      min-height: 420px;\n    }\n\n    .garvee-feature-image img {\n      width: 100%;\n      max-width: 100%;\n      max-height: 100%;\n      height: auto;\n      object-fit: contain;\n      display: block;\n      border-radius: 8px;\n    }\n    \n    .garvee-feature-content {\n      flex: 1;\n      padding: 40px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    \n    .garvee-feature-title {\n      font-size: 28px;\n      color: #8B4513;\n      margin-bottom: 20px;\n    }\n    \n    .garvee-feature-description {\n      font-size: 18px;\n      line-height: 1.8;\n      color: #555;\n    }\n    \n    .garvee-highlights {\n      background-color: #f5f0ea;\n      padding: 50px;\n      border-radius: 10px;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n    }\n    \n    .garvee-highlights-list {\n      list-style-type: none;\n    }\n    \n    .garvee-highlight-item {\n      background-color: white;\n      margin-bottom: 20px;\n      padding: 25px;\n      border-radius: 8px;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n      display: flex;\n      align-items: flex-start;\n      transition: transform 0.3s ease;\n    }\n    \n    .garvee-highlight-item:hover {\n      transform: translateY(-5px);\n    }\n    \n    .garvee-highlight-icon {\n      background-color: #8B4513;\n      color: white;\n      width: 30px;\n      height: 30px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-right: 20px;\n      flex-shrink: 0;\n    }\n    \n    .garvee-highlight-text strong {\n      display: block;\n      margin-bottom: 8px;\n      font-size: 20px;\n      color: #333;\n    }\n    \n    .garvee-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n    }\n    \n    .garvee-specs-table tr:nth-child(odd) {\n      background-color: #f9f5f0;\n    }\n    \n    .garvee-specs-table tr:nth-child(even) {\n      background-color: white;\n    }\n    \n    .garvee-specs-table td {\n      padding: 20px 25px;\n      border-bottom: 1px solid #eee;\n      font-size: 18px;\n    }\n    \n    .garvee-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    \n    .garvee-specs-table td:first-child {\n      font-weight: bold;\n      width: 40%;\n      color: #8B4513;\n    }\n    \n    .garvee-cta {\n      background-color: #8B4513;\n      color: white;\n      text-align: center;\n      padding: 50px;\n      border-radius: 10px;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);\n    }\n    \n    .garvee-cta-title {\n      font-size: 32px;\n      margin-bottom: 20px;\n    }\n    \n    .garvee-cta-text {\n      font-size: 18px;\n      margin-bottom: 30px;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    \n    .garvee-cta-button {\n      display: inline-block;\n      background-color: white;\n      color: #8B4513;\n      padding: 15px 40px;\n      font-size: 18px;\n      font-weight: bold;\n      text-decoration: none;\n      border-radius: 5px;\n      transition: all 0.3s ease;\n    }\n    \n    .garvee-cta-button:hover {\n      background-color: #f5f5f5;\n      transform: translateY(-3px);\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n    }\n    \n    .garvee-full-width-image {\n      width: 100%;\n      margin-bottom: 50px;\n      border-radius: 10px;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n      overflow: hidden;\n    }\n    \n    .garvee-full-width-image img {\n      width: 100%;\n      display: block;\n      transition: transform 0.5s ease;\n    }\n    \n    .garvee-full-width-image:hover img {\n      transform: scale(1.02);\n    }\n    \n    @media (max-width: 900px) {\n      .garvee-feature-block,\n      .garvee-feature-block.reverse {\n        flex-direction: column;\n      }\n      \n      .garvee-feature-image {\n        min-height: auto;\n        padding: 16px;\n      }\n      \n      .garvee-feature-content {\n        padding: 30px;\n      }\n    }\n    \n    @media (max-width: 600px) {\n      .garvee-product-title {\n        font-size: 28px;\n      }\n      \n      .garvee-product-subtitle {\n        font-size: 16px;\n      }\n      \n      .garvee-section-title {\n        font-size: 26px;\n      }\n      \n      .garvee-feature-title {\n        font-size: 24px;\n      }\n      \n      .garvee-feature-description,\n      .garvee-highlight-text,\n      .garvee-specs-table td,\n      .garvee-cta-text {\n        font-size: 16px;\n      }\n      \n      .garvee-highlights {\n        padding: 30px;\n      }\n      \n      .garvee-highlight-item {\n        padding: 20px;\n      }\n      \n      .garvee-specs-table td {\n        padding: 15px;\n      }\n      \n      .garvee-cta {\n        padding: 30px;\n      }\n      \n      .garvee-cta-title {\n        font-size: 26px;\n      }\n      \n      .garvee-cta-button {\n        padding: 12px 30px;\n        font-size: 16px;\n      }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"garvee-product-container\"\u003e\n  \u003cheader class=\"garvee-product-header\"\u003e\n    \u003ch1 class=\"garvee-product-title\"\u003eGARVEE Premium Marine Carpet\u003c\/h1\u003e\n    \u003cdiv class=\"garvee-product-subtitle\"\u003e\n      \u003cspan\u003ePolyester Fiber\u003c\/span\u003e\n      \u003cspan\u003eHigh Anti-slip Performance\u003c\/span\u003e\n      \u003cspan\u003eNon-permeable\u003c\/span\u003e\n      \u003cspan\u003eEasy to Clean\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv class=\"garvee-section\"\u003e\n    \u003cdiv class=\"garvee-full-width-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/6e01a5ac-f684-4d35-901e-4ade7b188293_0aee45fa-9b9e-44ec-b006-2224729e667a.jpg?v=1718180198\" alt=\"GARVEE Premium Marine Carpet\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"garvee-feature-description\" style=\"text-align: center; margin-bottom: 50px;\"\u003e\n      Experience our premium marine carpet, crafted with high-quality polyester fiber for exceptional durability and comfort. This versatile carpet features high anti-slip performance, non-permeable construction, and is incredibly easy to clean, making it perfect for both indoor and outdoor use.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"garvee-section\"\u003e\n    \u003cdiv class=\"garvee-feature-block\"\u003e\n      \u003cdiv class=\"garvee-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/71-CMUfCSUL_44f4603d-416a-44bb-a154-2ae9fc998914_430x.jpg?v=1775025304\" alt=\"Easy to clean marine carpet\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"garvee-feature-content\"\u003e\n        \u003ch3 class=\"garvee-feature-title\"\u003eEASY TO CLEAN\u003c\/h3\u003e\n        \u003cp class=\"garvee-feature-description\"\u003e\n          Quickly remove dust and debris with a vacuum or simple rinse. The low-pile surface prevents dirt from getting trapped, helping you maintain a clean and tidy space with minimal effort.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"garvee-section\"\u003e\n    \u003cdiv class=\"garvee-feature-block reverse\"\u003e\n      \u003cdiv class=\"garvee-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/81iPptskldL_96ac4e2e-6aa9-4082-a0e5-176381a5050e_430x.jpg?v=1775025304\" alt=\"High quality marine carpet material\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"garvee-feature-content\"\u003e\n        \u003ch3 class=\"garvee-feature-title\"\u003eHIGH QUALITY MATERIAL\u003c\/h3\u003e\n        \u003cp class=\"garvee-feature-description\"\u003e\n          Made from durable polyester fiber, this marine carpet offers long-lasting performance while maintaining a soft and comfortable feel. Built for daily use in both indoor and outdoor environments.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"garvee-section\"\u003e\n    \u003cdiv class=\"garvee-full-width-image\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"garvee-section\"\u003e\n    \u003ch2 class=\"garvee-section-title\"\u003eKey Features\u003c\/h2\u003e\n    \u003cdiv class=\"garvee-highlights\"\u003e\n      \u003cul class=\"garvee-highlights-list\"\u003e\n        \u003cli class=\"garvee-highlight-item\"\u003e\n          \u003cdiv class=\"garvee-highlight-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"garvee-highlight-text\"\u003e\n            \u003cstrong\u003eHigh-Quality Marine Carpet\u003c\/strong\u003e\n            Color: Black; Size: 6 x 18 ft; Carpet Thickness: 0.18 in (4.6 mm); Coverage Area: 108 sq.ft. Crafted with upgraded polyester fiber, our premium marine carpet offers long-lasting durability. Please note that color may vary slightly due to different visual angles and lighting conditions.\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"garvee-highlight-item\"\u003e\n          \u003cdiv class=\"garvee-highlight-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"garvee-highlight-text\"\u003e\n            \u003cstrong\u003eAnti-Slip Texture\u003c\/strong\u003e\n            Featuring ribbed texture for added friction, this boat carpet offers a non-slide surface. With a low pile height of 0.17 in (4.5 mm), it prevents slipping while providing a soft and comfortable feel underfoot, even when walking barefoot.\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"garvee-highlight-item\"\u003e\n          \u003cdiv class=\"garvee-highlight-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"garvee-highlight-text\"\u003e\n            \u003cstrong\u003eWaterproof Backing\u003c\/strong\u003e\n            Crafted with a soft rubber material, the backing of the outdoor carpet roll is waterproof, effectively blocking water penetration and safeguarding the floor from scratches. Enjoy peace of mind knowing that this backing prevents corrosion even after extended usage.\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"garvee-highlight-item\"\u003e\n          \u003cdiv class=\"garvee-highlight-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"garvee-highlight-text\"\u003e\n            \u003cstrong\u003eEasy Cleaning \u0026amp; Installation\u003c\/strong\u003e\n            Stubborn stains on this bass boat carpet can be cleaned with a vacuum. Its thin 0.18 in (4.6 mm) thickness allows for easy customization by cutting with scissors or utility knives to fit any space, with glue for a seamless installation process.\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"garvee-highlight-item\"\u003e\n          \u003cdiv class=\"garvee-highlight-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"garvee-highlight-text\"\u003e\n            \u003cstrong\u003eVersatile Indoor \u0026amp; Outdoor Application\u003c\/strong\u003e\n            Perfect for a variety of settings including kitchens, bathrooms, living rooms, patios, porches, decks, boats, sunrooms, basements, and garages, this soft boat carpeting is a must-have for enhancing your daily decor needs.\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"garvee-section\"\u003e\n    \u003ch2 class=\"garvee-section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003ctable class=\"garvee-specs-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBrand\u003c\/td\u003e\n          \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSize\u003c\/td\u003e\n          \u003ctd\u003e6' × 18'\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial\u003c\/td\u003e\n          \u003ctd\u003ePolyester\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWeave Type\u003c\/td\u003e\n          \u003ctd\u003eKnitted\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePile Height\u003c\/td\u003e\n          \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eConstruction Type\u003c\/td\u003e\n          \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBack Material Type\u003c\/td\u003e\n          \u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor\u003c\/td\u003e\n          \u003ctd\u003eBlack\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShape\u003c\/td\u003e\n          \u003ctd\u003eRunner\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eItem Weight\u003c\/td\u003e\n          \u003ctd\u003e25.7 pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"garvee-section\"\u003e\n    \u003cdiv class=\"garvee-cta\"\u003e\n      \u003ch2 class=\"garvee-cta-title\"\u003eTransform Your Space Today\u003c\/h2\u003e\n      \u003cp class=\"garvee-cta-text\"\u003e\n        Experience the premium quality and versatility of GARVEE Marine Carpet. Perfect for both indoor and outdoor applications. Our marine-grade carpet is designed to withstand the elements while providing comfort and style.\n      \u003c\/p\u003e\n      \u003ca href=\"#\" class=\"garvee-cta-button\"\u003eBuy Now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Striped|Black \/ 6' × 18'","offer_id":49450424172857,"sku":"PHO_11ZDR835","price":109.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/819wGAYj4GL_9ca833f5-cc72-4466-8b73-688f2c44f3e3.jpg?v=1718882494"},{"product_id":"garvee-marine-carpet-blue-non-slip-pho-11z6j6ac","title":"Garvee 6' × 29.5' Marine Carpet Roll, 0.18\" Thick Waterproof Boat Carpet with Non-Slip Ribbed Surface \u0026 Rubber Backing, Durable Indoor Outdoor Rug for Deck, Patio, Dock, RV \u0026 Camping, Blue","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Arial', sans-serif;\n    }\n\n    \n    .product-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 30px 20px 60px;\n    }\n    \n    .product-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n    \n    .product-title {\n      font-size: 36px;\n      font-weight: bold;\n      color: #0057a3;\n      margin-bottom: 15px;\n      letter-spacing: 1px;\n    }\n    \n    .product-subtitle {\n      display: flex;\n      justify-content: center;\n      flex-wrap: wrap;\n      gap: 15px;\n      margin-top: 15px;\n    }\n    \n    .feature-tag {\n      display: inline-block;\n      padding: 6px 15px;\n      background-color: #e6f2ff;\n      color: #0057a3;\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 500;\n    }\n    \n    .product-section {\n      margin-bottom: 50px;\n      overflow: hidden;\n      border-radius: 12px;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n      background-color: white;\n      transition: transform 0.3s ease;\n    }\n    \n    .product-section:hover {\n      transform: translateY(-5px);\n    }\n    \n    .section-image {\n      width: 100%;\n      display: block;\n    }\n    \n    .section-content {\n      padding: 30px;\n    }\n    \n    .section-title {\n      font-size: 26px;\n      color: #0057a3;\n      margin-bottom: 15px;\n      position: relative;\n      padding-bottom: 10px;\n    }\n    \n    .section-title:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      width: 50px;\n      height: 3px;\n      background-color: #0057a3;\n    }\n    \n    .section-description {\n      font-size: 16px;\n      line-height: 1.7;\n      color: #555;\n    }\n    \n    .key-features {\n      background-color: white;\n      padding: 40px;\n      border-radius: 12px;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n      margin-bottom: 50px;\n    }\n    \n    .features-title {\n      font-size: 26px;\n      color: #0057a3;\n      margin-bottom: 25px;\n      text-align: center;\n      position: relative;\n      padding-bottom: 15px;\n    }\n    \n    .features-title:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 70px;\n      height: 3px;\n      background-color: #0057a3;\n    }\n    \n    .features-list {\n      list-style: none;\n    }\n    \n    .feature-item {\n      display: flex;\n      padding: 20px;\n      margin-bottom: 15px;\n      border-radius: 8px;\n      background-color: #f0f7ff;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    \n    .feature-item:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 5px 15px rgba(0, 87, 163, 0.1);\n    }\n    \n    .feature-icon {\n      flex-shrink: 0;\n      width: 36px;\n      height: 36px;\n      background-color: #0057a3;\n      color: white;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-right: 20px;\n      font-size: 16px;\n    }\n    \n    .feature-content strong {\n      display: block;\n      font-size: 18px;\n      color: #0057a3;\n      margin-bottom: 8px;\n    }\n    \n    .feature-content {\n      font-size: 15px;\n      color: #555;\n    }\n    \n    .specs-section {\n      margin-bottom: 50px;\n    }\n    \n    .specs-title {\n      font-size: 26px;\n      color: #0057a3;\n      margin-bottom: 25px;\n      text-align: center;\n      position: relative;\n      padding-bottom: 15px;\n    }\n    \n    .specs-title:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 70px;\n      height: 3px;\n      background-color: #0057a3;\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n    \n    .specs-table tr:nth-child(odd) {\n      background-color: #f0f7ff;\n    }\n    \n    .specs-table tr:nth-child(even) {\n      background-color: white;\n    }\n    \n    .specs-table td {\n      padding: 15px 25px;\n      border-bottom: 1px solid #e0e0e0;\n    }\n    \n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    \n    .specs-table td:first-child {\n      width: 40%;\n      font-weight: bold;\n      color: #0057a3;\n    }\n    \n    .specs-table td:last-child {\n      color: #555;\n    }\n    \n    .cta-section {\n      background: linear-gradient(135deg, #0057a3, #0079d3);\n      color: white;\n      padding: 50px;\n      border-radius: 12px;\n      text-align: center;\n      box-shadow: 0 10px 30px rgba(0, 87, 163, 0.3);\n    }\n    \n    .cta-title {\n      font-size: 28px;\n      margin-bottom: 20px;\n    }\n    \n    .cta-description {\n      font-size: 16px;\n      max-width: 700px;\n      margin: 0 auto 30px;\n      line-height: 1.7;\n    }\n    \n    .cta-button {\n      display: inline-block;\n      background-color: white;\n      color: #0057a3;\n      padding: 14px 40px;\n      border-radius: 30px;\n      font-size: 18px;\n      font-weight: bold;\n      text-decoration: none;\n      transition: all 0.3s ease;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n    }\n    \n    .cta-button:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n      background-color: #f8f8f8;\n    }\n    \n    .image-gallery {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px;\n      margin-bottom: 50px;\n    }\n    \n    .gallery-image {\n      border-radius: 8px;\n      overflow: hidden;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n      transition: transform 0.3s ease;\n    }\n    \n    .gallery-image:hover {\n      transform: translateY(-5px);\n    }\n    \n    .gallery-image img {\n      width: 100%;\n      display: block;\n    }\n    \n    .usage-section {\n      background-color: white;\n      padding: 40px;\n      border-radius: 12px;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n      margin-bottom: 50px;\n    }\n    \n    .usage-title {\n      font-size: 26px;\n      color: #0057a3;\n      margin-bottom: 25px;\n      text-align: center;\n      position: relative;\n      padding-bottom: 15px;\n    }\n    \n    .usage-title:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 70px;\n      height: 3px;\n      background-color: #0057a3;\n    }\n    \n    .usage-cards {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n      gap: 20px;\n    }\n    \n    .usage-card {\n      background-color: #f0f7ff;\n      padding: 20px;\n      border-radius: 8px;\n      text-align: center;\n      transition: transform 0.3s ease;\n    }\n    \n    .usage-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 5px 15px rgba(0, 87, 163, 0.1);\n    }\n    \n    .usage-icon {\n      font-size: 30px;\n      color: #0057a3;\n      margin-bottom: 15px;\n    }\n    \n    .usage-name {\n      font-weight: bold;\n      color: #0057a3;\n      font-size: 18px;\n    }\n    \n    @media (max-width: 768px) {\n      .product-title {\n        font-size: 28px;\n      }\n      \n      .section-content {\n        padding: 25px;\n      }\n      \n      .key-features {\n        padding: 30px 20px;\n      }\n      \n      .feature-item {\n        padding: 15px;\n      }\n      \n      .cta-section {\n        padding: 35px 25px;\n      }\n      \n      .cta-title {\n        font-size: 24px;\n      }\n      \n      .specs-table td {\n        padding: 12px 15px;\n      }\n      \n      .image-gallery {\n        grid-template-columns: 1fr;\n      }\n      \n      .usage-cards {\n        grid-template-columns: 1fr;\n      }\n    }\n    \n    @media (max-width: 600px) {\n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table td:first-child {\n        background-color: #e6f2ff;\n        border-bottom: none;\n        padding-bottom: 5px;\n      }\n      \n      .specs-table td:last-child {\n        padding-top: 5px;\n        padding-bottom: 15px;\n      }\n      \n      .specs-table tr {\n        margin-bottom: 10px;\n        display: block;\n      }\n      \n      .specs-table tr:last-child td:last-child {\n        padding-bottom: 15px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cheader class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eGARVEE Premium Marine Carpet\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePolyester Fiber\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHigh Anti-slip Performance\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNon-permeable\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEasy to Clean\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/6e01a5ac-f684-4d35-901e-4ade7b188293_13f78ef7-1f38-4293-baa0-33d269b834ce.jpg?v=1718206983\" alt=\"GARVEE Premium Marine Carpet - Blue\" class=\"section-image\"\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003ch2 class=\"section-title\"\u003ePremium Marine Carpet\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eExperience the ultimate in marine carpeting with our premium Blue carpet. Meticulously crafted from high-quality polyester fiber, this versatile carpet offers exceptional durability and comfort. With its anti-slip performance, non-permeable construction, and easy-to-clean surface, it's the perfect choice for both indoor and outdoor spaces including boats, docks, patios, and more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/733cf2f6-c993-4e76-b8b1-56b8f7c4202c_cb3a8514-370d-4783-813c-22abb3f7c229.jpg?v=1718206984\" alt=\"Easy to Clean Marine Carpet\" class=\"section-image\"\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003ch2 class=\"section-title\"\u003eEasy to Clean\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eSay goodbye to worries of hidden debris. With our meticulously crafted carpets, you can enjoy a clean and pristine living space without the fear of concealed dirt or debris. Experience the peace of mind that comes with our quality carpets, knowing that hidden debris is a thing of the past. Simple vacuuming is all it takes to maintain its pristine appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/38379228-6cac-491f-9cad-c91bd809ad96_17d2f660-a55a-4fdb-832b-23550214b6b8.jpg?v=1718206985\" alt=\"High Quality Marine Carpet Material\" class=\"section-image\"\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003ch2 class=\"section-title\"\u003eHigh Quality Material\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eOur premium carpet collection is crafted from high-quality polyester fiber for unrivaled durability and luxurious comfort. Our carpets are meticulously designed to enhance your living space with their soft texture and long-lasting performance. The use of superior polyester fiber ensures that our carpets are not only stylish but also easy to maintain, making them ideal for high-traffic areas in your home and perfect for marine environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-features\"\u003e\n\u003ch2 class=\"features-title\"\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eHigh-Quality Marine Carpet\u003c\/strong\u003e Color: Blue; Size: 6 x 29.5 ft; Carpet Thickness: 0.18 in (4.6 mm); Coverage Area: 177 sq.ft. Crafted with upgraded polyester fiber, our premium marine carpet offers long-lasting durability. Please note that color may vary slightly due to different visual angles and lighting conditions.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eAnti-Slip Texture\u003c\/strong\u003e Featuring ribbed texture for added friction, this boat carpet offers a non-slide surface. With a low pile height of 0.17 in (4.5 mm), it prevents slipping while providing a soft and comfortable feel underfoot, even when walking barefoot.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eWaterproof Backing\u003c\/strong\u003e Crafted with a soft rubber material, the backing of the outdoor carpet roll is waterproof, effectively blocking water penetration and safeguarding the floor from scratches. Enjoy peace of mind knowing that this backing prevents corrosion even after extended usage.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eEasy Cleaning \u0026amp; Installation\u003c\/strong\u003e Stubborn stains on this bass boat carpet can be cleaned with a vacuum. Its thin 0.18 in (4.6 mm) thickness allows for easy customization by cutting with scissors or utility knives to fit any space, with glue for a seamless installation process.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eVersatile Indoor \u0026amp; Outdoor Application\u003c\/strong\u003e Perfect for a variety of settings including kitchens, bathrooms, living rooms, patios, porches, decks, boats, sunrooms, basements, and garages, this soft boat carpeting is a must-have for enhancing your daily decor needs.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch2 class=\"usage-title\"\u003ePerfect For Many Applications\u003c\/h2\u003e\n\u003cdiv class=\"usage-cards\"\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e⚓\u003c\/div\u003e\n\u003cdiv class=\"usage-name\"\u003eBoats \u0026amp; Marine\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🏠\u003c\/div\u003e\n\u003cdiv class=\"usage-name\"\u003eIndoor Flooring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🌳\u003c\/div\u003e\n\u003cdiv class=\"usage-name\"\u003ePatios \u0026amp; Decks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🚿\u003c\/div\u003e\n\u003cdiv class=\"usage-name\"\u003eWet Areas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Navy Blue \/ 6' × 29.5'","offer_id":49450424238393,"sku":"PHO_11Z6J6AC","price":106.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/81DmcsrN0iL_c4da9688-178f-4a9c-a18f-dc1fb04ea659.jpg?v=1727691732"},{"product_id":"fluffy-faux-fur-shag-rug-pho_0pw2j8y8","title":"Garvee Fluffy \u0026 Sheepskin Pure Black 10x13 Plush Rug, Non-Shedding Easy Care Shaggy Fuzzy for Bedroom Living Room Decor","description":"\u003cp class=\"aplus_module standard_header_image_text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482582186243238_e152bb9c-c56b-4a20-8154-14e55d1ee60d.jpg?v=1766997045\" alt=\"\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482583725421707.jpg?v=1766997061\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482583725545773.jpg?v=1766997061\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482583725284494.jpg?v=1766997061\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482583725031192.jpg?v=1766997242\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482583725104987.jpg?v=1766997242\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482582186425749.jpg?v=1766997241\"\u003e\u003c\/p\u003e\n\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e✨【Safety Non-Slip Design】 -Our Living room rugs use rubber anti slip bottoms to ensure that you can safely place them in busy areas without moving them around. Therefore, you do not need to purchase additional anti slip pads. This non-slip carpet is suitable for children to play with, protecting your floor from wear and tear while giving them a place to play to the fullest.\u003c\/li\u003e\n\u003cli\u003e✨【Excellent Design Carpet】-The antique modern style Carpet adds a mysterious and luxurious atmosphere to your home. The hustle and bustle of life implies tranquility and warmth, relaxing your body and mind through visual stimulation.\u003c\/li\u003e\n\u003cli\u003e✨【Widely Used Area Rug】 -Our shaggy rug come in multiple sizes, allowing you to choose the appropriate size based on your matching position. Whether it's an indoor entrance, bedroom, living room, kitchen, classroom, office, student dormitory, etc. you can get the use you're satisfied with.\u003c\/li\u003e\n\u003cli\u003e✨【Easy to Clean Rug】-Beautiful fuzzy rug can decorate a home beautifully, but cleaning is a headache. For daily cleaning, you can use a vacuum cleaner, broom, etc. to do simple daily cleaning.\u003c\/li\u003e\n\u003cli\u003e✨【Kid and Pet-friendly】-Our non-shedding carpet can be used for pets and children to play with. Its thick soft texture can protect children from skin injuries.Its stain resistance can resist simple stains caused by pets.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable style=\"width: 99.9589%;\" class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eGarvee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003e10 x 13 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eHigh Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eRubber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003ePure Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eIndoor\/Outdoor Usage\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eIndoor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eTie-Dye\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eShape\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eFluffy, Non Slip\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eRoom Type\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eBedroom\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eStyle\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003eShag rug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.5547%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 51.4677%;\"\u003e26.6 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Pure Black \/ 10' × 13'","offer_id":49451059052857,"sku":"PHK_389WRH83","price":82.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/51vwhkGhXNL.jpg?v=1761378918"},{"product_id":"garvee-washable-10x13-rug-for-living-pho-1168qin7","title":"Garvee Bordered Navy Blue 10x13 Washable Rug for Living Room - Boho Braided Print, Non-Slip, Low Pile, Foldable, Polyester, Navy - Cozy \u0026 Minimalist","description":"\u003cp class=\"aplus_module standard_header_image_text\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457151823292685.jpg?v=1749715859\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457151823596039.jpg?v=1749715859\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457151950968751.jpg?v=1749715859\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457151252043457.jpg?v=1749715858\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e10 x 13 FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeave Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePile Height\u003c\/td\u003e\n\u003ctd\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Material Type\u003c\/td\u003e\n\u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Care Instructions\u003c\/td\u003e\n\u003ctd\u003eMachine Wash, Hand Wash Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eBraided\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 600px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        display: block;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n  \u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Navy Blue \/ 10' × 13'","offer_id":49451949195577,"sku":"PHO_1168QIN7","price":106.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457140231519496_8475c432-b4dd-4ec7-8066-c86a486cd97b.jpg?v=1749716998"},{"product_id":"garvee-outdoor-reversible-rugs-modern-bohemian-pho-0ztp09z5","title":"Garvee Outdoor 9x18 Boho Rug, Reversible Waterproof PP Plastic Carpet for Patio, Camping \u0026 RV | Easy Clean Portable, Gray \u0026 White","description":"\u003cp class=\"aplus_module standard_header_image_text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17400297693631424.jpg?v=1765765586\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17400297855793948.jpg?v=1765765587\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17400297826363176.jpg?v=1765765587\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17400297760797085.jpg?v=1765765587\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e9 x 18 FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeave Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePile Height\u003c\/td\u003e\n\u003ctd\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Material Type\u003c\/td\u003e\n\u003ctd\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eGrey \u0026amp; White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eGeometric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 600px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        display: block;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n  \u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Gray \u0026 White \/ 9' × 18'","offer_id":49451991630137,"sku":"PHO_0ZTP09Z5","price":65.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17400236927523239.jpg?v=1748242686"},{"product_id":"garvee-outdoor-reversible-rugs-modern-bohemian-pho-0ztp05ho","title":"Garvee Outdoor Black \u0026 White 9x18 Reversible Rug, Waterproof Mat, Modern Bohemian Style, PP Plastic, Easy to Clean, Portable, for Camping, Patio, Deck","description":"\u003cdiv class=\"aplus_module standard_header_image_text\"\u003e\n\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/65c47240-b764-407d-b5c3-7c34ec5bbbd6.jpg?v=1718211150\" alt=\"34 ES\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/65c47240-b764-407d-b5c3-7c34ec5bbbd6.jpg?v=1718211150\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/f03d5e14-20e1-4ecb-a9ac-aa04cd1b2b56.jpg?v=1718211150\" alt=\"34 ES\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/f03d5e14-20e1-4ecb-a9ac-aa04cd1b2b56.jpg?v=1718211150\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/2d5d6902-2ee4-4174-9383-abd6f48956f7.jpg?v=1718211150\" alt=\"34 ES\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/2d5d6902-2ee4-4174-9383-abd6f48956f7.jpg?v=1718211150\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/61168d7c-381b-4d77-908f-5756b3178c5a.jpg?v=1718211151\" alt=\"34 ES\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/61168d7c-381b-4d77-908f-5756b3178c5a.jpg?v=1718211151\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/ebfa31cb-ea48-44a2-b6d0-b9545c580826.jpg?v=1718211151\" alt=\"34 ES\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/ebfa31cb-ea48-44a2-b6d0-b9545c580826.jpg?v=1718211151\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/d4d0b69d-da9c-4b10-aa6e-03b9c61f934a.jpg?v=1718211150\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/d4d0b69d-da9c-4b10-aa6e-03b9c61f934a.jpg?v=1718211150\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e9 x 18 FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeave Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePile Height\u003c\/td\u003e\n\u003ctd\u003eNo Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Material Type\u003c\/td\u003e\n\u003ctd\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlack \u0026amp; White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eGeometric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Name\u003c\/td\u003e\n\u003ctd\u003eOutdoor Rug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUPC\u003c\/td\u003e\n\u003ctd\u003e198290648221\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e11.68 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 600px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        display: block;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n  \u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Black \u0026 White \/ 9' × 18'","offer_id":49451992056121,"sku":"PHO_0ZTP05HO","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/810cdz2858L.jpg?v=1718932021"},{"product_id":"garvee-cozyloom-outdoor-rug-waterproof-9x18-pho-0ztmcuk6","title":"Garvee Outdoor Black \u0026 White 9x18 Rug Waterproof Reversible Plastic Straw Camping Carpet Large Area Rugs Mats for RV Backyard Patio Deck Picnic Camping Beach Trailer, Outdoor Modern Area Rugs","description":"\u003cdiv class=\"aplus_module standard_header_image_text\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/da152c93-40f2-40d0-b90f-ef4e1b4c791d.jpg?v=1720083717\" alt=\"38 ES\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/da152c93-40f2-40d0-b90f-ef4e1b4c791d.jpg?v=1720083717\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/536fe808-750c-48ce-8f23-73b611d02155.jpg?v=1720083717\" alt=\"34 ES\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/536fe808-750c-48ce-8f23-73b611d02155.jpg?v=1720083717\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus_module standard_four_image_text\"\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cdiv class=\"count_imgs_wrap\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8ba10f90-ca10-4f39-9edb-e7a68d7805f6.jpg?v=1720083717\" alt=\"35-34\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8ba10f90-ca10-4f39-9edb-e7a68d7805f6.jpg?v=1720083717\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/eb4832b6-c04f-4f63-90b2-d46c04c69b13.jpg?v=1720083716\" alt=\"35\/34 ES\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/eb4832b6-c04f-4f63-90b2-d46c04c69b13.jpg?v=1720083716\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/98c424ef-e544-4910-9a8a-b57398f895ee.jpg?v=1720083717\" alt=\"35\/36 ES\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/98c424ef-e544-4910-9a8a-b57398f895ee.jpg?v=1720083717\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/7b1a784f-4df0-41e5-8a12-cd6ab0519916.jpg?v=1720083717\" alt=\"34-36\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/7b1a784f-4df0-41e5-8a12-cd6ab0519916.jpg?v=1720083717\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus_module standard_header_image_text\"\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/bc6b8c2b-61bc-484a-a5aa-2c109673944e.jpg?v=1720083717\" alt=\"36 ES\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/bc6b8c2b-61bc-484a-a5aa-2c109673944e.jpg?v=1720083717\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus_module standard_image_text_overlay\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/4392e093-1e8b-4235-888f-4b83bcf88a8a.jpg?v=1720083717\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/4392e093-1e8b-4235-888f-4b83bcf88a8a.jpg?v=1720083717\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e5 x 8 FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeave Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePile Height\u003c\/td\u003e\n\u003ctd\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Material Type\u003c\/td\u003e\n\u003ctd\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eCross Black\u0026amp;white\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eGeometric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd\u003eReversible, Washable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 600px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        display: block;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n  \u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Black \u0026 White \/ 9' × 18'","offer_id":49547988107577,"sku":"PHO_0ZTMCUK6","price":66.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/61Jk5SJ5jeL.jpg?v=1720093387"},{"product_id":"garvee-cozyloom-washable-area-rug-10x13-pho-10ojkf0w","title":"Garvee Washable Area Rug 10x13 Area Rug for Living Room Moroccan Trellis Rug Non Slip Throw Rugs Large Area Rug for Bedroom Low Pile Soft Stain Resistant Carpet for Dining Room","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e🌸【Soft \u0026amp; Stylish】: Enhance your home with the trendy faded style and unique floral pattern of this GARVEE area rug, effortlessly blending vintage tones into your decor. Crafted from high-quality faux wool fibers, this rug is as soft as cotton balls underfoot, while also being stain-resistant and non-shedding for long-lasting beauty.\u003c\/li\u003e\n\u003cli\u003e🌸【Kid \u0026amp; Pet-Friendly】: Featuring a low 0.16 inch pile height, this rug prevents pet dander and hair from becoming trapped, keeping your little ones and furry friends safe from chewing or scratching. Stains and dirt are easily removed, and pets' paws won't snag or get caught on the edges, preventing scratches on your floors.\u003c\/li\u003e\n\u003cli\u003e🌸【Ultra-Thin \u0026amp; Versatile】: This ultra-thin Moroccan rug is perfect for entryways and under furniture, allowing for easy placement without becoming a tripping hazard. The slim design ensures that doors can open and close smoothly, while allowing a sweeping robot to move effortlessly for convenient cleaning. Ideal for use in various settings such as the entryway, living room, bedroom, dining room, and more.\u003c\/li\u003e\n\u003cli\u003e🌸【Non-Slip Stability】: Designed with TPR non-slip rubber backing, this living room rug stays securely in place, even under heavy foot traffic. You can run and play on it without worrying about it moving or sliding around, providing safety and stability for your home.\u003c\/li\u003e\n\u003cli\u003e🌸【Easy Maintenance】: Keep your vintage rug looking fresh with easy cleaning options such as machine washing, vacuuming, or using a broom or rag. If the rug fold wrinkles, simply roll it in the opposite direction to allow the creases to flatten and set for a flawless appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBrand\u003c\/td\u003e\n            \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e10'x13'\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eFaux Wool\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eWeave Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e33.4 pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePile Height\u003c\/td\u003e\n            \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eConstruction Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBack Material Type\u003c\/td\u003e\n            \u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003ePink\/Brown\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eModel Name\u003c\/td\u003e\n            \u003ctd\u003ecozyLCMcm-pinkbrown1013-10OJKF0WLi89t\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eUPC\u003c\/td\u003e\n            \u003ctd\u003e198723873480\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Pink\/Gray \/ 10' × 13'","offer_id":49727963103545,"sku":"PHO_10OJKF0W","price":139.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1704771470338.jpg?v=1750920549"},{"product_id":"garvee-royhome-10x13-area-rug-extra-pho-10ojnc36-1","title":"Garvee Oriental Grey-Taupe 10x13 Extra Large Area Rug – Vintage Distressed Moroccan Trellis Medallion Washable Non-Slip Stain-Resistant Carpet for Living Room or Home Decor","description":"\u003cp class=\"aplus_module standard_header_image_text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1704777025294.jpg?v=1762823317\" alt=\"\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eGARVEE washable rugs are made from high-quality synthetic wool fabric that adds an ultra-soft touch and charming look to any room in your home.\u003c\/p\u003e\n\u003cp\u003eOur rugs use a non-slip TPR backing that is perfectly suited for hardwood floors and different rug placement needs.\u003c\/p\u003e\n\u003cp\u003eThere are six sizes available: 2 x 3 feet, 2 x 6 feet, 4 x 6 feet, 5 x 8 feet, and 8 x 10 feet, so you can choose freely.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"aplus_module standard_image_sidebar\"\u003e\n\u003cdiv class=\"img_floatleft\"\u003e\n\u003cdiv class=\"leftwrap\"\u003e\n\u003cdiv class=\"leftimage\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1f6ad6fc-4ada-42d3-8642-5d0395cfb127_7ac60d20-c9b6-4c42-b92e-5603af4cbaf0.jpg?v=1718212383\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1f6ad6fc-4ada-42d3-8642-5d0395cfb127_7ac60d20-c9b6-4c42-b92e-5603af4cbaf0.jpg?v=1718212383\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lefttext\"\u003e\n\u003ch5\u003eMachine washable Moroccan rugs\u003c\/h5\u003e\n\u003cp style=\"font-weight: bold;\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rightwrap\"\u003e\n\u003cdiv class=\"rightwrap_inner\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/09572e2c-0ce8-49ea-b7cb-b7dffa026536_d7fe143f-6324-4495-b556-0e9561685327.jpg?v=1718212384\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/09572e2c-0ce8-49ea-b7cb-b7dffa026536_d7fe143f-6324-4495-b556-0e9561685327.jpg?v=1718212384\" alt=\"\"\u003e\n\u003ch5\u003eCharacteristics:\u003c\/h5\u003e\n\u003cul style=\"background-color: transparent;\"\u003e\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eMachine washable\u003c\/li\u003e\n\u003cli\u003eNon-slip\u003c\/li\u003e\n\u003cli\u003eStain resistant\u003c\/li\u003e\n\u003cli\u003ePet and child friendly\u003c\/li\u003e\n\u003cli\u003eFoldable\u003c\/li\u003e\n\u003cli\u003eLight weight\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    @media screen and (max-width:800px){\n        .standard_image_sidebar .rightwrap_inner{\n            display:flex;\n            flex-direction:column;\n            align-items: center;\n        }\n        .standard_image_sidebar .rightwrap_inner\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n        .standard_image_sidebar .rightwrap_inner\u003eul{\n            width:100%;\n        }\n        .standard_image_sidebar .rightwrap{\n            order:1;\n            margin-bottom:10px;\n        }\n        .standard_image_sidebar .leftwrap{\n            order:2;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"aplus_module standard_four_image_text\"\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cdiv class=\"count_imgs_wrap\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/74d22e33-5f89-43fa-86d7-3abc8c0ed337_4e607951-2bdc-4531-83a9-9d6b8b7d3f88.jpg?v=1718212384\" alt=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/74d22e33-5f89-43fa-86d7-3abc8c0ed337_4e607951-2bdc-4531-83a9-9d6b8b7d3f88.jpg?v=1718212384\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eUltra-soft synthetic wool\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThe elegant latticework and modern rug are made from high-quality synthetic wool, which feels soft and silky to the touch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/b82bd63a-9ccb-4968-b08c-1198467d4730_6e9199a0-2e37-461e-aca8-210e316129a8.jpg?v=1718212383\" alt=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/b82bd63a-9ccb-4968-b08c-1198467d4730_6e9199a0-2e37-461e-aca8-210e316129a8.jpg?v=1718212383\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eNon-slip backing\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eHigh-quality non-slip TPR latex backing effectively keeps the mat in a stable position and prevents dangerous movements and slipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1ff56677-0986-4cba-8c07-a54dccafc225_0d9aba7b-13ec-41e8-b606-87de9bd7f173.jpg?v=1718212383\" alt=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1ff56677-0986-4cba-8c07-a54dccafc225_0d9aba7b-13ec-41e8-b606-87de9bd7f173.jpg?v=1718212383\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eDurable edging and non-shedding surface\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eOur machine-washable rug has high-density stitched edging that makes it stronger and more durable, helping the rugs last longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/9da0b83e-c593-43e9-a063-19030e5dff6e_ab7b64cb-274b-476c-a82c-f93198e94ea0.jpg?v=1718212383\" alt=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/9da0b83e-c593-43e9-a063-19030e5dff6e_ab7b64cb-274b-476c-a82c-f93198e94ea0.jpg?v=1718212383\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eLow pile carpet\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThis lightweight carpet is very durable and stain resistant. Suitable for busy areas such as the living room, bedroom, kitchen, bathroom, and office.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus_module standard_header_image_text\"\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/d209d988-db02-4fff-9dff-bcf94b31deef_b53056e5-d76c-4d1b-935f-b9ebef56bb1d.jpg?v=1718212384\" alt=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/d209d988-db02-4fff-9dff-bcf94b31deef_b53056e5-d76c-4d1b-935f-b9ebef56bb1d.jpg?v=1718212384\"\u003e\n\u003cp\u003eClean debris from the rug with a broom or vacuum cleaner. Machine wash with cold water on a gentle cycle when thorough cleaning is required. Air dry or tumble dry on a no-heat cycle. Do not iron.\u003c\/p\u003e\n\u003cp\u003eThe non-slip TPR backing of the rug can effectively keep the rug in a stable position and prevent it from slipping.\u003c\/p\u003e\n\u003cp\u003eWhether you step on it barefoot or lie down on it, you can feel the warmth and comfort underneath.\u003c\/p\u003e\n\u003cp\u003eThe washable rug is an ideal base for high-traffic areas such as the entrance, living room, dining room, kitchen, and hallways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"aplus_module standard_header_image_text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/3905f41e-4690-4921-9d76-fa0da179b1c1_627b12d4-cbfe-4315-997c-c0d4105ae7be.jpg?v=1718212384\" alt=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/3905f41e-4690-4921-9d76-fa0da179b1c1_627b12d4-cbfe-4315-997c-c0d4105ae7be.jpg?v=1718212384\"\u003e\u003c\/p\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eHigh Quality: Our washable rugs are made of premium high quality polyester fibers. Functional low pile allows the area rug for convenient placement in entryways, underneath door and furniture, and will not obstruct doorways. Whether you step on with bare feet or laying on with your children or pets, you can feel the warmth and coziness underneath.\u003c\/li\u003e\n\u003cli\u003eVintage Moroccan Distressed Design: This area rug grounds your space in a subtle vintage moroccan design. Our washable rug features the combination of morocco and retro medallion elements that complements any room with stylish color scheme. Moroccan inspired patterned area rug elevates the ambiance of any room it's placed in and fits right in many decorating styles, farmhouse style, classical European style and so on.\u003c\/li\u003e\n\u003cli\u003eKids \u0026amp; Pets Friendly: Great for any high-traffic areas, these rugs are less affected by unforeseeable messes. Our comfortable area rug is perfect for families with kids. Low-pile synthetic rug fibers won’t trap dirt and debris, so they’re kids and pet-friendly. The trendsetting rug designs are perfect for the living room, dining room, entry, bedroom or home office.\u003c\/li\u003e\n\u003cli\u003eNon-Slip \u0026amp; Stain Resistant Rug: Our area rug features anti-slip TPR backing that can help to stay in place well, sufficient grip to prevent dangerous slides and slips, safe for everyday indoor or outdoor busy area. With the stain-resistant and washable rug, you can simply toss it into your washing machine and keep it fresh after every wash.\u003c\/li\u003e\n\u003cli\u003eMachine Washable: The vintage rug can be machine washed, vacuumed, broom or rag cleaned. Rug fold wrappers may temporarily wrinkle, it is recommended to roll the rug in the opposite direction to give the creases time to flatten and set.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.9589%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003e10' x 13'(Recatabgular)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eGray-Taupe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eProduct Care Instructions\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eMachine Wash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eTrellis\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eNon Slip, Washable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 39.2231%;\"\u003eStyle\u003c\/td\u003e\n\u003ctd style=\"width: 60.7994%;\"\u003eMoroccan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Gray-Taupe \/ 10' × 13'","offer_id":49727963070777,"sku":"PHO_10OJNC36","price":119.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91WtrLanpIL.jpg?v=1727691623"},{"product_id":"garvee-royhome-10x13-area-rug-extra-pho-10ojb16l-1","title":"Garvee 10x13 Area Rug Extra Large Moroccan Trellis Machine Washable Rug Vintage Medallion Distressed Accent Rug Stain Resistant Non-Slip Floor Cover Carpet Rug for Living Room Bedroom","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1704776992686.jpg?v=1762765474\"\u003e\u003c\/p\u003e\n\u003cp\u003eGARVEE washable rugs are made from high-quality synthetic wool fabric that adds an ultra-soft touch and charming look to any room in your home.\u003c\/p\u003e\n\u003cp\u003eOur rugs use a non-slip TPR backing that is perfectly suited for hardwood floors and different rug placement needs.\u003c\/p\u003e\n\u003cp\u003eThere are six sizes available: 2 x 3 feet, 2 x 6 feet, 4 x 6 feet, 5 x 8 feet, and 8 x 10 feet, so you can choose freely.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"aplus_module standard_image_sidebar\"\u003e\n\u003cdiv class=\"img_floatleft\"\u003e\n\u003cdiv class=\"leftwrap\"\u003e\n\u003cdiv class=\"leftimage\"\u003e\u003cimg alt=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/ffe1f514-4e7c-4a65-ad42-e82c4c6b3292_b0d24733-b40b-483c-829b-017d47608bbf.jpg?v=1718212369\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/ffe1f514-4e7c-4a65-ad42-e82c4c6b3292_b0d24733-b40b-483c-829b-017d47608bbf.jpg?v=1718212369\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lefttext\"\u003e\n\u003ch5\u003eMachine washable Moroccan rugs\u003c\/h5\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rightwrap\"\u003e\n\u003cdiv class=\"rightwrap_inner\"\u003e\n\u003cimg alt=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/2ce587c8-6e7e-473f-b88b-63527b5e272d_a65de024-5a02-44b9-928a-38e951ef293d.jpg?v=1718212368\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/2ce587c8-6e7e-473f-b88b-63527b5e272d_a65de024-5a02-44b9-928a-38e951ef293d.jpg?v=1718212368\"\u003e\n\u003ch5\u003eFeatures:\u003c\/h5\u003e\n\u003cul style=\"background-color: transparent;\"\u003e\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eMachine washable\u003c\/li\u003e\n\u003cli\u003eNon-slip\u003c\/li\u003e\n\u003cli\u003eStain resistant\u003c\/li\u003e\n\u003cli\u003ePet and child friendly\u003c\/li\u003e\n\u003cli\u003eFoldable\u003c\/li\u003e\n\u003cli\u003eAbstract design\u003c\/li\u003e\n\u003cli\u003eLight weight\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    @media screen and (max-width:800px){\n        .standard_image_sidebar .rightwrap_inner{\n            display:flex;\n            flex-direction:column;\n            align-items: center;\n        }\n        .standard_image_sidebar .rightwrap_inner\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n        .standard_image_sidebar .rightwrap_inner\u003eul{\n            width:100%;\n        }\n        .standard_image_sidebar .rightwrap{\n            order:1;\n            margin-bottom:10px;\n        }\n        .standard_image_sidebar .leftwrap{\n            order:2;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"aplus_module standard_four_image_text\"\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cdiv class=\"count_imgs_wrap\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/7cf07b85-43cf-4516-a54c-e6318ee58cfe_4f63f32f-5a54-45b7-a806-a9281b29b4eb.jpg?v=1718212368\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/7cf07b85-43cf-4516-a54c-e6318ee58cfe_4f63f32f-5a54-45b7-a806-a9281b29b4eb.jpg?v=1718212368\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eUltra-soft synthetic wool\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThe elegant latticework and modern rug are made from high-quality synthetic wool, which feels soft and silky to the touch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/c6045ba7-1cea-4653-80fe-87ceab3c2ceb_3ee82a83-e876-457a-a09b-09ee241a97d3.jpg?v=1718212367\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/c6045ba7-1cea-4653-80fe-87ceab3c2ceb_3ee82a83-e876-457a-a09b-09ee241a97d3.jpg?v=1718212367\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eNon-slip backing\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eHigh-quality non-slip TPR latex backing effectively keeps the mat in a stable position and prevents dangerous movements and slipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/0b1ff357-3ad5-4ced-b6e3-78295342ca99_42371043-7cc7-4b8a-9f4d-6843bafb8a9c.jpg?v=1718212368\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/0b1ff357-3ad5-4ced-b6e3-78295342ca99_42371043-7cc7-4b8a-9f4d-6843bafb8a9c.jpg?v=1718212368\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eDurable edging and non-shedding surface\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eOur machine-washable rug has high-density stitched edging that makes it stronger and more durable, helping the rugs last longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/dcdb31ca-e383-4a64-8039-a86a811158be_eda0c0b2-1e04-4c57-9d8e-b4a091c48a94.jpg?v=1718212368\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/dcdb31ca-e383-4a64-8039-a86a811158be_eda0c0b2-1e04-4c57-9d8e-b4a091c48a94.jpg?v=1718212368\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eLow pile carpet\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThis lightweight carpet is very durable and stain resistant. Suitable for busy areas such as the living room, bedroom, kitchen, bathroom, and office.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus_module standard_header_image_text\"\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/d525e98f-38cd-462f-9577-e7bb40252255_6d85a743-6497-444a-b6fd-6a74f472c93e.jpg?v=1718212368\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/d525e98f-38cd-462f-9577-e7bb40252255_6d85a743-6497-444a-b6fd-6a74f472c93e.jpg?v=1718212368\"\u003e\n\u003cp\u003eClean debris from the rug with a broom or vacuum cleaner. Machine wash with cold water on a gentle cycle when thorough cleaning is required. Air dry or tumble dry on a no-heat cycle. Do not iron.\u003c\/p\u003e\n\u003cp\u003eThe non-slip TPR backing of the rug can effectively keep the rug in a stable position and prevent it from slipping.\u003c\/p\u003e\n\u003cp\u003eWhether you step on it barefoot or lie down on it, you can feel the warmth and comfort underneath.\u003c\/p\u003e\n\u003cp\u003eThe washable rug is an ideal base for high-traffic areas such as the entrance, living room, dining room, kitchen, and hallways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"aplus_module standard_header_image_text\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/a15e6b96-d78f-49ab-b60b-aa1be1532463_eafd167f-0317-4976-97fe-3fc13a00a9f0.jpg?v=1718212369\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/a15e6b96-d78f-49ab-b60b-aa1be1532463_eafd167f-0317-4976-97fe-3fc13a00a9f0.jpg?v=1718212369\"\u003e\u003c\/p\u003e\n\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable style=\"width: 100%;\" class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eGarvee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003e10' x 13'(Rectangular)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eOrange\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eProduct Care Instructions\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eMachine Wash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eTrellis\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eNon Slip, Washable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eStyle\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eMoroccan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eIs Autographed\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 51.3557%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 48.7643%;\"\u003e1.5 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Orange \/ 10' × 13'","offer_id":49727963136313,"sku":"PHO_10OJB16L","price":119.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1704850044747.jpg?v=1752039432"},{"product_id":"garvee-royhome-10x13-area-rug-extra-pho-10ojdyt4-1","title":"Garvee Oriental Blue 10x13 Extra Large Area Rug – Vintage Distressed Moroccan Trellis Medallion Washable Non-Slip Stain-Resistant Carpet for Living Room or Bedroom","description":"\u003cp class=\"aplus_module standard_header_image_text\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1704777016911.jpg?v=1762767980\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eGarvee washable rugs are made from high-quality synthetic wool fabric that adds an ultra-soft feel and charming look to any room in your home.\u003c\/p\u003e\n\u003cp\u003eOur area rugs use a non-slip thermoplastic rubber backing that is perfectly suited for hardwood floors and different rug placement needs.\u003c\/p\u003e\n\u003cp\u003eThere are six sizes available: 2 x 3 feet, 2 x 6 feet, 4 x 6 feet, 5 x 7 feet, 8 x 10 feet, and 9 x 12 feet, so you can choose freely.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"aplus_module standard_image_sidebar\"\u003e\n\u003cdiv class=\"img_floatleft\"\u003e\n\u003cdiv class=\"leftwrap\"\u003e\n\u003cdiv class=\"leftimage\"\u003e\u003cimg alt=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/4b0dee25-a699-47e3-b407-c06ef26c4a1e_bc626961-e2b9-4ba0-beaf-d16ac3a62f01.jpg?v=1718212387\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/4b0dee25-a699-47e3-b407-c06ef26c4a1e_bc626961-e2b9-4ba0-beaf-d16ac3a62f01.jpg?v=1718212387\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lefttext\"\u003e\n\u003ch5\u003eMachine washable Moroccan lattice rugs\u003c\/h5\u003e\n\u003cp style=\"font-weight: bold;\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rightwrap\"\u003e\n\u003cdiv class=\"rightwrap_inner\"\u003e\n\u003cimg alt=\"\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/a3809024-9081-41b8-9492-7d19bf4b7235_a33c3c87-fce2-4d97-a987-ccce996b9a69.jpg?v=1718212387\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/a3809024-9081-41b8-9492-7d19bf4b7235_a33c3c87-fce2-4d97-a987-ccce996b9a69.jpg?v=1718212387\"\u003e\n\u003ch5\u003eCharacteristic:\u003c\/h5\u003e\n\u003cul style=\"background-color: transparent;\"\u003e\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eMachine washable\u003c\/li\u003e\n\u003cli\u003eNon-slip\u003c\/li\u003e\n\u003cli\u003eStain resistant\u003c\/li\u003e\n\u003cli\u003ePet and child friendly\u003c\/li\u003e\n\u003cli\u003eFoldable\u003c\/li\u003e\n\u003cli\u003eAbstract design\u003c\/li\u003e\n\u003cli\u003eLight weight\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    @media screen and (max-width:800px){\n        .standard_image_sidebar .rightwrap_inner{\n            display:flex;\n            flex-direction:column;\n            align-items: center;\n        }\n        .standard_image_sidebar .rightwrap_inner\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n        .standard_image_sidebar .rightwrap_inner\u003eul{\n            width:100%;\n        }\n        .standard_image_sidebar .rightwrap{\n            order:1;\n            margin-bottom:10px;\n        }\n        .standard_image_sidebar .leftwrap{\n            order:2;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"aplus_module standard_four_image_text\"\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cdiv class=\"count_imgs_wrap\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/45ae95b4-1392-4110-a568-d1b291dc37fc_d50a84eb-cd95-4984-9e68-b77499630756.jpg?v=1718212387\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/45ae95b4-1392-4110-a568-d1b291dc37fc_d50a84eb-cd95-4984-9e68-b77499630756.jpg?v=1718212387\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eUltra-soft synthetic wool\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThe elegant latticework and modern rug are made from high-quality synthetic wool, which feels soft and silky to the touch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/e17e962e-6718-4e05-a1bd-8b6498c1ce7b_587a992e-f482-47b0-b445-c0df45f770a3.jpg?v=1718212387\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/e17e962e-6718-4e05-a1bd-8b6498c1ce7b_587a992e-f482-47b0-b445-c0df45f770a3.jpg?v=1718212387\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eNon-slip backing\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eHigh-quality non-slip TPR latex backing effectively keeps the mat in a stable position and prevents dangerous movements and slips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/73392238-60df-4992-b757-9cec9a20c0b7_d7b75877-fcfa-4d77-afa1-14b8c37bc8e8.jpg?v=1718212387\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/73392238-60df-4992-b757-9cec9a20c0b7_d7b75877-fcfa-4d77-afa1-14b8c37bc8e8.jpg?v=1718212387\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eDurable edging and non-shedding surface\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eOur machine-washable rug has high-density stitched edging that makes it stronger and more durable, helping the rugs last longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"count_imgs\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/be448576-28bf-4d32-9780-76e7afe160dd_19b9736b-958c-44e6-9cc2-fc1fb136b4f0.jpg?v=1718212387\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/be448576-28bf-4d32-9780-76e7afe160dd_19b9736b-958c-44e6-9cc2-fc1fb136b4f0.jpg?v=1718212387\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"count_imgs_text\"\u003e\n\u003ch4\u003eLow pile carpet\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThis lightweight carpet is very durable and stain resistant. Suitable for high-traffic areas such as the living room, bedroom, kitchen, bathroom, and office.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus_module standard_header_image_text\"\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8424fa23-eed1-47d4-9781-90ad24af8a62_8c2364ff-3b2b-4176-a03d-b7ec3a4e6d15.jpg?v=1718212388\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8424fa23-eed1-47d4-9781-90ad24af8a62_8c2364ff-3b2b-4176-a03d-b7ec3a4e6d15.jpg?v=1718212388\"\u003e\n\u003cp\u003eClean debris from the rug with a broom or vacuum cleaner. Machine wash with cold water on a gentle cycle when thorough cleaning is required. Air dry or tumble dry on a no-heat cycle. Do not iron.\u003c\/p\u003e\n\u003cp\u003eThe rug's non-slip TPR backing effectively keeps the rug in a stable position and prevents it from slipping.\u003c\/p\u003e\n\u003cp\u003eWhether you walk on it barefoot or lie down on it, you can feel the warmth and comfort underneath.\u003c\/p\u003e\n\u003cp\u003eThe washable rug is an ideal base for high-traffic areas such as the entrance, living room, dining room, kitchen, and hallways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"aplus_module standard_header_image_text\"\u003e\u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1a6222f9-341a-404c-9d57-a70633095e01_9baf372e-60ff-4375-800b-af330af3d869.jpg?v=1718212388\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1a6222f9-341a-404c-9d57-a70633095e01_9baf372e-60ff-4375-800b-af330af3d869.jpg?v=1718212388\"\u003e\u003c\/p\u003e\n\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eHigh Quality: Our washable rugs are made of premium high quality polyester fibers. Functional low pile allows the area rug for convenient placement in entryways, underneath door and furniture, and will not obstruct doorways. Whether you step on with bare feet or laying on with your children or pets, you can feel the warmth and coziness underneath.\u003c\/li\u003e\n\u003cli\u003eVintage Moroccan Distressed Design: This area rug grounds your space in a subtle vintage moroccan design. Our washable rug features the combination of morocco and retro medallion elements that complements any room with stylish color scheme. Moroccan inspired patterned area rug elevates the ambiance of any room it's placed in and fits right in many decorating styles, farmhouse style, classical European style and so on.\u003c\/li\u003e\n\u003cli\u003eKids \u0026amp; Pets Friendly: Great for any high-traffic areas, these rugs are less affected by unforeseeable messes. Our comfortable area rug is perfect for families with kids. Low-pile synthetic rug fibers won’t trap dirt and debris, so they’re kids and pet-friendly. The trendsetting rug designs are perfect for the living room, dining room, entry, bedroom or home office.\u003c\/li\u003e\n\u003cli\u003eNon-Slip \u0026amp; Stain Resistant Rug: Our area rug features anti-slip TPR backing that can help to stay in place well, sufficient grip to prevent dangerous slides and slips, safe for everyday indoor or outdoor busy area. With the stain-resistant and washable rug, you can simply toss it into your washing machine and keep it fresh after every wash.\u003c\/li\u003e\n\u003cli\u003eMachine Washable: The vintage rug can be machine washed, vacuumed, broom or rag cleaned. Rug fold wrappers may temporarily wrinkle, it is recommended to roll the rug in the opposite direction to give the creases time to flatten and set.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e10 x 13 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeave Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePile Height\u003c\/td\u003e\n\u003ctd\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Material Type\u003c\/td\u003e\n\u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlue\/Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIndoor\/Outdoor Usage\u003c\/td\u003e\n\u003ctd\u003eIndoor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Care Instructions\u003c\/td\u003e\n\u003ctd\u003eMachine Wash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eTrellis\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd\u003eNon Slip, Washable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRoom Type\u003c\/td\u003e\n\u003ctd\u003e[MULTIPLE] Hallway, Porch, Bathroom, Kitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRug Form Type\u003c\/td\u003e\n\u003ctd\u003eDoormat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eMoroccan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIs Autographed\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIs Electric\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e1.5 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Blue \/ 10' × 13'","offer_id":49727963234617,"sku":"PHO_10OJDYT4","price":119.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/9164rb1Ii-L.jpg?v=1727691732"},{"product_id":"garvee-haperlare-large-throw-rugs-for-pho-10vokwam","title":"Garvee Large Throw Rugs for Living Room 10x13, Vintage Washable Rugs for Bedroom Non Slip Entryway Rugs, Moroccan Soft Rubber Backing Low Pile Printed Carpet for Bedside Kitchen, Olive Green","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eMACHINE WASHABLE RUG: You can choose a washing machine with suitable power for cleaning according to the size of the area rug, or use a vacuum cleaner to clean it regularly. If you accidentally spill a drink, don't worry! It will only stay on the surface of the rugs for living room, it won't attract or stain the rug, and you can wipe it clean with a cloth immediately.\u003c\/li\u003e\n\u003cli\u003eLUXURY FABRIC DESIGN: The surface of the room area rugs is made of chenille, and the non-slip TPR bottom makes it hard to move. The carpet rug can keep away from the cold floor and make you feel comfortable and decompressed.\u003c\/li\u003e\n\u003cli\u003eKID \u0026amp; PET FRIENDLY: Crafted with a rubber backing, our rugs are kid- and pet-friendly, staying securely in place to minimize shifting or sliding. There's no need to pay for an extra rug pad! Soft on the skin and easy to clean, these floor carpet rugs withstand the chaos of everyday life, making them an perfect choice for high-traffic areas.\u003c\/li\u003e\n\u003cli\u003eNON SLIP BACKING: The bottom of the washable rug has a soft TPE rubber backing. It has very good adhesion to the ground and is not easy to slip, reducing the risk of tripping. Expertly machine woven and reinforced lock edges ensure non-shedding\u003c\/li\u003e\n\u003cli\u003eEASY TO CLEAN: Daily cleaning with vacuum cleaner is enough. For overall cleaning, the washable rug is soft, so you can wash it by washing machine with room-temperature water.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBrand\u003c\/td\u003e\n            \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e10' x 13'\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePolypropylene\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eWeave Type\u003c\/td\u003e\n            \u003ctd\u003eTufted\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePile Height\u003c\/td\u003e\n            \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eConstruction Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBack Material Type\u003c\/td\u003e\n            \u003ctd\u003eRubber\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eOlive\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eModel Name\u003c\/td\u003e\n            \u003ctd\u003eRUG\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e32.2 pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Green \/ 10' × 13'","offer_id":49727977095481,"sku":"PHO_10VOKWAM","price":116.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1724231448870.jpg?v=1753518851"},{"product_id":"garvee-gaomon-washable-rug-10x13-large-pho-1168kbxz","title":"Garvee Bordered Brown 10x13 Boho Printed Washable Rug, Modern Braided Low Pile Polyester Area Rug Non-Slip Non-Shedding for Living Room Bedroom Office","description":"\u003cstyle\u003e\n  .garvee-braided-print-rug {\n    --brown: #5a3a26;\n    --brown-dark: #342217;\n    --brown-soft: #f7f1eb;\n    --cream: #fffaf5;\n    --accent: #b47b4f;\n    --line: #dfd0c3;\n    --text: #302c29;\n    --muted: #6a625c;\n    --white: #ffffff;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 18px 14px;\n    color: var(--text);\n    background: var(--white);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.55;\n    box-sizing: border-box;\n  }\n\n  .garvee-braided-print-rug *,\n  .garvee-braided-print-rug *::before,\n  .garvee-braided-print-rug *::after {\n    box-sizing: border-box;\n  }\n\n  .garvee-braided-print-rug img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto !important;\n    margin: 0;\n  }\n\n  .gbp-section {\n    margin: 0 0 24px;\n  }\n\n  .gbp-section:last-child {\n    margin-bottom: 0;\n  }\n\n  .gbp-label {\n    display: inline-block;\n    margin: 0 0 9px;\n    padding: 6px 13px;\n    color: var(--white);\n    background: var(--brown);\n    border-radius: 999px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .gbp-title {\n    margin: 0 0 11px;\n    color: var(--brown-dark);\n    font-size: 29px;\n    line-height: 1.23;\n  }\n\n  .gbp-subtitle {\n    margin: 0 0 9px;\n    color: var(--brown-dark);\n    font-size: 23px;\n    line-height: 1.27;\n  }\n\n  .gbp-text {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* Hero *\/\n  .gbp-hero {\n    overflow: hidden;\n    background: linear-gradient(135deg, var(--brown-soft) 0%, #ffffff 100%);\n    border: 1px solid var(--line);\n    border-radius: 20px;\n    box-shadow: 0 8px 24px rgba(52, 34, 23, 0.07);\n  }\n\n  .gbp-hero-image {\n    overflow: hidden;\n    background: var(--white);\n    line-height: 0;\n  }\n\n  .gbp-hero-image img {\n    width: 100%;\n    height: auto !important;\n    object-fit: contain;\n  }\n\n  .gbp-hero-content {\n    display: grid;\n    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);\n    gap: 24px;\n    align-items: center;\n    padding: 23px;\n  }\n\n  .gbp-hero-list {\n    margin: 14px 0 0;\n    padding-left: 19px;\n  }\n\n  .gbp-hero-list li {\n    margin-bottom: 6px;\n    color: #49413b;\n    font-size: 14px;\n  }\n\n  .gbp-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 15px;\n  }\n\n  .gbp-badge {\n    padding: 7px 11px;\n    color: var(--brown-dark);\n    background: var(--white);\n    border: 1px solid var(--line);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .gbp-summary {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n  }\n\n  .gbp-summary-item {\n    min-width: 0;\n    padding: 14px 12px;\n    background: var(--white);\n    border: 1px solid var(--line);\n    border-radius: 12px;\n  }\n\n  .gbp-summary-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--brown-dark);\n    font-size: 14px;\n  }\n\n  .gbp-summary-item span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.42;\n  }\n\n  \/* Core benefits *\/\n  .gbp-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr));\n    gap: 9px;\n    padding: 15px;\n    background: var(--brown-soft);\n    border: 1px solid var(--line);\n    border-radius: 17px;\n  }\n\n  .gbp-benefit {\n    min-width: 0;\n    padding: 13px 10px;\n    text-align: center;\n    background: var(--white);\n    border: 1px solid var(--line);\n    border-radius: 11px;\n  }\n\n  .gbp-benefit strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--brown-dark);\n    font-size: 14px;\n    line-height: 1.3;\n  }\n\n  .gbp-benefit span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.42;\n  }\n\n  \/* Three selling-point cards *\/\n  .gbp-card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n    align-items: stretch;\n  }\n\n  .gbp-card {\n    display: flex;\n    flex-direction: column;\n    min-width: 0;\n    height: 100%;\n    overflow: hidden;\n    background: #fffdfb;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    box-shadow: 0 5px 16px rgba(52, 34, 23, 0.05);\n  }\n\n  \/*\n    Keep images at their original proportions.\n    No square container, fixed height, padding or object-fit: contain.\n    This removes the large white space shown in the previous version.\n  *\/\n  .gbp-card-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    overflow: hidden;\n    padding: 0;\n    margin: 0;\n    background: transparent;\n    border-bottom: 1px solid var(--line);\n    line-height: 0;\n  }\n\n  .gbp-card-image img {\n    display: block;\n    width: 100% !important;\n    height: auto !important;\n    max-height: none !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    object-fit: initial !important;\n    object-position: center;\n  }\n\n  .gbp-card-copy {\n    display: flex;\n    flex: 1;\n    flex-direction: column;\n    justify-content: center;\n    padding: 15px 14px 17px;\n    text-align: center;\n  }\n\n  .gbp-card h3 {\n    margin: 0 0 6px;\n    color: var(--brown-dark);\n    font-size: 17px;\n    line-height: 1.3;\n  }\n\n  .gbp-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 13px;\n  }\n\n  \/* Room placement *\/\n  .gbp-room-wrap {\n    padding: 20px;\n    background: linear-gradient(135deg, #ffffff 0%, var(--cream) 100%);\n    border: 1px solid var(--line);\n    border-radius: 18px;\n  }\n\n  .gbp-room-head {\n    max-width: 760px;\n    margin: 0 auto 16px;\n    text-align: center;\n  }\n\n  .gbp-room-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n  }\n\n  .gbp-room-item {\n    min-width: 0;\n    padding: 14px 12px;\n    background: var(--white);\n    border: 1px solid var(--line);\n    border-radius: 11px;\n  }\n\n  .gbp-room-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--brown-dark);\n    font-size: 14px;\n  }\n\n  .gbp-room-item span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.43;\n  }\n\n  \/* Size guide *\/\n  .gbp-size-wrap {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);\n    gap: 21px;\n    align-items: center;\n    padding: 19px;\n    background: var(--brown-soft);\n    border: 1px solid var(--line);\n    border-radius: 18px;\n  }\n\n  .gbp-size-image {\n    overflow: hidden;\n    background: var(--white);\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    line-height: 0;\n  }\n\n  .gbp-size-image img {\n    width: 100%;\n    height: auto !important;\n    object-fit: contain;\n  }\n\n  .gbp-size-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin: 14px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .gbp-size-list li {\n    padding: 7px 11px;\n    color: var(--brown-dark);\n    background: var(--white);\n    border: 1px solid var(--line);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .gbp-size-groups {\n    display: grid;\n    gap: 8px;\n    margin-top: 13px;\n  }\n\n  .gbp-size-group {\n    padding: 10px 12px;\n    background: var(--white);\n    border: 1px solid var(--line);\n    border-radius: 10px;\n  }\n\n  .gbp-size-group strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--brown-dark);\n    font-size: 13px;\n  }\n\n  .gbp-size-group span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.42;\n  }\n\n  \/* Purchase reassurance *\/\n  .gbp-reassurance {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    padding: 15px;\n    background: #fffaf5;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n  }\n\n  .gbp-reassurance-item {\n    min-width: 0;\n    padding: 13px 11px;\n    text-align: center;\n    background: var(--white);\n    border: 1px solid var(--line);\n    border-radius: 11px;\n  }\n\n  .gbp-reassurance-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--brown-dark);\n    font-size: 14px;\n  }\n\n  .gbp-reassurance-item span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* Specifications *\/\n  .gbp-spec-wrap {\n    padding: 20px;\n    background: #fffdfb;\n    border: 1px solid var(--line);\n    border-radius: 18px;\n  }\n\n  .gbp-spec-title {\n    margin: 0 0 14px;\n    color: var(--brown-dark);\n    text-align: center;\n    font-size: 23px;\n    line-height: 1.25;\n  }\n\n  .gbp-spec-table {\n    width: 100%;\n    overflow: hidden;\n    background: var(--white);\n    border: 1.5px solid var(--brown);\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: 12px;\n  }\n\n  .gbp-spec-table td {\n    padding: 11px 15px;\n    border-bottom: 1px solid #e7dcd3;\n    vertical-align: top;\n    font-size: 14px;\n    overflow-wrap: anywhere;\n  }\n\n  .gbp-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .gbp-spec-table td:first-child {\n    width: 34%;\n    color: #46372d;\n    background: var(--brown-soft);\n    font-weight: 700;\n  }\n\n  .gbp-spec-table td:last-child {\n    color: var(--brown-dark);\n    font-weight: 700;\n  }\n\n  .gbp-note {\n    margin-top: 14px;\n    padding: 12px 14px;\n    color: var(--muted);\n    background: var(--white);\n    border-left: 4px solid var(--brown);\n    border-radius: 8px;\n    font-size: 13px;\n  }\n\n  @media screen and (max-width: 1000px) {\n    .gbp-benefit-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .gbp-card-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .gbp-room-grid,\n    .gbp-reassurance {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 820px) {\n    .gbp-hero-content,\n    .gbp-size-wrap {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 768px) {\n    .garvee-braided-print-rug {\n      padding: 10px 7px;\n    }\n\n    .gbp-section {\n      margin-bottom: 18px;\n    }\n\n    .gbp-hero-content,\n    .gbp-room-wrap,\n    .gbp-size-wrap,\n    .gbp-spec-wrap {\n      padding: 13px 11px;\n    }\n\n    .gbp-title {\n      font-size: 22px;\n    }\n\n    .gbp-subtitle,\n    .gbp-spec-title {\n      font-size: 20px;\n    }\n\n    .gbp-text,\n    .gbp-hero-list li {\n      font-size: 13px;\n    }\n\n    .gbp-summary,\n    .gbp-benefit-grid,\n    .gbp-card-grid,\n    .gbp-room-grid,\n    .gbp-reassurance {\n      grid-template-columns: 1fr;\n    }\n\n    .gbp-benefit-grid,\n    .gbp-reassurance {\n      padding: 11px;\n    }\n\n    .gbp-card-image,\n    .gbp-card-image img {\n      width: 100% !important;\n      height: auto !important;\n      min-height: 0 !important;\n      max-height: none !important;\n      aspect-ratio: auto !important;\n      object-fit: initial !important;\n    }\n\n    .gbp-card-copy {\n      padding: 13px 12px 15px;\n    }\n\n    .gbp-spec-table td {\n      display: block;\n      width: 100%;\n      padding: 8px 11px;\n      font-size: 13px;\n    }\n\n    .gbp-spec-table td:first-child {\n      width: 100%;\n      padding-bottom: 3px;\n      border-bottom: 0;\n    }\n\n    .gbp-spec-table td:last-child {\n      padding-top: 3px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"garvee-braided-print-rug\"\u003e\n\u003c!-- Hero --\u003e\n\u003csection class=\"gbp-section\"\u003e\n\u003cdiv class=\"gbp-hero\"\u003e\n\u003cdiv class=\"gbp-hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457152699955301.jpg?v=1748582242\" alt=\"Garvee brown braided-print washable area rug in a modern living room\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gbp-hero-content\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"gbp-label\"\u003eWashable Braided-Print Rug\u003c\/span\u003e\n\u003ch2 class=\"gbp-title\"\u003eWarm Woven-Inspired Style for Every Room Size\u003c\/h2\u003e\n\u003cp class=\"gbp-text\"\u003eAdd rich brown texture without the bulk of a traditional braided rug. The printed polyester surface offers a soft, low-profile feel with practical cleaning and multiple sizes for hallways, bedrooms and large living spaces.\u003c\/p\u003e\n\u003cul class=\"gbp-hero-list\"\u003e\n\u003cli\u003eDetailed braided-print pattern adds warm visual depth\u003c\/li\u003e\n\u003cli\u003eLow-pile surface fits beneath furniture and doors\u003c\/li\u003e\n\u003cli\u003eNon-slip backing helps reduce shifting on clean, dry floors\u003c\/li\u003e\n\u003cli\u003eTen sizes available for runners and area-rug layouts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"gbp-badges\"\u003e\n\u003cspan class=\"gbp-badge\"\u003eMachine Washable\u003c\/span\u003e \u003cspan class=\"gbp-badge\"\u003eNon-Slip Backing\u003c\/span\u003e \u003cspan class=\"gbp-badge\"\u003eSoft Low Pile\u003c\/span\u003e \u003cspan class=\"gbp-badge\"\u003eStain Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-summary\"\u003e\n\u003cdiv class=\"gbp-summary-item\"\u003e\n\u003cstrong\u003eBraided-Print Design\u003c\/strong\u003e \u003cspan\u003eWoven-inspired character without a thick, bulky profile.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-summary-item\"\u003e\n\u003cstrong\u003eTen Size Options\u003c\/strong\u003e \u003cspan\u003eRunner, compact, medium, large and extra-large coverage.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-summary-item\"\u003e\n\u003cstrong\u003eEasy Daily Care\u003c\/strong\u003e \u003cspan\u003eVacuum, spot clean or machine wash when needed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-summary-item\"\u003e\n\u003cstrong\u003eFamily-Friendly Surface\u003c\/strong\u003e \u003cspan\u003eShort fibers help simplify pet hair and crumb cleanup.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Core benefits --\u003e\n\u003csection class=\"gbp-section\"\u003e\n\u003cdiv class=\"gbp-benefit-grid\"\u003e\n\u003cdiv class=\"gbp-benefit\"\u003e\n\u003cstrong\u003eWashable Easy Care\u003c\/strong\u003e \u003cspan\u003eConvenient deeper cleaning for spills and daily messes.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-benefit\"\u003e\n\u003cstrong\u003eStable Placement\u003c\/strong\u003e \u003cspan\u003eBacking helps reduce unwanted movement on suitable floors.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-benefit\"\u003e\n\u003cstrong\u003eSoft Low Pile\u003c\/strong\u003e \u003cspan\u003eComfortable underfoot without bulky rug height.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-benefit\"\u003e\n\u003cstrong\u003eReinforced Edges\u003c\/strong\u003e \u003cspan\u003eFinished borders help maintain a clean, neat shape.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-benefit\"\u003e\n\u003cstrong\u003eKid \u0026amp; Pet Friendly\u003c\/strong\u003e \u003cspan\u003ePractical for active homes and frequently used rooms.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Three selling points with natural image height --\u003e\n\u003csection class=\"gbp-section\"\u003e\n\u003cdiv class=\"gbp-card-grid\"\u003e\n\u003carticle class=\"gbp-card\"\u003e\n\u003cdiv class=\"gbp-card-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457152862799467_8fd94260-e1e5-4486-b32a-6bd2085621b2.jpg?v=1760592994\" alt=\"Garvee rug comparison showing non-slip backing reinforced edge and pet-friendly surface\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gbp-card-copy\"\u003e\n\u003ch3\u003eBuilt for More Confident Everyday Use\u003c\/h3\u003e\n\u003cp\u003eFinished edges, a low-pile surface and textured backing provide practical support for active family rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gbp-card\"\u003e\n\u003cdiv class=\"gbp-card-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457152862108002_f3181721-580e-4cb1-8e04-fa346d41c1ef.jpg?v=1769051950\" alt=\"Garvee washable brown rug with regular vacuum and robot vacuum cleaning\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gbp-card-copy\"\u003e\n\u003ch3\u003eCleaning Options for Busy Homes\u003c\/h3\u003e\n\u003cp\u003eVacuum or robot clean routine debris, wipe small spills promptly or machine wash when a deeper refresh is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gbp-card\"\u003e\n\u003cdiv class=\"gbp-card-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457152296658132_3ed1cc67-d8f0-41c4-8e77-aecd3b439fd0.jpg?v=1781773278\" alt=\"Garvee brown braided-print area rug styled in a living room\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gbp-card-copy\"\u003e\n\u003ch3\u003eWarm Neutral Style That Coordinates Easily\u003c\/h3\u003e\n\u003cp\u003eBrown woven-inspired tones pair naturally with cream upholstery, wood furniture and relaxed farmhouse or modern décor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Room placement without repeated images --\u003e\n\u003csection class=\"gbp-section\"\u003e\n\u003cdiv class=\"gbp-room-wrap\"\u003e\n\u003cdiv class=\"gbp-room-head\"\u003e\n\u003cspan class=\"gbp-label\"\u003eFlexible Room Placement\u003c\/span\u003e\n\u003ch2 class=\"gbp-subtitle\"\u003eChoose the Coverage That Fits Your Furniture Layout\u003c\/h2\u003e\n\u003cp class=\"gbp-text\"\u003eFrom narrow runners to extra-large area rugs, each size offers practical coverage while maintaining the same coordinated brown pattern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-room-grid\"\u003e\n\u003cdiv class=\"gbp-room-item\"\u003e\n\u003cstrong\u003eHallway \u0026amp; Entryway\u003c\/strong\u003e \u003cspan\u003eRunner sizes add soft coverage to narrow walkways and entrances.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-room-item\"\u003e\n\u003cstrong\u003eLiving Room\u003c\/strong\u003e \u003cspan\u003eMedium and large sizes help anchor sofas, chairs and coffee tables.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-room-item\"\u003e\n\u003cstrong\u003eBedroom\u003c\/strong\u003e \u003cspan\u003ePlace beside the bed or beneath bedroom furniture for added comfort.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-room-item\"\u003e\n\u003cstrong\u003eDining Room \u0026amp; Office\u003c\/strong\u003e \u003cspan\u003eLow pile works beneath dining furniture, desks and office chairs.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Size guide --\u003e\n\u003csection class=\"gbp-section\"\u003e\n\u003cdiv class=\"gbp-size-wrap\"\u003e\n\u003cdiv class=\"gbp-size-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457152119266395_da550759-ea32-4234-958b-d5822e5ba6eb.jpg?v=1769051974\" alt=\"Garvee braided-print rug room size recommendation guide\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"gbp-label\"\u003eTen Available Sizes\u003c\/span\u003e\n\u003ch2 class=\"gbp-subtitle\"\u003eFrom Hallway Runners to Extra-Large Area Rugs\u003c\/h2\u003e\n\u003cp class=\"gbp-text\"\u003eMatch the rug to your available floor space, doorway clearance and furniture arrangement.\u003c\/p\u003e\n\u003cdiv class=\"gbp-size-groups\"\u003e\n\u003cdiv class=\"gbp-size-group\"\u003e\n\u003cstrong\u003eRunner Rugs\u003c\/strong\u003e \u003cspan\u003e2' × 6', 2' × 8' and 2' × 10' for hallways, kitchens, entryways and laundry rooms.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-size-group\"\u003e\n\u003cstrong\u003eCompact Area Rugs\u003c\/strong\u003e \u003cspan\u003e3' × 5', 4' × 6' and 5' × 7' for bedrooms, offices and smaller seating spaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-size-group\"\u003e\n\u003cstrong\u003eMedium \u0026amp; Large Rugs\u003c\/strong\u003e \u003cspan\u003e6' × 9' and 8' × 10' for living rooms, bedrooms and dining areas.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-size-group\"\u003e\n\u003cstrong\u003eExtra-Large Coverage\u003c\/strong\u003e \u003cspan\u003e9' × 12' and 10' × 13' for spacious rooms and open furniture layouts.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Purchase reassurance --\u003e\n\u003csection class=\"gbp-section\"\u003e\n\u003cdiv class=\"gbp-reassurance\"\u003e\n\u003cdiv class=\"gbp-reassurance-item\"\u003e\n\u003cstrong\u003ePrinted Braided Design\u003c\/strong\u003e \u003cspan\u003eCreates a woven look without rough natural-jute fibers.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-reassurance-item\"\u003e\n\u003cstrong\u003eFoldable Shipping\u003c\/strong\u003e \u003cspan\u003eTemporary packaging creases normally relax after laying flat.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-reassurance-item\"\u003e\n\u003cstrong\u003eFloor Preparation\u003c\/strong\u003e \u003cspan\u003eUse on a clean, dry and flat floor for the best backing performance.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbp-reassurance-item\"\u003e\n\u003cstrong\u003eSize-Based Washing\u003c\/strong\u003e \u003cspan\u003eLarge rugs may require an appropriate-capacity or commercial washer.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications --\u003e\n\u003csection class=\"gbp-section\"\u003e\n\u003cdiv class=\"gbp-spec-wrap\"\u003e\n\u003ch2 class=\"gbp-spec-title\"\u003eKey Specifications\u003c\/h2\u003e\n\u003ctable class=\"gbp-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eWashable Braided-Print Area Rug \/ Runner Rug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eBoho Braided-Print Woven-Inspired Pattern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePile Height\u003c\/td\u003e\n\u003ctd\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBacking\u003c\/td\u003e\n\u003ctd\u003eTextured Non-Slip Backing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eMachine-Made Printed Surface\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpecial Features\u003c\/td\u003e\n\u003ctd\u003eMachine Washable, Foldable, Stain Resistant, Non-Shedding and Reinforced Edges\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Rooms\u003c\/td\u003e\n\u003ctd\u003eLiving Room, Bedroom, Dining Room, Home Office, Hallway, Kitchen, Entryway and Laundry Room\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eVacuum, Robot Vacuum, Spot Clean or Machine Wash Cold in an Appropriate-Capacity Washer; Air Dry Completely\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"gbp-note\"\u003e\n\u003cstrong\u003eMaterial \u0026amp; Care Note:\u003c\/strong\u003e This product features a printed braided-style pattern and is not a hand-braided or natural-jute rug. Temporary fold marks may appear after unpacking. Lay the rug flat, reverse roll it or place light objects over raised areas until the surface relaxes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Brown \/ 10' × 13'","offer_id":49728041320761,"sku":"PHO_1168KBXZ","price":114.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17457140747267475.jpg?v=1775635438"},{"product_id":"garvee-caromio-10x13-fluffy-area-rugs-pho-0pw2o62g-2","title":"Garvee Fluffy \u0026 Sheepskin White 10x13 Area Rugs Extra Large Plush and Thick Faux Fur Shag Rug for Living Room Non-Slip Non-Shedding Accent Rug Carpet for Bedroom, Fuzzy Shaggy Rugs for Kids Nursery Dorm","description":"\u003cp\u003e\u003c!-- render_bullet_points_and_attributes --\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482595661114287_48f525b5-2018-4146-af0d-573e4993968a.jpg?v=1762328115\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482596000978909.jpg?v=1762328115\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482596000828452.jpg?v=1762328115\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482596000597902.jpg?v=1762328117\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17482596000744771.jpg?v=1762328116\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.9589%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003eGarvee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003e10' x 13'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003eHigh Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eProduct Care Instructions\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003eHand Wash Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003eSolid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003eNon Slip\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 55.7293%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 44.2931%;\"\u003e20.6 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"White \/ 10' × 13'","offer_id":49729809580345,"sku":"PHO_0PW2O62G","price":82.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/71Qxy_kuEZL_9cb9359a-09d7-4714-9570-8843401b99af.jpg?v=1723082771"},{"product_id":"garvee-washable-rug-10x13-area-rug-pho-10umen82","title":"Garvee Modern Light Grey 10x13 Geometric Area Rug, Washable Non Slip Stain Resistant Carpet for Living Room Bedroom Office Dining","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720665100080.jpg?v=1749024573\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720665082852.jpg?v=1749024573\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720665093311.jpg?v=1749024573\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720665080408.jpg?v=1749024573\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e[Trendy Style]: Minimalist modern line design beautifully enhances any room of the home, from the living room, dining room, bedroom, entryway, nursery, dorm room, study, home office, or eat-in kitchen.\u003c\/li\u003e\n\u003cli\u003e[Premium Material]: Our boho area rug is machine-woven with soft faux wool fibers, creating a comfortable and stress-reducing environment for your family. Say goodbye to tired muscles and hello to relaxation.They can also be a great way to tie together a decor scheme that includes other classical or contemporary elements, such as bohemian furniture or moroccan artwork.\u003c\/li\u003e\n\u003cli\u003e[Non-Slip TPR Backing]: Enjoy stability and safety with our non-slip TPR backing, which effectively keeps the rug in place and prevents slipping. Perfect for high-traffic areas such as your entryway, living room, dining room, kitchen, and hallways.\u003c\/li\u003e\n\u003cli\u003e[Machine Washable Area Rug]: Keep your rug looking fresh with regular vacuuming to prevent dust and dirt buildup. Our area rug can be folded for convenient storage without leaving creases. For washing, simply machine wash on a delicate cycle with cold water. Our rug is quick-drying and wrinkle-resistant, maintaining its pristine appearance even after multiple washes. Please refrain from using bleach.\u003c\/li\u003e\n\u003cli\u003e[Use Anywhere]: Our accent rug is designed to be used anywhere in your home. It is a perfect addition to kitchen, bathroom, entryway, laundry room, bedside, children's rooms, living rooms, closets, office, and even college dorm rooms. Additionally, it can serve as a comfortable and stylish meditation mat for your peaceful moments.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.9589%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003e10' x 13'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003eFaux Wool\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003eTufted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003e2.98 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003eLight Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 61.6321%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 38.3904%;\"\u003eAbstract\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Light Gray \/ 10' × 13'","offer_id":50281012265273,"sku":"PHO_10UMEN82","price":122.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720664994447.jpg?v=1749024890"},{"product_id":"garvee-washable-rugs-10x13-rug-for-pho-10um3z0h","title":"Garvee Modern Camel 10x13 Washable Rugs for Living Room Modern Bedroom Rug Aesthetic Beige Rug Large Area Rug Non Slip Throw Rugs Soft Faux Wool Low Pile Stain Resistant Carpet for Dining Room 10'x13' Beige","description":"\u003cp\u003e\u003c!-- render_bullet_points_and_attributes --\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720665117858.jpg?v=1749027452\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720665110619.jpg?v=1749027452\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720665106016.jpg?v=1749027452\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720665108499.jpg?v=1749027452\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720665112923.jpg?v=1749027452\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e[Trendy Style]: Minimalist modern line design beautifully enhances any room of the home, from the living room, dining room, bedroom, entryway, nursery, dorm room, study, home office, or eat-in kitchen.\u003c\/li\u003e\n\u003cli\u003e[Premium Material]: Our boho area rug is machine-woven with soft faux wool fibers, creating a comfortable and stress-reducing environment for your family. Say goodbye to tired muscles and hello to relaxation.They can also be a great way to tie together a decor scheme that includes other classical or contemporary elements, such as bohemian furniture or moroccan artwork.\u003c\/li\u003e\n\u003cli\u003e[Non-Slip TPR Backing]: Enjoy stability and safety with our non-slip TPR backing, which effectively keeps the rug in place and prevents slipping. Perfect for high-traffic areas such as your entryway, living room, dining room, kitchen, and hallways.\u003c\/li\u003e\n\u003cli\u003e[Machine Washable Area Rug]: Keep your rug looking fresh with regular vacuuming to prevent dust and dirt buildup. Our area rug can be folded for convenient storage without leaving creases. For washing, simply machine wash on a delicate cycle with cold water. Our rug is quick-drying and wrinkle-resistant, maintaining its pristine appearance even after multiple washes. Please refrain from using bleach.\u003c\/li\u003e\n\u003cli\u003e[Use Anywhere]: Our accent rug is designed to be used anywhere in your home. It is a perfect addition to kitchen, bathroom, entryway, laundry room, bedside, children's rooms, living rooms, closets, office, and even college dorm rooms. Additionally, it can serve as a comfortable and stylish meditation mat for your peaceful moments.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable style=\"width: 100%;\" class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003e10 x 13 ft \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eFaux Wool\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eTufted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003e2.98 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eCamel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eAbstract\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eShape\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eRunner\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 59.2512%;\"\u003eRug Form Type\u003c\/td\u003e\n\u003ctd style=\"width: 40.7488%;\"\u003eRunner\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Camel \/ 10' × 13'","offer_id":50281012429113,"sku":"PHO_10UM3Z0H","price":109.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1720664905032.jpg?v=1749026657"},{"product_id":"garvee-washable-area-rugs-10x13-rug-pho-10umbq2e","title":"Garvee Modern Black \u0026 White 10x13 Abstract Area Rug, Minimalist Boho Washable Low Pile Non Slip TPR Backing Carpet for Living Room Bedroom Dining Office","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1704874825681.jpg?v=1749017563\" alt=\"\" style=\"font-size: 0.875rem;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1704875042147.jpg?v=1749020215\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1704875046419.jpg?v=1749020215\" alt=\"\" style=\"font-size: 0.875rem;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1704875048383.jpg?v=1749020215\" alt=\"\" style=\"font-size: 0.875rem;\"\u003e\u003c\/p\u003e\n\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e[Trendy Style]: Minimalist modern line design beautifully enhances any room of the home, from the living room, dining room, bedroom, entryway, nursery, dorm room, study, home office, or eat-in kitchen.\u003c\/li\u003e\n\u003cli\u003e[Premium Material]: Our boho area rug is machine-woven with soft faux wool fibers, creating a comfortable and stress-reducing environment for your family. Say goodbye to tired muscles and hello to relaxation.They can also be a great way to tie together a decor scheme that includes other classical or contemporary elements, such as bohemian furniture or moroccan artwork.\u003c\/li\u003e\n\u003cli\u003e[Non-Slip TPR Backing]: Enjoy stability and safety with our non-slip TPR backing, which effectively keeps the rug in place and prevents slipping. Perfect for high-traffic areas such as your entryway, living room, dining room, kitchen, and hallways.\u003c\/li\u003e\n\u003cli\u003e[Machine Washable Area Rug]: Keep your rug looking fresh with regular vacuuming to prevent dust and dirt buildup. Our area rug can be folded for convenient storage without leaving creases. For washing, simply machine wash on a delicate cycle with cold water. Our rug is quick-drying and wrinkle-resistant, maintaining its pristine appearance even after multiple washes. Please refrain from using bleach.\u003c\/li\u003e\n\u003cli\u003e[Use Anywhere]: Our accent rug is designed to be used anywhere in your home. It is a perfect addition to kitchen, bathroom, entryway, laundry room, bedside, children's rooms, living rooms, closets, office, and even college dorm rooms. Additionally, it can serve as a comfortable and stylish meditation mat for your peaceful moments.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003e10 x 13 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003eFaux Wool\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003eTufted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003e5.93 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003eBlack \u0026amp; White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003eWaved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.0612%;\"\u003eShape\u003c\/td\u003e\n\u003ctd style=\"width: 59.9176%;\"\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Black \u0026 White \/ 10' × 13'","offer_id":50281013117241,"sku":"PHO_10UMBQ2E","price":119.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1704875006198_1e05acf9-0405-4fa9-8892-3eaa256f121c.jpg?v=1768900681"},{"product_id":"garvee-large-area-rug-10x13-rug-pho-15h97f6g","title":"Garvee Large Area Rug 10x13 Rug for Bedroom Washable Modern Living Room Rug Contemporary Stripe Beige Rug Non Slip Low Pile Throw Rugs Stain Resistant Carpet for Dining Room Classroom","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e[MACHINE WASHABLE AREA RUG]: Enjoy the convenience of a machine-washable rug that simplifies cleaning and upkeep.Simply toss this rug into the washing machine for a quick refresh. The terry pile surface retains its quality even after multiple washes, ensuring that your rug remains looking its best with minimal effort.\u003c\/li\u003e\n\u003cli\u003e[SECURE AND STABLE GRIP]: Designed with a non-slip TPR backing, this non slip rug provides a secure and stable grip on various types of flooring, offering peace of mind for both you and your family. The non-slip feature ensures that the rug stays in place, reducing the risk of slips and accidents. Create a safe and comfortable environment for your loved ones with this reliable and practical rug.\u003c\/li\u003e\n\u003cli\u003e[TRENDY STYLE]: Modern striped design beautifully enhances any room of the home, from the living room, dining room, bedroom, entryway, nursery, dorm room, study, home office, or eat-in kitchen. Crafted with a innovative terry pile surface, this modern area rug is not only visually appealing but also designed to withstand daily wear and tear. The stain-resistant material ensures easy maintenance and long-lasting beauty, making it a practical choice for busy households.\u003c\/li\u003e\n\u003cli\u003e[VERSATILE]: Choose from a range of sizes, including 2x6, 4x6, 5x7, 8x10, 9x12, and 10x13 feet, to fit a variety of scenarios and spaces in your home. Whether you need a hallway runner, a cozy accent in the living room, or a large area rug for the bedroom, these size options cater to different areas and purposes, offering versatility and flexibility.\u003c\/li\u003e\n\u003cli\u003e[KID AND PET-FRIENDLY]: Experience the family and pet-friendly features of this rug, providing a comfortable and inviting environment for everyone. The durable construction and practical design make it an excellent choice for households with children and pets, offering a reliable and stylish solution for your home decor needs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.9972%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 44.9655%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 54.9%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 44.9655%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 54.9%;\"\u003e10'x13'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 44.9655%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 54.9%;\"\u003eTerry Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 44.9655%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 54.9%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 44.9655%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 54.9%;\"\u003e33.4 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 44.9655%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 54.9%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 44.9655%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 54.9%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 44.9655%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 54.9%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 44.9655%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 54.9%;\"\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Beige \/ 10' × 13'","offer_id":50281018130745,"sku":"PHO_15H97F6G","price":77.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/81NIY4Ay7uL.jpg?v=1734686120"},{"product_id":"garvee-washable-rug-10x13-large-living-pho-338clagx","title":"Garvee Washable Rug 10x13 Large Living Room Rug Modern Woven Printed Rug Non Slip Indoor Soft Bedroom Rug Low Pile Non-Shedding Braided Print Foldable Throw Rugs for Playroom Farmhouse Office Beige","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eKINDLY NOTICE: Our modern solid woven printed area rug is only machine made rug with digital print woven pattern on it, NOT REAL hand woven rug! Please kindly notice that.\u003c\/li\u003e\n\u003cli\u003eStylish-Inspired Design: Elevate your decor with our woven printed area rug featuring a classic-style pattern in brighten color with vintage accents. Create a nostalgic ambiance with unique appeal in your space\u003c\/li\u003e\n\u003cli\u003eSoft Touch \u0026amp; Non-Shedding: Crafted from soft faux wool fibers, our modern solid area rugs offer a soft underfoot feel. The dense pile fiber and stitching edges ensure durability and comfort while preventing shedding, making them ideal for those with sensitivities and pet-friendly homes\u003c\/li\u003e\n\u003cli\u003ePractical Low-Pile Height: Low pile design effortlessly fits beneath furniture and in doorways or tight spaces. Perfect for high-traffic areas like the entryway or living room, it offers both functionality and style as a versatile base\u003c\/li\u003e\n\u003cli\u003eAnti-Slip Construction: Our washable area rugs are designed with a TPR backing for excellent non-slip performance, guaranteeing safety by preventing slips and falls. Always keep the rug's bottom dry to maintain optimal grip\u003c\/li\u003e\n\u003cli\u003eEasy Maintenance: Cleaning is a breeze with our rug. Simply clean with a broom or shake out debris for regular care. For deeper cleaning, use a handheld vacuum or machine wash in cold water (avoid bleach). Multi-sizes choices makes our washable rug perfect for entry, hallway, small to medium living rooms, bedrooms, dining areas, playrooms, offices and so on, adding sophistication to any space.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable style=\"width: 99.9589%;\" class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.6342%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 57.3882%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.6342%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 57.3882%;\"\u003e10x13 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.6342%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 57.3882%;\"\u003eFaux Wool\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.6342%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 57.3882%;\"\u003eFlat Woven\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.6342%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 57.3882%;\"\u003e32.8 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.6342%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 57.3882%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.6342%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 57.3882%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.6342%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 57.3882%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.6342%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 57.3882%;\"\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Beige Gray \/ 10' × 13'","offer_id":50281018655033,"sku":"PHO_338CLAGX","price":159.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91DergqquVL.jpg?v=1734686122"},{"product_id":"garvee-washable-rug-10x13-large-living-pho-338cnuw3","title":"Garvee Washable Rug 10x13 Large Living Room Rug Modern Woven Printed Rug Non Slip Indoor Soft Bedroom Rug Low Pile Non-Shedding Braided Print Foldable Throw Rugs for Playroom Farmhouse Office Blue","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eKINDLY NOTICE: Our modern solid woven printed area rug is only machine made rug with digital print woven pattern on it, NOT REAL hand woven rug! Please kindly notice that.\u003c\/li\u003e\n\u003cli\u003eStylish-Inspired Design: Elevate your decor with our woven printed area rug featuring a classic-style pattern in brighten color with vintage accents. Create a nostalgic ambiance with unique appeal in your space\u003c\/li\u003e\n\u003cli\u003eSoft Touch \u0026amp; Non-Shedding: Crafted from soft faux wool fibers, our modern solid area rugs offer a soft underfoot feel. The dense pile fiber and stitching edges ensure durability and comfort while preventing shedding, making them ideal for those with sensitivities and pet-friendly homes\u003c\/li\u003e\n\u003cli\u003ePractical Low-Pile Height: Low pile design effortlessly fits beneath furniture and in doorways or tight spaces. Perfect for high-traffic areas like the entryway or living room, it offers both functionality and style as a versatile base\u003c\/li\u003e\n\u003cli\u003eAnti-Slip Construction: Our washable area rugs are designed with a TPR backing for excellent non-slip performance, guaranteeing safety by preventing slips and falls. Always keep the rug's bottom dry to maintain optimal grip\u003c\/li\u003e\n\u003cli\u003eEasy Maintenance: Cleaning is a breeze with our rug. Simply clean with a broom or shake out debris for regular care. For deeper cleaning, use a handheld vacuum or machine wash in cold water (avoid bleach). Multi-sizes choices makes our washable rug perfect for entry, hallway, small to medium living rooms, bedrooms, dining areas, playrooms, offices and so on, adding sophistication to any space.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.9589%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.7918%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 59.2307%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.7918%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 59.2307%;\"\u003e10x13 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.7918%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 59.2307%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.7918%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 59.2307%;\"\u003eFlat Woven\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.7918%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 59.2307%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.7918%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 59.2307%;\"\u003eBlue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.7918%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 59.2307%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 40.7918%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 59.2307%;\"\u003eFaux Wool\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Blue \/ 10' × 13'","offer_id":50281018687801,"sku":"PHO_338CNUW3","price":159.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91TeaZhz3LL_df0f6312-a623-4773-8746-1ff9f0281354.jpg?v=1734686122"},{"product_id":"garvee-washable-rug-10x13-large-living-pho-338c6qy3","title":"Garvee Washable Rug 10x13 Large Living Room Rug Modern Woven Printed Rug Non Slip Indoor Soft Bedroom Rug Low Pile Non-Shedding Braided Print Foldable Throw Rugs for Playroom Farmhouse Office Brown","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eKINDLY NOTICE: Our modern solid woven printed area rug is only machine made rug with digital print woven pattern on it, NOT REAL hand woven rug! Please kindly notice that.\u003c\/li\u003e\n\u003cli\u003eStylish-Inspired Design: Elevate your decor with our woven printed area rug featuring a classic-style pattern in brighten color with vintage accents. Create a nostalgic ambiance with unique appeal in your space\u003c\/li\u003e\n\u003cli\u003eSoft Touch \u0026amp; Non-Shedding: Crafted from soft faux wool fibers, our modern solid area rugs offer a soft underfoot feel. The dense pile fiber and stitching edges ensure durability and comfort while preventing shedding, making them ideal for those with sensitivities and pet-friendly homes\u003c\/li\u003e\n\u003cli\u003ePractical Low-Pile Height: Low pile design effortlessly fits beneath furniture and in doorways or tight spaces. Perfect for high-traffic areas like the entryway or living room, it offers both functionality and style as a versatile base\u003c\/li\u003e\n\u003cli\u003eAnti-Slip Construction: Our washable area rugs are designed with a TPR backing for excellent non-slip performance, guaranteeing safety by preventing slips and falls. Always keep the rug's bottom dry to maintain optimal grip\u003c\/li\u003e\n\u003cli\u003eEasy Maintenance: Cleaning is a breeze with our rug. Simply clean with a broom or shake out debris for regular care. For deeper cleaning, use a handheld vacuum or machine wash in cold water (avoid bleach). Multi-sizes choices makes our washable rug perfect for entry, hallway, small to medium living rooms, bedrooms, dining areas, playrooms, offices and so on, adding sophistication to any space.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBrand\u003c\/td\u003e\n            \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e10x13 ft\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eFaux Wool\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eWeave Type\u003c\/td\u003e\n            \u003ctd\u003eFlat Woven\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e32.8 pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePile Height\u003c\/td\u003e\n            \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eConstruction Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBack Material Type\u003c\/td\u003e\n            \u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eBrown\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eModel Name\u003c\/td\u003e\n            \u003ctd\u003eXYZJ-FMLUX1114-338C6QY3-Brown1013\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eUPC\u003c\/td\u003e\n            \u003ctd\u003e198723362144\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Camel \/ 10' × 13'","offer_id":50281018917177,"sku":"PHO_338C6QY3","price":100.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91AwVlpIJuL_cfa23d3a-0448-4adf-9861-c9aaa3f38dba.jpg?v=1734686128"},{"product_id":"garvee-washable-area-rugs-10x13-large-pho-338xrb3w","title":"Garvee Washable Area Rugs Blue Multi 10x13 Large Modern Geometric Living Room Rugs, Stain-Resistant Low Pile Throw Rug, Non-Slip Contemporary Accent Rug for Kitchen, Office","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eEye-Catching Modern Design: This machine-washable area rug features a stunning modern geometric patchwork design, adding a contemporary touch to any living room or bedroom and making it the perfect accent rug for your stylish interior\u003c\/li\u003e\n\u003cli\u003eLuxurious Velvet: Crafted from premium materials, this low pile throw rug offers exceptional a beautiful luster catching the eye, providing the perfect blend of aesthetics and comfort to create an inviting atmosphere\u003c\/li\u003e\n\u003cli\u003eNon-Slip Backing: The contemporary rug features a robust non-slip backing keeping it securely in place on any floor surface, allowing you to walk confidently without worrying about slips or accidents, ensuring peace of mind in every room\u003c\/li\u003e\n\u003cli\u003eEffortless Maintenance and Durability: This stain-resistant rug is built to withstand everyday life; machine washable and designed with a low pile, it makes cleaning a breeze, allowing you to effortlessly keep it looking fresh\u003c\/li\u003e\n\u003cli\u003eVersatile and Convenient Design: The lightweight and foldable abstract floor mat is versatile for various applications throughout your home, and can be easily stored away when not in use, ensuring convenience and saving space\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.9589%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.6611%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 58.1818%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.6611%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 58.1818%;\"\u003e10x13 FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.6611%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 58.1818%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.6611%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 58.1818%;\"\u003eTufted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.6611%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 58.1818%;\"\u003e37.3 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.6611%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 58.1818%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.6611%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 58.1818%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.6611%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 58.1818%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.6611%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"height: 13.5pt; width: 58.1818%;\" width=\"188\" height=\"18\"\u003eBlue Multi\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Blue Multi \/ 10' × 13'","offer_id":50281019113785,"sku":"PHO_338XRB3W","price":97.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91FzHdjMRlL.jpg?v=1734686134"},{"product_id":"garvee-washable-rug-10x13-large-living-pho-338c3vky","title":"Garvee Washable Rug 10x13 Large Living Room Rug Modern Woven Printed Rug Non Slip Indoor Soft Bedroom Rug Low Pile Non-Shedding Braided Print Foldable Throw Rugs for Playroom Farmhouse Office Black","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eKINDLY NOTICE: Our modern solid woven printed area rug is only machine made rug with digital print woven pattern on it, NOT REAL hand woven rug! Please kindly notice that.\u003c\/li\u003e\n\u003cli\u003eStylish-Inspired Design: Elevate your decor with our woven printed area rug featuring a classic-style pattern in brighten color with vintage accents. Create a nostalgic ambiance with unique appeal in your space\u003c\/li\u003e\n\u003cli\u003eSoft Touch \u0026amp; Non-Shedding: Crafted from soft faux wool fibers, our modern solid area rugs offer a soft underfoot feel. The dense pile fiber and stitching edges ensure durability and comfort while preventing shedding, making them ideal for those with sensitivities and pet-friendly homes\u003c\/li\u003e\n\u003cli\u003ePractical Low-Pile Height: Low pile design effortlessly fits beneath furniture and in doorways or tight spaces. Perfect for high-traffic areas like the entryway or living room, it offers both functionality and style as a versatile base\u003c\/li\u003e\n\u003cli\u003eAnti-Slip Construction: Our washable area rugs are designed with a TPR backing for excellent non-slip performance, guaranteeing safety by preventing slips and falls. Always keep the rug's bottom dry to maintain optimal grip\u003c\/li\u003e\n\u003cli\u003eEasy Maintenance: Cleaning is a breeze with our rug. Simply clean with a broom or shake out debris for regular care. For deeper cleaning, use a handheld vacuum or machine wash in cold water (avoid bleach). Multi-sizes choices makes our washable rug perfect for entry, hallway, small to medium living rooms, bedrooms, dining areas, playrooms, offices and so on, adding sophistication to any space.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e32.8 Pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Dimensions L x W\u003c\/td\u003e\n            \u003ctd\u003e156\"L x 120\"W\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e10x13 ft\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eUPC\u003c\/td\u003e\n            \u003ctd\u003e198723362137\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eModel Name\u003c\/td\u003e\n            \u003ctd\u003eXYZJ-FMLUX1114-338C3VKY-Black1013\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBrand Name\u003c\/td\u003e\n            \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eConstruction Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eWeave Type\u003c\/td\u003e\n            \u003ctd\u003eFlat Woven\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePile Height\u003c\/td\u003e\n            \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Shape\u003c\/td\u003e\n            \u003ctd\u003eRectangular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eBlack\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBack Material Type\u003c\/td\u003e\n            \u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eFaux Wool\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Black \/ 10' × 13'","offer_id":50281020522809,"sku":"PHO_338C3VKY","price":95.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/910W9FTPsqL_8de0c1c8-1b4b-424a-b5b6-09fad1983c81.jpg?v=1734686147"},{"product_id":"garvee-washable-area-rugs-10x13-large-pho-338xltwn","title":"Garvee Washable Area Rugs 10x13 Large Modern Geometric Living Room Rugs, Stain-Resistant Low Pile Throw Rug, Non-Slip Contemporary Accent Rug for Kitchen, Office, Grey Camel","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17317402174383149.jpg?v=1750240130\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17317402174383149.jpg?v=1750240130\" alt=\"PHO_338XC5L3\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17317402174045400.jpg?v=1750240131\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17317402174045400.jpg?v=1750240131\" alt=\"PHO_338XC5L3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17317402174644779.jpg?v=1750240131\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17317402174644779.jpg?v=1750240131\" alt=\"PHO_338XC5L3\" style=\"font-size: 0.875rem;\"\u003e\u003c\/p\u003e\n\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eEye-Catching Modern Design: This machine-washable area rug features a stunning modern geometric patchwork design, adding a contemporary touch to any living room or bedroom and making it the perfect accent rug for your stylish interior\u003c\/li\u003e\n\u003cli\u003eLuxurious Velvet: Crafted from premium materials, this low pile throw rug offers exceptional a beautiful luster catching the eye, providing the perfect blend of aesthetics and comfort to create an inviting atmosphere\u003c\/li\u003e\n\u003cli\u003eNon-Slip Backing: The contemporary rug features a robust non-slip backing keeping it securely in place on any floor surface, allowing you to walk confidently without worrying about slips or accidents, ensuring peace of mind in every room\u003c\/li\u003e\n\u003cli\u003eEffortless Maintenance and Durability: This stain-resistant rug is built to withstand everyday life; machine washable and designed with a low pile, it makes cleaning a breeze, allowing you to effortlessly keep it looking fresh\u003c\/li\u003e\n\u003cli\u003eVersatile and Convenient Design: The lightweight and foldable abstract floor mat is versatile for various applications throughout your home, and can be easily stored away when not in use, ensuring convenience and saving space\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable style=\"width: 100%;\" class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 47.8214%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 52.1786%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 47.8214%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 52.1786%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 47.8214%;\"\u003eMaterial Type\u003c\/td\u003e\n\u003ctd style=\"width: 52.1786%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 47.8214%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 52.1786%;\"\u003e37.26 Pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 47.8214%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 52.1786%;\"\u003e10 x13 FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 47.8214%;\"\u003eItem Dimensions L x W\u003c\/td\u003e\n\u003ctd style=\"width: 52.1786%;\"\u003e22.44\"L x 12.2\"W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 47.8214%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 52.1786%;\"\u003eGrey Camel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 47.8214%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 52.1786%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 47.8214%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 52.1786%;\"\u003eTufted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 47.8214%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 52.1786%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Gray Camel \/ 10' × 13'","offer_id":50281020719417,"sku":"PHO_338XLTWN","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/51rTZc2cvdL_de092e1e-ae47-4387-b0fe-ab0dec14aed7.jpg?v=1734686151"},{"product_id":"garvee-washable-area-rugs-10x13-large-pho-338xbe55","title":"Garvee Washable Area Rugs 10x13 Large Modern Geometric Living Room Rugs, Stain-Resistant Low Pile Throw Rug, Non-Slip Contemporary Accent Rug for Kitchen, Office, Grey Green","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eEye-Catching Modern Design: This machine-washable area rug features a stunning modern geometric patchwork design, adding a contemporary touch to any living room or bedroom and making it the perfect accent rug for your stylish interior\u003c\/li\u003e\n\u003cli\u003eLuxurious Velvet: Crafted from premium materials, this low pile throw rug offers exceptional a beautiful luster catching the eye, providing the perfect blend of aesthetics and comfort to create an inviting atmosphere\u003c\/li\u003e\n\u003cli\u003eNon-Slip Backing: The contemporary rug features a robust non-slip backing keeping it securely in place on any floor surface, allowing you to walk confidently without worrying about slips or accidents, ensuring peace of mind in every room\u003c\/li\u003e\n\u003cli\u003eEffortless Maintenance and Durability: This stain-resistant rug is built to withstand everyday life; machine washable and designed with a low pile, it makes cleaning a breeze, allowing you to effortlessly keep it looking fresh\u003c\/li\u003e\n\u003cli\u003eVersatile and Convenient Design: The lightweight and foldable abstract floor mat is versatile for various applications throughout your home, and can be easily stored away when not in use, ensuring convenience and saving space\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 38.5357%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 61.4643%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 38.5357%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 61.4643%;\"\u003e10x13 FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 38.5357%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 61.4643%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 38.5357%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 61.4643%;\"\u003eTufted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 38.5357%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 61.4643%;\"\u003e37.3 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 38.5357%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 61.4643%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 38.5357%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 61.4643%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 38.5357%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 61.4643%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 38.5357%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 61.4643%;\"\u003eGrey Green\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Gray Green \/ 10' × 13'","offer_id":50281021014329,"sku":"PHO_338XBE55","price":92.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/919KD18YqnL_338006d7-761f-4295-8582-e0c6cb94eb73.jpg?v=1734686155"},{"product_id":"garvee-10x13-large-living-room-rugs-pho-33afnac7","title":"Garvee Boho Black-Grey 10x13 Large Living Room Rugs, Geometric Marble Boho Area Rugs for Bedroom Ultra Thin Non-Slip Washable Indoor Rugs Floor Carpet for Dining Room","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316314811798061.jpg?v=1760500405\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316314813456327.jpg?v=1760500419\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316314812142967.jpg?v=1760500410\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316314813112471.jpg?v=1760500416\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316314812323890.jpg?v=1760500413\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eStylish Bohemian Rug: Enhance your home or office decor with this geometric pattern rug. Its modern boho design adds sophistication to any space, making it an ideal choice for trendy, fashionable interiors.\u003c\/li\u003e\n\u003cli\u003eNon-Slip and Sturdy: Crafted from premium materials, this 0.15-inch ultra-thin yet durable rug is ideal for high-traffic areas and everyday use. The non-slip backing ensures a soft, comfortable footing while providing stability and support.\u003c\/li\u003e\n\u003cli\u003eVersatile Use: Suitable for your living room, bedroom, or dining area, this area rug adds a cozy surface for your feet and serves as a stylish focal point in any room.\u003c\/li\u003e\n\u003cli\u003eEasy Care: Upon receiving the rug, please unfold it. Temporary creases can be removed by rolling it from the corners (patterned side facing outward) and allowing it to sit for one to two days or by ironing the backside.\u003c\/li\u003e\n\u003cli\u003eMachine Washable: Designed for convenience, this bedroom rug is machine washable for easy cleaning and maintenance. It can also be cleaned daily with a vacuum, broom, or damp cloth, ensuring it stays looking fresh.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Garvee","offers":[{"title":"Black-Gray \/ 10' × 13'","offer_id":50281022816569,"sku":"PHO_33AFNAC7","price":88.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316310663289670.jpg?v=1742261004"},{"product_id":"garvee-10x13-large-living-room-rugs-pho-33afms8k","title":"Garvee Boho Navy Blue 10x13 Large Living Room Rugs, Geometric Marble Boho Area Rugs for Bedroom Ultra Thin Non-Slip Washable Indoor Rugs Floor Carpet for Dining Room","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316314747072497.jpg?v=1760498872\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316314748777432.jpg?v=1760498881\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316314747515031.jpg?v=1760498876\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316314748549897.jpg?v=1760498880\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316314748198726.jpg?v=1760498883\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eStylish Bohemian Rug: Enhance your home or office decor with this geometric pattern rug. Its modern boho design adds sophistication to any space, making it an ideal choice for trendy, fashionable interiors.\u003c\/li\u003e\n\u003cli\u003eNon-Slip and Sturdy: Crafted from premium materials, this 0.15-inch ultra-thin yet durable rug is ideal for high-traffic areas and everyday use. The non-slip backing ensures a soft, comfortable footing while providing stability and support.\u003c\/li\u003e\n\u003cli\u003eVersatile Use: Suitable for your living room, bedroom, or dining area, this area rug adds a cozy surface for your feet and serves as a stylish focal point in any room.\u003c\/li\u003e\n\u003cli\u003eEasy Care: Upon receiving the rug, please unfold it. Temporary creases can be removed by rolling it from the corners (patterned side facing outward) and allowing it to sit for one to two days or by ironing the backside.\u003c\/li\u003e\n\u003cli\u003eMachine Washable: Designed for convenience, this bedroom rug is machine washable for easy cleaning and maintenance. It can also be cleaned daily with a vacuum, broom, or damp cloth, ensuring it stays looking fresh.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Garvee","offers":[{"title":"Navy Blue \/ 10' × 13'","offer_id":50281022980409,"sku":"PHO_33AFMS8K","price":88.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17316310808449634.jpg?v=1742205710"},{"product_id":"garvee-10x13-large-area-rug-boho-pho-0yv9vkvp","title":"Garvee Boho Black \u0026 White 10x13 Large Area Rug Boho Washable Rugs for Living Room Ultra-Soft Non-Slip Backing Accent Bedroom Rug Low Pile Non-Shedding Farmhouse Floor Carpet for Dining Room Nursery Dorm Office","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eVintage-Inspired Design: Elevate your decor with our boho area rug featuring a geometric-style pattern in distressed color with vintage floral accents. Create a nostalgic ambiance with unique appeal in your space.\u003c\/li\u003e\n\u003cli\u003ePractical Low-Pile Height: Low pile design effortlessly fits beneath furniture and in doorways or tight spaces. Perfect for high-traffic areas like the entryway or living room, it offers both functionality and style as a versatile base.\u003c\/li\u003e\n\u003cli\u003eSoft \u0026amp; Non-Shedding: Crafted from soft faux wool, our traditional area rugs offer a luxurious underfoot feel. The dense pile fiber and reinforced overlock edges ensure durability and comfort while preventing shedding, making them ideal for those with sensitivities and pet-friendly homes.\u003c\/li\u003e\n\u003cli\u003eAnti-Slip Construction: Our washable area rugs are designed with a textured rubber backing for excellent non-slip performance, guaranteeing safety by preventing slips and falls. Always keep the rug's bottom dry to maintain optimal grip.\u003c\/li\u003e\n\u003cli\u003eEasy Maintenance: Cleaning is a breeze with our rug. Simply sweep with a broom or shake out debris for regular care. For deeper cleaning, use a handheld vacuum or machine wash in cold water (avoid bleach). Multi-sizes choices makes our washable rug perfect for entry, hallway, small to medium living rooms, bedrooms, dining areas, playrooms, offices and so on, adding sophistication to any space.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.7142%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 51.2858%;\"\u003e35.9 Pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.7142%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 51.2858%;\"\u003e10 x 13 Feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.7142%;\"\u003eBrand Name\u003c\/td\u003e\n\u003ctd style=\"width: 51.2858%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.7142%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 51.2858%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.7142%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 51.2858%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.7142%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 51.2858%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.7142%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 51.2858%;\"\u003eBlack \u0026amp; White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.7142%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 51.2858%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.7142%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 51.2858%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Black \u0026 White \/ 10' × 13'","offer_id":50281023832377,"sku":"PHO_0YV9VKVP","price":92.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/81M-PcP5bEL.jpg?v=1753085272"},{"product_id":"garvee-washable-10x13-rug-large-area-pho-33bdwjn8","title":"Garvee Modern Natural 10x13 Washable Rug Large Area Rug Non Shedding Living Room Rug Low Pile Soft Bedroom Rug Modern Rug Braided Print Indoor Accent Rug Lightweight Foldable Rug for Playroom Nursery","description":"\u003cp\u003e\u003c!-- render_bullet_points_and_attributes --\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17324998571363888.jpg?v=1754464897\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17324998571443528.jpg?v=1754464897\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17324998571048318.jpg?v=1754464897\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17324998571501350.jpg?v=1754464897\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17324998571654508.jpg?v=1754464897\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e10x13 Ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeave Type\u003c\/td\u003e\n\u003ctd\u003eNeedle Punched\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e32.4 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePile Height\u003c\/td\u003e\n\u003ctd\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction Type\u003c\/td\u003e\n\u003ctd\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Material Type\u003c\/td\u003e\n\u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eNatural\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Name\u003c\/td\u003e\n\u003ctd\u003eMICHELLE-GAR-33BD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUPC\u003c\/td\u003e\n\u003ctd\u003e198723771601\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Natural \/ 10' × 13'","offer_id":50281024225593,"sku":"PHO_33BDWJN8","price":104.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/51llwpmL0FL.jpg?v=1734686205"},{"product_id":"garvee-area-rug-10x13-washable-rug-pho-16iigg1u","title":"Garvee Area Rug 10x13 Washable Rug for Living Room Vintage Oriental Medallion Rug Low Pile Ultra Thin Rug Stain Resistant Accent Rug for Bedroom Home Decor, Taupe Multi","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e【Soft \u0026amp; Comfortable Rug】Our area rugs are made of premium polyester fibers, which are tightly woven together, creating a plush texture that is soft to the touch, allowing air to circulate and keep the rug feeling cool and comfortable. Fluffy surface feels softer bring you more comfortable and warmer experience during your relaxing time.\u003c\/li\u003e\n\u003cli\u003e【Vintage Design Rug】 The low pile and lightweight rug pattern of this vintage rug adds a touch of vintage charm to any room in your home. With its intricate details and rich colors, this distressed rug is sure to make a statement. Vintage area rug with accent and classic design, fresh your home easily.\u003c\/li\u003e\n\u003cli\u003e【Easy to Clean Washable Rug】Vacuum regularly to prevent grit from breaking down the fibers. For a deeper clean, simply toss in the washing machine on a gentle cycle with cold water, air dry and not need add bleach. Our printed area rugs may have temporary creases after you receive it. Please give it some time to flatten itself.\u003c\/li\u003e\n\u003cli\u003e【Non Slip Rug】 Our non-slip rug is made of high-quality washable backing, keeps the rug securely in place, and is effective at preventing the rug from sliding on the floor while protecting the floor from scratches made by heels and sharp objects, for children playing on the floor is a great choice, perfect fit for high traffic areas.\u003c\/li\u003e\n\u003cli\u003e【Functional and Versatile】 Place a rug by end of the bed for a colorful, cozy accent. Or, put the oriental distressed rug for the foot of a favorite cozy sofa. Our low pile rug can withstand daily wear and tear and is suitable for children and pets; Widely used in living rooms, bedrooms dining room, office and other indoor environments.\u003c\/li\u003e\n\u003cli\u003e【Note】Roll the rug in the opposite direction and lay it flat for a while. Creases typically flatten out within 1-2 weeks of unrolling. Please allow 1-2 cm error due to manual measurement and the picture may not reflect the actual color as different monitor display and light effect. In order to make the rugs more durable, the pattern is printed on the fleece.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.9972%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003e10'x13'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eKnitted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eRubber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eTaupe Multi\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eIndoor\/Outdoor Usage\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eBoth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eProduct Care Instructions\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eMachine Washable, Robot Cleaning, Spot Clean, Vacuum Clean, Sweep, Hand Wash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eMedallion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eShape\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eNon Shedding, Ultra Soft, Non Slip, Machine Washable, Stain Resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eRoom Type\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eLiving Room Rug, Bedroom Rug, Dining Room Rug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eRug Form Type\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eArea Rug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eStyle\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eVintage Rug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eOccasion\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eLiving Room Rug, Bedroom Rug, Dining Room Rug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eModel Name\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003eLY2-HZG-16II-taupe1013\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.3812%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 42.6645%;\"\u003e33.7 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Taupe Multi \/ 10' × 13'","offer_id":50281024291129,"sku":"PHO_16IIGG1U","price":128.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91zGiA9cxCL.jpg?v=1734686206"},{"product_id":"garvee-area-rug-10x13-washable-rug-pho-16iit01g","title":"Garvee Area Rug 10x13 Washable Rug for Living Room Vintage Oriental Medallion Rug Low Pile Ultra Thin Rug Stain Resistant Accent Rug for Bedroom Home Decor, Blue Multi","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e【Soft \u0026amp; Comfortable Rug】Our area rugs are made of premium polyester fibers, which are tightly woven together, creating a plush texture that is soft to the touch, allowing air to circulate and keep the rug feeling cool and comfortable. Fluffy surface feels softer bring you more comfortable and warmer experience during your relaxing time.\u003c\/li\u003e\n\u003cli\u003e【Vintage Design Rug】 The low pile and lightweight rug pattern of this vintage rug adds a touch of vintage charm to any room in your home. With its intricate details and rich colors, this distressed rug is sure to make a statement. Vintage area rug with accent and classic design, fresh your home easily.\u003c\/li\u003e\n\u003cli\u003e【Easy to Clean Washable Rug】Vacuum regularly to prevent grit from breaking down the fibers. For a deeper clean, simply toss in the washing machine on a gentle cycle with cold water, air dry and not need add bleach. Our printed area rugs may have temporary creases after you receive it. Please give it some time to flatten itself.\u003c\/li\u003e\n\u003cli\u003e【Non Slip Rug】 Our non-slip rug is made of high-quality washable backing, keeps the rug securely in place, and is effective at preventing the rug from sliding on the floor while protecting the floor from scratches made by heels and sharp objects, for children playing on the floor is a great choice, perfect fit for high traffic areas.\u003c\/li\u003e\n\u003cli\u003e【Functional and Versatile】 Place a rug by end of the bed for a colorful, cozy accent. Or, put the oriental distressed rug for the foot of a favorite cozy sofa. Our low pile rug can withstand daily wear and tear and is suitable for children and pets; Widely used in living rooms, bedrooms dining room, office and other indoor environments.\u003c\/li\u003e\n\u003cli\u003e【Note】Roll the rug in the opposite direction and lay it flat for a while. Creases typically flatten out within 1-2 weeks of unrolling. Please allow 1-2 cm error due to manual measurement and the picture may not reflect the actual color as different monitor display and light effect. In order to make the rugs more durable, the pattern is printed on the fleece.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.9972%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003e10'x13'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eKnitted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003e36.4 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eRubber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eBlue Multi\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eProduct Care Instructions\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eMachine Washable, Robot Cleaning, Spot Clean, Vacuum Clean, Sweep, Hand Wash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eMedallion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eNon Shedding, Ultra Soft, Non Slip, Machine Washable, Stain Resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 48.3929%;\"\u003eStyle\u003c\/td\u003e\n\u003ctd style=\"width: 51.6529%;\"\u003eVintage Rug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Blue Multi \/ 10' × 13'","offer_id":50281024815417,"sku":"PHO_16IIT01G","price":96.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91GtU5ujR6L_1979cfe2-f736-4d1a-8ed1-8d9d5104a5c8.jpg?v=1734686216"},{"product_id":"garvee-striped-large-rugs-10x13-stain-pho-33pa7ypr","title":"Garvee Striped Large Rugs 10x13 Stain Resistant Washable Area Rug for High Traffic Living Room Non-Slip Foldable Carpet Indoor Soft Printed Braid Floor Carpet Rug for Dining Room, Grey","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17433853496327954.jpg?v=1777081990\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17433853803408120.jpg?v=1777081989\" alt=\"\" style=\"font-size: 0.875rem;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17433853496597854.jpg?v=1777081990\" alt=\"\" style=\"font-size: 0.875rem;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17433853802912201.jpg?v=1777081990\" alt=\"\" style=\"font-size: 0.875rem;\"\u003e\u003c\/p\u003e\n\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eWashable Rug: Protect your non-shedding thin rug from spills and stains with ease; simply vacuum or wipe for daily maintenance, and for deeper cleaning, machine wash on a gentle cycle with cold water (avoid bleach) and air dry for a fresh, clean finish\u003c\/li\u003e\n\u003cli\u003eNon-Slip Rug: Designed with a textured TPR backing, this foldable rug stays securely in place without slipping; crafted from durable polyester fibers, it offers ultra-soft comfort and resists color fading with a low pile for added safety\u003c\/li\u003e\n\u003cli\u003eStylish Modern Rug: Featuring a transitional striped pattern and abstract-inspired design, this machine-woven rug combines contemporary aesthetics with a printed braid style, effortlessly enhancing your home decor in any room\u003c\/li\u003e\n\u003cli\u003eKid \u0026amp; Pet-Friendly: Enjoy a comfortable living space with the soft faux wool carpet, designed for low-profile pile and softness underfoot, making it great for high-traffic areas prone to messes from kids and pets alike\u003c\/li\u003e\n\u003cli\u003eMultiple Uses: This versatile non-slip rug complements any decor, ideal for various spaces such as living rooms, kitchens, bedrooms, and laundry rooms; it also makes a thoughtful gift for friends and family celebrating special occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003e1'9\" x 1'6\" (Rectangular)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003eTufted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003e34.2 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003eGrey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eShape\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eModel Name\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003exrui-jwrzrug-grey1013\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 52.1071%;\"\u003eUPC\u003c\/td\u003e\n\u003ctd style=\"width: 47.8929%;\"\u003e199108113382\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Ash \/ 10' × 13'","offer_id":50281033171257,"sku":"PHO_33PA7YPR","price":95.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/81jgducY0UL_822903cf-ea66-4612-a44b-589a1a5cbb08.jpg?v=1734686364"},{"product_id":"garvee-striped-large-rugs-10x13-stain-pho-33paa5fh","title":"Garvee Striped Large Rugs 10x13 Stain Resistant Washable Area Rug for High Traffic Living Room Non-Slip Foldable Carpet Indoor Soft Printed Braid Floor Carpet Rug for Dining Room, Blue","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eWashable Rug: Protect your non-shedding thin rug from spills and stains with ease; simply vacuum or wipe for daily maintenance, and for deeper cleaning, machine wash on a gentle cycle with cold water (avoid bleach) and air dry for a fresh, clean finish\u003c\/li\u003e\n\u003cli\u003eNon-Slip Rug: Designed with a textured TPR backing, this foldable rug stays securely in place without slipping; crafted from durable polyester fibers, it offers ultra-soft comfort and resists color fading with a low pile for added safety\u003c\/li\u003e\n\u003cli\u003eStylish Modern Rug: Featuring a transitional striped pattern and abstract-inspired design, this machine-woven rug combines contemporary aesthetics with a printed braid style, effortlessly enhancing your home decor in any room\u003c\/li\u003e\n\u003cli\u003eKid \u0026amp; Pet-Friendly: Enjoy a comfortable living space with the soft faux wool carpet, designed for low-profile pile and softness underfoot, making it great for high-traffic areas prone to messes from kids and pets alike\u003c\/li\u003e\n\u003cli\u003eMultiple Uses: This versatile non-slip rug complements any decor, ideal for various spaces such as living rooms, kitchens, bedrooms, and laundry rooms; it also makes a thoughtful gift for friends and family celebrating special occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable style=\"width: 100%;\" class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.0357%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 58.9643%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.0357%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 58.9643%;\"\u003e10' × 13' (Rectangular)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.0357%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 58.9643%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.0357%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 58.9643%;\"\u003eTufted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.0357%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 58.9643%;\"\u003e34.2 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.0357%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 58.9643%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.0357%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 58.9643%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.0357%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 58.9643%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.0357%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 58.9643%;\"\u003eBlue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Blue \/ 10' × 13'","offer_id":50281033204025,"sku":"PHO_33PAA5FH","price":94.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91y5irksfkL_846d59ac-cd80-450e-8629-f6d9140378d7.jpg?v=1734686366"},{"product_id":"garvee-large-area-rug-10x13-washable-pho-14ai1nch","title":"Garvee Large Area Rug 10x13 Washable Rug Vintage Floral Rug Non Slip Low Pile Distressed Rug Stain Resistant Rug Indoor Floor Cover for Living Room Bedroom Office, Brick Red","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e【Premium Material】 The fabric used in a vintage floral pattern tufted carpet is carefully selected to offer a luxurious feel and comfort underfoot. It is soft, plush, and provides a cozy and inviting atmosphere in any space. This floral pattern tufted carpet is a versatile and practical choice for households looking for a stylish flooring option that is also suitable for busy family life.\u003c\/li\u003e\n\u003cli\u003e【Non-shedding and Comfortable】This type of soft carpet is designed to minimize shedding, ensuring that it remains looking clean and tidy even after prolonged use. The area rug is made with high-quality materials and construction techniques that prevent fibers from easily coming loose. Designed to withstand heavy foot traffic, this throw rug is perfect for busy areas in your home, providing durability and longevity.\u003c\/li\u003e\n\u003cli\u003e【Pet and Child-Friendly】A vintage floral pattern tufted carpet is designed to withstand the wear and tear caused by pets and children. Our thick area rug offers durability and is resistant to stains and damage caused by paws or accidental spills.\u003c\/li\u003e\n\u003cli\u003e【Non Slip】A vintage pattern tufted carpet is typically designed with a non-slip backing to provide stability and prevent accidental slips and falls. Safety is a priority, especially in households with active kids or playful pets. The foldable area rug features a fluffy low pile design with terrific anti-slip backing, designed to fit conveniently for your home washing machine.\u003c\/li\u003e\n\u003cli\u003e【Easy to Clean】 Maintenance is made easy with this type of carpet. Regular vacuuming helps remove dust, dirt, and pet hair, while occasional spot cleaning with a wet rag can take care of any spills or stains that may occur. The materials used are typically stain-resistant, making it easier to keep the carpet looking fresh and clean.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBrand\u003c\/td\u003e\n            \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e10‘x13’\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePolyester\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eWeave Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e34.2 pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePile Height\u003c\/td\u003e\n            \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eConstruction Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBack Material Type\u003c\/td\u003e\n            \u003ctd\u003eRubber\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eBrick Red\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Brick Red \/ 10' × 13'","offer_id":50281036382521,"sku":"PHO_14AI1NCH","price":83.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91cw_RNF7RL_283638cb-55c0-4a23-9f2a-a27becdcc39e.jpg?v=1734686422"},{"product_id":"garvee-large-area-rug-10x13-washable-pho-14ai42eh","title":"Garvee Large Area Rug 10x13 Washable Rug Vintage Floral Rug Non Slip Low Pile Distressed Rug Stain Resistant Rug Indoor Floor Cover for Living Room Bedroom Office","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e【Premium Material】 The fabric used in a vintage floral pattern tufted carpet is carefully selected to offer a luxurious feel and comfort underfoot. It is soft, plush, and provides a cozy and inviting atmosphere in any space. This floral pattern tufted carpet is a versatile and practical choice for households looking for a stylish flooring option that is also suitable for busy family life.\u003c\/li\u003e\n\u003cli\u003e【Non-shedding and Comfortable】This type of soft carpet is designed to minimize shedding, ensuring that it remains looking clean and tidy even after prolonged use. The area rug is made with high-quality materials and construction techniques that prevent fibers from easily coming loose. Designed to withstand heavy foot traffic, this throw rug is perfect for busy areas in your home, providing durability and longevity.\u003c\/li\u003e\n\u003cli\u003e【Pet and Child-Friendly】A vintage floral pattern tufted carpet is designed to withstand the wear and tear caused by pets and children. Our thick area rug offers durability and is resistant to stains and damage caused by paws or accidental spills.\u003c\/li\u003e\n\u003cli\u003e【Non Slip】A vintage pattern tufted carpet is typically designed with a non-slip backing to provide stability and prevent accidental slips and falls. Safety is a priority, especially in households with active kids or playful pets. The foldable area rug features a fluffy low pile design with terrific anti-slip backing, designed to fit conveniently for your home washing machine.\u003c\/li\u003e\n\u003cli\u003e【Easy to Clean】 Maintenance is made easy with this type of carpet. Regular vacuuming helps remove dust, dirt, and pet hair, while occasional spot cleaning with a wet rag can take care of any spills or stains that may occur. The materials used are typically stain-resistant, making it easier to keep the carpet looking fresh and clean.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBrand\u003c\/td\u003e\n            \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e10‘x13’\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePolyester\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eWeave Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e34.2 pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePile Height\u003c\/td\u003e\n            \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eConstruction Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBack Material Type\u003c\/td\u003e\n            \u003ctd\u003eRubber\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eGrey\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eModel Name\u003c\/td\u003e\n            \u003ctd\u003eGZOmSyDoewJ3FX3TvDYZZgf92YsfA\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eUPC\u003c\/td\u003e\n            \u003ctd\u003e198723541457\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Brown \/ 10' × 13'","offer_id":50281036448057,"sku":"PHO_14AI42EH","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91cw_RNF7RL_082eb345-30eb-41ad-9380-67b4f3504405.jpg?v=1734686422"},{"product_id":"garvee-10x13-large-washable-geometric-area-pho-33j9xdaa","title":"Garvee Bordered Blue 10x13 Large Washable Geometric Area Rug Non Slip Non Shedding Floor Carpet, Modern Bordered Rug, Distressed Blue Rug, Indoor Printed Rug for Living Room, Bedroom, Office","description":"\u003cstyle\u003e\n.garvee-blue-bordered-rug{\n--gv-navy:#285d79;\n--gv-blue:#4f839e;\n--gv-blue-dark:#1f485f;\n--gv-blue-soft:#edf5f8;\n--gv-blue-pale:#f7fbfc;\n--gv-cream:#f8f5f0;\n--gv-text:#293940;\n--gv-muted:#63737b;\n--gv-line:#d1e0e6;\n--gv-white:#ffffff;\n--gv-shadow:0 8px 24px rgba(40,93,121,.08);\nwidth:100%;\nmax-width:1180px;\nmargin:0 auto;\npadding:16px 14px;\ncolor:var(--gv-text);\nbackground:var(--gv-white);\nfont-family:Arial,Helvetica,sans-serif;\nline-height:1.55;\nbox-sizing:border-box\n}\n\n.garvee-blue-bordered-rug *,\n.garvee-blue-bordered-rug *::before,\n.garvee-blue-bordered-rug *::after{\nbox-sizing:border-box\n}\n\n.garvee-blue-bordered-rug img{\ndisplay:block;\nwidth:100%;\nmax-width:100%;\nheight:auto;\nmargin:0\n}\n\n.gv-blue-border-section{\nmargin:0 0 22px\n}\n\n.gv-blue-border-section:last-child{\nmargin-bottom:0\n}\n\n.gv-blue-border-label{\ndisplay:inline-block;\nmargin:0 0 9px;\npadding:6px 13px;\ncolor:var(--gv-white);\nbackground:var(--gv-navy);\nborder-radius:999px;\nfont-size:11px;\nfont-weight:700;\nletter-spacing:.06em;\ntext-transform:uppercase\n}\n\n.gv-blue-border-title{\nmargin:0 0 11px;\ncolor:var(--gv-blue-dark);\nfont-size:30px;\nline-height:1.22\n}\n\n.gv-blue-border-subtitle{\nmargin:0 0 9px;\ncolor:var(--gv-blue-dark);\nfont-size:23px;\nline-height:1.28\n}\n\n.gv-blue-border-text{\nmargin:0;\ncolor:var(--gv-muted);\nfont-size:14px\n}\n\n\/* Hero *\/\n.gv-blue-border-hero{\noverflow:hidden;\nbackground:linear-gradient(135deg,var(--gv-blue-soft),var(--gv-white));\nborder:1px solid var(--gv-line);\nborder-radius:20px;\nbox-shadow:var(--gv-shadow)\n}\n\n.gv-blue-border-hero-image{\noverflow:hidden;\nbackground:var(--gv-white);\nborder-bottom:1px solid var(--gv-line);\nline-height:0\n}\n\n.gv-blue-border-hero-content{\nmax-width:1000px;\nmargin:0 auto;\npadding:22px 24px 24px;\ntext-align:center\n}\n\n.gv-blue-border-hero-content .gv-blue-border-text{\nmax-width:860px;\nmargin:0 auto\n}\n\n.gv-blue-border-benefits{\ndisplay:grid;\ngrid-template-columns:repeat(5,minmax(0,1fr));\ngap:9px;\nmargin-top:18px\n}\n\n.gv-blue-border-benefit{\nmin-width:0;\npadding:13px 10px;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:11px\n}\n\n.gv-blue-border-benefit strong{\ndisplay:block;\nmargin-bottom:3px;\ncolor:var(--gv-blue-dark);\nfont-size:13px;\nline-height:1.35\n}\n\n.gv-blue-border-benefit span{\ndisplay:block;\ncolor:var(--gv-muted);\nfont-size:12px;\nline-height:1.42\n}\n\n\/* Three core selling points *\/\n.gv-blue-border-features{\npadding:19px;\nbackground:var(--gv-blue-pale);\nborder:1px solid var(--gv-line);\nborder-radius:18px\n}\n\n.gv-blue-border-heading{\nmax-width:840px;\nmargin:0 auto 17px;\ntext-align:center\n}\n\n.gv-blue-border-feature-grid{\ndisplay:grid;\ngrid-template-columns:repeat(3,minmax(0,1fr));\ngap:14px;\nalign-items:stretch\n}\n\n.gv-blue-border-feature-card{\ndisplay:flex;\nflex-direction:column;\nmin-width:0;\noverflow:hidden;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:15px;\nbox-shadow:0 5px 16px rgba(40,93,121,.06)\n}\n\n.gv-blue-border-feature-image{\noverflow:hidden;\nbackground:var(--gv-white);\nborder-bottom:1px solid var(--gv-line);\nline-height:0\n}\n\n.gv-blue-border-feature-copy{\nflex:1;\npadding:16px 15px 18px;\ntext-align:center\n}\n\n.gv-blue-border-feature-copy h3{\nmargin:0 0 7px;\ncolor:var(--gv-blue-dark);\nfont-size:17px;\nline-height:1.3\n}\n\n.gv-blue-border-feature-copy p{\nmargin:0;\ncolor:var(--gv-muted);\nfont-size:13px\n}\n\n.gv-blue-border-tags{\ndisplay:flex;\nflex-wrap:wrap;\njustify-content:center;\ngap:6px;\nmargin-top:12px\n}\n\n.gv-blue-border-tag{\npadding:5px 8px;\ncolor:var(--gv-blue-dark);\nbackground:var(--gv-blue-soft);\nborder:1px solid var(--gv-line);\nborder-radius:999px;\nfont-size:11px;\nfont-weight:700\n}\n\n\/* Construction *\/\n.gv-blue-border-construction{\ndisplay:grid;\ngrid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);\ngap:23px;\nalign-items:center;\npadding:20px;\nbackground:linear-gradient(135deg,var(--gv-blue-soft),var(--gv-white));\nborder:1px solid var(--gv-line);\nborder-radius:18px\n}\n\n.gv-blue-border-construction-image{\noverflow:hidden;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:14px;\nbox-shadow:0 5px 15px rgba(40,93,121,.05);\nline-height:0\n}\n\n.gv-blue-border-construction-copy{\nmin-width:0\n}\n\n.gv-blue-border-point-grid{\ndisplay:grid;\ngrid-template-columns:repeat(2,minmax(0,1fr));\ngap:8px;\nmargin-top:14px\n}\n\n.gv-blue-border-point{\nmin-width:0;\npadding:11px 12px;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:10px\n}\n\n.gv-blue-border-point strong{\ndisplay:block;\nmargin-bottom:3px;\ncolor:var(--gv-blue-dark);\nfont-size:13px\n}\n\n.gv-blue-border-point span{\ndisplay:block;\ncolor:var(--gv-muted);\nfont-size:12px;\nline-height:1.42\n}\n\n\/* Easy-care section *\/\n.gv-blue-border-care{\ndisplay:grid;\ngrid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);\ngap:23px;\nalign-items:center;\npadding:20px;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:18px\n}\n\n.gv-blue-border-care-image{\noverflow:hidden;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:14px;\nbox-shadow:0 5px 15px rgba(40,93,121,.05);\nline-height:0\n}\n\n.gv-blue-border-care-copy{\nmin-width:0\n}\n\n.gv-blue-border-care-grid{\ndisplay:grid;\ngrid-template-columns:repeat(2,minmax(0,1fr));\ngap:8px;\nmargin-top:14px\n}\n\n.gv-blue-border-care-item{\nmin-width:0;\npadding:11px 12px;\nbackground:var(--gv-blue-soft);\nborder:1px solid var(--gv-line);\nborder-radius:10px\n}\n\n.gv-blue-border-care-item strong{\ndisplay:block;\nmargin-bottom:3px;\ncolor:var(--gv-blue-dark);\nfont-size:13px\n}\n\n.gv-blue-border-care-item span{\ndisplay:block;\ncolor:var(--gv-muted);\nfont-size:12px;\nline-height:1.42\n}\n\n\/* Room placement *\/\n.gv-blue-border-rooms{\npadding:20px;\nbackground:var(--gv-blue-pale);\nborder:1px solid var(--gv-line);\nborder-radius:18px\n}\n\n.gv-blue-border-room-heading{\nmax-width:840px;\nmargin:0 auto 16px;\ntext-align:center\n}\n\n.gv-blue-border-room-grid{\ndisplay:grid;\ngrid-template-columns:repeat(4,minmax(0,1fr));\ngap:9px\n}\n\n.gv-blue-border-room{\nmin-width:0;\npadding:14px 12px;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:11px;\ntext-align:center\n}\n\n.gv-blue-border-room strong{\ndisplay:block;\nmargin-bottom:4px;\ncolor:var(--gv-blue-dark);\nfont-size:14px\n}\n\n.gv-blue-border-room span{\ndisplay:block;\ncolor:var(--gv-muted);\nfont-size:12px;\nline-height:1.42\n}\n\n\/* Color note *\/\n.gv-blue-border-color{\ndisplay:grid;\ngrid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);\ngap:23px;\nalign-items:center;\npadding:20px;\nbackground:linear-gradient(135deg,var(--gv-cream),var(--gv-blue-soft));\nborder:1px solid var(--gv-line);\nborder-radius:18px\n}\n\n.gv-blue-border-color-image{\noverflow:hidden;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:14px;\nbox-shadow:0 5px 15px rgba(40,93,121,.05);\nline-height:0\n}\n\n.gv-blue-border-color-copy{\nmin-width:0\n}\n\n.gv-blue-border-color-list{\nmargin:14px 0 0;\npadding:0;\nlist-style:none\n}\n\n.gv-blue-border-color-list li{\nposition:relative;\nmargin-bottom:8px;\npadding-left:18px;\ncolor:var(--gv-muted);\nfont-size:13px\n}\n\n.gv-blue-border-color-list li:last-child{\nmargin-bottom:0\n}\n\n.gv-blue-border-color-list li::before{\ncontent:\"\";\nposition:absolute;\nleft:0;\ntop:8px;\nwidth:7px;\nheight:7px;\nbackground:var(--gv-blue);\nborder-radius:50%\n}\n\n\/* Size guide *\/\n.gv-blue-border-size{\ndisplay:grid;\ngrid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);\ngap:23px;\nalign-items:center;\npadding:20px;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:18px\n}\n\n.gv-blue-border-size-image{\noverflow:hidden;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:14px;\nbox-shadow:0 5px 15px rgba(40,93,121,.05);\nline-height:0\n}\n\n.gv-blue-border-size-copy{\nmin-width:0\n}\n\n.gv-blue-border-size-grid{\ndisplay:grid;\ngrid-template-columns:repeat(2,minmax(0,1fr));\ngap:8px;\nmargin-top:14px\n}\n\n.gv-blue-border-size-card{\nmin-width:0;\npadding:11px 12px;\nbackground:var(--gv-blue-soft);\nborder:1px solid var(--gv-line);\nborder-radius:10px\n}\n\n.gv-blue-border-size-card strong{\ndisplay:block;\nmargin-bottom:3px;\ncolor:var(--gv-blue-dark);\nfont-size:13px\n}\n\n.gv-blue-border-size-card span{\ndisplay:block;\ncolor:var(--gv-muted);\nfont-size:12px;\nline-height:1.42\n}\n\n\/* Buying notes *\/\n.gv-blue-border-notes{\ndisplay:grid;\ngrid-template-columns:repeat(3,minmax(0,1fr));\ngap:10px;\npadding:14px;\nbackground:var(--gv-blue-pale);\nborder:1px solid var(--gv-line);\nborder-radius:17px\n}\n\n.gv-blue-border-note{\nmin-width:0;\npadding:15px 13px;\ntext-align:center;\nbackground:var(--gv-white);\nborder:1px solid var(--gv-line);\nborder-radius:11px\n}\n\n.gv-blue-border-note strong{\ndisplay:block;\nmargin-bottom:4px;\ncolor:var(--gv-blue-dark);\nfont-size:14px\n}\n\n.gv-blue-border-note span{\ndisplay:block;\ncolor:var(--gv-muted);\nfont-size:12px;\nline-height:1.42\n}\n\n\/* Specifications *\/\n.gv-blue-border-spec{\npadding:20px;\nbackground:var(--gv-blue-pale);\nborder:1px solid var(--gv-line);\nborder-radius:18px\n}\n\n.gv-blue-border-spec-title{\nmargin:0 0 14px;\ncolor:var(--gv-blue-dark);\ntext-align:center;\nfont-size:23px;\nline-height:1.25\n}\n\n.gv-blue-border-table{\nwidth:100%;\noverflow:hidden;\nbackground:var(--gv-white);\nborder:1.5px solid var(--gv-blue-dark);\nborder-collapse:separate;\nborder-spacing:0;\nborder-radius:13px\n}\n\n.gv-blue-border-table td{\npadding:11px 15px;\nborder-bottom:1px solid var(--gv-line);\nvertical-align:top;\nfont-size:14px;\noverflow-wrap:anywhere\n}\n\n.gv-blue-border-table tr:last-child td{\nborder-bottom:0\n}\n\n.gv-blue-border-table td:first-child{\nwidth:34%;\ncolor:var(--gv-blue-dark);\nbackground:var(--gv-blue-soft);\nfont-weight:700\n}\n\n.gv-blue-border-table td:last-child{\ncolor:var(--gv-text);\nfont-weight:700\n}\n\n.gv-blue-border-spec-note{\nmargin-top:14px;\npadding:12px 14px;\ncolor:var(--gv-muted);\nbackground:var(--gv-white);\nborder-left:4px solid var(--gv-blue);\nborder-radius:8px;\nfont-size:13px\n}\n\n@media screen and (max-width:1050px){\n.gv-blue-border-benefits{\ngrid-template-columns:repeat(3,minmax(0,1fr))\n}\n\n.gv-blue-border-room-grid{\ngrid-template-columns:repeat(2,minmax(0,1fr))\n}\n}\n\n@media screen and (max-width:900px){\n.gv-blue-border-feature-grid{\ngrid-template-columns:repeat(2,minmax(0,1fr))\n}\n}\n\n@media screen and (max-width:820px){\n.gv-blue-border-construction,\n.gv-blue-border-care,\n.gv-blue-border-color,\n.gv-blue-border-size{\ngrid-template-columns:1fr\n}\n\n.gv-blue-border-size-image{\norder:-1\n}\n}\n\n@media screen and (max-width:768px){\n.garvee-blue-bordered-rug{\npadding:9px 6px\n}\n\n.gv-blue-border-section{\nmargin-bottom:17px\n}\n\n.gv-blue-border-hero-content,\n.gv-blue-border-features,\n.gv-blue-border-construction,\n.gv-blue-border-care,\n.gv-blue-border-rooms,\n.gv-blue-border-color,\n.gv-blue-border-size,\n.gv-blue-border-spec{\npadding:13px 11px\n}\n\n.gv-blue-border-title{\nfont-size:22px\n}\n\n.gv-blue-border-subtitle,\n.gv-blue-border-spec-title{\nfont-size:20px\n}\n\n.gv-blue-border-text{\nfont-size:13px\n}\n\n.gv-blue-border-benefits,\n.gv-blue-border-feature-grid,\n.gv-blue-border-point-grid,\n.gv-blue-border-care-grid,\n.gv-blue-border-room-grid,\n.gv-blue-border-size-grid,\n.gv-blue-border-notes{\ngrid-template-columns:1fr\n}\n\n.gv-blue-border-table td{\ndisplay:block;\nwidth:100%;\npadding:8px 11px;\nfont-size:13px\n}\n\n.gv-blue-border-table td:first-child{\nwidth:100%;\npadding-bottom:3px;\nborder-bottom:0\n}\n\n.gv-blue-border-table td:last-child{\npadding-top:3px\n}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"garvee-blue-bordered-rug\"\u003e\n\u003csection class=\"gv-blue-border-section\"\u003e\n\u003cdiv class=\"gv-blue-border-hero\"\u003e\n\u003cdiv class=\"gv-blue-border-hero-image\"\u003e\u003cimg alt=\"Garvee blue bordered washable area rug in a modern living room\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329539040194104.jpg?v=1750050615\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-hero-content\"\u003e\n\u003cspan class=\"gv-blue-border-label\"\u003eModern Bordered Washable Rug\u003c\/span\u003e\n\u003ch2 class=\"gv-blue-border-title\"\u003eCool Blue Geometry for Comfortable Modern Rooms\u003c\/h2\u003e\n\u003cp class=\"gv-blue-border-text\"\u003eRefresh your room with a blue bordered area rug featuring a softly distressed geometric pattern. Its soft low-pile surface, machine-washable construction and non-slip TPR backing combine modern style with practical everyday performance.\u003c\/p\u003e\n\u003cdiv class=\"gv-blue-border-benefits\"\u003e\n\u003cdiv class=\"gv-blue-border-benefit\"\u003e\n\u003cstrong\u003eDistressed Border Design\u003c\/strong\u003e \u003cspan\u003eAdds layered blue character without overwhelming the room.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-benefit\"\u003e\n\u003cstrong\u003eSoft Low-Pile Surface\u003c\/strong\u003e \u003cspan\u003eComfortable underfoot and easy to place beneath furniture.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-benefit\"\u003e\n\u003cstrong\u003eMachine Washable\u003c\/strong\u003e \u003cspan\u003eSupports convenient deeper cleaning for busy households.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-benefit\"\u003e\n\u003cstrong\u003eTPR Non-Slip Backing\u003c\/strong\u003e \u003cspan\u003eHelps reduce shifting on clean, dry hard flooring.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-benefit\"\u003e\n\u003cstrong\u003eReinforced Edges\u003c\/strong\u003e \u003cspan\u003eStitched borders help preserve a clean finished shape.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gv-blue-border-section\"\u003e\n\u003cdiv class=\"gv-blue-border-features\"\u003e\n\u003cdiv class=\"gv-blue-border-heading\"\u003e\n\u003cspan class=\"gv-blue-border-label\"\u003eDesigned for Everyday Family Life\u003c\/span\u003e\n\u003ch2 class=\"gv-blue-border-subtitle\"\u003eSoft Comfort, Better Stability and Durable Construction\u003c\/h2\u003e\n\u003cp class=\"gv-blue-border-text\"\u003eThree practical benefits make this blue rug suitable for living rooms, bedrooms, dining spaces and other frequently used areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-feature-grid\"\u003e\n\u003carticle class=\"gv-blue-border-feature-card\"\u003e\n\u003cdiv class=\"gv-blue-border-feature-image\"\u003e\u003cimg alt=\"Garvee blue area rug suitable for children and pets\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329543004923201.jpg?v=1750050618\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-feature-copy\"\u003e\n\u003ch3\u003eComfortable for Kids and Pets\u003c\/h3\u003e\n\u003cp\u003eThe soft, non-shedding surface creates a comfortable place for children to play and pets to rest during everyday family activities.\u003c\/p\u003e\n\u003cdiv class=\"gv-blue-border-tags\"\u003e\n\u003cspan class=\"gv-blue-border-tag\"\u003eSoft Underfoot\u003c\/span\u003e \u003cspan class=\"gv-blue-border-tag\"\u003eNon-Shedding\u003c\/span\u003e \u003cspan class=\"gv-blue-border-tag\"\u003eFamily Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gv-blue-border-feature-card\"\u003e\n\u003cdiv class=\"gv-blue-border-feature-image\"\u003e\u003cimg alt=\"Garvee blue area rug soft surface and upgraded non-slip backing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329543248158066.jpg?v=1750050616\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-feature-copy\"\u003e\n\u003ch3\u003eUpgraded Cushioning and Floor Grip\u003c\/h3\u003e\n\u003cp\u003eThe plush-feeling polyester surface adds everyday comfort, while the textured TPR backing helps the rug stay more stable.\u003c\/p\u003e\n\u003cdiv class=\"gv-blue-border-tags\"\u003e\n\u003cspan class=\"gv-blue-border-tag\"\u003eSoft Cushioning\u003c\/span\u003e \u003cspan class=\"gv-blue-border-tag\"\u003eTPR Backing\u003c\/span\u003e \u003cspan class=\"gv-blue-border-tag\"\u003eStable Placement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gv-blue-border-feature-card\"\u003e\n\u003cdiv class=\"gv-blue-border-feature-image\"\u003e\u003cimg alt=\"Garvee blue low-pile rug with reinforced edges\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329543004923201_c0a31354-2436-4e11-ae89-fb6b1841ad95.jpg?v=1782284081\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-feature-copy\"\u003e\n\u003ch3\u003eLow Profile with Reinforced Edges\u003c\/h3\u003e\n\u003cp\u003eTightly machine-made construction and stitched borders help resist fraying while the slim surface fits beneath furniture and doors.\u003c\/p\u003e\n\u003cdiv class=\"gv-blue-border-tags\"\u003e\n\u003cspan class=\"gv-blue-border-tag\"\u003eLow Pile\u003c\/span\u003e \u003cspan class=\"gv-blue-border-tag\"\u003eStitched Border\u003c\/span\u003e \u003cspan class=\"gv-blue-border-tag\"\u003eFurniture Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gv-blue-border-section\"\u003e\n\u003cdiv class=\"gv-blue-border-construction\"\u003e\n\u003cdiv class=\"gv-blue-border-construction-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329543007344274_6b1aaa2e-ea09-4ed3-ad7b-b4d3754b4a96.jpg?v=1782284808\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-construction-copy\"\u003e\n\u003cspan class=\"gv-blue-border-label\"\u003eMade for Daily Indoor Use\u003c\/span\u003e\n\u003ch2 class=\"gv-blue-border-subtitle\"\u003eA Practical Balance of Softness and Durability\u003c\/h2\u003e\n\u003cp class=\"gv-blue-border-text\"\u003eThe machine-made polyester construction provides a comfortable surface while maintaining a slim profile that works well in busy rooms and beneath furniture.\u003c\/p\u003e\n\u003cdiv class=\"gv-blue-border-point-grid\"\u003e\n\u003cdiv class=\"gv-blue-border-point\"\u003e\n\u003cstrong\u003eSoft Polyester Surface\u003c\/strong\u003e \u003cspan\u003eFeels comfortable beneath bare feet without excessive thickness.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-point\"\u003e\n\u003cstrong\u003eLow-Pile Construction\u003c\/strong\u003e \u003cspan\u003eHelps reduce interference with doors and movable chairs.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-point\"\u003e\n\u003cstrong\u003eNon-Shedding Fibers\u003c\/strong\u003e \u003cspan\u003eSupports easier routine upkeep in active family spaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-point\"\u003e\n\u003cstrong\u003eFinished Stitched Border\u003c\/strong\u003e \u003cspan\u003eHelps the rug maintain a neat outline during regular use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gv-blue-border-section\"\u003e\n\u003cdiv class=\"gv-blue-border-care\"\u003e\n\u003cdiv class=\"gv-blue-border-care-copy\"\u003e\n\u003cspan class=\"gv-blue-border-label\"\u003eFlexible Cleaning Options\u003c\/span\u003e\n\u003ch2 class=\"gv-blue-border-subtitle\"\u003eMatch the Cleaning Method to the Mess\u003c\/h2\u003e\n\u003cp class=\"gv-blue-border-text\"\u003eUse quick routine cleaning for everyday dust and crumbs, then machine wash the rug when tracked-in dirt or larger household messes require a deeper refresh.\u003c\/p\u003e\n\u003cdiv class=\"gv-blue-border-care-grid\"\u003e\n\u003cdiv class=\"gv-blue-border-care-item\"\u003e\n\u003cstrong\u003eRobot Vacuum\u003c\/strong\u003e \u003cspan\u003eThe low-profile surface works with many standard robot cleaners.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-care-item\"\u003e\n\u003cstrong\u003eRegular Vacuuming\u003c\/strong\u003e \u003cspan\u003eUse low suction and avoid aggressive rotating brushes.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-care-item\"\u003e\n\u003cstrong\u003eSpot Cleaning\u003c\/strong\u003e \u003cspan\u003eBlot spills promptly with a clean cloth and mild solution.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-care-item\"\u003e\n\u003cstrong\u003eMachine Washing\u003c\/strong\u003e \u003cspan\u003eWash cold on a gentle cycle and air dry completely.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-care-image\"\u003e\n\u003cimg alt=\"Garvee blue bordered rug material texture and construction details\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329543249128341.jpg?v=1750050617\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gv-blue-border-section\"\u003e\n\u003cdiv class=\"gv-blue-border-rooms\"\u003e\n\u003cdiv class=\"gv-blue-border-room-heading\"\u003e\n\u003cspan class=\"gv-blue-border-label\"\u003eVersatile Indoor Placement\u003c\/span\u003e\n\u003ch2 class=\"gv-blue-border-subtitle\"\u003eOne Coordinated Design for Multiple Rooms\u003c\/h2\u003e\n\u003cp class=\"gv-blue-border-text\"\u003eThe distressed blue border complements modern, transitional, farmhouse and casual interiors while the available sizes support different floor plans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-room-grid\"\u003e\n\u003cdiv class=\"gv-blue-border-room\"\u003e\n\u003cstrong\u003eLiving Room\u003c\/strong\u003e \u003cspan\u003eAnchors sofas, accent chairs and coffee-table arrangements.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-room\"\u003e\n\u003cstrong\u003eBedroom\u003c\/strong\u003e \u003cspan\u003eAdds soft coverage beneath or beside beds and nightstands.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-room\"\u003e\n\u003cstrong\u003eDining Room\u003c\/strong\u003e \u003cspan\u003eLow pile fits beneath dining tables and movable chairs.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-room\"\u003e\n\u003cstrong\u003eHallway \u0026amp; Entryway\u003c\/strong\u003e \u003cspan\u003eThe runner size brings coordinated style to narrow spaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gv-blue-border-section\"\u003e\n\u003cdiv class=\"gv-blue-border-color\"\u003e\n\u003cdiv class=\"gv-blue-border-color-image\"\u003e\n\u003cimg alt=\"Garvee washable blue rug cleaning with washing machine vacuum and robot cleaner\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329543247855995.jpg?v=1750050619\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-color-copy\"\u003e\n\u003cspan class=\"gv-blue-border-label\"\u003eUnderstanding Color Variation\u003c\/span\u003e\n\u003ch2 class=\"gv-blue-border-subtitle\"\u003eRoom Lighting Can Change How the Blue Appears\u003c\/h2\u003e\n\u003cp class=\"gv-blue-border-text\"\u003eWarm, cool, bright and dim lighting can make the same blue rug appear lighter, darker or slightly warmer. Monitor settings and surrounding furniture may also affect the visible color.\u003c\/p\u003e\n\u003cul class=\"gv-blue-border-color-list\"\u003e\n\u003cli\u003eNatural daylight usually shows the most balanced blue tone.\u003c\/li\u003e\n\u003cli\u003eWarm bulbs can make cream details appear more beige.\u003c\/li\u003e\n\u003cli\u003eCool bulbs may make blue areas appear deeper or grayer.\u003c\/li\u003e\n\u003cli\u003eActual color may vary slightly from screen images.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gv-blue-border-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"gv-blue-border-section\"\u003e\n\u003cdiv class=\"gv-blue-border-notes\"\u003e\n\u003cdiv class=\"gv-blue-border-note\"\u003e\n\u003cstrong\u003eFolded Shipping\u003c\/strong\u003e \u003cspan\u003eTemporary creases may appear after unpacking and generally relax after laying the rug flat or reverse rolling it.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-note\"\u003e\n\u003cstrong\u003eClean, Dry Flooring\u003c\/strong\u003e \u003cspan\u003ePlace the rug on a clean, flat and dry surface for the best non-slip backing performance.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gv-blue-border-note\"\u003e\n\u003cstrong\u003eLarge-Size Washing\u003c\/strong\u003e \u003cspan\u003eOversized area rugs may require a commercial-capacity washing machine for proper cleaning.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gv-blue-border-section\"\u003e\n\u003cdiv class=\"gv-blue-border-spec\"\u003e\n\u003ch2 class=\"gv-blue-border-spec-title\"\u003eKey Specifications\u003c\/h2\u003e\n\u003ctable class=\"gv-blue-border-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eModern Bordered Indoor Area Rug and Runner Rug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAvailable Sizes\u003c\/td\u003e\n\u003ctd\u003e2' × 6', 4' × 6', 5' × 7', 8' × 10', 9' × 12', 10' × 13'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlue with Cream and Neutral Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eDistressed Geometric Bordered Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eMachine-Made Tufted Low-Pile Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBacking\u003c\/td\u003e\n\u003ctd\u003eThermoplastic Rubber TPR Non-Slip Backing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEdge Construction\u003c\/td\u003e\n\u003ctd\u003eReinforced Stitched Edges\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKey Features\u003c\/td\u003e\n\u003ctd\u003eMachine Washable, Soft, Non-Slip, Low Pile, Non-Shedding, Foldable and Stain Resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Rooms\u003c\/td\u003e\n\u003ctd\u003eLiving Room, Bedroom, Dining Room, Hallway, Entryway, Nursery and Home Office\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instructions\u003c\/td\u003e\n\u003ctd\u003eVacuum Regularly, Spot Clean Promptly or Machine Wash Cold on a Gentle Cycle; Air Dry Completely\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"gv-blue-border-spec-note\"\u003e\n\u003cstrong\u003eCare Note:\u003c\/strong\u003e Avoid bleach, harsh chemicals and high-temperature drying. Large sizes may require a commercial-capacity washer. Colors may vary slightly because of lighting and monitor settings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Blue \/ 10' × 13'","offer_id":50281037955385,"sku":"PHO_33J9XDAA","price":109.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/516FYxIivBL_c6c02a98-7343-4d5b-afee-a04be768dee5.jpg?v=1734686434"},{"product_id":"garvee-10x13-large-washable-geometric-area-pho-33j9j63y","title":"Garvee Bordered Grey 10x13 Large Washable Geometric Area Rug Non Slip Non Shedding Floor Carpet, Modern Bordered Rug, Distressed Gray Rug, Indoor Printed Rug for Living Room, Bedroom, Office","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329541988447857.jpg?v=1750053492\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329541991198488.jpg?v=1750053494\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329542411348507.jpg?v=1750053493\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329542457014993.jpg?v=1750053492\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329542385737350.jpg?v=1750053495\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329542358516194.jpg?v=1750053494\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17329542435593579_64641a65-82b9-4cf1-b948-20c2761e341d.jpg?v=1750053490\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eChic Modern Elegance: The modern bordered area rug features a distressed geometric pattern that adds a unique artistic flair to any space. Its stylish design brings warmth and comfort, creating a relaxing atmosphere that makes you feel at home\u003c\/li\u003e\n\u003cli\u003eSoft Underfoot Comfort: Experience the softness of this low pile rug, crafted for comfort with a cozy surface that feels great on bare feet. Perfect for high-traffic areas, it blends style and comfort for everyday enjoyment\u003c\/li\u003e\n\u003cli\u003eSecure Non-Slip Design: Safety is assured with the non-slip TPR backing, keeping this non-shedding rug securely in place on various floor types. Trust this soft carpet to remain anchored, reducing the risk of slips and falls—ideal for families and pets\u003c\/li\u003e\n\u003cli\u003eEasy to Clean: This non-slip rug provides convenience with its machine washable and vacuum-friendly design. Toss it in the washing machine for easy cleaning or vacuum for regular maintenance—perfect for busy households seeking hassle-free care\u003c\/li\u003e\n\u003cli\u003eLong-Lasting Beauty: Tightly machine woven with a sturdy edge, this washable thin rug resists fraying and fading. Designed to endure daily wear, it's a non-shedding, foldable rug ideal for indoor use, ensuring lasting beauty and functionality\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.915%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.7341%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 57.2507%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.7341%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 57.2507%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.7341%;\"\u003eMaterial Type\u003c\/td\u003e\n\u003ctd style=\"width: 57.2507%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.7341%;\"\u003eShape\u003c\/td\u003e\n\u003ctd style=\"width: 57.2507%;\"\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.7341%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 57.2507%;\"\u003eGrey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.7341%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 57.2507%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.7341%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 57.2507%;\"\u003eTufted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.7341%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 57.2507%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Gray \/ 10' × 13'","offer_id":50281037988153,"sku":"PHO_33J9J63Y","price":100.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91ueGtLDXCL_6e53957d-d443-4317-9faf-59e213342f04.jpg?v=1734686434"},{"product_id":"garvee-large-area-rug-10x13-rug-pho-33lq36d9","title":"Garvee Large Area Rug 10x13 Rug for Living Room Vintage Rug Washable Rugs Non Slip Soft Non Shedding Throw Rugs Stain Resistant Carpet for Bedroom Office Dining Room Nursery Dark Teal 10'x13'","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eLuxuriously Faux Wool Surface: This washable area rug features a super soft velvet surface for maximum comfort; whether walking barefoot in your living room or spending time in your bedroom, this vintage printed rug adds a cozy touch underfoot\u003c\/li\u003e\n\u003cli\u003eStunning Vintage Design: Beautifully crafted, this vintage accent rug showcases a traditional pattern and color matching seamlessly blending with various interiors, adding a touch of elegance to any room and serving as a perfect accent piece for your home\u003c\/li\u003e\n\u003cli\u003eNon-Slip Backing: The non-slip backing of this indoor carpet ensures it stays in place on any surface, providing stability and preventing slips or falls, allowing you to enjoy peace of mind while adding stylish flair to your home\u003c\/li\u003e\n\u003cli\u003eConvenient Storage: The thin carpet is lightweight and foldable, making it easy to store when not in use; perfect for changing decor or seasonal use, this area rug can be rolled up and tucked away conveniently without taking up unnecessary space\u003c\/li\u003e\n\u003cli\u003eEasy Maintenance: This traditional area rug is both stain-resistant and machine washable, making cleaning a breeze, while the low pile design allows for easy vacuuming and maintenance, ensuring it remains fresh to enhance your home decor for years to come\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBrand\u003c\/td\u003e\n            \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e10'x13'\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eFaux Wool\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eWeave Type\u003c\/td\u003e\n            \u003ctd\u003eMachine_Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e34.2 pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePile Height\u003c\/td\u003e\n            \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eConstruction Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBack Material Type\u003c\/td\u003e\n            \u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eDark Teal\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eModel Name\u003c\/td\u003e\n            \u003ctd\u003e6qVRC2S076tEXC3U6cwJGQnlWOcO\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eUPC\u003c\/td\u003e\n            \u003ctd\u003e199108301437\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Dark Blue \/ 10' × 13'","offer_id":50281040412985,"sku":"PHO_33LQ36D9","price":81.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91kYn3ayu6L_41c33a6a-f0bd-4491-ac9d-a2a2e46053c3.jpg?v=1734686461"},{"product_id":"garvee-washable-rug-10x13-area-rug-pho-33lqnrvj","title":"Garvee Washable Rug 10x13 Area Rug for Bedroom Vintage Living Room Rug Non Slip Large Area Rug Soft Non Shedding Throw Rugs Stain Resistant Carpet for Office Dining Room Distressed Grey 10'x13'","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eLuxuriously Faux Wool Surface: This washable area rug features a super soft velvet surface for maximum comfort; whether walking barefoot in your living room or spending time in your bedroom, this vintage printed rug adds a cozy touch underfoot\u003c\/li\u003e\n\u003cli\u003eStunning Vintage Design: Beautifully crafted, this vintage accent rug showcases a traditional pattern and color matching seamlessly blending with various interiors, adding a touch of elegance to any room and serving as a perfect accent piece for your home\u003c\/li\u003e\n\u003cli\u003eNon-Slip Backing: The non-slip backing of this indoor carpet ensures it stays in place on any surface, providing stability and preventing slips or falls, allowing you to enjoy peace of mind while adding stylish flair to your home\u003c\/li\u003e\n\u003cli\u003eConvenient Storage: The thin carpet is lightweight and foldable, making it easy to store when not in use; perfect for changing decor or seasonal use, this area rug can be rolled up and tucked away conveniently without taking up unnecessary space\u003c\/li\u003e\n\u003cli\u003eEasy Maintenance: This traditional area rug is both stain-resistant and machine washable, making cleaning a breeze, while the low pile design allows for easy vacuuming and maintenance, ensuring it remains fresh to enhance your home decor for years to come\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBrand\u003c\/td\u003e\n            \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e10'x13'\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eFaux Wool\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eWeave Type\u003c\/td\u003e\n            \u003ctd\u003eMachine_Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e34.2 pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePile Height\u003c\/td\u003e\n            \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eConstruction Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBack Material Type\u003c\/td\u003e\n            \u003ctd\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eDisitressed Grey\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eModel Name\u003c\/td\u003e\n            \u003ctd\u003efqMLbKyvjhgqlee490nY6ACPVBAaq\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eUPC\u003c\/td\u003e\n            \u003ctd\u003e199108301536\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Gray \/ 10' × 13'","offer_id":50281040511289,"sku":"PHO_33LQNRVJ","price":100.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91Yg-_1LrvL_4e23a462-99c5-44c5-b249-d273234973ef.jpg?v=1734686461"},{"product_id":"garvee-10x13-rug-large-grey-area-pho-16o712fn","title":"Garvee Large Grey Area Rug - Foldable Rugs for Living Room 10x13 - Stain Resistant Vintage Area Rugs 10x13 - Living Room Area Rugs 10x13 - Eco-Friendly Washable Rug","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eAnti-Slip and Machine Washable Area Rug: Our non-slip rug is designed for safety and convenience, featuring a sturdy backing that keeps it securely in place on various floor types, preventing slips and falls. Made from high-quality materials, this rug is also machine washable, making it easy to maintain its fresh appearance. Simply toss it in the washing machine for a quick clean, ensuring a hygienic environment in your home.\u003c\/li\u003e\n\u003cli\u003e,High Traffic Area Rug: This premium rug is specifically designed to withstand the demands of high-traffic areas in your home, such as living rooms, hallways, and entryways. Made from quality materials, it resists wear and tear while maintaining its vibrant appearance. Its low-profile design minimizes trip hazards, making it safe for children and pets. Additionally, the rug features stain-resistant properties, allowing for easy cleanup and long-lasting freshness.\u003c\/li\u003e\n\u003cli\u003e,Experience unparalleled comfort with our soft rug, designed to add warmth and a cozy touch to any space. This rug provides a gentle feel underfoot, making it perfect for relaxing in your home. Its luxurious texture sink your feet into it after a long day. Ideal for family gatherings or quiet moments, this rug is not only a stylish addition but also a comforting sanctuary that enhances the overall ambiance of your home.\u003c\/li\u003e\n\u003cli\u003e,Modern and Timeless: Embrace the perfect blend of modernity and timeless elegance with our abstract gradient geometric rug. Featuring a stunning design that seamlessly transitions between soft hues, this rug captures attention while complementing any contemporary decor. The looming geometric patterns create a visually appealing focal point, adding depth and character to your space. this rug effortlessly elevates your interior design with its chic and sophisticated style.\u003c\/li\u003e\n\u003cli\u003e,Easy Care: Vacuum regularly to keep the area rugs clean on daily use. Compared to traditional carpets, washable abstract carpets can be cleaned and dried faster, thus saving time and effort. Mild detergent, no bleach or fabric softener\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e32.82 Pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Dimensions L x W\u003c\/td\u003e\n            \u003ctd\u003e20.87\"L x 20.87\"W\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e10' x 13'\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eUPC\u003c\/td\u003e\n            \u003ctd\u003e198723351445\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eModel Name\u003c\/td\u003e\n            \u003ctd\u003exrui-mgjhrug-grey1013\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBrand Name\u003c\/td\u003e\n            \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eConstruction Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eWeave Type\u003c\/td\u003e\n            \u003ctd\u003eKnitted\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePile Height\u003c\/td\u003e\n            \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePattern\u003c\/td\u003e\n            \u003ctd\u003eTextured\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Shape\u003c\/td\u003e\n            \u003ctd\u003eRectangular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eGrey\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBack Material Type\u003c\/td\u003e\n            \u003ctd\u003ePolyester\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eFaux Cashmere\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Gray \/ 10' × 13'","offer_id":50281048244537,"sku":"PHO_16O712FN","price":96.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17290012560611900_1bd0658f-f7d8-4891-9025-f1aa6eaae336.jpg?v=1755585858"},{"product_id":"garvee-area-rug-10x13-extra-large-pho-16n70g0y","title":"Garvee Bordered Blue-Green 10x13 Minimalist Border Design Area Rug Washable Stain-Resistant Non-Slip Carpet for Living Room \u0026 Home Decor","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/da71eb84-d606-4fb7-aee7-b11adb1be5a0.__CR0_0_970_600_PT0_SX970_V1.jpg?v=1775723959\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .aplus-wrap {\n    max-width: 1200px;\n    margin: 0 auto;\n    font-family: Arial, sans-serif;\n    color: #222;\n    line-height: 1.6;\n  }\n\n  .aplus-module {\n    margin: 0 0 32px;\n  }\n\n  .aplus-module img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .aplus-text-block p {\n    margin: 14px 0 0;\n    font-size: 15px;\n    color: #555;\n  }\n\n  .feature-list-wrap {\n    display: flex;\n    gap: 24px;\n    align-items: stretch;\n  }\n\n  .feature-list-left,\n  .feature-list-right {\n    flex: 1;\n    background: #fafafa;\n    padding: 24px;\n    box-sizing: border-box;\n  }\n\n  .feature-list-left h5,\n  .feature-list-right h5 {\n    margin: 0 0 12px;\n    font-size: 20px;\n    color: #222;\n  }\n\n  .feature-list-left ul,\n  .feature-list-right ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n\n  .feature-list-left li,\n  .feature-list-right li {\n    font-size: 15px;\n    color: #555;\n    margin-bottom: 8px;\n  }\n\n  .three-points {\n    display: flex;\n    gap: 24px;\n    align-items: stretch;\n  }\n\n  .three-points .point-card {\n    flex: 1 1 33.333%;\n    box-sizing: border-box;\n    background: #fff;\n  }\n\n  .three-points .point-card img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .three-points .point-text {\n    padding: 16px 8px 0;\n    text-align: center;\n  }\n\n  .three-points .point-text h4 {\n    margin: 0 0 10px;\n    font-size: 22px;\n    color: #222;\n  }\n\n  .three-points .point-text p {\n    margin: 0;\n    font-size: 15px;\n    color: #555;\n  }\n\n  @media (max-width: 767px) {\n    .feature-list-wrap,\n    .three-points {\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .three-points .point-card {\n      flex: 1 1 100%;\n    }\n\n    .feature-list-left,\n    .feature-list-right {\n      padding: 18px;\n    }\n\n    .three-points .point-text h4 {\n      font-size: 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"aplus-wrap\"\u003e\n\u003cdiv class=\"aplus-module aplus-text-block\"\u003e\n\u003cp\u003eModern area rug features a classic bordered pattern that adds depth and style to your space. The soft low-pile surface feels comfortable underfoot, making it a cozy choice for everyday living.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus-module aplus-text-block\"\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/5fd57cfe-26fa-4ff3-b030-7ec1f6e0863e.__CR0_0_970_600_PT0_SX970_V1.jpg?v=1775724048\"\u003eCrafted for comfort and durability, this rug is ideal for high-traffic areas. The low-pile construction helps reduce trapped dirt and debris, making it a practical choice for busy homes with kids and pets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus-module\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fa67496e-075f-43d1-8334-33e370628784.__CR0_0_970_300_PT0_SX970_V1.jpg?v=1775724080\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-module feature-list-wrap\"\u003e\n\u003cdiv class=\"feature-list-left\"\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/7207addb-96e2-4c97-8941-8b12e131e737.__CR0_0_1650_1650_PT0_SX300_V1.jpg?v=1775724143\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list-right\"\u003e\n\u003ch5\u003eMulti-Room Style \u0026amp; Size Options\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for living rooms, bedrooms, dining rooms, kitchens, hallways, balconies, and entryways.\u003c\/li\u003e\n\u003cli\u003eLow-pile design fits easily under doors and furniture.\u003c\/li\u003e\n\u003cli\u003eClassic bordered pattern blends well with modern and traditional interiors.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eWhy You'll Love It\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003eSoft and skin-friendly surface\u003c\/li\u003e\n\u003cli\u003eNon-slip backing for added stability\u003c\/li\u003e\n\u003cli\u003ePremium synthetic fibers for everyday durability\u003c\/li\u003e\n\u003cli\u003eMachine washable and easy to maintain\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus-module three-points\"\u003e\n\u003cdiv class=\"point-card\"\u003e\n\u003cdiv class=\"point-text\"\u003e\n\u003ch4\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/58e53ac9-f878-4e52-a7c2-1283059bcbaf.__CR0_0_300_300_PT0_SX300_V1.jpg?v=1775724544\" alt=\"\"\u003eKids and Pet Friendly\u003c\/h4\u003e\n\u003cp\u003eLow-pile fibers help resist trapped dirt, pet hair, and everyday messes, making this rug an easy-care choice for active households.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"point-card\"\u003e\n\u003cdiv class=\"point-text\"\u003e\n\u003ch4\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/9d302e20-c732-4b05-9218-d06034088591.__CR0_0_1650_1650_PT0_SX300_V1.jpg?v=1775724721\"\u003eHigh Quality\u003c\/h4\u003e\n\u003cp\u003eMade from durable polyester fibers with a functional low-pile finish that offers lasting comfort and reliable performance in daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"point-card\"\u003e\n\u003cdiv class=\"point-text\"\u003e\n\u003ch4\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/4f3b5a8f-6ca3-4308-a7fb-64056910fa83.__CR0_0_300_300_PT0_SX300_V1.jpg?v=1775724680\"\u003eMachine Washable\u003c\/h4\u003e\n\u003cp\u003eFor deeper cleaning, wash in cold water with a front-load machine. Air dry or tumble dry without heat for best results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus-module\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/43e36e77-3462-49a0-945f-373c478c1aff.__CR0_0_1107_685_PT0_SX970_V1.jpg?v=1775724637\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable style=\"width: 99.9589%;\" class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.4565%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 57.566%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.4565%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 57.566%;\"\u003e10‘ x 13’（Rectangular)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.4565%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 57.566%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.4565%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 57.566%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.4565%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 57.566%;\"\u003e32.4 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.4565%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 57.566%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.4565%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 57.566%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.4565%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 57.566%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.4565%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 57.566%;\"\u003eTeal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 42.4565%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 57.566%;\"\u003eBordered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Blue-Green \/ 10' × 13'","offer_id":50281076949305,"sku":"PHO_16N70G0Y","price":119.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/913SBnT9N1L.jpg?v=1734687748"},{"product_id":"garvee-area-rug-10x13-extra-large-pho-16n73aqs","title":"Garvee 10x13 Large Beige Area Rug, Modern Bordered Washable Rug, Stain-Resistant Non-Slip Low Pile Carpet for Living Room, Bedroom \u0026 Dining Room Decor","description":"\u003cp\u003e\u003c!-- render_bullet_points_and_attributes --\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/9455e17e-a8ae-45bf-a956-4f3a36cf0711.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1775725963\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/484d30a0-fd1e-4b22-b307-53aacea13b57.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1775725958\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/842ac0bf-f0b4-46d6-8a46-30f40cd9f709.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1775725960\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8ebd8577-8127-4ab7-b1a9-e9bc7ff7899f.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1775725954\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/02f9c00d-e53d-4dfc-b683-87fbee3c3c07.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1775725963\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/69053e24-d41a-4f57-8516-627736763d9c.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1775725960\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/0e2fca3e-cf2a-4446-8c01-b3ecd50972a2.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1775725960\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eHigh-Quality Construction: Our washable rugs are made of premium high quality polyester fibers. Functional low pile allows the area rug for convenient placement in entryways, underneath door and furniture, and will not obstruct doorways. Whether you step on with bare feet or laying on with your children or pets, you can feel the warmth and coziness underneath.\u003c\/li\u003e\n\u003cli\u003eKids \u0026amp; Pets Friendly: Experience the comfort and durability of the area rug, crafted with environment first materials and manufacturing processes for longevity and perfect for high traffic areas. Low-pile synthetic rug fibers won’t trap dirt and debris, so they’re kids and pet-friendly.\u003c\/li\u003e\n\u003cli\u003eClassic Modern Design: Modern minimalist bordered design and stylish color scheme combine to create an accent piece that will make your interior decor come alive like never before. Its contemporary tonal design embodies a global look that never goes out of style. Perfect for many decorating styles, farmhouse style, classical European style, Mid-century modern style and so on.\u003c\/li\u003e\n\u003cli\u003eNon-Slip \u0026amp; Stain Resistant Rug: Our area rug features anti-slip TPR backing that can help to stay in place well, sufficient grip to prevent dangerous slides and slips, safe for everyday indoor or outdoor busy area. When water spilled on it, it does not soak in. Just wipe off the dirt in time, and the carpet will continue to stay clean. Its material also can be recycled and reused.\u003c\/li\u003e\n\u003cli\u003eMachine Washable: Vacuum regularly to keep the area rugs clean on daily use. Our area rug is also machine washable, machine dry or air dry with no heating setting only. Rug fold wrappers may temporarily wrinkle, it is recommended to roll the rug in the opposite direction to give the creases time to flatten and set.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.9972%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003e10 x 13 Feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003e2.93 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003eThermoplastic Rubber (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003eBordered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 57.9151%;\"\u003eShape\u003c\/td\u003e\n\u003ctd style=\"width: 41.9504%;\"\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Beige \/ 10' × 13'","offer_id":50281077047609,"sku":"PHO_16N73AQS","price":115.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_b7f3099b0db34de3.jpg?v=1756261241"},{"product_id":"garvee-large-rug-10x13-area-rug-pho-33lhdbr5","title":"Garvee Persian Brown-Red 10x13 Large Area Rug for Living Room Washable Rugs Retro Rug for Bedroom Vintage Tribal Rug Non Slip Carpet Throw Rugs for Dining Room Stain Resistant Office Rug Classroom Rug","description":"\u003cp\u003e\u003c!-- render_bullet_points_and_attributes --\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350947997621227.jpg?v=1750148213\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350947513549857.jpg?v=1750148213\"\u003e\u003cimg style=\"font-size: 0.875rem;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350947646434516.jpg?v=1750148213\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350948066154591.jpg?v=1750148213\"\u003e\u003cimg style=\"font-size: 0.875rem;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350948151262037.jpg?v=1750148212\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350948559698449.jpg?v=1750148213\"\u003e\u003c\/p\u003e","brand":"Garvee","offers":[{"title":"Brown-Red \/ 10' × 13'","offer_id":50281078882617,"sku":"PHO_33LHDBR5","price":93.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/61fgZn6QNML.jpg?v=1734687761"},{"product_id":"garvee-10x13-area-rug-for-living-pho-33lh7w96","title":"Garvee Persian Blue-Grey 10x13 Area Rug for Living Room Washable Rugs Distressed Rug for Bedroom Large Rug Vintage Rug Non Slip Carpet Throw Rugs for Dining Room Stain Resistant Office Rug Classroom Rug","description":"\u003cp\u003e\u003c!-- render_bullet_points_and_attributes --\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg style=\"font-size: 0.875rem;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350950892548018.jpg?v=1750147308\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350950301992919.jpg?v=1750147308\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350950452605246.jpg?v=1750147308\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350951635234142.jpg?v=1750147307\"\u003e\u003cimg style=\"font-size: 0.875rem;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17350951274284784.jpg?v=1750147307\"\u003e\u003c\/p\u003e","brand":"Garvee","offers":[{"title":"Blue-Gray \/ 10' × 13'","offer_id":50281079177529,"sku":"PHO_33LH7W96","price":106.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/61SRtwLjxjL.jpg?v=1734687766"},{"product_id":"garvee-washable-rugs-10x13-rugs-for-pho-15jzg0j0","title":"Garvee Washable Rugs 10x13 Rugs for Living Room Vintage Floral Carpet Non-Slip Bedroom Rug Soft Low Pile Indoor Distressed Floor Carpet, Blue","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e【Soft \u0026amp; Comfortable Rug】Our area rugs are made of premium polyester fibers, which are tightly woven together, creating a plush texture that is soft to the touch, allowing air to circulate and keep the rug feeling cool and comfortable. Fluffy surface feels softer bring you more comfortable and warmer experience during your relaxing time.\u003c\/li\u003e\n\u003cli\u003e【Vintage Design Rug】 The low pile and lightweight rug pattern of this rug adds a touch of vintage charm to any room in your home.With its intricate details and rich colors, this distressed rug is sure to make a statement.Vintage area rug with accent and classic design, fresh your home easily.\u003c\/li\u003e\n\u003cli\u003e【Easy to Clean Washable Rug】Vacuum regularly to prevent grit from breaking down the fibers. For a deeper clean, simply toss in the washing machine on a gentle cycle with cold water, air dry and not need add bleach. Our printed area rugs may have temporary creases after you receive it. Please give it some time to flatten itself. There may have slightly color difference between the real goods and pictures due to the light effect.\u003c\/li\u003e\n\u003cli\u003e【Child and Pets Friendly】 If you have kids, you know how important it is to have a rug that can stand up to the wear and tear of everyday life. This soft rug is child-friendly, so you don't have to worry about it getting damaged or stained. If you have pets, you'll love this lightweight rug's pet-friendly features. It's designed to resist scratches and stains, so you don't have to worry about your furry friends damaging it.\u003c\/li\u003e\n\u003cli\u003e【Non Slip Rug】 Our non-slip rug is made of high-quality washable backing, keeps the rug securely in place, and is effective at preventing the rug from sliding on the floor while protecting the floor from scratches made by heels and sharp objects, for children playing on the floor is a great choice, perfect fit for high traffic areas.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable style=\"width: 99.9589%;\" class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003e10' x 13'(Rectangular)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003eRubber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003eBlue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eIs Stain Resistant\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eProduct Care Instructions\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003eMachine Washable, Robot Cleaning, Spot Clean, Vacuum Clean, Sweep, Hand Wash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003eFloral\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003eMachine Washable, Low Pile, Non Shedding, Non Slip\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 43.6646%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 56.3578%;\"\u003e34.3 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Blue \/ 10' × 13'","offer_id":50281082650937,"sku":"PHO_15JZG0J0","price":107.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/1721651019787.jpg?v=1768195878"},{"product_id":"garvee-washable-rug-10x13-large-vintage-pho-16lutkvr","title":"Garvee Washable Rug 10x13 Large Vintage Medallion Area Rugs with Non-Slip Backing Soft Stain Resistant Non-Shedding Low-Pile Floor Carpet for Living Room Bedroom Kitchen Home Office,Brown","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eMACHINE WASHABLE RUG: You can choose a washing machine with suitable power for cleaning according to the size of the area rug, or use a vacuum cleaner to clean it regularly. If you accidentally spill a drink, don't worry! It will only stay on the surface of the rugs for living room, it won't attract or stain the rug, and you can wipe it clean with a cloth immediately.\u003c\/li\u003e\n\u003cli\u003eFOLDABLE DECORATIVE RUG: The area rug combines gorgeous oriental prints and brilliant hues to add a touch of vintage beauty to your interior. You can use rug as a living room rug, bedroom rug, kitchen rug. Our rugs are easy to fold and store, and you can always change them to different styles to decorate your space.\u003c\/li\u003e\n\u003cli\u003eSAFE AND NON-SLIP: The back of the area rug has a textured TPE coating that enhances the grip of the carpet, keeping it stable and preventing slips. In addition, the rug is made of ultra-fine, ultra-soft faux cashmere fibers that are fluffy, low-pile and soft enough to be used. It won't shed fibers and won't be inhaled, safe and odorless, perfect for children and pets.\u003c\/li\u003e\n\u003cli\u003eLOW PILE DESIGN: We use functional low pile that is soft and durable and can be easily placed in high traffic areas of your home such as living room, kitchen, bedroom, etc. without blocking the doorway. Soft rugs for bedroom keep you warm and cozy while walking on cold floors.\u003c\/li\u003e\n\u003cli\u003ePRODUCT TIPS: The rugs may arrive wrinkled, but don't worry. You can spray water on the crease and place or hang it face down or lay the rug flat and the crease will disappear naturally after a few days of use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBrand\u003c\/td\u003e\n            \u003ctd\u003eGARVEE\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eSize\u003c\/td\u003e\n            \u003ctd\u003e10' x 13'\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePolyester\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eWeave Type\u003c\/td\u003e\n            \u003ctd\u003eKnitted\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e33.4 pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePile Height\u003c\/td\u003e\n            \u003ctd\u003eLow Pile\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eConstruction Type\u003c\/td\u003e\n            \u003ctd\u003eMachine Made\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eBack Material Type\u003c\/td\u003e\n            \u003ctd\u003ePolyester\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eBrown\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003ePattern\u003c\/td\u003e\n            \u003ctd\u003eMedallion\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eModel Name\u003c\/td\u003e\n            \u003ctd\u003e2_KuY7_9xj91-PJErK6VMgbSUE9f\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eUPC\u003c\/td\u003e\n            \u003ctd\u003e198723815596\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Khaki \/ 10' × 13'","offer_id":50281083896121,"sku":"PHO_16LUTKVR","price":94.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/9137bT2BZnL_1e9bd8e4-24d0-4215-ab52-6222557e0794.jpg?v=1734687925"},{"product_id":"garvee-washable-rug-10x13-large-vintage-pho-16luon69","title":"Garvee Washable Rug Grey\/Beige 10x13 Large Vintage Medallion Area Rugs with Non-Slip Backing Soft Stain Resistant Non-Shedding Low-Pile Floor Carpet for Living Room Bedroom Kitchen Home Office","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eMACHINE WASHABLE RUG: You can choose a washing machine with suitable power for cleaning according to the size of the area rug, or use a vacuum cleaner to clean it regularly. If you accidentally spill a drink, don't worry! It will only stay on the surface of the rugs for living room, it won't attract or stain the rug, and you can wipe it clean with a cloth immediately.\u003c\/li\u003e\n\u003cli\u003eFOLDABLE DECORATIVE RUG: The area rug combines gorgeous oriental prints and brilliant hues to add a touch of vintage beauty to your interior. You can use rug as a living room rug, bedroom rug, kitchen rug. Our rugs are easy to fold and store, and you can always change them to different styles to decorate your space.\u003c\/li\u003e\n\u003cli\u003eSAFE AND NON-SLIP: The back of the area rug has a textured TPE coating that enhances the grip of the carpet, keeping it stable and preventing slips. In addition, the rug is made of ultra-fine, ultra-soft faux cashmere fibers that are fluffy, low-pile and soft enough to be used. It won't shed fibers and won't be inhaled, safe and odorless, perfect for children and pets.\u003c\/li\u003e\n\u003cli\u003eLOW PILE DESIGN: We use functional low pile that is soft and durable and can be easily placed in high traffic areas of your home such as living room, kitchen, bedroom, etc. without blocking the doorway. Soft rugs for bedroom keep you warm and cozy while walking on cold floors.\u003c\/li\u003e\n\u003cli\u003ePRODUCT TIPS: The rugs may arrive wrinkled, but don't worry. You can spray water on the crease and place or hang it face down or lay the rug flat and the crease will disappear naturally after a few days of use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\" style=\"width: 99.9589%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 54.8286%;\"\u003eBrand\u003c\/td\u003e\n\u003ctd style=\"width: 45.1939%;\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 54.8286%;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"width: 45.1939%;\"\u003e10' x 13'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 54.8286%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 45.1939%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 54.8286%;\"\u003eWeave Type\u003c\/td\u003e\n\u003ctd style=\"width: 45.1939%;\"\u003eKnitted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 54.8286%;\"\u003ePile Height\u003c\/td\u003e\n\u003ctd style=\"width: 45.1939%;\"\u003eLow Pile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 54.8286%;\"\u003eConstruction Type\u003c\/td\u003e\n\u003ctd style=\"width: 45.1939%;\"\u003eMachine Made\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 54.8286%;\"\u003eBack Material Type\u003c\/td\u003e\n\u003ctd style=\"width: 45.1939%;\"\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 54.8286%;\"\u003eColor\u003c\/td\u003e\n\u003ctd style=\"width: 45.1939%;\"\u003eGrey\/Beige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 54.8286%;\"\u003ePattern\u003c\/td\u003e\n\u003ctd style=\"width: 45.1939%;\"\u003eMedallion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 54.8286%;\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd style=\"width: 45.1939%;\"\u003e33.2 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Gray\/Beige \/ 10' × 13'","offer_id":50281083863353,"sku":"PHO_16LUON69","price":101.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/91IIuHlD5JL.jpg?v=1734687925"}],"url":"https:\/\/www.garvee.com\/collections\/oversize-rugs.oembed?page=25","provider":"GARVEE","version":"1.0","type":"link"}