{"product_id":"poodle-car-ornament","title":"Poodle Car Ornament – The Cutest Dashboard Upgrade 🐶✨","description":"\u003cstyle\u003e \/* =========================================================    POODLE CAR ORNAMENT    Shopify Product Description    Mobile First \/ Scoped CSS \/ No JS ========================================================= *\/  .br-poodle-pdp {   width: 100%;   max-width: 920px;   margin: 0 auto;   padding: 0;   overflow: hidden;   background: #f7f5f1;   color: #24211f;   font-family: Arial, Helvetica, sans-serif;   line-height: 1.5;   -webkit-font-smoothing: antialiased; }  .br-poodle-pdp *, .br-poodle-pdp *::before, .br-poodle-pdp *::after {   box-sizing: border-box; }  .br-poodle-pdp img {   display: block;   width: 100%;   max-width: 100%;   height: auto;   margin: 0; }  .br-poodle-pdp p, .br-poodle-pdp h1, .br-poodle-pdp h2, .br-poodle-pdp h3 {   padding: 0; }  .br-poodle-pdp strong {   color: inherit; }   \/* =========================    COMMON TYPOGRAPHY ========================= *\/  .brp-kicker {   margin: 0 0 7px;   color: #a8653c;   font-size: 11px;   font-weight: 800;   line-height: 1.3;   letter-spacing: 1.7px;   text-transform: uppercase; }  .brp-h2 {   margin: 0;   color: #24201d;   font-family: Georgia, 'Times New Roman', serif;   font-size: 26px;   font-weight: 700;   line-height: 1.12; }  .brp-text {   max-width: 680px;   margin: 10px auto 0;   color: #6b625d;   font-size: 14px;   line-height: 1.65; }  .brp-text-dark {   color: #d9d3cf; }  .brp-center {   text-align: center; }   \/* =========================    HERO ========================= *\/  .brp-hero {   padding: 26px 14px 0;   text-align: center;   background:     linear-gradient(       180deg,       #faf8f5 0%,       #f0ebe5 100%     ); }  .brp-hero-title {   margin: 0;   color: #211e1c;   font-family: Georgia, 'Times New Roman', serif;   font-size: 31px;   font-weight: 700;   line-height: 1.08;   letter-spacing: -0.5px; }  .brp-hero-copy {   max-width: 690px;   margin: 11px auto 18px;   color: #665d58;   font-size: 14px;   line-height: 1.6; }  .brp-hero-image-wrap {   overflow: hidden;   border-radius: 18px 18px 0 0; }   \/* =========================    BENEFIT STRIP ========================= *\/  .brp-benefit-strip {   margin: 0 10px 20px;   padding: 13px 7px;   background: #252220;   border-radius: 0 0 16px 16px; }  .brp-benefit-grid {   display: grid;   grid-template-columns: repeat(4, minmax(0, 1fr));   gap: 4px; }  .brp-benefit {   min-width: 0;   padding: 4px 2px;   text-align: center; }  .brp-benefit-icon {   display: block;   margin-bottom: 3px;   font-size: 19px;   line-height: 1; }  .brp-benefit-title {   display: block;   color: #f2ece7;   font-size: 9px;   font-weight: 700;   line-height: 1.25; }   \/* =========================    GENERAL SECTION ========================= *\/  .brp-section {   padding: 22px 14px; }  .brp-section-head {   margin-bottom: 14px;   text-align: center; }   \/* =========================    IMAGE CARD ========================= *\/  .brp-image-card {   overflow: hidden;   border-radius: 16px;   background: #fff;   box-shadow: 0 6px 22px rgba(40,31,25,.06); }   \/* =========================    STORY ========================= *\/  .brp-story {   margin: 0 10px 20px;   padding: 19px 16px;   background: #e9ddd2;   border-radius: 15px; }  .brp-story-row {   display: flex;   align-items: flex-start;   gap: 11px; }  .brp-story-icon {   flex: 0 0 34px;   width: 34px;   height: 34px;   padding-top: 7px;   text-align: center;   background: #fff;   border-radius: 50%;   font-size: 17px; }  .brp-story-copy {   margin: 0;   color: #584e48;   font-size: 13px;   line-height: 1.6; }  .brp-story-copy strong {   display: block;   margin-bottom: 2px;   color: #29231f;   font-size: 14px; }   \/* =========================    EDITORIAL CARD ========================= *\/  .brp-editorial {   margin: 0 10px 20px;   padding: 20px 14px;   overflow: hidden;   background: #fffdf9;   border: 1px solid #e3d8cf;   border-radius: 17px; }  .brp-editorial .brp-image-card {   margin-top: 15px; }   \/* =========================    AUTOMOTIVE DARK CARD ========================= *\/  .brp-auto-card {   position: relative;   margin: 0 10px 20px;   padding: 21px 14px;   overflow: hidden;   background: #262320;   border-radius: 17px; }  .brp-auto-card::before {   content: '';   position: absolute;   inset: 0;   opacity: .28;   pointer-events: none;   background-image:     linear-gradient(       45deg,       rgba(255,255,255,.035) 25%,       transparent 25%,       transparent 75%,       rgba(255,255,255,.035) 75%     ),     linear-gradient(       45deg,       rgba(255,255,255,.035) 25%,       transparent 25%,       transparent 75%,       rgba(255,255,255,.035) 75%     );   background-size: 22px 22px;   background-position: 0 0, 11px 11px; }  .brp-auto-content {   position: relative;   z-index: 1; }  .brp-auto-card .brp-kicker {   color: #d79a6d; }  .brp-auto-card .brp-h2 {   color: #fff; }  .brp-auto-card .brp-image-card {   margin-top: 15px;   box-shadow: none; }   \/* =========================    FEATURE GRID ========================= *\/  .brp-feature-grid {   display: grid;   grid-template-columns: 1fr 1fr;   gap: 8px;   max-width: 700px;   margin: 15px auto 0; }  .brp-feature-box {   padding: 13px 10px;   background: #f1ebe5;   border-radius: 12px;   text-align: left; }  .brp-feature-box-icon {   display: block;   margin-bottom: 5px;   font-size: 20px; }  .brp-feature-box strong {   display: block;   margin-bottom: 2px;   color: #302925;   font-size: 12px; }  .brp-feature-box span {   display: block;   color: #736961;   font-size: 11px;   line-height: 1.45; }   \/* =========================    STATS ========================= *\/  .brp-stat-grid {   display: grid;   grid-template-columns: repeat(3,minmax(0,1fr));   gap: 7px;   max-width: 700px;   margin: 14px auto 0; }  .brp-stat {   padding: 13px 5px;   background: #2b2724;   border-radius: 11px;   text-align: center; }  .brp-stat-value {   display: block;   color: #dda16d;   font-size: 16px;   font-weight: 800; }  .brp-stat-name {   display: block;   margin-top: 3px;   color: #e9e1db;   font-size: 9px; }   \/* =========================    COLORS ========================= *\/  .brp-color-grid {   display: grid;   grid-template-columns: repeat(4,minmax(0,1fr));   gap: 7px;   margin-top: 14px; }  .brp-color-item {   padding: 10px 3px;   text-align: center;   background: #f2eae2;   border: 1px solid #e1d3c8;   border-radius: 11px; }  .brp-color-dot {   display: block;   width: 25px;   height: 25px;   margin: 0 auto 5px;   border: 1px solid rgba(0,0,0,.14);   border-radius: 50%; }  .brp-color-name {   color: #463b34;   font-size: 9px;   font-weight: 700; }  .brp-color-white {   background: #f2f1ec; }  .brp-color-brown {   background: #b25c2e; }  .brp-color-deep {   background: #623724; }  .brp-color-black {   background: #292726; }   \/* =========================    INSTALLATION ========================= *\/  .brp-install-grid {   display: grid;   grid-template-columns: 1fr;   gap: 8px;   max-width: 700px;   margin: 14px auto 0; }  .brp-install {   display: flex;   align-items: flex-start;   gap: 11px;   padding: 13px;   background: #fff;   border: 1px solid #e1d6ce;   border-radius: 12px; }  .brp-install-num {   flex: 0 0 28px;   width: 28px;   height: 28px;   padding-top: 5px;   text-align: center;   background: #a9683e;   border-radius: 50%;   color: #fff;   font-size: 12px;   font-weight: 800; }  .brp-install-text {   min-width: 0; }  .brp-install-title {   display: block;   margin-bottom: 2px;   color: #302925;   font-size: 13px;   font-weight: 800; }  .brp-install-copy {   margin: 0;   color: #756a62;   font-size: 11px;   line-height: 1.5; }   \/* =========================    GIFT ========================= *\/  .brp-gift-band {   margin-top: 14px;   padding: 13px;   background: #f0e2d5;   border-radius: 12px; }  .brp-gift-grid {   display: grid;   grid-template-columns: 1fr 1fr;   gap: 6px; }  .brp-gift {   padding: 9px 5px;   color: #4c4039;   font-size: 11px;   font-weight: 700;   text-align: center; }   \/* =========================    PRODUCT DETAILS ========================= *\/  .brp-details {   width: calc(100% - 28px);   max-width: 700px;   margin: 0 auto 20px;   overflow: hidden;   background: #fff;   border: 1px solid #ded4cd;   border-radius: 14px; }  .brp-detail-row {   display: grid;   grid-template-columns: 43% 57%;   border-bottom: 1px solid #ece3dc; }  .brp-detail-row:last-child {   border-bottom: 0; }  .brp-detail-label, .brp-detail-value {   min-width: 0;   padding: 11px 10px;   font-size: 12px; }  .brp-detail-label {   background: #f1ebe6;   color: #403731;   font-weight: 700; }  .brp-detail-value {   color: #6b615a;   text-align: right; }   \/* =========================    SAFETY ========================= *\/  .brp-notice {   margin: 0 14px 20px;   padding: 14px;   background: #ece8e4;   border-left: 4px solid #857a72;   border-radius: 10px;   color: #655d58;   font-size: 11px;   line-height: 1.55; }  .brp-notice strong {   display: block;   margin-bottom: 3px;   color: #39322e; }   \/* =========================    FAQ ========================= *\/  .brp-faq {   max-width: 720px;   margin: 0 auto; }  .brp-faq-item {   padding: 13px 0;   border-bottom: 1px solid #dfd6cf; }  .brp-faq-item:last-child {   border-bottom: 0; }  .brp-faq-q {   margin: 0;   color: #302925;   font-size: 13px;   font-weight: 800; }  .brp-faq-a {   margin: 5px 0 0;   color: #726861;   font-size: 12px;   line-height: 1.6; }   \/* =========================    FINAL CTA ========================= *\/  .brp-final {   margin: 0 10px 10px;   padding: 28px 17px;   text-align: center;   background:     linear-gradient(       145deg,       #af6b3c 0%,       #74472f 55%,       #332824 100%     );   border-radius: 18px; }  .brp-final .brp-kicker {   color: #eac7ab; }  .brp-final-title {   margin: 0;   color: #fff;   font-family: Georgia, 'Times New Roman', serif;   font-size: 27px;   line-height: 1.12; }  .brp-final-copy {   max-width: 610px;   margin: 9px auto 0;   color: #eee4dc;   font-size: 13px;   line-height: 1.6; }  .brp-final-benefits {   display: flex;   flex-wrap: wrap;   justify-content: center;   gap: 5px;   margin-top: 15px; }  .brp-final-tag {   padding: 7px 10px;   background: rgba(255,255,255,.94);   border-radius: 30px;   color: #4d392e;   font-size: 10px;   font-weight: 700; }   \/* =========================    TABLET \/ DESKTOP ========================= *\/  @media screen and (min-width:640px) {    .brp-hero {     padding: 35px 22px 0;   }    .brp-hero-title {     font-size: 44px;   }    .brp-h2 {     font-size: 32px;   }    .brp-hero-copy,   .brp-text {     font-size: 16px;   }    .brp-section {     padding: 31px 22px;   }    .brp-benefit-title {     font-size: 12px;   }    .brp-benefit-icon {     font-size: 23px;   }    .brp-editorial,   .brp-auto-card {     margin-left: 18px;     margin-right: 18px;     padding: 28px 22px;   }    .brp-feature-grid {     grid-template-columns: repeat(4,minmax(0,1fr));   }    .brp-feature-box {     text-align: center;   }    .brp-install-grid {     grid-template-columns: 1fr 1fr;   }    .brp-gift-grid {     grid-template-columns: repeat(4,minmax(0,1fr));   }    .brp-detail-label,   .brp-detail-value {     padding: 13px 14px;     font-size: 14px;   }    .brp-faq-q {     font-size: 15px;   }    .brp-faq-a {     font-size: 14px;   }    .brp-final {     margin-left: 18px;     margin-right: 18px;     padding: 37px 25px;   }    .brp-final-title {     font-size: 34px;   }    .brp-final-copy {     font-size: 15px;   } }   \/* =========================    SMALL MOBILE ========================= *\/  @media screen and (max-width:359px) {    .brp-h2 {     font-size: 23px;   }    .brp-hero-title {     font-size: 27px;   }    .brp-benefit-title {     font-size: 8px;   }    .brp-stat-value {     font-size: 14px;   }    .brp-stat-name {     font-size: 8px;   }    .brp-color-name {     font-size: 8px;   } } \u003c\/style\u003e   \u003cdiv class=\"br-poodle-pdp\"\u003e     \u003c!-- ================================================        01 HERO   ================================================= --\u003e    \u003csection class=\"brp-hero\"\u003e      \u003cp class=\"brp-kicker\"\u003e       PERSONALITY FOR THE ROAD     \u003c\/p\u003e      \u003ch1 class=\"brp-hero-title\"\u003e       Meet Your New\u003cbr\u003e       Little Co-Pilot     \u003c\/h1\u003e      \u003cp class=\"brp-hero-copy\"\u003e       A realistic poodle-inspired ornament made to bring       \u003cstrong\u003echaracter, warmth and a pet-lover touch\u003c\/strong\u003e       to your everyday drive.     \u003c\/p\u003e       \u003cdiv class=\"brp-hero-image-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/8365\/3408\/files\/1_78dc20e8-a06c-4548-b25c-12598a03a102.png?v=1789096640\" alt=\"Realistic poodle car dashboard ornament\" loading=\"eager\"\u003e      \u003c\/div\u003e    \u003c\/section\u003e      \u003c!-- QUICK BENEFITS --\u003e    \u003cdiv class=\"brp-benefit-strip\"\u003e      \u003cdiv class=\"brp-benefit-grid\"\u003e         \u003cdiv class=\"brp-benefit\"\u003e          \u003cspan class=\"brp-benefit-icon\"\u003e           🐾         \u003c\/span\u003e          \u003cspan class=\"brp-benefit-title\"\u003e           Realistic Detail         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-benefit\"\u003e          \u003cspan class=\"brp-benefit-icon\"\u003e           🚗         \u003c\/span\u003e          \u003cspan class=\"brp-benefit-title\"\u003e           Compact Display         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-benefit\"\u003e          \u003cspan class=\"brp-benefit-icon\"\u003e           ⬛         \u003c\/span\u003e          \u003cspan class=\"brp-benefit-title\"\u003e           Stable Base         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-benefit\"\u003e          \u003cspan class=\"brp-benefit-icon\"\u003e           🎨         \u003c\/span\u003e          \u003cspan class=\"brp-benefit-title\"\u003e           4 Colors         \u003c\/span\u003e        \u003c\/div\u003e       \u003c\/div\u003e    \u003c\/div\u003e      \u003c!-- ================================================        02 EMOTIONAL TRANSFORMATION   ================================================= --\u003e    \u003csection class=\"brp-section\"\u003e       \u003cdiv class=\"brp-section-head\"\u003e        \u003cp class=\"brp-kicker\"\u003e         SMALL DETAIL • BIG DIFFERENCE       \u003c\/p\u003e        \u003ch2 class=\"brp-h2\"\u003e         Make the Car Feel More Like Yours       \u003c\/h2\u003e        \u003cp class=\"brp-text\"\u003e         Your car gets you from A to B.         A small personal detail can make the space feel warmer,         friendlier and a little more enjoyable every time you get in.       \u003c\/p\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-image-card\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/8365\/3408\/files\/4_b5ec5204-4b2b-4f71-aa2a-42007edf64db.png?v=1789096640\" alt=\"Car dashboard before and after adding poodle ornament\" loading=\"lazy\"\u003e      \u003c\/div\u003e     \u003c\/section\u003e      \u003cdiv class=\"brp-story\"\u003e      \u003cdiv class=\"brp-story-row\"\u003e         \u003cdiv class=\"brp-story-icon\"\u003e         🐶       \u003c\/div\u003e         \u003cp class=\"brp-story-copy\"\u003e          \u003cstrong\u003e           More than another dashboard accessory.         \u003c\/strong\u003e          It's a little companion that gives your everyday drive         a more personal feel.        \u003c\/p\u003e       \u003c\/div\u003e    \u003c\/div\u003e      \u003c!-- ================================================        03 PRODUCT DETAIL   ================================================= --\u003e    \u003csection class=\"brp-editorial\"\u003e       \u003cdiv class=\"brp-center\"\u003e        \u003cp class=\"brp-kicker\"\u003e         SCULPTED CHARACTER       \u003c\/p\u003e        \u003ch2 class=\"brp-h2\"\u003e         Cute at a Glance\u003cbr\u003e         Impressive Up Close       \u003c\/h2\u003e        \u003cp class=\"brp-text\"\u003e         From its curly coat to its tiny paws,         the sculpted details give this little pup         a charming and dimensional look.       \u003c\/p\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-image-card\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/8365\/3408\/files\/7_f131ea7a-acc0-43e6-9505-dfac7b36aa56.png?v=1789096640\" alt=\"Realistic resin poodle figurine close-up details\" loading=\"lazy\"\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-feature-grid\"\u003e         \u003cdiv class=\"brp-feature-box\"\u003e          \u003cspan class=\"brp-feature-box-icon\"\u003e           🐩         \u003c\/span\u003e          \u003cstrong\u003e           Textured Coat         \u003c\/strong\u003e          \u003cspan\u003e           Sculpted curl detail throughout         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-feature-box\"\u003e          \u003cspan class=\"brp-feature-box-icon\"\u003e           👀         \u003c\/span\u003e          \u003cstrong\u003e           Expressive Face         \u003c\/strong\u003e          \u003cspan\u003e           Detailed eyes, nose and mouth         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-feature-box\"\u003e          \u003cspan class=\"brp-feature-box-icon\"\u003e           🐾         \u003c\/span\u003e          \u003cstrong\u003e           Tiny Paw Detail         \u003c\/strong\u003e          \u003cspan\u003e           Small touches add personality         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-feature-box\"\u003e          \u003cspan class=\"brp-feature-box-icon\"\u003e           ✨         \u003c\/span\u003e          \u003cstrong\u003e           Resin Figurine         \u003c\/strong\u003e          \u003cspan\u003e           Decorative sculpted construction         \u003c\/span\u003e        \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- ================================================        04 STABLE DISPLAY   ================================================= --\u003e    \u003csection class=\"brp-auto-card\"\u003e       \u003cdiv class=\"brp-auto-content\"\u003e         \u003cdiv class=\"brp-center\"\u003e          \u003cp class=\"brp-kicker\"\u003e           MADE FOR DISPLAY         \u003c\/p\u003e          \u003ch2 class=\"brp-h2\"\u003e           Give Your Pup a Proper Spot         \u003c\/h2\u003e          \u003cp class=\"brp-text brp-text-dark\"\u003e           The wide diamond-pattern mat creates a defined display area           and helps provide a more stable base on suitable surfaces.         \u003c\/p\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-image-card\"\u003e          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/8365\/3408\/files\/3_bce668d5-a442-4183-99c4-5fc03bc38cfa.png?v=1789096640\" alt=\"Poodle dashboard ornament on anti-slip display mat\" loading=\"lazy\"\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-stat-grid\"\u003e           \u003cdiv class=\"brp-stat\"\u003e            \u003cspan class=\"brp-stat-value\"\u003e             20 cm           \u003c\/span\u003e            \u003cspan class=\"brp-stat-name\"\u003e             Mat Length           \u003c\/span\u003e          \u003c\/div\u003e           \u003cdiv class=\"brp-stat\"\u003e            \u003cspan class=\"brp-stat-value\"\u003e             8.5 cm           \u003c\/span\u003e            \u003cspan class=\"brp-stat-name\"\u003e             Mat Width           \u003c\/span\u003e          \u003c\/div\u003e           \u003cdiv class=\"brp-stat\"\u003e            \u003cspan class=\"brp-stat-value\"\u003e             Diamond           \u003c\/span\u003e            \u003cspan class=\"brp-stat-name\"\u003e             Surface Pattern           \u003c\/span\u003e          \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e    \u003c\/section\u003e      \u003c!-- ================================================        05 SIZE   ================================================= --\u003e    \u003csection class=\"brp-section\"\u003e       \u003cdiv class=\"brp-section-head\"\u003e        \u003cp class=\"brp-kicker\"\u003e         BIG PERSONALITY • SMALL FOOTPRINT       \u003c\/p\u003e        \u003ch2 class=\"brp-h2\"\u003e         Designed to Add Character,\u003cbr\u003e         Not Clutter       \u003c\/h2\u003e        \u003cp class=\"brp-text\"\u003e         Compact proportions make it easy to add a playful detail         while keeping the rest of your car interior visually clean.       \u003c\/p\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-image-card\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/8365\/3408\/files\/6_a5f5de6a-f393-459b-98b6-0160094733c8.png?v=1789096640\" alt=\"Poodle car dashboard ornament dimensions\" loading=\"lazy\"\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-stat-grid\"\u003e         \u003cdiv class=\"brp-stat\"\u003e          \u003cspan class=\"brp-stat-value\"\u003e           14 cm         \u003c\/span\u003e          \u003cspan class=\"brp-stat-name\"\u003e           Approx. Length         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-stat\"\u003e          \u003cspan class=\"brp-stat-value\"\u003e           8 cm         \u003c\/span\u003e          \u003cspan class=\"brp-stat-name\"\u003e           Approx. Height         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-stat\"\u003e          \u003cspan class=\"brp-stat-value\"\u003e           300 g*         \u003c\/span\u003e          \u003cspan class=\"brp-stat-name\"\u003e           Approx. Weight         \u003c\/span\u003e        \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- ================================================        06 COLORS   ================================================= --\u003e    \u003csection class=\"brp-editorial\"\u003e       \u003cdiv class=\"brp-center\"\u003e        \u003cp class=\"brp-kicker\"\u003e         PICK YOUR PUP       \u003c\/p\u003e        \u003ch2 class=\"brp-h2\"\u003e         Which One Looks Like Yours?       \u003c\/h2\u003e        \u003cp class=\"brp-text\"\u003e         Choose the shade that reminds you of your favorite pup         or simply matches your car interior best.       \u003c\/p\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-image-card\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/8365\/3408\/files\/2_14c21908-aa04-414d-934a-fc24c4fb08a7.png?v=1789096640\" alt=\"White brown deep brown and black poodle ornaments\" loading=\"lazy\"\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-color-grid\"\u003e         \u003cdiv class=\"brp-color-item\"\u003e          \u003cspan class=\"brp-color-dot brp-color-white\"\u003e\u003c\/span\u003e          \u003cspan class=\"brp-color-name\"\u003e           White         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-color-item\"\u003e          \u003cspan class=\"brp-color-dot brp-color-brown\"\u003e\u003c\/span\u003e          \u003cspan class=\"brp-color-name\"\u003e           Brown         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-color-item\"\u003e          \u003cspan class=\"brp-color-dot brp-color-deep\"\u003e\u003c\/span\u003e          \u003cspan class=\"brp-color-name\"\u003e           Deep Brown         \u003c\/span\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-color-item\"\u003e          \u003cspan class=\"brp-color-dot brp-color-black\"\u003e\u003c\/span\u003e          \u003cspan class=\"brp-color-name\"\u003e           Black         \u003c\/span\u003e        \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- ================================================        07 INSTALLATION   ================================================= --\u003e    \u003csection class=\"brp-section\"\u003e       \u003cdiv class=\"brp-section-head\"\u003e        \u003cp class=\"brp-kicker\"\u003e         SIMPLE DISPLAY       \u003c\/p\u003e        \u003ch2 class=\"brp-h2\"\u003e         Two Ways to Give It a Spot       \u003c\/h2\u003e        \u003cp class=\"brp-text\"\u003e         The supplier materials demonstrate both mat-based         and adhesive-assisted placement.       \u003c\/p\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-image-card\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/8365\/3408\/files\/5_85d24464-e77f-4c7f-9b82-284e52445cf8.png?v=1789096640\" alt=\"Poodle dashboard ornament placement methods\" loading=\"lazy\"\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-install-grid\"\u003e         \u003cdiv class=\"brp-install\"\u003e          \u003cdiv class=\"brp-install-num\"\u003e           1         \u003c\/div\u003e          \u003cdiv class=\"brp-install-text\"\u003e            \u003cspan class=\"brp-install-title\"\u003e             Display on the Mat           \u003c\/span\u003e            \u003cp class=\"brp-install-copy\"\u003e             Place the mat on a clean flat surface             and position the figurine on top.           \u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-install\"\u003e          \u003cdiv class=\"brp-install-num\"\u003e           2         \u003c\/div\u003e          \u003cdiv class=\"brp-install-text\"\u003e            \u003cspan class=\"brp-install-title\"\u003e             Adhesive-Assisted Placement           \u003c\/span\u003e            \u003cp class=\"brp-install-copy\"\u003e             Suitable removable double-sided adhesive may be used             for additional hold on compatible surfaces.           \u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- ================================================        08 GIFT \/ LIFESTYLE   ================================================= --\u003e    \u003csection class=\"brp-auto-card\"\u003e       \u003cdiv class=\"brp-auto-content\"\u003e         \u003cdiv class=\"brp-center\"\u003e          \u003cp class=\"brp-kicker\"\u003e           FOR PEOPLE WHO LOVE DOGS         \u003c\/p\u003e          \u003ch2 class=\"brp-h2\"\u003e           A Small Gift with\u003cbr\u003e           Plenty of Personality         \u003c\/h2\u003e          \u003cp class=\"brp-text brp-text-dark\"\u003e           A playful little gift for dog lovers,           poodle fans, pet parents and anyone who enjoys           making their car feel a little more personal.         \u003c\/p\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-image-card\"\u003e          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/8365\/3408\/files\/8_32d4c677-b41f-4d9f-9775-36b266c23e1c.png?v=1789096640\" alt=\"Poodle car ornament gift idea for dog lovers\" loading=\"lazy\"\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-gift-band\"\u003e          \u003cdiv class=\"brp-gift-grid\"\u003e            \u003cdiv class=\"brp-gift\"\u003e             🎁 Birthday           \u003c\/div\u003e            \u003cdiv class=\"brp-gift\"\u003e             🐩 Poodle Lover           \u003c\/div\u003e            \u003cdiv class=\"brp-gift\"\u003e             🚘 New Car           \u003c\/div\u003e            \u003cdiv class=\"brp-gift\"\u003e             🏠 Desk Decor           \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e       \u003c\/div\u003e    \u003c\/section\u003e      \u003c!-- ================================================        PRODUCT DETAILS   ================================================= --\u003e    \u003csection class=\"brp-section\"\u003e       \u003cdiv class=\"brp-section-head\"\u003e        \u003cp class=\"brp-kicker\"\u003e         PRODUCT DETAILS       \u003c\/p\u003e        \u003ch2 class=\"brp-h2\"\u003e         The Essentials       \u003c\/h2\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-details\"\u003e         \u003cdiv class=\"brp-detail-row\"\u003e          \u003cdiv class=\"brp-detail-label\"\u003e           Product         \u003c\/div\u003e          \u003cdiv class=\"brp-detail-value\"\u003e           Poodle Decorative Figurine         \u003c\/div\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-detail-row\"\u003e          \u003cdiv class=\"brp-detail-label\"\u003e           Material         \u003c\/div\u003e          \u003cdiv class=\"brp-detail-value\"\u003e           Resin         \u003c\/div\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-detail-row\"\u003e          \u003cdiv class=\"brp-detail-label\"\u003e           Length         \u003c\/div\u003e          \u003cdiv class=\"brp-detail-value\"\u003e           Approx. 14 cm \/ 5.5 in         \u003c\/div\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-detail-row\"\u003e          \u003cdiv class=\"brp-detail-label\"\u003e           Height         \u003c\/div\u003e          \u003cdiv class=\"brp-detail-value\"\u003e           Approx. 8 cm \/ 3.1 in         \u003c\/div\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-detail-row\"\u003e          \u003cdiv class=\"brp-detail-label\"\u003e           Mat Size         \u003c\/div\u003e          \u003cdiv class=\"brp-detail-value\"\u003e           Approx. 20 × 8.5 cm         \u003c\/div\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-detail-row\"\u003e          \u003cdiv class=\"brp-detail-label\"\u003e           Weight         \u003c\/div\u003e          \u003cdiv class=\"brp-detail-value\"\u003e           Approx. 300 g*         \u003c\/div\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-detail-row\"\u003e          \u003cdiv class=\"brp-detail-label\"\u003e           Colors         \u003c\/div\u003e          \u003cdiv class=\"brp-detail-value\"\u003e           White \/ Brown \/ Deep Brown \/ Black         \u003c\/div\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-detail-row\"\u003e          \u003cdiv class=\"brp-detail-label\"\u003e           Suggested Use         \u003c\/div\u003e          \u003cdiv class=\"brp-detail-value\"\u003e           Car \/ Desk \/ Shelf Decor         \u003c\/div\u003e        \u003c\/div\u003e       \u003c\/div\u003e       \u003cp style=\"       margin:0;       text-align:center;       color:#94877e;       font-size:10px;     \"\u003e       *Measurements and weight may vary slightly by production batch.     \u003c\/p\u003e     \u003c\/section\u003e      \u003c!-- ================================================        SAFETY   ================================================= --\u003e    \u003cdiv class=\"brp-notice\"\u003e      \u003cstrong\u003e       Important Vehicle Placement Note     \u003c\/strong\u003e      Always position decorative accessories where they do not obstruct     the driver's view, instruments, controls or vents.     Never place accessories within an airbag deployment area.    \u003c\/div\u003e      \u003c!-- ================================================        FAQ   ================================================= --\u003e    \u003csection class=\"brp-section\"\u003e       \u003cdiv class=\"brp-section-head\"\u003e        \u003cp class=\"brp-kicker\"\u003e         GOOD TO KNOW       \u003c\/p\u003e        \u003ch2 class=\"brp-h2\"\u003e         Frequently Asked Questions       \u003c\/h2\u003e      \u003c\/div\u003e       \u003cdiv class=\"brp-faq\"\u003e         \u003cdiv class=\"brp-faq-item\"\u003e          \u003cp class=\"brp-faq-q\"\u003e           Is it soft like a plush toy?         \u003c\/p\u003e          \u003cp class=\"brp-faq-a\"\u003e           No. It is a decorative resin figurine           with a sculpted poodle-inspired appearance.         \u003c\/p\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-faq-item\"\u003e          \u003cp class=\"brp-faq-q\"\u003e           What colors are available?         \u003c\/p\u003e          \u003cp class=\"brp-faq-a\"\u003e           The available options shown are White,           Brown, Deep Brown and Black.         \u003c\/p\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-faq-item\"\u003e          \u003cp class=\"brp-faq-q\"\u003e           Will it stay completely still while driving?         \u003c\/p\u003e          \u003cp class=\"brp-faq-a\"\u003e           The product is shown with an anti-slip mat           and adhesive-assisted placement.           Actual hold varies by surface, installation,           temperature and driving conditions.         \u003c\/p\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-faq-item\"\u003e          \u003cp class=\"brp-faq-q\"\u003e           Can I attach it directly to the dashboard?         \u003c\/p\u003e          \u003cp class=\"brp-faq-a\"\u003e           Removable double-sided adhesive is shown as one placement option.           Test adhesive compatibility with your vehicle surface first.         \u003c\/p\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-faq-item\"\u003e          \u003cp class=\"brp-faq-q\"\u003e           Can I use it outside the car?         \u003c\/p\u003e          \u003cp class=\"brp-faq-a\"\u003e           Yes. It can also be displayed on a desk,           shelf or another suitable flat surface.         \u003c\/p\u003e        \u003c\/div\u003e         \u003cdiv class=\"brp-faq-item\"\u003e          \u003cp class=\"brp-faq-q\"\u003e           Where should I place it in the car?         \u003c\/p\u003e          \u003cp class=\"brp-faq-a\"\u003e           Choose a low, secure position away from the driver's           sightline, controls, vents, instruments and airbag zones.         \u003c\/p\u003e        \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- ================================================        FINAL CTA   ================================================= --\u003e    \u003csection class=\"brp-final\"\u003e       \u003cp class=\"brp-kicker\"\u003e       YOUR NEW FAVORITE PASSENGER     \u003c\/p\u003e      \u003ch2 class=\"brp-final-title\"\u003e       Bring a Little Joy\u003cbr\u003e       Along for the Ride     \u003c\/h2\u003e      \u003cp class=\"brp-final-copy\"\u003e       Pick the pup you love and give your everyday drive       one small detail with a surprising amount of personality.     \u003c\/p\u003e       \u003cdiv class=\"brp-final-benefits\"\u003e        \u003cspan class=\"brp-final-tag\"\u003e         🐾 Realistic Detail       \u003c\/span\u003e        \u003cspan class=\"brp-final-tag\"\u003e         🚗 Compact Display       \u003c\/span\u003e        \u003cspan class=\"brp-final-tag\"\u003e         ⬛ Stable Base       \u003c\/span\u003e        \u003cspan class=\"brp-final-tag\"\u003e         🎨 4 Colors       \u003c\/span\u003e      \u003c\/div\u003e     \u003c\/section\u003e   \u003c\/div\u003e","brand":"Zyfc","offers":[{"title":"White","offer_id":53504444989729,"sku":"WH0188260914757- 白色泰迪","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":53504445022497,"sku":"WH0188260914757-棕色泰迪","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Dark Brown","offer_id":53504445055265,"sku":"WH0188260914757-深棕色泰迪","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black Brown","offer_id":53504445088033,"sku":"WH0188260914757-黑棕色泰迪","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/6833\/8721\/files\/1_8598f463-c202-4d64-8410-8af37dea211b.png?v=1789355343","url":"https:\/\/ahlwoprime.com\/es\/products\/poodle-car-ornament","provider":"ahlwoprime","version":"1.0","type":"link"}