{"product_id":"crystal-velvet-pet-doormat","title":"Crystal Velvet Pet Doormat","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary-color: #8C8C8C;\n      --primary-hover: #7A7A7A;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #F2F2F2;\n      --border-color: #E5E5E5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Spacing system *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container .trust-badge,\n    .product-detail-container .feature-tag,\n    .product-detail-container .faq-answer {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 24px;\n    }\n\n    .hero-badge-container {\n      margin-bottom: 16px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 16px;\n      border-radius: 20px;\n      font-weight: 500;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Image Placeholders styling *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      text-align: center;\n      margin-bottom: 24px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      min-height: 200px;\n    }\n\n    .image-placeholder-text {\n      font-weight: 500;\n      color: var(--text-sub);\n    }\n\n    \/* Features Grid *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-media .image-placeholder {\n      margin-bottom: 0;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table-container {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      margin-bottom: 12px;\n      display: flex;\n      gap: 10px;\n      align-items: flex-start;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Desktop Adjustments (Tablet \u0026 Desktop landscape) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: stretch;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Specifications Safety Rules *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-label-cell {\n        display: none; \/* Hide original label td on mobile *\/\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Home \u0026 Entryway Non-Slip Door Mat\n  Target Audience: Pet lovers, families seeking cute and functional home decor\n  Visual Style: Cute, cozy, warm, and highly organized\n  Color Strategy: Warm grays (#4A4A4A, #F5F5F5), soft cream, and gentle pink accents matching the corgi and bichon characters\n  Module Order: Hero Block -\u003e Features (1, 2, 3) -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_6, Feature3=detail_5\n  Specification Data Source: Product analysis report \u0026 SKU basis (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (insufficient data on comparative products in source files)\n  Information Boundary: Strictly relies on the provided report and explicit facts. No unverified properties (such as machine-washability or specific thickness parameters) are stated.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003eCute Pet Theme Entryway Companion\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eAdorable Corgi \u0026amp; Bichon Low-Profile Entryway Door Mat\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eBring a warm, welcoming touch to your home with this delightful entryway door mat. Designed featuring a charming standing corgi and a sleeping bichon dog, it coordinates beautifully while keeping your floors neat and tidy.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img179\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916154332\/3c765b345ae813f631f78ad2c55bc240.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\" style=\"margin-bottom: clamp(1.5rem, 3vw, 3rem);\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img145\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916153133\/9ccb0d08c6c069e26eb0ac6d34f0917c.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSoft \u0026amp; Absorbent Surface\u003c\/h3\u003e\n\n\u003cp\u003eThe low-pile crystal-velvet surface is wonderfully soft to step on while remaining highly functional. It quickly absorbs moisture and captures dust from shoes, keeping your home entryway clean and dry.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCrystal-Velvet\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSoft Underfoot\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMoisture Absorbent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item reverse\" style=\"margin-bottom: clamp(1.5rem, 3vw, 3rem);\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img146\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916153133\/780889ce15c679e526005bd64acdbf7a.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSecure Non-Slip Backing\u003c\/h3\u003e\n\n\u003cp\u003eDesigned for active households, the mat features a durable non-woven backing layer equipped with dense plastic dots. This anti-slip surface grips tile, hardwood, or laminate flooring firmly to prevent slipping and shift during use.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eAnti-Slip Base\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePoint Plastic Grip\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSteady Placement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img147\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916153133\/49abbfcf6849cf4d028c35d4b53b2cf6.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eDurable Low-Profile Edging\u003c\/h3\u003e\n\n\u003cp\u003eA neatly sewn lock-stitch boundary helps prevent fraying, lifting, or curling at the edges. Thanks to its slim and flat structure, it easily slides beneath low door gaps without jamming, keeping your walkways clear.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eLock-Edge Stitching\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSlim \u0026amp; Low-Profile\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDoor Clearance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eDimensions Available\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions Available\"\u003e\n\u003cspan class=\"spec-value\"\u003e40 × 60 cm (15.7 × 23.6 in)\u003c\/span\u003e\u003cbr\u003e\n\t\t\t\u003cspan class=\"spec-value\"\u003e50 × 80 cm (19.7 × 31.5 in)\u003c\/span\u003e\u003cbr\u003e\n\t\t\t\u003cspan class=\"spec-value\"\u003e60 × 90 cm (23.6 × 35.4 in)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eSurface Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Surface Material\"\u003e\u003cspan class=\"spec-value\"\u003eCrystal-Velvet (Low pile)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eBacking Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Backing Material\"\u003e\u003cspan class=\"spec-value\"\u003eNon-woven fabric with anti-slip plastic dots\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eMain Color Theme\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Main Color Theme\"\u003e\u003cspan class=\"spec-value\"\u003eMedium Gray Background\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003ePattern Design\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Pattern Design\"\u003e\u003cspan class=\"spec-value\"\u003eStanding Corgi, Sleeping Bichon, and Pink Hearts\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\"\u003eShape Style\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shape Style\"\u003e\u003cspan class=\"spec-value\"\u003eFlat rounded rectangle\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan\u003e🐾\u003c\/span\u003e What is the surface texture like?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe mat features a soft, low-pile crystal-velvet texture. It is smooth and comfortable under bare feet while remaining low enough to catch dirt and debris effectively.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan\u003e🐾\u003c\/span\u003e Will my door clear this mat easily?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The mat is designed with a low, slim profile and clean lock-edge stitching, allowing most standard doors to swing open and closed smoothly without getting stuck.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan\u003e🐾\u003c\/span\u003e Does the mat stay firmly in place?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The underside is constructed using non-woven fabric embedded with dense point-plastic dots, providing robust traction to reduce sliding on hardwood, laminate, or tile floors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Corgi \u0026 Poodle \/ Small - 16\" x 24\" (40x60cm)","offer_id":46210970648767,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Welcome Bunny \/ Small - 16\" x 24\" (40x60cm)","offer_id":46210970681535,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Sleeping Tabby \/ Small - 16\" x 24\" (40x60cm)","offer_id":46210970714303,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Waving White Pup \/ Small - 16\" x 24\" (40x60cm)","offer_id":46210970747071,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cozy Cat Duo \/ Small - 16\" x 24\" (40x60cm)","offer_id":46210970779839,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Playful Puppy Duo \/ Small - 16\" x 24\" (40x60cm)","offer_id":46210970812607,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Corgi \u0026 Poodle \/ Medium - 20\" x 31\" (50x80cm)","offer_id":46210970845375,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Welcome Bunny \/ Medium - 20\" x 31\" (50x80cm)","offer_id":46210970878143,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Sleeping Tabby \/ Medium - 20\" x 31\" (50x80cm)","offer_id":46210970910911,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Waving White Pup \/ Medium - 20\" x 31\" (50x80cm)","offer_id":46210970943679,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cozy Cat Duo \/ Medium - 20\" x 31\" (50x80cm)","offer_id":46210970976447,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Playful Puppy Duo \/ Medium - 20\" x 31\" (50x80cm)","offer_id":46210971009215,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Corgi \u0026 Poodle \/ Large - 24\" x 35\" (60x90cm)","offer_id":46210971041983,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Welcome Bunny \/ Large - 24\" x 35\" (60x90cm)","offer_id":46210971074751,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Sleeping Tabby \/ Large - 24\" x 35\" (60x90cm)","offer_id":46210971107519,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Waving White Pup \/ Large - 24\" x 35\" (60x90cm)","offer_id":46210971140287,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cozy Cat Duo \/ Large - 24\" x 35\" (60x90cm)","offer_id":46210971173055,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Playful Puppy Duo \/ Large - 24\" x 35\" (60x90cm)","offer_id":46210971205823,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/3c765b345ae813f631f78ad2c55bc240.jpg?v=1789545029","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/crystal-velvet-pet-doormat","provider":"Bak","version":"1.0","type":"link"}