{"product_id":"🍃12v-electric-wiggle-car-for-kids-led-lights-bluetooth-dual-ride-modes-vv","title":"🍃12V Electric Wiggle Car for Kids — LED Lights, Bluetooth \u0026 Dual Ride Modes","description":"\u003c!-- =====================================================12V ELECTRIC WIGGLE CAR FOR KIDSSHOPIFY LANDING PAGEPART 1 \/ 3BUTTONS WORK WITHOUT JAVASCRIPT===================================================== --\u003e\u003cstyle\u003e  html {    scroll-behavior: smooth;  }  .wiggle-page,  .wiggle-page * {    box-sizing: border-box;  }  .wiggle-page {    --red: #ef3340;    --dark-red: #d8202d;    --pink: #fff0f2;    --navy: #171d31;    --text: #2c3345;    --gray: #697184;    --light: #f7f8fb;    --green: #19a65a;    --yellow: #ffcf33;    width: 100%;    max-width: 1200px;    margin: 0 auto;    overflow: hidden;    color: var(--text);    background: #ffffff;    font-family: Arial, Helvetica, sans-serif;    line-height: 1.55;  }  .wiggle-page img {    display: block;    width: 100%;    max-width: 100%;    height: auto;  }  .wiggle-container {    width: min(1120px, calc(100% - 34px));    margin: 0 auto;  }  .wiggle-center {    text-align: center;  }  .wiggle-section {    padding: 72px 0;  }  .wiggle-eyebrow {    display: inline-flex;    align-items: center;    justify-content: center;    gap: 7px;    margin-bottom: 15px;    padding: 8px 14px;    border-radius: 999px;    color: var(--dark-red);    background: var(--pink);    font-size: 13px;    font-weight: 900;    letter-spacing: .4px;    text-transform: uppercase;  }  .wiggle-heading {    max-width: 850px;    margin: 0 auto 16px;    color: var(--navy);    font-size: clamp(31px, 5vw, 52px);    font-weight: 900;    line-height: 1.08;    letter-spacing: -1.4px;  }  .wiggle-subheading {    max-width: 760px;    margin: 0 auto;    color: var(--gray);    font-size: 17px;    line-height: 1.7;  }  \/* SALE BAR *\/  .wiggle-sale-bar {    padding: 11px 15px;    color: #ffffff;    background: linear-gradient(      90deg,      #d91f2d,      #ff4a55,      #d91f2d    );    background-size: 200% 100%;    text-align: center;    font-size: 13px;    font-weight: 900;    letter-spacing: .3px;    animation: wiggleSale 5s linear infinite;  }  .wiggle-sale-bar strong {    color: #fff3a8;  }  @keyframes wiggleSale {    0% {      background-position: 0 0;    }    100% {      background-position: 200% 0;    }  }  \/* HERO *\/  .wiggle-hero {    position: relative;    overflow: hidden;    padding: 48px 0 58px;    background:      radial-gradient(        circle at 92% 8%,        rgba(255, 150, 164, .34),        transparent 30%      ),      radial-gradient(        circle at 5% 92%,        rgba(255, 207, 51, .2),        transparent 30%      ),      linear-gradient(        135deg,        #fff7f8 0%,        #ffffff 55%,        #f5f7ff 100%      );  }  .wiggle-hero-grid {    display: grid;    grid-template-columns: .94fr 1.06fr;    align-items: center;    gap: 48px;  }  .wiggle-rating {    display: flex;    align-items: center;    flex-wrap: wrap;    gap: 9px;    margin-bottom: 17px;    color: #31384c;    font-size: 14px;    font-weight: 800;  }  .wiggle-stars {    color: #ffb000;    font-size: 19px;    letter-spacing: 1px;  }  .wiggle-hero h1 {    margin: 0 0 18px;    color: var(--navy);    font-size: clamp(39px, 5.8vw, 68px);    font-weight: 950;    line-height: 1.01;    letter-spacing: -2.1px;  }  .wiggle-red {    color: var(--red);  }  .wiggle-hero-description {    max-width: 590px;    margin: 0 0 22px;    color: #555e72;    font-size: 17px;    line-height: 1.68;  }  .wiggle-benefit-list {    display: grid;    gap: 11px;    margin: 0 0 23px;    padding: 0;    list-style: none;  }  .wiggle-benefit-list li {    display: flex;    align-items: flex-start;    gap: 10px;    color: #30394e;    font-size: 15px;    font-weight: 750;  }  .wiggle-benefit-list li::before {    content: \"✓\";    display: grid;    place-items: center;    flex: 0 0 22px;    width: 22px;    height: 22px;    margin-top: 1px;    border-radius: 50%;    color: #ffffff;    background: var(--green);    font-size: 13px;    font-weight: 900;  }  .wiggle-offer-row {    display: flex;    align-items: center;    flex-wrap: wrap;    gap: 10px;    margin-bottom: 17px;  }  .wiggle-offer-badge {    display: inline-flex;    align-items: center;    padding: 7px 12px;    border-radius: 8px;    color: #ffffff;    background: var(--red);    font-size: 13px;    font-weight: 900;  }  .wiggle-stock {    color: #c82b37;    font-size: 14px;    font-weight: 900;  }  \/* CLICKABLE CTA *\/  .wiggle-cta {    display: flex;    align-items: center;    justify-content: center;    width: min(100%, 455px);    min-height: 60px;    padding: 16px 24px;    border: 0;    border-radius: 14px;    color: #ffffff !important;    background: linear-gradient(      135deg,      #ff4a55,      #d91f2d    );    box-shadow: 0 14px 30px rgba(222, 31, 44, .3);    text-align: center;    text-decoration: none !important;    font-size: 17px;    font-weight: 900;    letter-spacing: .35px;    cursor: pointer;    transition:      transform .2s ease,      box-shadow .2s ease;  }  .wiggle-cta:hover {    color: #ffffff !important;    transform: translateY(-2px);    box-shadow: 0 18px 35px rgba(222, 31, 44, .38);  }  .wiggle-button-note {    width: min(100%, 455px);    margin-top: 10px;    color: #747b8c;    text-align: center;    font-size: 12px;    font-weight: 700;  }  .wiggle-secure-row {    display: flex;    align-items: center;    flex-wrap: wrap;    gap: 14px;    margin-top: 18px;    color: #485267;    font-size: 13px;    font-weight: 800;  }  \/* HERO IMAGE *\/  .wiggle-hero-media {    position: relative;  }  .wiggle-product-card {    position: relative;    padding: 15px;    border: 1px solid rgba(34, 39, 54, .08);    border-radius: 30px;    background: rgba(255, 255, 255, .92);    box-shadow: 0 27px 65px rgba(35, 43, 69, .16);  }  .wiggle-product-card img {    width: 100%;    aspect-ratio: 1 \/ 1;    border-radius: 22px;    background: #ffffff;    object-fit: contain;  }  .wiggle-floating-box {    position: absolute;    z-index: 3;    display: flex;    align-items: center;    gap: 10px;    padding: 11px 14px;    border: 1px solid rgba(30, 35, 55, .06);    border-radius: 14px;    background: #ffffff;    box-shadow: 0 12px 28px rgba(34, 43, 69, .16);  }  .wiggle-floating-box strong {    display: block;    color: var(--navy);    font-size: 13px;  }  .wiggle-floating-box small {    display: block;    margin-top: 1px;    color: var(--gray);    font-size: 10px;    font-weight: 700;  }  .wiggle-floating-icon {    display: grid;    place-items: center;    flex: 0 0 36px;    width: 36px;    height: 36px;    border-radius: 11px;    background: var(--pink);    font-size: 20px;  }  .wiggle-float-left {    top: 8%;    left: -24px;  }  .wiggle-float-right {    right: -18px;    bottom: 10%;  }  \/* TRUST STRIP *\/  .wiggle-trust-strip {    padding: 22px 0;    border-top: 1px solid #eceef3;    border-bottom: 1px solid #eceef3;    background: #ffffff;  }  .wiggle-trust-grid {    display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 15px;  }  .wiggle-trust-item {    display: flex;    align-items: center;    justify-content: center;    gap: 10px;  }  .wiggle-trust-icon {    display: grid;    place-items: center;    flex: 0 0 40px;    width: 40px;    height: 40px;    border-radius: 12px;    color: var(--red);    background: var(--pink);    font-size: 20px;  }  .wiggle-trust-item strong {    display: block;    color: var(--navy);    font-size: 13px;    line-height: 1.2;  }  .wiggle-trust-item small {    display: block;    margin-top: 3px;    color: var(--gray);    font-size: 10px;    line-height: 1.2;  }  \/* INTRO *\/  .wiggle-intro {    padding: 68px 0 38px;    background: #ffffff;  }  .wiggle-wide-image {    overflow: hidden;    margin-top: 37px;    border-radius: 26px;    background: #ffffff;    box-shadow: 0 20px 48px rgba(31, 40, 67, .13);  }  .wiggle-wide-image img {    width: 100%;  }  \/* FEATURE CARDS *\/  .wiggle-features {    background: var(--light);  }  .wiggle-feature-grid {    display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 19px;    margin-top: 40px;  }  .wiggle-feature-card {    padding: 25px 20px;    border: 1px solid #e7e9ef;    border-radius: 20px;    background: #ffffff;    box-shadow: 0 9px 25px rgba(34, 43, 70, .06);    text-align: left;    transition:      transform .2s ease,      box-shadow .2s ease;  }  .wiggle-feature-card:hover {    transform: translateY(-4px);    box-shadow: 0 15px 32px rgba(34, 43, 70, .11);  }  .wiggle-feature-icon {    display: grid;    place-items: center;    width: 51px;    height: 51px;    margin-bottom: 16px;    border-radius: 15px;    background: linear-gradient(      135deg,      #fff0f2,      #fff8df    );    font-size: 27px;  }  .wiggle-feature-card h3 {    margin: 0 0 8px;    color: var(--navy);    font-size: 18px;    line-height: 1.25;  }  .wiggle-feature-card p {    margin: 0;    color: var(--gray);    font-size: 14px;    line-height: 1.62;  }  \/* MODE SECTION *\/  .wiggle-mode-section {    padding: 0 0 72px;    background: var(--light);  }  .wiggle-mode-card {    overflow: hidden;    border-radius: 26px;    background: #ffffff;    box-shadow: 0 22px 52px rgba(31, 41, 67, .13);  }  .wiggle-mode-copy {    padding: 28px 25px 32px;    text-align: center;  }  .wiggle-mode-copy h2 {    margin: 0 0 9px;    color: var(--navy);    font-size: clamp(27px, 4vw, 42px);    font-weight: 900;    line-height: 1.12;  }  .wiggle-mode-copy p {    max-width: 760px;    margin: 0 auto;    color: var(--gray);    font-size: 16px;    line-height: 1.65;  }  .wiggle-mode-copy .wiggle-cta {    margin: 24px auto 0;  }  \/* MOBILE *\/  @media (max-width: 900px) {    .wiggle-section {      padding: 56px 0;    }    .wiggle-hero {      padding: 35px 0 48px;    }    .wiggle-hero-grid {      grid-template-columns: 1fr;      gap: 34px;    }    .wiggle-hero-content {      text-align: center;    }    .wiggle-rating,    .wiggle-offer-row,    .wiggle-secure-row {      justify-content: center;    }    .wiggle-hero-description {      margin-right: auto;      margin-left: auto;    }    .wiggle-benefit-list {      width: min(100%, 570px);      margin-right: auto;      margin-left: auto;      text-align: left;    }    .wiggle-cta,    .wiggle-button-note {      margin-right: auto;      margin-left: auto;    }    .wiggle-feature-grid {      grid-template-columns: repeat(2, 1fr);    }    .wiggle-trust-grid {      grid-template-columns: repeat(2, 1fr);    }    .wiggle-float-left {      left: 3px;    }    .wiggle-float-right {      right: 3px;    }  }  @media (max-width: 560px) {    .wiggle-container {      width: min(100% - 22px, 1120px);    }    .wiggle-sale-bar {      padding: 10px 8px;      font-size: 11px;    }    .wiggle-hero h1 {      font-size: 39px;      letter-spacing: -1.3px;    }    .wiggle-hero-description {      font-size: 15px;    }    .wiggle-cta {      min-height: 57px;      padding: 15px 17px;      font-size: 15px;    }    .wiggle-product-card {      padding: 9px;      border-radius: 22px;    }    .wiggle-product-card img {      border-radius: 17px;    }    .wiggle-floating-box {      gap: 7px;      padding: 8px 10px;    }    .wiggle-floating-icon {      flex-basis: 30px;      width: 30px;      height: 30px;      font-size: 16px;    }    .wiggle-floating-box strong {      font-size: 11px;    }    .wiggle-floating-box small {      font-size: 9px;    }    .wiggle-trust-grid {      gap: 17px 8px;    }    .wiggle-trust-item {      align-items: flex-start;      justify-content: flex-start;    }    .wiggle-trust-icon {      flex-basis: 34px;      width: 34px;      height: 34px;      font-size: 17px;    }    .wiggle-feature-grid {      grid-template-columns: 1fr;      gap: 13px;      margin-top: 30px;    }    .wiggle-feature-card {      display: grid;      grid-template-columns: 48px 1fr;      column-gap: 13px;      padding: 19px 17px;    }    .wiggle-feature-icon {      grid-row: span 2;      width: 48px;      height: 48px;      margin: 0;    }    .wiggle-feature-card h3 {      margin-top: 2px;    }    .wiggle-wide-image,    .wiggle-mode-card {      border-radius: 17px;    }    .wiggle-mode-copy {      padding: 23px 16px 27px;    }  }\u003c\/style\u003e\u003cdiv class=\"wiggle-page\"\u003e  \u003c!-- Sale bar --\u003e  \u003cdiv class=\"wiggle-sale-bar\"\u003e    🎉 LAST DAY:    \u003cstrong\u003e50% OFF\u003c\/strong\u003e    · FREE TRACKED SHIPPING · LIMITED STOCK  \u003c\/div\u003e  \u003c!-- Hero --\u003e  \u003csection class=\"wiggle-hero\"\u003e    \u003cdiv class=\"wiggle-container\"\u003e      \u003cdiv class=\"wiggle-hero-grid\"\u003e        \u003cdiv class=\"wiggle-hero-content\"\u003e          \u003cdiv class=\"wiggle-eyebrow\"\u003e            ⚡ 12V Rechargeable Ride-On Toy          \u003c\/div\u003e          \u003cdiv class=\"wiggle-rating\"\u003e            \u003cspan class=\"wiggle-stars\"\u003e★★★★★\u003c\/span\u003e            \u003cspan\u003e4.5\/5 Based on 99+ Reviews\u003c\/span\u003e          \u003c\/div\u003e          \u003ch1\u003e            Ride. Glow.            \u003cspan class=\"wiggle-red\"\u003eGroove!\u003c\/span\u003e          \u003c\/h1\u003e          \u003cp class=\"wiggle-hero-description\"\u003e            Give your child an exciting ride filled with colorful LED            lights, Bluetooth music, smooth steering and easy            pedal-powered electric movement.          \u003c\/p\u003e          \u003cul class=\"wiggle-benefit-list\"\u003e            \u003cli\u003eElectric and manual riding modes in one toy\u003c\/li\u003e            \u003cli\u003eLow and high speed options for growing confidence\u003c\/li\u003e            \u003cli\u003eBluetooth music and colorful light-up wheels\u003c\/li\u003e            \u003cli\u003eStable low-profile design with anti-tip protection\u003c\/li\u003e          \u003c\/ul\u003e          \u003cdiv class=\"wiggle-offer-row\"\u003e            \u003cspan class=\"wiggle-offer-badge\"\u003e              🔥 99+ RECENTLY SOLD            \u003c\/span\u003e            \u003cspan class=\"wiggle-stock\"\u003e              Limited stock available            \u003c\/span\u003e          \u003c\/div\u003e                    \u003cdiv class=\"wiggle-button-note\"\u003e            Click to return to the product options and choose your color          \u003c\/div\u003e          \u003cdiv class=\"wiggle-secure-row\"\u003e            \u003cspan\u003e🔒 Secure Checkout\u003c\/span\u003e            \u003cspan\u003e🚚 Tracked Shipping\u003c\/span\u003e            \u003cspan\u003e↩️ 30-Day Returns\u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-hero-media\"\u003e          \u003cdiv class=\"wiggle-product-card\"\u003e            \u003cimg src=\"https:\/\/bobotoy.store\/cdn\/shop\/files\/61DWg8NZy8L-AC-SL1500.webp?v=1782828783\u0026amp;width=3840\" alt=\"12V rechargeable electric wiggle car for kids\" loading=\"eager\"\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-floating-box wiggle-float-left\"\u003e            \u003cspan class=\"wiggle-floating-icon\"\u003e⚡\u003c\/span\u003e            \u003cspan\u003e              \u003cstrong\u003e12V Electric Power\u003c\/strong\u003e              \u003csmall\u003eEasy pedal operation\u003c\/small\u003e            \u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-floating-box wiggle-float-right\"\u003e            \u003cspan class=\"wiggle-floating-icon\"\u003e🌈\u003c\/span\u003e            \u003cspan\u003e              \u003cstrong\u003eLED Light Show\u003c\/strong\u003e              \u003csmall\u003eColorful flashing wheels\u003c\/small\u003e            \u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Trust strip --\u003e  \u003csection class=\"wiggle-trust-strip\"\u003e    \u003cdiv class=\"wiggle-container\"\u003e      \u003cdiv class=\"wiggle-trust-grid\"\u003e        \u003cdiv class=\"wiggle-trust-item\"\u003e          \u003cspan class=\"wiggle-trust-icon\"\u003e🚚\u003c\/span\u003e          \u003cspan\u003e            \u003cstrong\u003eTracked Shipping\u003c\/strong\u003e            \u003csmall\u003eFollow your delivery\u003c\/small\u003e          \u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-trust-item\"\u003e          \u003cspan class=\"wiggle-trust-icon\"\u003e🔋\u003c\/span\u003e          \u003cspan\u003e            \u003cstrong\u003eRechargeable Power\u003c\/strong\u003e            \u003csmall\u003eConvenient home charging\u003c\/small\u003e          \u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-trust-item\"\u003e          \u003cspan class=\"wiggle-trust-icon\"\u003e🛡️\u003c\/span\u003e          \u003cspan\u003e            \u003cstrong\u003eStable Design\u003c\/strong\u003e            \u003csmall\u003eLow-profile structure\u003c\/small\u003e          \u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-trust-item\"\u003e          \u003cspan class=\"wiggle-trust-icon\"\u003e↩️\u003c\/span\u003e          \u003cspan\u003e            \u003cstrong\u003e30-Day Returns\u003c\/strong\u003e            \u003csmall\u003eOrder with confidence\u003c\/small\u003e          \u003c\/span\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Lifestyle section --\u003e  \u003csection class=\"wiggle-intro\"\u003e    \u003cdiv class=\"wiggle-container wiggle-center\"\u003e      \u003cdiv class=\"wiggle-eyebrow\"\u003e        Made for Little Adventurers      \u003c\/div\u003e      \u003ch2 class=\"wiggle-heading\"\u003e        The Ride They’ll Ask for Every Day      \u003c\/h2\u003e      \u003cp class=\"wiggle-subheading\"\u003e        Smooth movement, easy steering and exciting interactive        features transform ordinary playtime into an unforgettable        riding adventure.      \u003c\/p\u003e      \u003cdiv class=\"wiggle-wide-image\"\u003e        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1760346531690\/c761861c4b414de3a4b6772c30e91fb9.jpg?h=600\u0026amp;w=1464\" alt=\"Child riding an electric wiggle car\" loading=\"lazy\"\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Feature cards --\u003e  \u003csection class=\"wiggle-section wiggle-features\"\u003e    \u003cdiv class=\"wiggle-container wiggle-center\"\u003e      \u003cdiv class=\"wiggle-eyebrow\"\u003e        Why Kids Love It      \u003c\/div\u003e      \u003ch2 class=\"wiggle-heading\"\u003e        Music, Lights and Movement in One Exciting Ride      \u003c\/h2\u003e      \u003cp class=\"wiggle-subheading\"\u003e        Designed to combine entertainment, active play and        confidence-building movement in one rechargeable toy.      \u003c\/p\u003e      \u003cdiv class=\"wiggle-feature-grid\"\u003e        \u003carticle class=\"wiggle-feature-card\"\u003e          \u003cdiv class=\"wiggle-feature-icon\"\u003e📱\u003c\/div\u003e          \u003ch3\u003eBluetooth Music\u003c\/h3\u003e          \u003cp\u003e            Connect a compatible phone and play their favorite music            while they ride and explore.          \u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-feature-card\"\u003e          \u003cdiv class=\"wiggle-feature-icon\"\u003e🌈\u003c\/div\u003e          \u003ch3\u003eColorful LED Lights\u003c\/h3\u003e          \u003cp\u003e            Bright front lighting and flashing wheels create an            eye-catching light show.          \u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-feature-card\"\u003e          \u003cdiv class=\"wiggle-feature-icon\"\u003e🔄\u003c\/div\u003e          \u003ch3\u003eSmooth Steering\u003c\/h3\u003e          \u003cp\u003e            Responsive steering helps children turn, spin and build            coordination as they play.          \u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-feature-card\"\u003e          \u003cdiv class=\"wiggle-feature-icon\"\u003e🔋\u003c\/div\u003e          \u003ch3\u003eRechargeable Power\u003c\/h3\u003e          \u003cp\u003e            Charge conveniently at home and enjoy easy electric            movement with foot-pedal control.          \u003c\/p\u003e        \u003c\/article\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Original product feature image --\u003e  \u003csection class=\"wiggle-mode-section\"\u003e    \u003cdiv class=\"wiggle-container\"\u003e      \u003cdiv class=\"wiggle-mode-card\"\u003e        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1760346531690\/566ec2ddc362493593fd74eeb8961921.jpg?h=600\u0026amp;w=1464\" alt=\"Electric wiggle car with music lights and rechargeable power\" loading=\"lazy\"\u003e        \u003cdiv class=\"wiggle-mode-copy\"\u003e          \u003ch2\u003e            One Toy. More Ways to Play.          \u003c\/h2\u003e          \u003cp\u003e            Electric movement, manual riding, Bluetooth sound and            colorful LED lighting work together to create a complete            play experience children can enjoy again and again.          \u003c\/p\u003e                  \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e\n\u003c\/div\u003e\u003c!-- =====================================================12V ELECTRIC WIGGLE CAR FOR KIDSSHOPIFY LANDING PAGEPART 2 \/ 3CLICKABLE BUTTONS WITHOUT JAVASCRIPT===================================================== --\u003e\u003cstyle\u003e  .wiggle-part2,  .wiggle-part2 * {    box-sizing: border-box;  }  .wiggle-part2 {    --red: #ef3340;    --dark-red: #d8202d;    --pink: #fff0f2;    --navy: #171d31;    --text: #2c3345;    --gray: #697184;    --light: #f7f8fb;    --green: #19a65a;    width: 100%;    max-width: 1200px;    margin: 0 auto;    overflow: hidden;    color: var(--text);    background: #ffffff;    font-family: Arial, Helvetica, sans-serif;    line-height: 1.55;  }  .wiggle-part2 img {    display: block;    width: 100%;    max-width: 100%;    height: auto;  }  .wiggle-p2-container {    width: min(1120px, calc(100% - 34px));    margin: 0 auto;  }  .wiggle-p2-section {    padding: 74px 0;  }  .wiggle-p2-center {    text-align: center;  }  .wiggle-p2-eyebrow {    display: inline-flex;    align-items: center;    justify-content: center;    gap: 7px;    margin-bottom: 15px;    padding: 8px 14px;    border-radius: 999px;    color: var(--dark-red);    background: var(--pink);    font-size: 13px;    font-weight: 900;    letter-spacing: .4px;    text-transform: uppercase;  }  .wiggle-p2-heading {    max-width: 850px;    margin: 0 auto 16px;    color: var(--navy);    font-size: clamp(31px, 5vw, 52px);    font-weight: 900;    line-height: 1.08;    letter-spacing: -1.4px;  }  .wiggle-p2-subheading {    max-width: 750px;    margin: 0 auto;    color: var(--gray);    font-size: 17px;    line-height: 1.7;  }  .wiggle-p2-cta {    display: flex;    align-items: center;    justify-content: center;    width: min(100%, 430px);    min-height: 59px;    margin: 28px auto 0;    padding: 16px 24px;    border-radius: 14px;    color: #ffffff !important;    background: linear-gradient(135deg, #ff4a55, #d91f2d);    box-shadow: 0 14px 30px rgba(222, 31, 44, .3);    text-align: center;    text-decoration: none !important;    font-size: 17px;    font-weight: 900;    letter-spacing: .35px;    transition: transform .2s ease, box-shadow .2s ease;  }  .wiggle-p2-cta:hover {    color: #ffffff !important;    transform: translateY(-2px);    box-shadow: 0 18px 35px rgba(222, 31, 44, .38);  }  \/* Feature rows *\/  .wiggle-p2-feature-area {    background: #ffffff;  }  .wiggle-p2-feature-row {    display: grid;    grid-template-columns: 1fr 1fr;    align-items: center;    gap: 54px;  }  .wiggle-p2-feature-row + .wiggle-p2-feature-row {    margin-top: 78px;  }  .wiggle-p2-feature-row.reverse .wiggle-p2-image-wrap {    order: 2;  }  .wiggle-p2-feature-row.reverse .wiggle-p2-copy {    order: 1;  }  .wiggle-p2-image-wrap {    position: relative;  }  .wiggle-p2-image-card {    overflow: hidden;    padding: 11px;    border: 1px solid #e7e9ef;    border-radius: 27px;    background: #ffffff;    box-shadow: 0 22px 52px rgba(31, 41, 67, .13);  }  .wiggle-p2-image-card img {    width: 100%;    border-radius: 20px;  }  .wiggle-p2-number {    position: absolute;    top: -18px;    left: -18px;    z-index: 3;    display: grid;    place-items: center;    width: 64px;    height: 64px;    border: 6px solid #ffffff;    border-radius: 50%;    color: #ffffff;    background: var(--red);    box-shadow: 0 10px 24px rgba(222, 31, 44, .28);    font-size: 21px;    font-weight: 900;  }  .wiggle-p2-copy h2 {    margin: 0 0 16px;    color: var(--navy);    font-size: clamp(29px, 4vw, 44px);    font-weight: 900;    line-height: 1.12;    letter-spacing: -.9px;  }  .wiggle-p2-copy \u003e p {    margin: 0 0 23px;    color: var(--gray);    font-size: 17px;    line-height: 1.72;  }  .wiggle-p2-check-list {    display: grid;    gap: 13px;    margin: 0;    padding: 0;    list-style: none;  }  .wiggle-p2-check-list li {    display: flex;    align-items: flex-start;    gap: 11px;    color: #344057;    font-size: 15px;    font-weight: 750;  }  .wiggle-p2-check-list li::before {    content: \"✓\";    display: grid;    place-items: center;    flex: 0 0 24px;    width: 24px;    height: 24px;    margin-top: 1px;    border-radius: 50%;    color: #ffffff;    background: var(--green);    font-size: 13px;    font-weight: 900;  }  \/* LED wide section *\/  .wiggle-p2-led-section {    padding: 0 0 74px;    background: #ffffff;  }  .wiggle-p2-wide-card {    overflow: hidden;    border-radius: 27px;    background: var(--navy);    box-shadow: 0 24px 58px rgba(24, 30, 51, .18);  }  .wiggle-p2-wide-card img {    width: 100%;  }  .wiggle-p2-wide-copy {    padding: 30px 25px 33px;    color: #ffffff;    text-align: center;  }  .wiggle-p2-wide-copy h2 {    margin: 0 0 10px;    color: #ffffff;    font-size: clamp(28px, 4vw, 44px);    font-weight: 900;    line-height: 1.1;  }  .wiggle-p2-wide-copy p {    max-width: 760px;    margin: 0 auto;    color: #cbd1df;    font-size: 16px;    line-height: 1.68;  }  \/* Steps *\/  .wiggle-p2-how {    background:      radial-gradient(circle at 5% 10%, rgba(239, 51, 64, .1), transparent 28%),      radial-gradient(circle at 95% 90%, rgba(255, 207, 51, .18), transparent 28%),      var(--light);  }  .wiggle-p2-step-grid {    display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 18px;    margin-top: 42px;  }  .wiggle-p2-step-card {    padding: 27px 20px 24px;    border: 1px solid #e7e9ef;    border-radius: 20px;    background: #ffffff;    box-shadow: 0 9px 25px rgba(34, 43, 70, .06);  }  .wiggle-p2-step-number {    display: grid;    place-items: center;    width: 46px;    height: 46px;    margin: 0 auto 17px;    border-radius: 14px;    color: #ffffff;    background: linear-gradient(135deg, #ff4a55, #d91f2d);    box-shadow: 0 8px 18px rgba(222, 31, 44, .23);    font-size: 18px;    font-weight: 900;  }  .wiggle-p2-step-card h3 {    margin: 0 0 8px;    color: var(--navy);    font-size: 18px;    line-height: 1.25;  }  .wiggle-p2-step-card p {    margin: 0;    color: var(--gray);    font-size: 14px;    line-height: 1.62;  }  \/* Safety section *\/  .wiggle-p2-safety-section {    background: #ffffff;  }  .wiggle-p2-safety-grid {    display: grid;    grid-template-columns: .95fr 1.05fr;    align-items: center;    gap: 50px;  }  .wiggle-p2-safety-image {    overflow: hidden;    border-radius: 27px;    box-shadow: 0 22px 52px rgba(31, 41, 67, .13);  }  .wiggle-p2-safety-content h2 {    margin: 0 0 16px;    color: var(--navy);    font-size: clamp(30px, 4.5vw, 48px);    font-weight: 900;    line-height: 1.1;    letter-spacing: -1px;  }  .wiggle-p2-safety-content \u003e p {    margin: 0 0 23px;    color: var(--gray);    font-size: 17px;    line-height: 1.72;  }  .wiggle-p2-safety-items {    display: grid;    grid-template-columns: 1fr 1fr;    gap: 13px;  }  .wiggle-p2-safety-item {    display: flex;    align-items: flex-start;    gap: 10px;    padding: 15px;    border: 1px solid #e8eaf0;    border-radius: 15px;    background: #fafbfc;  }  .wiggle-p2-safety-icon {    display: grid;    place-items: center;    flex: 0 0 39px;    width: 39px;    height: 39px;    border-radius: 11px;    background: var(--pink);    font-size: 19px;  }  .wiggle-p2-safety-item strong {    display: block;    margin-bottom: 3px;    color: var(--navy);    font-size: 14px;  }  .wiggle-p2-safety-item small {    display: block;    color: var(--gray);    font-size: 12px;    line-height: 1.45;  }  \/* Gift section *\/  .wiggle-p2-gift-section {    padding: 0 0 74px;    background: #ffffff;  }  .wiggle-p2-gift-card {    overflow: hidden;    border-radius: 27px;    background: #fff7f8;    box-shadow: 0 22px 52px rgba(31, 41, 67, .12);  }  .wiggle-p2-gift-copy {    padding: 31px 24px 35px;    text-align: center;  }  .wiggle-p2-gift-copy h2 {    margin: 0 0 10px;    color: var(--navy);    font-size: clamp(29px, 4vw, 44px);    font-weight: 900;    line-height: 1.1;  }  .wiggle-p2-gift-copy p {    max-width: 760px;    margin: 0 auto;    color: var(--gray);    font-size: 16px;    line-height: 1.68;  }  .wiggle-p2-trust {    display: flex;    justify-content: center;    flex-wrap: wrap;    gap: 12px;    margin-top: 17px;    color: #475166;    font-size: 13px;    font-weight: 800;  }  @media (max-width: 900px) {    .wiggle-p2-section {      padding: 56px 0;    }    .wiggle-p2-feature-row,    .wiggle-p2-safety-grid {      grid-template-columns: 1fr;      gap: 33px;    }    .wiggle-p2-feature-row.reverse .wiggle-p2-image-wrap,    .wiggle-p2-feature-row.reverse .wiggle-p2-copy {      order: initial;    }    .wiggle-p2-feature-row + .wiggle-p2-feature-row {      margin-top: 60px;    }    .wiggle-p2-step-grid {      grid-template-columns: repeat(2, 1fr);    }    .wiggle-p2-copy,    .wiggle-p2-safety-content {      text-align: center;    }    .wiggle-p2-check-list {      width: min(100%, 570px);      margin-right: auto;      margin-left: auto;      text-align: left;    }  }  @media (max-width: 560px) {    .wiggle-p2-container {      width: min(100% - 22px, 1120px);    }    .wiggle-p2-heading {      font-size: 34px;    }    .wiggle-p2-subheading {      font-size: 15px;    }    .wiggle-p2-cta {      min-height: 57px;      padding: 15px 17px;      font-size: 15px;    }    .wiggle-p2-image-card,    .wiggle-p2-wide-card,    .wiggle-p2-safety-image,    .wiggle-p2-gift-card {      border-radius: 18px;    }    .wiggle-p2-image-card {      padding: 7px;    }    .wiggle-p2-image-card img {      border-radius: 14px;    }    .wiggle-p2-number {      top: -13px;      left: -7px;      width: 52px;      height: 52px;      border-width: 5px;      font-size: 17px;    }    .wiggle-p2-step-grid {      grid-template-columns: 1fr;      gap: 13px;      margin-top: 30px;    }    .wiggle-p2-step-card {      display: grid;      grid-template-columns: 46px 1fr;      column-gap: 13px;      padding: 19px 17px;      text-align: left;    }    .wiggle-p2-step-number {      grid-row: span 2;      width: 46px;      height: 46px;      margin: 0;    }    .wiggle-p2-step-card h3 {      margin-top: 2px;    }    .wiggle-p2-safety-items {      grid-template-columns: 1fr;    }    .wiggle-p2-wide-copy,    .wiggle-p2-gift-copy {      padding: 24px 16px 28px;    }  }\u003c\/style\u003e\u003cdiv class=\"wiggle-part2\"\u003e  \u003c!-- Feature detail rows --\u003e  \u003csection class=\"wiggle-p2-section wiggle-p2-feature-area\"\u003e    \u003cdiv class=\"wiggle-p2-container\"\u003e      \u003cdiv class=\"wiggle-p2-feature-row\"\u003e        \u003cdiv class=\"wiggle-p2-image-wrap\"\u003e          \u003cdiv class=\"wiggle-p2-image-card\"\u003e            \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1760346531690\/af6891e8da274df6845e5b6bd236fba1.jpg?h=600\u0026amp;w=1464\" alt=\"Manual and electric riding modes for kids wiggle car\" loading=\"lazy\"\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p2-number\"\u003e            01          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-p2-copy\"\u003e          \u003cdiv class=\"wiggle-p2-eyebrow\"\u003e            Two Riding Modes          \u003c\/div\u003e          \u003ch2\u003e            Start Easy. Add More Excitement When They’re Ready.          \u003c\/h2\u003e          \u003cp\u003e            Children can ride manually or switch to electric pedal power.            This flexible dual-mode design makes it easy to match different            confidence levels and play styles.          \u003c\/p\u003e          \u003cul class=\"wiggle-p2-check-list\"\u003e            \u003cli\u003eManual wiggle mode encourages active movement\u003c\/li\u003e            \u003cli\u003eElectric pedal mode provides simple powered riding\u003c\/li\u003e            \u003cli\u003eEasy steering for turning and spinning\u003c\/li\u003e            \u003cli\u003eSuitable for different stages of confidence\u003c\/li\u003e          \u003c\/ul\u003e                  \u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"wiggle-p2-feature-row reverse\"\u003e        \u003cdiv class=\"wiggle-p2-image-wrap\"\u003e          \u003cdiv class=\"wiggle-p2-image-card\"\u003e            \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1760346531690\/0f670c6285964c6ea600663a7104a36f.jpg?h=600\u0026amp;w=1464\" alt=\"Bluetooth music functions on rechargeable electric wiggle car\" loading=\"lazy\"\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p2-number\"\u003e            02          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-p2-copy\"\u003e          \u003cdiv class=\"wiggle-p2-eyebrow\"\u003e            Bluetooth \u0026amp; Music          \u003c\/div\u003e          \u003ch2\u003e            Their Favorite Songs Make Every Ride More Fun.          \u003c\/h2\u003e          \u003cp\u003e            Connect a compatible phone and let children enjoy familiar music            while they move, steer and explore. Built-in sound features add            more energy to every ride.          \u003c\/p\u003e          \u003cul class=\"wiggle-p2-check-list\"\u003e            \u003cli\u003eBluetooth connection for compatible mobile devices\u003c\/li\u003e            \u003cli\u003eBuilt-in music and sound controls\u003c\/li\u003e            \u003cli\u003eMore interactive and engaging playtime\u003c\/li\u003e            \u003cli\u003eIdeal for birthdays, parties and family fun\u003c\/li\u003e          \u003c\/ul\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- LED section --\u003e  \u003csection class=\"wiggle-p2-led-section\"\u003e    \u003cdiv class=\"wiggle-p2-container\"\u003e      \u003cdiv class=\"wiggle-p2-wide-card\"\u003e        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1760346531690\/922615477d4a471fbc61ec30719d6a3f.jpg?h=600\u0026amp;w=1464\" alt=\"Colorful LED lights on electric wiggle car\" loading=\"lazy\"\u003e        \u003cdiv class=\"wiggle-p2-wide-copy\"\u003e          \u003ch2\u003e            Turn Every Ride Into a Colorful Light Show          \u003c\/h2\u003e          \u003cp\u003e            Bright LED effects and illuminated wheels make every spin and turn            more exciting, whether children are playing indoors or outside.          \u003c\/p\u003e                  \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- How it works --\u003e  \u003csection class=\"wiggle-p2-section wiggle-p2-how\"\u003e    \u003cdiv class=\"wiggle-p2-container wiggle-p2-center\"\u003e      \u003cdiv class=\"wiggle-p2-eyebrow\"\u003e        Simple to Use      \u003c\/div\u003e      \u003ch2 class=\"wiggle-p2-heading\"\u003e        From Charging to Riding in Four Easy Steps      \u003c\/h2\u003e      \u003cp class=\"wiggle-p2-subheading\"\u003e        Straightforward controls help children begin enjoying their new ride        without complicated operation.      \u003c\/p\u003e      \u003cdiv class=\"wiggle-p2-step-grid\"\u003e        \u003carticle class=\"wiggle-p2-step-card\"\u003e          \u003cdiv class=\"wiggle-p2-step-number\"\u003e1\u003c\/div\u003e          \u003ch3\u003eCharge It\u003c\/h3\u003e          \u003cp\u003e            Fully charge the rechargeable battery before the first ride.          \u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p2-step-card\"\u003e          \u003cdiv class=\"wiggle-p2-step-number\"\u003e2\u003c\/div\u003e          \u003ch3\u003ePower On\u003c\/h3\u003e          \u003cp\u003e            Turn on the car and select the preferred riding mode.          \u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p2-step-card\"\u003e          \u003cdiv class=\"wiggle-p2-step-number\"\u003e3\u003c\/div\u003e          \u003ch3\u003ePress the Pedal\u003c\/h3\u003e          \u003cp\u003e            Use the foot pedal for smooth and simple electric movement.          \u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p2-step-card\"\u003e          \u003cdiv class=\"wiggle-p2-step-number\"\u003e4\u003c\/div\u003e          \u003ch3\u003eSteer \u0026amp; Enjoy\u003c\/h3\u003e          \u003cp\u003e            Turn the steering wheel, play music and enjoy the ride.          \u003c\/p\u003e        \u003c\/article\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Safety section --\u003e  \u003csection class=\"wiggle-p2-section wiggle-p2-safety-section\"\u003e    \u003cdiv class=\"wiggle-p2-container\"\u003e      \u003cdiv class=\"wiggle-p2-safety-grid\"\u003e        \u003cdiv class=\"wiggle-p2-safety-image\"\u003e          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1760346531690\/3f0579373e554f889e6c7ab4ef9eb5d2.jpg?h=600\u0026amp;w=1464\" alt=\"Stable low-profile design of electric wiggle car\" loading=\"lazy\"\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-p2-safety-content\"\u003e          \u003cdiv class=\"wiggle-p2-eyebrow\"\u003e            Designed With Parents in Mind          \u003c\/div\u003e          \u003ch2\u003e            Exciting for Kids. Reassuring for Parents.          \u003c\/h2\u003e          \u003cp\u003e            The low body, wide base and stable structural design help create            a more confident riding position. Simple controls also make the            toy easier to understand and supervise.          \u003c\/p\u003e          \u003cdiv class=\"wiggle-p2-safety-items\"\u003e            \u003cdiv class=\"wiggle-p2-safety-item\"\u003e              \u003cspan class=\"wiggle-p2-safety-icon\"\u003e🛡️\u003c\/span\u003e              \u003cspan\u003e                \u003cstrong\u003eAnti-Tip Structure\u003c\/strong\u003e                \u003csmall\u003eHelps improve stability during turns.\u003c\/small\u003e              \u003c\/span\u003e            \u003c\/div\u003e            \u003cdiv class=\"wiggle-p2-safety-item\"\u003e              \u003cspan class=\"wiggle-p2-safety-icon\"\u003e⬇️\u003c\/span\u003e              \u003cspan\u003e                \u003cstrong\u003eLow Center of Gravity\u003c\/strong\u003e                \u003csmall\u003eCreates a steadier riding position.\u003c\/small\u003e              \u003c\/span\u003e            \u003c\/div\u003e            \u003cdiv class=\"wiggle-p2-safety-item\"\u003e              \u003cspan class=\"wiggle-p2-safety-icon\"\u003e🦶\u003c\/span\u003e              \u003cspan\u003e                \u003cstrong\u003eSimple Pedal Control\u003c\/strong\u003e                \u003csmall\u003eEasy for children to understand.\u003c\/small\u003e              \u003c\/span\u003e            \u003c\/div\u003e            \u003cdiv class=\"wiggle-p2-safety-item\"\u003e              \u003cspan class=\"wiggle-p2-safety-icon\"\u003e🔄\u003c\/span\u003e              \u003cspan\u003e                \u003cstrong\u003eSmooth Steering\u003c\/strong\u003e                \u003csmall\u003eResponsive turning for enjoyable movement.\u003c\/small\u003e              \u003c\/span\u003e            \u003c\/div\u003e          \u003c\/div\u003e                  \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Gift section --\u003e  \u003csection class=\"wiggle-p2-gift-section\"\u003e    \u003cdiv class=\"wiggle-p2-container\"\u003e      \u003cdiv class=\"wiggle-p2-gift-card\"\u003e        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1760346531690\/a0f38197e9c24265bb9e56afac85244f.jpg?h=600\u0026amp;w=1464\" alt=\"Electric wiggle car birthday gift for kids\" loading=\"lazy\"\u003e        \u003cdiv class=\"wiggle-p2-gift-copy\"\u003e          \u003cdiv class=\"wiggle-p2-eyebrow\"\u003e            The Perfect Gift          \u003c\/div\u003e          \u003ch2\u003e            Give Them a Gift They’ll Actually Use          \u003c\/h2\u003e          \u003cp\u003e            A memorable choice for birthdays, Christmas and special occasions.            It combines movement, lights, music and independent play in one            exciting rechargeable ride-on toy.          \u003c\/p\u003e          \u003cdiv class=\"wiggle-p2-trust\"\u003e            \u003cspan\u003e🎁 Gift-Ready Choice\u003c\/span\u003e            \u003cspan\u003e🚚 Tracked Shipping\u003c\/span\u003e            \u003cspan\u003e🔒 Secure Checkout\u003c\/span\u003e          \u003c\/div\u003e                  \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e\n\u003c\/div\u003e\u003c!-- =====================================================12V ELECTRIC WIGGLE CAR FOR KIDSSHOPIFY LANDING PAGEPART 3 \/ 3CLICKABLE BUTTONS WITHOUT JAVASCRIPT===================================================== --\u003e\u003cstyle\u003e  .wiggle-part3,  .wiggle-part3 * {    box-sizing: border-box;  }  .wiggle-part3 {    --red: #ef3340;    --dark-red: #d8202d;    --pink: #fff0f2;    --navy: #171d31;    --text: #2c3345;    --gray: #697184;    --light: #f7f8fb;    --green: #19a65a;    width: 100%;    max-width: 1200px;    margin: 0 auto;    overflow: hidden;    color: var(--text);    background: #ffffff;    font-family: Arial, Helvetica, sans-serif;    line-height: 1.55;  }  .wiggle-part3 img {    display: block;    width: 100%;    max-width: 100%;    height: auto;  }  .wiggle-p3-container {    width: min(1120px, calc(100% - 34px));    margin: 0 auto;  }  .wiggle-p3-section {    padding: 74px 0;  }  .wiggle-p3-center {    text-align: center;  }  .wiggle-p3-eyebrow {    display: inline-flex;    align-items: center;    justify-content: center;    gap: 7px;    margin-bottom: 15px;    padding: 8px 14px;    border-radius: 999px;    color: var(--dark-red);    background: var(--pink);    font-size: 13px;    font-weight: 900;    letter-spacing: .4px;    text-transform: uppercase;  }  .wiggle-p3-heading {    max-width: 850px;    margin: 0 auto 16px;    color: var(--navy);    font-size: clamp(31px, 5vw, 52px);    font-weight: 900;    line-height: 1.08;    letter-spacing: -1.4px;  }  .wiggle-p3-subheading {    max-width: 750px;    margin: 0 auto;    color: var(--gray);    font-size: 17px;    line-height: 1.7;  }  .wiggle-p3-cta {    display: flex;    align-items: center;    justify-content: center;    width: min(100%, 430px);    min-height: 59px;    margin: 28px auto 0;    padding: 16px 24px;    border-radius: 14px;    color: #ffffff !important;    background: linear-gradient(135deg, #ff4a55, #d91f2d);    box-shadow: 0 14px 30px rgba(222, 31, 44, .3);    text-align: center;    text-decoration: none !important;    font-size: 17px;    font-weight: 900;    letter-spacing: .35px;    transition: transform .2s ease, box-shadow .2s ease;  }  .wiggle-p3-cta:hover {    color: #ffffff !important;    transform: translateY(-2px);    box-shadow: 0 18px 35px rgba(222, 31, 44, .38);  }  \/* Product details *\/  .wiggle-p3-details {    background: var(--light);  }  .wiggle-p3-details-grid {    display: grid;    grid-template-columns: .95fr 1.05fr;    align-items: center;    gap: 52px;    margin-top: 42px;  }  .wiggle-p3-details-image {    overflow: hidden;    border-radius: 27px;    background: #ffffff;    box-shadow: 0 22px 52px rgba(31, 41, 67, .13);  }  .wiggle-p3-details-list {    display: grid;    gap: 13px;  }  .wiggle-p3-detail-row {    display: flex;    align-items: flex-start;    justify-content: space-between;    gap: 18px;    padding: 16px 18px;    border: 1px solid #e7e9ef;    border-radius: 15px;    background: #ffffff;  }  .wiggle-p3-detail-row strong {    color: var(--navy);    font-size: 14px;  }  .wiggle-p3-detail-row span {    color: var(--gray);    text-align: right;    font-size: 14px;    line-height: 1.45;  }  \/* Included *\/  .wiggle-p3-included {    background: #ffffff;  }  .wiggle-p3-included-grid {    display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 18px;    margin-top: 40px;  }  .wiggle-p3-included-card {    padding: 25px 20px;    border: 1px solid #e7e9ef;    border-radius: 19px;    background: #ffffff;    box-shadow: 0 9px 25px rgba(34, 43, 70, .06);    text-align: center;  }  .wiggle-p3-included-icon {    display: grid;    place-items: center;    width: 52px;    height: 52px;    margin: 0 auto 15px;    border-radius: 15px;    background: linear-gradient(135deg, #fff0f2, #fff8df);    font-size: 27px;  }  .wiggle-p3-included-card h3 {    margin: 0 0 7px;    color: var(--navy);    font-size: 17px;  }  .wiggle-p3-included-card p {    margin: 0;    color: var(--gray);    font-size: 13px;    line-height: 1.55;  }  \/* Comparison *\/  .wiggle-p3-compare {    background:      radial-gradient(circle at 10% 10%, rgba(239, 51, 64, .09), transparent 28%),      radial-gradient(circle at 95% 90%, rgba(255, 207, 51, .18), transparent 28%),      var(--light);  }  .wiggle-p3-table-wrap {    overflow: hidden;    max-width: 900px;    margin: 42px auto 0;    border: 1px solid #e6e8ee;    border-radius: 22px;    background: #ffffff;    box-shadow: 0 18px 44px rgba(32, 41, 66, .1);  }  .wiggle-p3-table-row {    display: grid;    grid-template-columns: 1.3fr 1fr 1fr;    border-bottom: 1px solid #eceef3;  }  .wiggle-p3-table-row:last-child {    border-bottom: 0;  }  .wiggle-p3-table-cell {    display: flex;    align-items: center;    justify-content: center;    min-height: 62px;    padding: 13px 15px;    color: var(--gray);    text-align: center;    font-size: 14px;  }  .wiggle-p3-table-cell:first-child {    justify-content: flex-start;    color: var(--navy);    text-align: left;    font-weight: 800;  }  .wiggle-p3-table-head {    color: #ffffff !important;    background: var(--navy);    font-weight: 900;  }  .wiggle-p3-good {    color: var(--green);    font-weight: 900;  }  .wiggle-p3-basic {    color: #9a4350;    font-weight: 800;  }  \/* Reviews *\/  .wiggle-p3-reviews {    background: #ffffff;  }  .wiggle-p3-review-summary {    display: flex;    align-items: center;    justify-content: center;    flex-wrap: wrap;    gap: 18px;    margin-top: 26px;  }  .wiggle-p3-score {    color: var(--navy);    font-size: 42px;    font-weight: 950;    line-height: 1;  }  .wiggle-p3-stars {    color: #ffb000;    font-size: 22px;    letter-spacing: 2px;  }  .wiggle-p3-review-count {    display: block;    margin-top: 3px;    color: var(--gray);    font-size: 13px;    font-weight: 700;  }  .wiggle-p3-review-grid {    display: grid;    grid-template-columns: repeat(3, 1fr);    gap: 19px;    margin-top: 38px;  }  .wiggle-p3-review-card {    padding: 23px;    border: 1px solid #e7e9ef;    border-radius: 20px;    background: #ffffff;    box-shadow: 0 9px 25px rgba(34, 43, 70, .06);    text-align: left;  }  .wiggle-p3-review-top {    display: flex;    align-items: center;    justify-content: space-between;    gap: 12px;    margin-bottom: 13px;  }  .wiggle-p3-review-name {    color: var(--navy);    font-size: 15px;    font-weight: 900;  }  .wiggle-p3-verified {    color: var(--green);    font-size: 11px;    font-weight: 900;  }  .wiggle-p3-review-card .wiggle-p3-stars {    margin-bottom: 12px;    font-size: 16px;    letter-spacing: 1px;  }  .wiggle-p3-review-card p {    margin: 0;    color: var(--gray);    font-size: 14px;    line-height: 1.66;  }  .wiggle-p3-country {    display: block;    margin-top: 14px;    color: #8a91a0;    font-size: 11px;    font-weight: 700;  }  \/* FAQ without JavaScript *\/  .wiggle-p3-faq {    background: var(--light);  }  .wiggle-p3-faq-list {    max-width: 900px;    margin: 40px auto 0;  }  .wiggle-p3-faq-item {    margin-bottom: 12px;    overflow: hidden;    border: 1px solid #e5e8ee;    border-radius: 16px;    background: #ffffff;  }  .wiggle-p3-faq-item summary {    display: flex;    align-items: center;    justify-content: space-between;    gap: 18px;    width: 100%;    padding: 19px 20px;    color: var(--navy);    background: #ffffff;    text-align: left;    font-size: 15px;    font-weight: 900;    cursor: pointer;    list-style: none;  }  .wiggle-p3-faq-item summary::-webkit-details-marker {    display: none;  }  .wiggle-p3-faq-item summary::after {    content: \"+\";    flex: 0 0 26px;    color: var(--red);    font-size: 23px;    line-height: 1;    transition: transform .2s ease;  }  .wiggle-p3-faq-item[open] summary::after {    transform: rotate(45deg);  }  .wiggle-p3-faq-answer {    padding: 0 20px 20px;    color: var(--gray);    font-size: 14px;    line-height: 1.7;  }  \/* Trust *\/  .wiggle-p3-guarantee {    background: #ffffff;  }  .wiggle-p3-guarantee-grid {    display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 18px;    margin-top: 40px;  }  .wiggle-p3-guarantee-card {    padding: 25px 19px;    border: 1px solid #e7e9ef;    border-radius: 19px;    background: #ffffff;    box-shadow: 0 9px 25px rgba(34, 43, 70, .06);    text-align: center;  }  .wiggle-p3-guarantee-icon {    display: grid;    place-items: center;    width: 53px;    height: 53px;    margin: 0 auto 15px;    border-radius: 16px;    background: var(--pink);    font-size: 27px;  }  .wiggle-p3-guarantee-card h3 {    margin: 0 0 7px;    color: var(--navy);    font-size: 17px;  }  .wiggle-p3-guarantee-card p {    margin: 0;    color: var(--gray);    font-size: 13px;    line-height: 1.55;  }  \/* Final CTA *\/  .wiggle-p3-final {    position: relative;    overflow: hidden;    padding: 76px 0 90px;    color: #ffffff;    background:      radial-gradient(circle at 10% 10%, rgba(255, 255, 255, .14), transparent 28%),      radial-gradient(circle at 90% 90%, rgba(255, 207, 51, .22), transparent 30%),      linear-gradient(135deg, #171d31 0%, #252d49 100%);  }  .wiggle-p3-final-grid {    display: grid;    grid-template-columns: .9fr 1.1fr;    align-items: center;    gap: 45px;  }  .wiggle-p3-final-image {    overflow: hidden;    padding: 11px;    border: 1px solid rgba(255, 255, 255, .14);    border-radius: 28px;    background: rgba(255, 255, 255, .08);    box-shadow: 0 25px 55px rgba(0, 0, 0, .22);  }  .wiggle-p3-final-image img {    border-radius: 20px;  }  .wiggle-p3-final-content h2 {    margin: 0 0 17px;    color: #ffffff;    font-size: clamp(33px, 5vw, 55px);    font-weight: 950;    line-height: 1.05;    letter-spacing: -1.5px;  }  .wiggle-p3-final-content p {    max-width: 600px;    margin: 0 0 23px;    color: #cdd3e2;    font-size: 17px;    line-height: 1.68;  }  .wiggle-p3-final-list {    display: grid;    gap: 10px;    margin: 0 0 25px;    padding: 0;    list-style: none;  }  .wiggle-p3-final-list li {    display: flex;    align-items: flex-start;    gap: 10px;    color: #ffffff;    font-size: 14px;    font-weight: 750;  }  .wiggle-p3-final-list li::before {    content: \"✓\";    display: grid;    place-items: center;    flex: 0 0 22px;    width: 22px;    height: 22px;    border-radius: 50%;    color: #ffffff;    background: var(--green);    font-size: 13px;    font-weight: 900;  }  .wiggle-p3-final .wiggle-p3-cta {    margin: 0;  }  .wiggle-p3-final-note {    margin-top: 12px;    color: #aeb7ca;    font-size: 12px;    font-weight: 700;  }  \/* Mobile sticky CTA *\/  .wiggle-p3-sticky {    position: fixed;    right: 0;    bottom: 0;    left: 0;    z-index: 999;    display: none;    align-items: center;    gap: 12px;    padding: 10px 12px;    border-top: 1px solid #e5e7ec;    background: rgba(255, 255, 255, .97);    box-shadow: 0 -8px 25px rgba(22, 28, 46, .13);    backdrop-filter: blur(12px);  }  .wiggle-p3-sticky-copy {    min-width: 0;    flex: 1;  }  .wiggle-p3-sticky-copy strong {    display: block;    overflow: hidden;    color: var(--navy);    font-size: 13px;    text-overflow: ellipsis;    white-space: nowrap;  }  .wiggle-p3-sticky-copy small {    display: block;    color: var(--red);    font-size: 11px;    font-weight: 800;  }  .wiggle-p3-sticky-button {    flex: 0 0 auto;    min-height: 44px;    padding: 11px 18px;    border-radius: 11px;    color: #ffffff !important;    background: linear-gradient(135deg, #ff4a55, #d91f2d);    text-decoration: none !important;    font-size: 13px;    font-weight: 900;  }  @media (max-width: 900px) {    .wiggle-p3-section {      padding: 56px 0;    }    .wiggle-p3-details-grid,    .wiggle-p3-final-grid {      grid-template-columns: 1fr;      gap: 34px;    }    .wiggle-p3-included-grid,    .wiggle-p3-guarantee-grid {      grid-template-columns: repeat(2, 1fr);    }    .wiggle-p3-review-grid {      grid-template-columns: 1fr 1fr;    }    .wiggle-p3-final-content {      text-align: center;    }    .wiggle-p3-final-content p {      margin-right: auto;      margin-left: auto;    }    .wiggle-p3-final-list {      width: min(100%, 560px);      margin-right: auto;      margin-left: auto;      text-align: left;    }    .wiggle-p3-final .wiggle-p3-cta {      margin-right: auto;      margin-left: auto;    }  }  @media (max-width: 560px) {    .wiggle-p3-container {      width: min(100% - 22px, 1120px);    }    .wiggle-p3-heading {      font-size: 34px;    }    .wiggle-p3-subheading {      font-size: 15px;    }    .wiggle-p3-cta {      min-height: 57px;      padding: 15px 17px;      font-size: 15px;    }    .wiggle-p3-details-image {      border-radius: 18px;    }    .wiggle-p3-detail-row {      display: block;      padding: 15px;    }    .wiggle-p3-detail-row span {      display: block;      margin-top: 5px;      text-align: left;    }    .wiggle-p3-included-grid,    .wiggle-p3-guarantee-grid,    .wiggle-p3-review-grid {      grid-template-columns: 1fr;      gap: 13px;    }    .wiggle-p3-included-card,    .wiggle-p3-guarantee-card {      display: grid;      grid-template-columns: 48px 1fr;      column-gap: 13px;      padding: 19px 17px;      text-align: left;    }    .wiggle-p3-included-icon,    .wiggle-p3-guarantee-icon {      grid-row: span 2;      width: 48px;      height: 48px;      margin: 0;    }    .wiggle-p3-included-card h3,    .wiggle-p3-guarantee-card h3 {      margin-top: 2px;    }    .wiggle-p3-table-wrap {      overflow-x: auto;      border-radius: 16px;    }    .wiggle-p3-table-row {      min-width: 650px;    }    .wiggle-p3-faq-item summary {      padding: 17px 16px;      font-size: 14px;    }    .wiggle-p3-faq-answer {      padding: 0 16px 17px;    }    .wiggle-p3-final {      padding: 58px 0 95px;    }    .wiggle-p3-final-image {      padding: 7px;      border-radius: 19px;    }    .wiggle-p3-final-image img {      border-radius: 14px;    }    .wiggle-p3-sticky {      display: flex;    }    body {      padding-bottom: 66px;    }  }\u003c\/style\u003e\u003cdiv class=\"wiggle-part3\"\u003e  \u003c!-- Product details --\u003e  \u003csection class=\"wiggle-p3-section wiggle-p3-details\"\u003e    \u003cdiv class=\"wiggle-p3-container wiggle-p3-center\"\u003e      \u003cdiv class=\"wiggle-p3-eyebrow\"\u003e        Product Details      \u003c\/div\u003e      \u003ch2 class=\"wiggle-p3-heading\"\u003e        Everything You Need to Know Before They Ride      \u003c\/h2\u003e      \u003cp class=\"wiggle-p3-subheading\"\u003e        A rechargeable ride-on toy designed for active, entertaining and        confidence-building play.      \u003c\/p\u003e      \u003cdiv class=\"wiggle-p3-details-grid\"\u003e        \u003cdiv class=\"wiggle-p3-details-image\"\u003e          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1760346531690\/566ec2ddc362493593fd74eeb8961921.jpg?h=600\u0026amp;w=1464\" alt=\"12V electric wiggle car features\" loading=\"lazy\"\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-p3-details-list\"\u003e          \u003cdiv class=\"wiggle-p3-detail-row\"\u003e            \u003cstrong\u003eRecommended Age\u003c\/strong\u003e            \u003cspan\u003eChildren ages 3+\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-detail-row\"\u003e            \u003cstrong\u003eMaximum Load\u003c\/strong\u003e            \u003cspan\u003eUp to 150 lbs\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-detail-row\"\u003e            \u003cstrong\u003ePower System\u003c\/strong\u003e            \u003cspan\u003e12V rechargeable electric drive\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-detail-row\"\u003e            \u003cstrong\u003eSpeed Options\u003c\/strong\u003e            \u003cspan\u003eLow speed approximately 1.9 mph and high speed up to 4 mph\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-detail-row\"\u003e            \u003cstrong\u003eRiding Modes\u003c\/strong\u003e            \u003cspan\u003eElectric pedal mode and manual wiggle mode\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-detail-row\"\u003e            \u003cstrong\u003eEntertainment\u003c\/strong\u003e            \u003cspan\u003eBluetooth music, sound functions and LED lighting\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-detail-row\"\u003e            \u003cstrong\u003eSafety Design\u003c\/strong\u003e            \u003cspan\u003eLow-profile body, anti-tip structure and obstruction power cut-off\u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Package contents --\u003e  \u003csection class=\"wiggle-p3-section wiggle-p3-included\"\u003e    \u003cdiv class=\"wiggle-p3-container wiggle-p3-center\"\u003e      \u003cdiv class=\"wiggle-p3-eyebrow\"\u003e        What’s Included      \u003c\/div\u003e      \u003ch2 class=\"wiggle-p3-heading\"\u003e        Ready for Fun Right Out of the Box      \u003c\/h2\u003e      \u003cp class=\"wiggle-p3-subheading\"\u003e        Your package includes the main components needed to assemble, charge        and start enjoying the ride.      \u003c\/p\u003e      \u003cdiv class=\"wiggle-p3-included-grid\"\u003e        \u003carticle class=\"wiggle-p3-included-card\"\u003e          \u003cdiv class=\"wiggle-p3-included-icon\"\u003e🚗\u003c\/div\u003e          \u003ch3\u003eElectric Wiggle Car\u003c\/h3\u003e          \u003cp\u003eThe complete rechargeable ride-on vehicle.\u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-included-card\"\u003e          \u003cdiv class=\"wiggle-p3-included-icon\"\u003e🔌\u003c\/div\u003e          \u003ch3\u003eBattery Charger\u003c\/h3\u003e          \u003cp\u003eCharging adapter for convenient home charging.\u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-included-card\"\u003e          \u003cdiv class=\"wiggle-p3-included-icon\"\u003e🛠️\u003c\/div\u003e          \u003ch3\u003eAssembly Parts\u003c\/h3\u003e          \u003cp\u003eRequired fittings and components for product setup.\u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-included-card\"\u003e          \u003cdiv class=\"wiggle-p3-included-icon\"\u003e📖\u003c\/div\u003e          \u003ch3\u003eUser Instructions\u003c\/h3\u003e          \u003cp\u003eGuidance for assembly, charging and safe operation.\u003c\/p\u003e        \u003c\/article\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Comparison --\u003e  \u003csection class=\"wiggle-p3-section wiggle-p3-compare\"\u003e    \u003cdiv class=\"wiggle-p3-container wiggle-p3-center\"\u003e      \u003cdiv class=\"wiggle-p3-eyebrow\"\u003e        See the Difference      \u003c\/div\u003e      \u003ch2 class=\"wiggle-p3-heading\"\u003e        More Than a Basic Ride-On Toy      \u003c\/h2\u003e      \u003cp class=\"wiggle-p3-subheading\"\u003e        This electric wiggle car combines movement, entertainment and flexible        play options that many basic ride-on toys leave out.      \u003c\/p\u003e      \u003cdiv class=\"wiggle-p3-table-wrap\"\u003e        \u003cdiv class=\"wiggle-p3-table-row\"\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-table-head\"\u003e            Feature          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-table-head\"\u003e            Electric Wiggle Car          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-table-head\"\u003e            Basic Ride-On Toy          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-p3-table-row\"\u003e          \u003cdiv class=\"wiggle-p3-table-cell\"\u003e            Rechargeable electric power          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-good\"\u003e            ✓ Included          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-basic\"\u003e            Often unavailable          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-p3-table-row\"\u003e          \u003cdiv class=\"wiggle-p3-table-cell\"\u003e            Manual and electric modes          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-good\"\u003e            ✓ Dual riding modes          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-basic\"\u003e            Usually one mode          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-p3-table-row\"\u003e          \u003cdiv class=\"wiggle-p3-table-cell\"\u003e            Bluetooth music          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-good\"\u003e            ✓ Supported          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-basic\"\u003e            Often unavailable          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-p3-table-row\"\u003e          \u003cdiv class=\"wiggle-p3-table-cell\"\u003e            LED lighting effects          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-good\"\u003e            ✓ Colorful lights          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-basic\"\u003e            Basic or no lighting          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-p3-table-row\"\u003e          \u003cdiv class=\"wiggle-p3-table-cell\"\u003e            Stable low-profile design          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-good\"\u003e            ✓ Designed for stability          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-table-cell wiggle-p3-basic\"\u003e            Varies by model          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e          \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Reviews --\u003e  \u003csection class=\"wiggle-p3-section wiggle-p3-reviews\"\u003e    \u003cdiv class=\"wiggle-p3-container wiggle-p3-center\"\u003e      \u003cdiv class=\"wiggle-p3-eyebrow\"\u003e        Happy Families      \u003c\/div\u003e      \u003ch2 class=\"wiggle-p3-heading\"\u003e        A Ride-On Toy Kids Will Want to Use Again and Again      \u003c\/h2\u003e      \u003cdiv class=\"wiggle-p3-review-summary\"\u003e        \u003cspan class=\"wiggle-p3-score\"\u003e4.5\u003c\/span\u003e        \u003cspan\u003e          \u003cspan class=\"wiggle-p3-stars\"\u003e★★★★★\u003c\/span\u003e          \u003cspan class=\"wiggle-p3-review-count\"\u003e            Based on 99+ customer reviews          \u003c\/span\u003e        \u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"wiggle-p3-review-grid\"\u003e        \u003carticle class=\"wiggle-p3-review-card\"\u003e          \u003cdiv class=\"wiggle-p3-review-top\"\u003e            \u003cspan class=\"wiggle-p3-review-name\"\u003eAmanda R.\u003c\/span\u003e            \u003cspan class=\"wiggle-p3-verified\"\u003e✓ VERIFIED\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-stars\"\u003e★★★★★\u003c\/div\u003e          \u003cp\u003e            My son quickly learned how to use the pedal and steering. The lights            are bright and he asks to ride it every day.          \u003c\/p\u003e          \u003cspan class=\"wiggle-p3-country\"\u003eUnited States\u003c\/span\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-review-card\"\u003e          \u003cdiv class=\"wiggle-p3-review-top\"\u003e            \u003cspan class=\"wiggle-p3-review-name\"\u003eJessica M.\u003c\/span\u003e            \u003cspan class=\"wiggle-p3-verified\"\u003e✓ VERIFIED\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-stars\"\u003e★★★★★\u003c\/div\u003e          \u003cp\u003e            We bought it as a birthday gift and it became the favorite present.            The Bluetooth music makes it even more fun.          \u003c\/p\u003e          \u003cspan class=\"wiggle-p3-country\"\u003eCanada\u003c\/span\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-review-card\"\u003e          \u003cdiv class=\"wiggle-p3-review-top\"\u003e            \u003cspan class=\"wiggle-p3-review-name\"\u003eSophie L.\u003c\/span\u003e            \u003cspan class=\"wiggle-p3-verified\"\u003e✓ VERIFIED\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-stars\"\u003e★★★★★\u003c\/div\u003e          \u003cp\u003e            The low seat and wide design made me feel more comfortable while            my daughter learned how to control it.          \u003c\/p\u003e          \u003cspan class=\"wiggle-p3-country\"\u003eUnited Kingdom\u003c\/span\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-review-card\"\u003e          \u003cdiv class=\"wiggle-p3-review-top\"\u003e            \u003cspan class=\"wiggle-p3-review-name\"\u003eRachel T.\u003c\/span\u003e            \u003cspan class=\"wiggle-p3-verified\"\u003e✓ VERIFIED\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-stars\"\u003e★★★★★\u003c\/div\u003e          \u003cp\u003e            The manual mode is useful when the battery needs charging. My child            can still move around and enjoy the toy.          \u003c\/p\u003e          \u003cspan class=\"wiggle-p3-country\"\u003eAustralia\u003c\/span\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-review-card\"\u003e          \u003cdiv class=\"wiggle-p3-review-top\"\u003e            \u003cspan class=\"wiggle-p3-review-name\"\u003eNicole B.\u003c\/span\u003e            \u003cspan class=\"wiggle-p3-verified\"\u003e✓ VERIFIED\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-stars\"\u003e★★★★★\u003c\/div\u003e          \u003cp\u003e            Assembly was straightforward and the car looks great when all the            lights are on.          \u003c\/p\u003e          \u003cspan class=\"wiggle-p3-country\"\u003eUnited States\u003c\/span\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-review-card\"\u003e          \u003cdiv class=\"wiggle-p3-review-top\"\u003e            \u003cspan class=\"wiggle-p3-review-name\"\u003eEmily C.\u003c\/span\u003e            \u003cspan class=\"wiggle-p3-verified\"\u003e✓ VERIFIED\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"wiggle-p3-stars\"\u003e★★★★★\u003c\/div\u003e          \u003cp\u003e            The steering is responsive and my two children take turns riding it.            It has become one of their favorite toys.          \u003c\/p\u003e          \u003cspan class=\"wiggle-p3-country\"\u003eNew Zealand\u003c\/span\u003e        \u003c\/article\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- FAQ --\u003e  \u003csection class=\"wiggle-p3-section wiggle-p3-faq\"\u003e    \u003cdiv class=\"wiggle-p3-container wiggle-p3-center\"\u003e      \u003cdiv class=\"wiggle-p3-eyebrow\"\u003e        Frequently Asked Questions      \u003c\/div\u003e      \u003ch2 class=\"wiggle-p3-heading\"\u003e        Questions Parents Ask Before Ordering      \u003c\/h2\u003e      \u003cdiv class=\"wiggle-p3-faq-list\"\u003e        \u003cdetails class=\"wiggle-p3-faq-item\" open\u003e          \u003csummary\u003e            What age is this wiggle car suitable for?          \u003c\/summary\u003e          \u003cdiv class=\"wiggle-p3-faq-answer\"\u003e            It is recommended for children ages 3 and older. Adult supervision            is recommended whenever the ride-on toy is being used.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails class=\"wiggle-p3-faq-item\"\u003e          \u003csummary\u003e            What is the maximum supported weight?          \u003c\/summary\u003e          \u003cdiv class=\"wiggle-p3-faq-answer\"\u003e            The product page lists a maximum load capacity of up to 150 lbs.            Always check the product and instructions before use.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails class=\"wiggle-p3-faq-item\"\u003e          \u003csummary\u003e            What riding modes does the car have?          \u003c\/summary\u003e          \u003cdiv class=\"wiggle-p3-faq-answer\"\u003e            Children can use electric pedal power or enjoy the car in manual            wiggle mode.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails class=\"wiggle-p3-faq-item\"\u003e          \u003csummary\u003e            How fast does the electric wiggle car go?          \u003c\/summary\u003e          \u003cdiv class=\"wiggle-p3-faq-answer\"\u003e            It offers a low speed of approximately 1.9 mph and a higher speed            of up to approximately 4 mph.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails class=\"wiggle-p3-faq-item\"\u003e          \u003csummary\u003e            Can it play music from a phone?          \u003c\/summary\u003e          \u003cdiv class=\"wiggle-p3-faq-answer\"\u003e            Yes. It supports Bluetooth connection with compatible mobile devices,            allowing children to enjoy music while riding.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails class=\"wiggle-p3-faq-item\"\u003e          \u003csummary\u003e            What happens if the car becomes obstructed?          \u003c\/summary\u003e          \u003cdiv class=\"wiggle-p3-faq-answer\"\u003e            The product includes an automatic power cut-off feature when movement            is obstructed. Power can restore after approximately 10 seconds.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails class=\"wiggle-p3-faq-item\"\u003e          \u003csummary\u003e            Where can the wiggle car be used?          \u003c\/summary\u003e          \u003cdiv class=\"wiggle-p3-faq-answer\"\u003e            It performs best on smooth and flat surfaces, including suitable            indoor floors, patios and paved outdoor areas.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails class=\"wiggle-p3-faq-item\"\u003e          \u003csummary\u003e            Does it require assembly?          \u003c\/summary\u003e          \u003cdiv class=\"wiggle-p3-faq-answer\"\u003e            Some basic assembly may be required. Follow the included instructions            and make sure all parts are secure before use.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails class=\"wiggle-p3-faq-item\"\u003e          \u003csummary\u003e            How do I choose a color?          \u003c\/summary\u003e          \u003cdiv class=\"wiggle-p3-faq-answer\"\u003e            Click any purchase button to return to the product page, then select            an available color before adding the item to your cart.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails class=\"wiggle-p3-faq-item\"\u003e          \u003csummary\u003e            What is the return policy?          \u003c\/summary\u003e          \u003cdiv class=\"wiggle-p3-faq-answer\"\u003e            Eligible purchases may be returned within 30 days according to the            store’s return policy. Contact customer service before returning            an item.          \u003c\/div\u003e        \u003c\/details\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Guarantees --\u003e  \u003csection class=\"wiggle-p3-section wiggle-p3-guarantee\"\u003e    \u003cdiv class=\"wiggle-p3-container wiggle-p3-center\"\u003e      \u003cdiv class=\"wiggle-p3-eyebrow\"\u003e        Order With Confidence      \u003c\/div\u003e      \u003ch2 class=\"wiggle-p3-heading\"\u003e        Protected From Checkout to Delivery      \u003c\/h2\u003e      \u003cdiv class=\"wiggle-p3-guarantee-grid\"\u003e        \u003carticle class=\"wiggle-p3-guarantee-card\"\u003e          \u003cdiv class=\"wiggle-p3-guarantee-icon\"\u003e🔒\u003c\/div\u003e          \u003ch3\u003eSecure Checkout\u003c\/h3\u003e          \u003cp\u003eYour payment information is protected during checkout.\u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-guarantee-card\"\u003e          \u003cdiv class=\"wiggle-p3-guarantee-icon\"\u003e🚚\u003c\/div\u003e          \u003ch3\u003eTracked Shipping\u003c\/h3\u003e          \u003cp\u003eFollow your order after it has been dispatched.\u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-guarantee-card\"\u003e          \u003cdiv class=\"wiggle-p3-guarantee-icon\"\u003e↩️\u003c\/div\u003e          \u003ch3\u003e30-Day Returns\u003c\/h3\u003e          \u003cp\u003eEligible purchases are covered by the return policy.\u003c\/p\u003e        \u003c\/article\u003e        \u003carticle class=\"wiggle-p3-guarantee-card\"\u003e          \u003cdiv class=\"wiggle-p3-guarantee-icon\"\u003e💬\u003c\/div\u003e          \u003ch3\u003eCustomer Support\u003c\/h3\u003e          \u003cp\u003eContact the support team if you need order assistance.\u003c\/p\u003e        \u003c\/article\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Final CTA --\u003e  \u003csection class=\"wiggle-p3-final\"\u003e    \u003cdiv class=\"wiggle-p3-container\"\u003e      \u003cdiv class=\"wiggle-p3-final-grid\"\u003e        \u003cdiv class=\"wiggle-p3-final-image\"\u003e          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1760346531690\/a0f38197e9c24265bb9e56afac85244f.jpg?h=600\u0026amp;w=1464\" alt=\"12V electric wiggle car gift for children\" loading=\"lazy\"\u003e        \u003c\/div\u003e        \u003cdiv class=\"wiggle-p3-final-content\"\u003e          \u003cdiv class=\"wiggle-p3-eyebrow\"\u003e            Limited Stock Available          \u003c\/div\u003e          \u003ch2\u003e            Make Their Next Ride the Most Exciting One Yet.          \u003c\/h2\u003e          \u003cp\u003e            Bring together rechargeable movement, Bluetooth music, colorful            lighting and smooth steering in one unforgettable gift.          \u003c\/p\u003e          \u003cul class=\"wiggle-p3-final-list\"\u003e            \u003cli\u003e12V rechargeable electric riding power\u003c\/li\u003e            \u003cli\u003eLow and high speed options\u003c\/li\u003e            \u003cli\u003eBluetooth music and colorful LED lighting\u003c\/li\u003e            \u003cli\u003eElectric and manual riding modes\u003c\/li\u003e            \u003cli\u003eStable low-profile anti-tip structure\u003c\/li\u003e            \u003cli\u003eTracked shipping and 30-day returns\u003c\/li\u003e          \u003c\/ul\u003e                    \u003cdiv class=\"wiggle-p3-final-note\"\u003e            Popular colors may sell out first.          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e\n\u003c\/div\u003e\u003c!-- Mobile sticky purchase bar --\u003e\u003cdiv class=\"wiggle-p3-sticky\"\u003e  \u003cdiv class=\"wiggle-p3-sticky-copy\"\u003e    \u003cstrong\u003e12V Electric Wiggle Car\u003c\/strong\u003e    \u003csmall\u003eLimited stock available\u003c\/small\u003e  \u003c\/div\u003e  \u003c\/div\u003e","brand":"mysite","offers":[{"title":"Black Red","offer_id":58332746121480,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":58332746154248,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Black White","offer_id":58332746187016,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Blue","offer_id":58332746219784,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Red Blue","offer_id":58332746252552,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true},{"title":"Purple","offer_id":58332746285320,"sku":null,"price":30.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/5225\/4216\/files\/001.webp?v=1785466357","url":"https:\/\/motto-co.com\/products\/%f0%9f%8d%8312v-electric-wiggle-car-for-kids-led-lights-bluetooth-dual-ride-modes-vv","provider":"Motto Living","version":"1.0","type":"link"}