{"product_id":"tesla-all-weather-floor-mats-for-model-yl","title":"Sikunuo All-Weather TPE Floor Mats for Model YL 6-Seater 2026+","description":"\u003cstyle\u003e  .Sikunuo-pdp {    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;    color: #1e2d3d;    background: #ffffff;    max-width: 1000px;    margin: 0 auto;  }  \/* MODULE 1: Hero *\/  .pdp-m1 {    background: #ffffff;    padding: 40px 0 0;    text-align: center;  }  .pdp-m1 .banner-img {    width: 100%;    height: auto;    display: block;    border-radius: 14px;    margin-bottom: 32px;  }  .pdp-m1 h1 {    font-size: 26px;    font-weight: 700;    color: #1e2d3d;    margin: 0 24px 16px;    line-height: 1.35;  }  .pdp-m1 .intro {    font-size: 15px;    color: #5a7080;    line-height: 1.85;    margin: 0 auto 0;    max-width: 720px;  }  .pdp-divider {    border: none;    border-top: 1px solid #dde8ef;    margin: 36px 0;  }  \/* MODULE 2: Why Sikunuo *\/  .pdp-m2 {    background: #ffffff;    padding: 0 0 64px;  }  .pdp-m2 .section-title {    text-align: center;    font-size: 22px;    font-weight: 700;    color: #1e2d3d;    margin-bottom: 36px;    letter-spacing: 0.4px;  }  .pdp-feature-row {    display: flex;    align-items: center;    gap: 32px;    margin-bottom: 40px;  }  .pdp-feature-row:last-child { margin-bottom: 0; }  .pdp-feature-row.reverse { flex-direction: row-reverse; }  \/* 图片容器：严格 1:1，直角 *\/  .feat-img-wrap {    flex: 0 0 calc(50% - 16px);    width: calc(50% - 16px);    aspect-ratio: 1 \/ 1;    border-radius: 0;    overflow: hidden;    position: relative;    flex-shrink: 0;  }  .feat-img-wrap img {    position: absolute;    inset: 0;    width: 100%;    height: 100%;    object-fit: cover;    display: block;    border-radius: 0;  }  \/* 文案占剩余空间 *\/  .pdp-feature-row .feat-text {    flex: 1;    min-width: 0;    padding: 8px 4px;  }  .pdp-feature-row .feat-text h3 {    font-size: 20px;    font-weight: 700;    color: #1e2d3d;    margin: 0 0 0;    line-height: 1.3;  }  .pdp-feature-row .feat-text h3::after {    content: '';    display: block;    width: 36px;    height: 3px;    background: #3a8fa8;    border-radius: 2px;    margin-top: 10px;    margin-bottom: 14px;  }  .pdp-feature-row .feat-text p {    font-size: 14px;    color: #5a7080;    line-height: 1.85;    margin: 0;  }  \/* MODULE 3: Showcase Banner *\/  .pdp-m3-banner {    background: #ffffff;    padding: 48px 0 0;  }  .pdp-m3-banner .section-title {    text-align: center;    font-size: 22px;    font-weight: 700;    color: #1e2d3d;    margin-bottom: 20px;    letter-spacing: 0.4px;  }  .pdp-m3-banner .banner-img-spec {    width: 100%;    height: auto;    display: block;    border-radius: 14px;  }  \/* MODULE 4: Specs + Care *\/  .pdp-m4-specs {    background: #ffffff;    padding: 48px 0;  }  .pdp-m4-specs .section-title {    font-size: 20px;    font-weight: 700;    color: #1e2d3d;    margin-bottom: 20px;    padding-bottom: 12px;    border-bottom: 2px solid #c8dde8;  }  .pdp-specs-table {    width: 100%;    border-collapse: collapse;    margin-bottom: 40px;    border-radius: 12px;    overflow: hidden;    border: 1px solid #dde8ef;  }  .pdp-specs-table tr { background: #ffffff; }  .pdp-specs-table tr:nth-child(even) { background: #f4f8fb; }  .pdp-specs-table td {    padding: 13px 20px;    font-size: 14px;    border-bottom: 1px solid #dde8ef;    color: #1e2d3d;  }  .pdp-specs-table td:first-child {    font-weight: 600;    color: #2a5f7a;    width: 40%;  }  .pdp-care-list {    border: 1px solid #dde8ef;    border-radius: 12px;    padding: 8px 24px;    list-style: none;    margin: 0;    background: #ffffff;  }  .pdp-care-list li {    font-size: 14px;    color: #5a7080;    line-height: 1.85;    padding: 12px 0 12px 28px;    border-bottom: 1px solid #eef3f6;    position: relative;  }  .pdp-care-list li:last-child { border-bottom: none; }  .pdp-care-list li::before {    content: '✓';    position: absolute;    left: 4px;    color: #3a8fa8;    font-weight: 700;  }  .pdp-care-list li strong { color: #2a5f7a; }  \/* MODULE 5: FAQ *\/  .pdp-m5-faq {    background: #ffffff;    padding: 0 0 40px;  }  .pdp-m5-faq .section-title {    font-size: 20px;    font-weight: 700;    color: #1e2d3d;    margin-bottom: 20px;    text-align: center;  }  .faq-toggle { display: none; }  .pdp-faq-item {    border: 1px solid #dde8ef;    border-radius: 10px;    margin-bottom: 10px;    overflow: hidden;    background: #ffffff;  }  .pdp-faq-label {    display: block;    padding: 16px 48px 16px 20px;    font-size: 14px;    font-weight: 600;    color: #2a5f7a;    background: #f0f7fa;    border-left: 4px solid #3a8fa8;    cursor: pointer;    position: relative;    user-select: none;    transition: background 0.2s;  }  .pdp-faq-label:hover { background: #e2f0f5; }  .pdp-faq-label::after {    content: '+';    position: absolute;    right: 18px;    top: 50%;    transform: translateY(-50%);    font-size: 22px;    font-weight: 300;    color: #3a8fa8;    line-height: 1;  }  .pdp-faq-answer {    max-height: 0;    overflow: hidden;    transition: max-height 0.35s ease, padding 0.25s ease;    font-size: 14px;    color: #5a7080;    line-height: 1.85;    padding: 0 20px;    background: #ffffff;  }  .faq-toggle:checked + .pdp-faq-item .pdp-faq-label { background: #e2f0f5; }  .faq-toggle:checked + .pdp-faq-item .pdp-faq-label::after { content: '−'; }  .faq-toggle:checked + .pdp-faq-item .pdp-faq-answer {    max-height: 300px;    padding: 14px 20px;    border-top: 1px solid #dde8ef;  }  @media (max-width: 640px) {    .pdp-feature-row,    .pdp-feature-row.reverse {      flex-direction: column;      gap: 20px;    }    .feat-img-wrap {      flex: none;      width: 100%;    }    .pdp-feature-row .feat-text { padding: 0; }    .pdp-m1 h1 { font-size: 20px; }  }\u003c\/style\u003e\u003cdiv class=\"Sikunuo-pdp\"\u003e  \u003c!-- MODULE 1: Hero --\u003e  \u003cdiv class=\"pdp-m1\"\u003e    \u003cimg class=\"banner-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Model_YL_A_2.jpg\" alt=\"Sikunuo Floor Mats Overview\"\u003e    \u003ch1\u003eSikunuo All-Weather TPE Floor Mats for Model YL 6-Seater 2026+\u003c\/h1\u003e    \u003cp class=\"intro\"\u003eThe cabin of your Model YL is a statement — clean lines, considered materials, and an interior that reflects the precision of the vehicle itself. Sikunuo All-Weather TPE Floor Mats are designed to honor that standard. Laser-measured, eco-certified, and crafted from premium TPE, these mats deliver protection that is as refined as the car they're made for.\u003c\/p\u003e  \u003c\/div\u003e  \u003chr class=\"pdp-divider\"\u003e  \u003c!-- MODULE 2: Why Sikunuo Floor Mats --\u003e  \u003cdiv class=\"pdp-m2\"\u003e    \u003cdiv class=\"section-title\"\u003eWhy Sikunuo Floor Mats?\u003c\/div\u003e    \u003cdiv class=\"pdp-feature-row\"\u003e      \u003cdiv class=\"feat-img-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Model_YL_6.png\" alt=\"Precision-Engineered Fit\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"feat-text\"\u003e        \u003ch3\u003ePrecision-Engineered Fit\u003c\/h3\u003e        \u003cp\u003eEvery Sikunuo mat begins with a 3D laser scan of the 2026+ Model YL footwell. The result is a fit so exact it appears factory-installed — flush edges, seamless corners, and zero gaps. No cutting, no compromise.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"pdp-feature-row reverse\"\u003e      \u003cdiv class=\"feat-img-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/O1CN01bI10RX2LYUWvq8wxt__2206375519704.jpg\" alt=\"Premium Eco-Certified TPE\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"feat-text\"\u003e        \u003ch3\u003ePremium Eco-Certified TPE\u003c\/h3\u003e        \u003cp\u003eFood-grade and baby-safe, our material is free from BPA, heavy metals, and harmful plasticizers. It's the same standard of purity used in infant products — brought to your vehicle's floor.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"pdp-feature-row\"\u003e      \u003cdiv class=\"feat-img-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/O1CN01aP17XO24SfziZaWQ2__3181937390.jpg\" alt=\"Zero Formaldehyde Zero Odor\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"feat-text\"\u003e        \u003ch3\u003eZero Formaldehyde. Zero Odor.\u003c\/h3\u003e        \u003cp\u003eFrom the moment you open the box, there is no chemical smell, no off-gassing, no compromise on air quality. Sikunuo mats are certified zero-formaldehyde — because the air inside your cabin matters.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"pdp-feature-row reverse\"\u003e      \u003cdiv class=\"feat-img-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Model_YL_2.png\" alt=\"Pedal Safety Verified\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"feat-text\"\u003e        \u003ch3\u003ePedal Safety, Verified\u003c\/h3\u003e        \u003cp\u003eEvery contour is engineered to lie flat and stay in place, with verified clearance from both the brake and accelerator pedals. Drive with complete confidence.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"pdp-feature-row\"\u003e      \u003cdiv class=\"feat-img-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/image_42_dcd6757f-2f0b-4ab4-a50d-606dcdd1e572.jpg\" alt=\"All-Season Defense\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"feat-text\"\u003e        \u003ch3\u003eAll-Season Defense\u003c\/h3\u003e        \u003cp\u003eRaised sidewalls and deep drainage channels contain rain, mud, snow, and sand — whatever the season brings, it stays in the mat, not absorbed into your floor.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"pdp-feature-row reverse\"\u003e      \u003cdiv class=\"feat-img-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Model_YL_4.png\" alt=\"Effortless Maintenance\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"feat-text\"\u003e        \u003ch3\u003eEffortless Maintenance\u003c\/h3\u003e        \u003cp\u003eRemove. Rinse. Reinstall. A quick rinse is all it takes to restore them to their original condition — no special tools, no detailing required.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- MODULE 3: Showcase Banner --\u003e  \u003cdiv class=\"pdp-m3-banner\"\u003e    \u003cdiv class=\"section-title\"\u003eDesigned for the Tesla Model YL\u003c\/div\u003e    \u003cimg class=\"banner-img-spec\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Model_YL_A.jpg\" alt=\"Sikunuo Floor Mats in Tesla Model YL\"\u003e  \u003c\/div\u003e  \u003c!-- MODULE 4: Specs + Care --\u003e  \u003cdiv class=\"pdp-m4-specs\"\u003e    \u003cdiv class=\"section-title\"\u003eProduct Specifications\u003c\/div\u003e    \u003ctable class=\"pdp-specs-table\"\u003e      \u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eAll-Weather TPE Floor Mats\u003c\/td\u003e\n\u003c\/tr\u003e      \u003ctr\u003e\n\u003ctd\u003eCompatible Vehicle\u003c\/td\u003e\n\u003ctd\u003e2026+ Tesla Model YL 6-Seater\u003c\/td\u003e\n\u003c\/tr\u003e      \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eTPE (Thermoplastic Elastomer)\u003c\/td\u003e\n\u003c\/tr\u003e      \u003ctr\u003e\n\u003ctd\u003eFormaldehyde Content\u003c\/td\u003e\n\u003ctd\u003e0\u003c\/td\u003e\n\u003c\/tr\u003e      \u003ctr\u003e\n\u003ctd\u003eOdor\u003c\/td\u003e\n\u003ctd\u003eNone\u003c\/td\u003e\n\u003c\/tr\u003e      \u003ctr\u003e\n\u003ctd\u003eRecyclability\u003c\/td\u003e\n\u003ctd\u003e100%\u003c\/td\u003e\n\u003c\/tr\u003e      \u003ctr\u003e\n\u003ctd\u003ePedal Safety\u003c\/td\u003e\n\u003ctd\u003eBrake \u0026amp; accelerator clearance verified\u003c\/td\u003e\n\u003c\/tr\u003e      \u003ctr\u003e\n\u003ctd\u003eFit Method\u003c\/td\u003e\n\u003ctd\u003e3D laser-scanned custom fit\u003c\/td\u003e\n\u003c\/tr\u003e    \u003c\/table\u003e    \u003cdiv class=\"section-title\"\u003eCare \u0026amp; Maintenance\u003c\/div\u003e    \u003cul class=\"pdp-care-list\"\u003e      \u003cli\u003e\n\u003cstrong\u003eRoutine care:\u003c\/strong\u003e Remove mats, rinse with clean water, and air dry before reinstalling.\u003c\/li\u003e      \u003cli\u003e\n\u003cstrong\u003eDeep clean:\u003c\/strong\u003e For stubborn residue, apply mild soap with a soft brush, then rinse thoroughly.\u003c\/li\u003e      \u003cli\u003e\n\u003cstrong\u003eAvoid solvents:\u003c\/strong\u003e Keep bleach, acetone, and petroleum-based cleaners away — they degrade TPE over time.\u003c\/li\u003e      \u003cli\u003e\n\u003cstrong\u003eAfter reinstalling:\u003c\/strong\u003e Confirm the mats are seated flat and clear of the pedals before driving.\u003c\/li\u003e      \u003cli\u003e\n\u003cstrong\u003eLong-term storage:\u003c\/strong\u003e Store flat or loosely rolled in a cool, dry place away from direct sunlight.\u003c\/li\u003e    \u003c\/ul\u003e  \u003c\/div\u003e  \u003c!-- MODULE 5: FAQ --\u003e  \u003cdiv class=\"pdp-m5-faq\"\u003e    \u003cdiv class=\"section-title\"\u003eFrequently Asked Questions\u003c\/div\u003e    \u003cinput type=\"checkbox\" id=\"faq1\" class=\"faq-toggle\"\u003e    \u003cdiv class=\"pdp-faq-item\"\u003e      \u003clabel class=\"pdp-faq-label\" for=\"faq1\"\u003eQ: Are these mats a true fit for the 2026 Model YL?\u003c\/label\u003e      \u003cdiv class=\"pdp-faq-answer\"\u003eYes — every mat is 3D laser-scanned specifically for the 2026+ Model YL 6-Seater. The fit is precise, with no trimming or modification required.\u003c\/div\u003e    \u003c\/div\u003e    \u003cinput type=\"checkbox\" id=\"faq2\" class=\"faq-toggle\"\u003e    \u003cdiv class=\"pdp-faq-item\"\u003e      \u003clabel class=\"pdp-faq-label\" for=\"faq2\"\u003eQ: Will the mats interfere with my pedals?\u003c\/label\u003e      \u003cdiv class=\"pdp-faq-answer\"\u003eNo. Pedal clearance is engineered and verified at the design stage. The mats stay flat and secure, with no risk of interference with braking or acceleration.\u003c\/div\u003e    \u003c\/div\u003e    \u003cinput type=\"checkbox\" id=\"faq3\" class=\"faq-toggle\"\u003e    \u003cdiv class=\"pdp-faq-item\"\u003e      \u003clabel class=\"pdp-faq-label\" for=\"faq3\"\u003eQ: Is there any smell when I first open the package?\u003c\/label\u003e      \u003cdiv class=\"pdp-faq-answer\"\u003eNone. Sikunuo mats are certified zero-formaldehyde and zero-odor. The material is clean from the moment it leaves our facility.\u003c\/div\u003e    \u003c\/div\u003e    \u003cinput type=\"checkbox\" id=\"faq4\" class=\"faq-toggle\"\u003e    \u003cdiv class=\"pdp-faq-item\"\u003e      \u003clabel class=\"pdp-faq-label\" for=\"faq4\"\u003eQ: How do I clean the mats?\u003c\/label\u003e      \u003cdiv class=\"pdp-faq-answer\"\u003eRemove, rinse with water, and air dry. For tougher stains, mild soap and a soft brush are all you need.\u003c\/div\u003e    \u003c\/div\u003e    \u003cinput type=\"checkbox\" id=\"faq5\" class=\"faq-toggle\"\u003e    \u003cdiv class=\"pdp-faq-item\"\u003e      \u003clabel class=\"pdp-faq-label\" for=\"faq5\"\u003eQ: Are the mats safe for children and pets?\u003c\/label\u003e      \u003cdiv class=\"pdp-faq-answer\"\u003eYes. The food-grade, baby-safe TPE is free from BPA and harmful chemicals — safe for every passenger.\u003c\/div\u003e    \u003c\/div\u003e    \u003cinput type=\"checkbox\" id=\"faq6\" class=\"faq-toggle\"\u003e    \u003cdiv class=\"pdp-faq-item\"\u003e      \u003clabel class=\"pdp-faq-label\" for=\"faq6\"\u003eQ: Do these work in all weather conditions?\u003c\/label\u003e      \u003cdiv class=\"pdp-faq-answer\"\u003eYes. The raised edges and deep drainage channels are built to contain rain, snow, mud, and sand across every season.\u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sikunuo","offers":[{"title":"Left-Hand Drive \/ 7PCS","offer_id":43896579096639,"sku":null,"price":359.0,"currency_code":"USD","in_stock":true},{"title":"Left-Hand Drive \/ 4PCS","offer_id":43896579129407,"sku":null,"price":269.0,"currency_code":"USD","in_stock":true},{"title":"Right-Hand Drive \/ 7PCS","offer_id":43896579162175,"sku":null,"price":359.0,"currency_code":"USD","in_stock":true},{"title":"Right-Hand Drive \/ 4PCS","offer_id":43896579194943,"sku":null,"price":269.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/4207\/5967\/files\/tesery-all-weather-tpe-floor-mats-for-model-yl-6-seater-2026-7412628.jpg?v=1789720355","url":"https:\/\/sikunuo.com\/products\/tesla-all-weather-floor-mats-for-model-yl","provider":"Sikunuo","version":"1.0","type":"link"}