{"product_id":"cute-turkey-print-cotton-casual-shirt-for-boys-girls","title":"Cute Turkey Print Summer Cotton Casual Shirt for Boys \u0026 Girls","description":"\u003cstyle\u003e\n  :root {\n    --dp-yellow: #ffcb08;\n    --dp-red: #ed1c24;\n    --dp-radius: 20px;\n    --dp-font: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n  }\n\n  .dp-pdp-wrapper {\n    font-family: var(--dp-font);\n    color: #2b2b2b;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* Highlight Banner *\/\n  .dp-hero-banner {\n    background-color: var(--dp-yellow);\n    border-radius: var(--dp-radius);\n    padding: 24px;\n    margin-bottom: 24px;\n    box-shadow: 0 4px 15px rgba(255, 203, 8, 0.25);\n  }\n\n  .dp-hero-title {\n    font-size: 1.5rem;\n    font-weight: 800;\n    margin: 0 0 12px 0;\n    color: #1a1a1a;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .dp-badge {\n    background-color: var(--dp-red);\n    color: #ffffff;\n    font-size: 0.75rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 50px;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Highlights Grid *\/\n  .dp-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 16px;\n    margin-bottom: 28px;\n  }\n\n  .dp-card {\n    background: #fdfdfd;\n    border: 2px solid #f0f0f0;\n    border-radius: var(--dp-radius);\n    padding: 18px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    transition: transform 0.2s ease;\n  }\n\n  .dp-card-icon {\n    font-size: 1.5rem;\n    background: #fff8d6;\n    padding: 8px;\n    border-radius: 12px;\n    line-height: 1;\n  }\n\n  .dp-card-text {\n    margin: 0;\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: #333;\n  }\n\n  \/* Story Description Box *\/\n  .dp-description-box {\n    background: #fafafa;\n    border-radius: var(--dp-radius);\n    padding: 24px;\n    margin-bottom: 24px;\n    border-left: 6px solid var(--dp-yellow);\n  }\n\n  .dp-description-box h3 {\n    margin-top: 0;\n    font-size: 1.2rem;\n    color: #1a1a1a;\n  }\n\n  \/* Two-Column Details Breakdown *\/\n  .dp-details-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-bottom: 28px;\n  }\n\n  .dp-detail-card {\n    background: #ffffff;\n    border: 1px solid #eaeaea;\n    border-radius: var(--dp-radius);\n    padding: 20px;\n  }\n\n  .dp-detail-card h4 {\n    margin: 0 0 12px 0;\n    font-size: 1.1rem;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: #1a1a1a;\n  }\n\n  .dp-detail-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n\n  .dp-detail-card li {\n    margin-bottom: 6px;\n    font-size: 0.9rem;\n    color: #444;\n  }\n\n  \/* Care \u0026 Note Box *\/\n  .dp-info-footer {\n    background: #fff8d6;\n    border-radius: var(--dp-radius);\n    padding: 20px;\n    margin-bottom: 24px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n\n  .dp-info-footer h5 {\n    margin: 0 0 8px 0;\n    font-size: 0.95rem;\n    font-weight: 700;\n  }\n\n  .dp-info-footer p, .dp-info-footer ul {\n    margin: 0;\n    padding-left: 18px;\n    font-size: 0.85rem;\n    color: #555;\n  }\n\n  @media (max-width: 600px) {\n    .dp-details-grid, .dp-info-footer {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dp-pdp-wrapper\"\u003e\n  \n  \u003c!-- Hero \/ Highlights Block --\u003e\n  \u003cdiv class=\"dp-hero-banner\"\u003e\n    \u003cdiv style=\"display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px;\"\u003e\n      \u003cspan class=\"dp-badge\"\u003eFestive Favorite 🦃\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"dp-hero-title\"\u003e\n      🍁 Thanksgiving Turkey T-Shirt \u0026amp; Striped Shorts Set\n    \u003c\/h2\u003e\n    \u003cp style=\"margin: 0; font-weight: 500;\"\u003e\n      A cute, festive, and breathable 2-piece set designed to keep your little one comfortable during celebrations and play!\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Key Features Grid --\u003e\n  \u003cdiv class=\"dp-grid\"\u003e\n    \u003cdiv class=\"dp-card\"\u003e\n      \u003cspan class=\"dp-card-icon\"\u003e🦃\u003c\/span\u003e\n      \u003cp class=\"dp-card-text\"\u003eAdorable cartoon turkey print with \"Thanksgiving Day\" lettering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dp-card\"\u003e\n      \u003cspan class=\"dp-card-icon\"\u003e🌞\u003c\/span\u003e\n      \u003cp class=\"dp-card-text\"\u003eSoft, breathable cotton fabric ideal for warm-weather wear\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dp-card\"\u003e\n      \u003cspan class=\"dp-card-icon\"\u003e🩳\u003c\/span\u003e\n      \u003cp class=\"dp-card-text\"\u003eMatching striped shorts with an elastic waistband for easy dressing\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dp-card\"\u003e\n      \u003cspan class=\"dp-card-icon\"\u003e📸\u003c\/span\u003e\n      \u003cp class=\"dp-card-text\"\u003eUnisex design (0m–5y)—perfect for photoshoots, gifting, or casual events\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Story \u0026 Description --\u003e\n  \u003cdiv class=\"dp-description-box\"\u003e\n    \u003ch3\u003e✨ Product Overview\u003c\/h3\u003e\n    \u003cp\u003e\n      Celebrate in festive style with this adorable 2-piece outfit! Featuring a vibrant orange round-neck t-shirt paired with matching white and orange striped shorts, this set is made to bring cheer to any occasion.\n    \u003c\/p\u003e\n    \u003cp style=\"margin-bottom: 0;\"\u003e\n      Crafted from skin-friendly, gentle cotton fabric, it keeps babies and toddlers breezy, happy, and free to move whether they're attending family gatherings or enjoying daily playtime.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Two Column Product Breakdown --\u003e\n  \u003cdiv class=\"dp-details-grid\"\u003e\n    \u003cdiv class=\"dp-detail-card\"\u003e\n      \u003ch4\u003e👕 T-Shirt Details\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Bright Orange\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eGraphic:\u003c\/strong\u003e Cartoon turkey with \"Thanksgiving Day\" text\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNeckline:\u003c\/strong\u003e Comfortable round neck\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Breathable, gentle cotton\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"dp-detail-card\"\u003e\n      \u003ch4\u003e👖 Shorts Details\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e White with Orange horizontal stripes\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWaistband:\u003c\/strong\u003e Flexible elastic for easy pull-on\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Lightweight and soft for all-day wear\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Roomy design for active babies\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Care Instructions \u0026 Disclaimer Footer --\u003e\n  \u003cdiv class=\"dp-info-footer\"\u003e\n    \u003cdiv\u003e\n      \u003ch5\u003e🧼 Washing \u0026amp; Care\u003c\/h5\u003e\n      \u003cul\u003e\n        \u003cli\u003eHand wash recommended for long-lasting print\u003c\/li\u003e\n        \u003cli\u003eTurn inside out before washing\u003c\/li\u003e\n        \u003cli\u003eUse mild detergent only\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch5\u003e📌 Stylist Note\u003c\/h5\u003e\n      \u003cp style=\"padding-left: 0;\"\u003eShoes, socks, and display toys shown in images are for styling purposes only and are not included with the set.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Kidz pehnawa","offers":[{"title":"0-3 Months","offer_id":54470033801429,"sku":"SET-ORG-0-3M-017","price":699.0,"currency_code":"PKR","in_stock":true},{"title":"3-6 Months","offer_id":54470033834197,"sku":"SET-ORG-3-6M-017","price":699.0,"currency_code":"PKR","in_stock":true},{"title":"6-12 Months","offer_id":54470033866965,"sku":"SET-ORG-6-12M-017","price":699.0,"currency_code":"PKR","in_stock":true},{"title":"1-2 Years","offer_id":54470033899733,"sku":"SET-ORG-1-2Y-017","price":699.0,"currency_code":"PKR","in_stock":true},{"title":"2-3 Years","offer_id":54470033932501,"sku":"SET-ORG-2-3Y-017","price":699.0,"currency_code":"PKR","in_stock":true},{"title":"3-4 Years","offer_id":54470033965269,"sku":"SET-ORG-3-4Y-017","price":699.0,"currency_code":"PKR","in_stock":true},{"title":"4-5 Years","offer_id":54470033998037,"sku":"SET-ORG-4-5Y-017","price":699.0,"currency_code":"PKR","in_stock":true},{"title":"6-7 Years","offer_id":54470034030805,"sku":"SET-ORG-6-7Y-017","price":699.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0823\/8684\/5909\/files\/thanksgiving_b81318d4-9875-4a66-83a8-449ceddb68da.png?v=1786545824","url":"https:\/\/kidzpehnawa.com\/products\/cute-turkey-print-cotton-casual-shirt-for-boys-girls","provider":"Kidz Pehnawa","version":"1.0","type":"link"}