{"title":"Grade 5","description":"","products":[{"product_id":"grade-5-grammar-pack","title":"(Grade 5) Grammar Pack","description":"\u003cstyle\u003e\n    .custom-product-container {\n        --bg: #f8fafc;\n        --text: #0f172a;\n        --muted: #475569;\n        --border: #e2e8f0;\n        --accent: #6b21a8; \/* Deep Purple to match Grammar Pack *\/\n        --accent-light: #d4af37; \/* Prestige Gold *\/\n        --radius: 20px;\u003c\/p\u003e\n\u003cp\u003e        max-width: 880px;\n        margin: 20px auto;\n        font-family: system-ui, -apple-system, sans-serif;\n        color: var(--text);\n        line-height: 1.5;\n    }\u003c\/p\u003e\n\u003cp\u003e    .product-header {\n        text-align: center;\n        margin-bottom: 32px;\n        padding: 45px 16px;\n        background: linear-gradient(135deg, #ffffff 0%, #faf5ff 100%);\n        border-radius: 35px;\n        border: 2px solid var(--accent-light);\n        box-shadow: 0 10px 30px rgba(107, 33, 168, 0.1);\n    }\u003c\/p\u003e\n\u003cp\u003e    .main-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #6b21a8, #7e22ce);\n        color: white;\n        font-size: 0.75rem;\n        font-weight: 700;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        padding: 0.6rem 1.8rem;\n        border-radius: 40px;\n        margin-bottom: 1rem;\n        box-shadow: 0 4px 12px rgba(107, 33, 168, 0.2);\n    }\u003c\/p\u003e\n\u003cp\u003e    .title-custom {\n        font-size: clamp(1.8rem, 6vw, 2.5rem);\n        font-weight: 900;\n        margin: 0 0 10px;\n        background: linear-gradient(135deg, #6b21a8, #b45309);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n    }\u003c\/p\u003e\n\u003cp\u003e    .subhead {\n        color: var(--muted);\n        font-size: 1.1rem;\n        max-width: 650px;\n        margin: 0 auto;\n        font-weight: 500;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stats-row {\n        display: flex;\n        justify-content: center;\n        gap: 15px;\n        margin-top: 25px;\n        flex-wrap: wrap;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stat-pill {\n        background: #fff;\n        padding: 12px 24px;\n        border-radius: 40px;\n        font-size: 0.9rem;\n        font-weight: 800;\n        color: #b45309;\n        border: 1.5px solid #fde68a;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.03);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion {\n        display: grid;\n        gap: 12px;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details {\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        background: #fff;\n        overflow: hidden;\n        transition: all 0.3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] {\n        border-color: var(--accent-light);\n        box-shadow: 0 15px 30px rgba(107, 33, 168, 0.08);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary {\n        list-style: none;\n        cursor: pointer;\n        padding: 24px 50px 24px 25px;\n        position: relative;\n        font-weight: 800;\n        font-size: 1.2rem;\n        background: #fff;\n        outline: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::-webkit-details-marker { display: none; }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::after {\n        content: \"\";\n        position: absolute;\n        right: 25px;\n        top: 50%;\n        width: 12px;\n        height: 12px;\n        border-right: 3px solid var(--accent);\n        border-bottom: 3px solid var(--accent);\n        transform: translateY(-70%) rotate(45deg);\n        transition: transform .3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] summary::after {\n        transform: translateY(-30%) rotate(-135deg);\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content {\n        padding: 0 25px 35px 25px;\n        border-top: 1px solid var(--border);\n        animation: fadeIn 0.5s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(-5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content ul {\n        margin: 20px 0;\n        padding-left: 5px;\n        list-style: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content li {\n        margin-bottom: 14px;\n        display: flex;\n        align-items: flex-start;\n        font-size: 1.05rem;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-group {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        margin: 15px 0;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-item {\n        background: #faf5ff;\n        padding: 8px 16px;\n        border-radius: 30px;\n        font-size: 0.85rem;\n        font-weight: 700;\n        color: #6b21a8;\n    }\u003c\/p\u003e\n\u003cp\u003e    .highlight-card {\n        background: #f8fafc;\n        border-left: 6px solid var(--accent-light);\n        padding: 20px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-style: italic;\n        font-weight: 500;\n        color: #1e293b;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"main-badge\"\u003e🟪 Cambridge Pattern Learning System\u003c\/div\u003e\n\u003ch1 class=\"title-custom\"\u003eGrammar Pack\u003c\/h1\u003e\n\u003cp class=\"subhead\"\u003eA complete practice-based system to build a rock-solid foundation in English grammar and sophisticated writing skills.\u003c\/p\u003e\n\u003cdiv class=\"stats-row\"\u003e\n            \u003cspan class=\"stat-pill\"\u003e📋 160 Full-Syllabus Worksheets\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e✍️ Complete Sentence Mastery\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e🛠️ Correction \u0026amp; Editing Labs\u003c\/span\u003e\n        \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e✨ What this pack includes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e🔹 160 expertly structured worksheets covering the complete grammar spectrum\u003c\/li\u003e\n\u003cli\u003e🔹 In-depth coverage of Tenses, Parts of Speech \u0026amp; Sentence Structure\u003c\/li\u003e\n\u003cli\u003e🔹 Precision drills for Punctuation, Articles \u0026amp; Prepositions\u003c\/li\u003e\n\u003cli\u003e🔹 Intensive Sentence Correction \u0026amp; professional editing practice\u003c\/li\u003e\n\u003cli\u003e🔹 Advanced Sentence Transformation \u0026amp; creative formation tasks\u003c\/li\u003e\n\u003cli\u003e🔹 Topic-wise organized worksheets for systematic, step-by-step learning\u003c\/li\u003e\n\u003cli\u003e🔹 Application-based activities that turn theory into real-world writing skills\u003c\/li\u003e\n\u003cli\u003e🔹 Granular, detailed worksheets dedicated to every single grammatical concept\u003c\/li\u003e\n\u003cli\u003e🔹 A proven practice-based learning system for long-term retention\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"chip-group\"\u003e\n                    \u003cspan class=\"chip-item\"\u003e🛡️ Writing Foundation\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e💎 Topic-Wise Structure\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e✅ Zero-Gap Learning\u003c\/span\u003e\n                \u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n                    💡 Literacy Excellence: This pack focuses on the \"mechanics\" of the language, ensuring students don't just memorize rules but understand how to apply them to produce high-quality writing.\n                \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🎯 Targeted Academic Outcomes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e✅ Elimination of common grammatical errors in school assignments\u003c\/li\u003e\n\u003cli\u003e✅ Development of sophisticated and varied sentence structures\u003c\/li\u003e\n\u003cli\u003e✅ Rock-solid understanding of the mechanics required for top exam scores\u003c\/li\u003e\n\u003cli\u003e✅ Increased confidence in creative and formal writing tasks\u003c\/li\u003e\n\u003cli\u003e✅ Comprehensive mastery over the Cambridge-standard English curriculum\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eDesigned to transform technical grammar rules into intuitive writing habits through consistent, high-fidelity practice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌈 Why parents love it\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e⭐ \u003cb\u003eAdvanced Syllabus:\u003c\/b\u003e Fully aligned with the rigorous Cambridge International standards\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eVisual Learning:\u003c\/b\u003e High-quality, digital colorful worksheets that engage young minds\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003ePremium Finish:\u003c\/b\u003e Printed on superior imported paper for a professional academic experience\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eDurability:\u003c\/b\u003e Fully binded and organized system — built to last the entire year\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eExpert Pedagogy:\u003c\/b\u003e Meticulously designed by Cambridge professors and language experts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px; font-size: 0.85rem; color: #94a3b8; border-top: 1px solid #e2e8f0; padding-top: 20px;\"\u003e\n        ⭐ Cambridge-Aligned · 160+ Concept Worksheets · The Secret to Perfect English ⭐\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript\u003e\n    document.querySelectorAll('.custom-accordion details summary').forEach((el) =\u003e {\n        el.addEventListener('click', (e) =\u003e {\n            const parent = el.parentNode;\n            if (!parent.hasAttribute('open')) {\n                document.querySelectorAll('.custom-accordion details[open]').forEach((openDetail) =\u003e {\n                    openDetail.removeAttribute('open');\n                });\n            }\n        });\n    });\n\u003c\/script\u003e\u003c\/p\u003e\n","brand":"My Store","offers":[{"title":"With Ans. Sheets","offer_id":43815623524426,"sku":"8807415611606","price":1979.0,"currency_code":"PKR","in_stock":true},{"title":"Without Ans. Sheets","offer_id":43815623557194,"sku":"8807415611606","price":1729.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/files\/grade-5-grammar-pack.jpg?v=1786028870"},{"product_id":"grade-5-maths-pack","title":"(Grade 5) Maths Pack","description":"\u003cstyle\u003e\n    .custom-product-container {\n        --bg: #f8fafc;\n        --text: #0f172a;\n        --muted: #475569;\n        --border: #e2e8f0;\n        --accent: #a16207; \/* Deep Golden Brown for Maths *\/\n        --accent-light: #d4af37; \/* Prestige Gold *\/\n        --radius: 20px;\u003c\/p\u003e\n\u003cp\u003e        max-width: 880px;\n        margin: 20px auto;\n        font-family: system-ui, -apple-system, sans-serif;\n        color: var(--text);\n        line-height: 1.5;\n    }\u003c\/p\u003e\n\u003cp\u003e    .product-header {\n        text-align: center;\n        margin-bottom: 32px;\n        padding: 45px 16px;\n        background: linear-gradient(135deg, #ffffff 0%, #fffbeb 100%);\n        border-radius: 35px;\n        border: 2px solid var(--accent-light);\n        box-shadow: 0 10px 30px rgba(161, 98, 7, 0.1);\n    }\u003c\/p\u003e\n\u003cp\u003e    .main-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #ca8a04, #a16207);\n        color: white;\n        font-size: 0.75rem;\n        font-weight: 700;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        padding: 0.6rem 1.8rem;\n        border-radius: 40px;\n        margin-bottom: 1rem;\n        box-shadow: 0 4px 12px rgba(161, 98, 7, 0.2);\n    }\u003c\/p\u003e\n\u003cp\u003e    .title-custom {\n        font-size: clamp(1.8rem, 6vw, 2.5rem);\n        font-weight: 900;\n        margin: 0 0 10px;\n        background: linear-gradient(135deg, #a16207, #b45309);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n    }\u003c\/p\u003e\n\u003cp\u003e    .subhead {\n        color: var(--muted);\n        font-size: 1.1rem;\n        max-width: 650px;\n        margin: 0 auto;\n        font-weight: 500;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stats-row {\n        display: flex;\n        justify-content: center;\n        gap: 15px;\n        margin-top: 25px;\n        flex-wrap: wrap;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stat-pill {\n        background: #fff;\n        padding: 12px 24px;\n        border-radius: 40px;\n        font-size: 0.9rem;\n        font-weight: 800;\n        color: #b45309;\n        border: 1.5px solid #fde68a;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.03);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion {\n        display: grid;\n        gap: 12px;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details {\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        background: #fff;\n        overflow: hidden;\n        transition: all 0.3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] {\n        border-color: var(--accent-light);\n        box-shadow: 0 15px 30px rgba(161, 98, 7, 0.08);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary {\n        list-style: none;\n        cursor: pointer;\n        padding: 24px 50px 24px 25px;\n        position: relative;\n        font-weight: 800;\n        font-size: 1.2rem;\n        background: #fff;\n        outline: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::-webkit-details-marker { display: none; }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::after {\n        content: \"\";\n        position: absolute;\n        right: 25px;\n        top: 50%;\n        width: 12px;\n        height: 12px;\n        border-right: 3px solid var(--accent);\n        border-bottom: 3px solid var(--accent);\n        transform: translateY(-70%) rotate(45deg);\n        transition: transform .3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] summary::after {\n        transform: translateY(-30%) rotate(-135deg);\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content {\n        padding: 0 25px 35px 25px;\n        border-top: 1px solid var(--border);\n        animation: fadeIn 0.5s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(-5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content ul {\n        margin: 20px 0;\n        padding-left: 5px;\n        list-style: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content li {\n        margin-bottom: 14px;\n        display: flex;\n        align-items: flex-start;\n        font-size: 1.05rem;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-group {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        margin: 15px 0;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-item {\n        background: #fffbeb;\n        padding: 8px 16px;\n        border-radius: 30px;\n        font-size: 0.85rem;\n        font-weight: 700;\n        color: #a16207;\n    }\u003c\/p\u003e\n\u003cp\u003e    .highlight-card {\n        background: #f8fafc;\n        border-left: 6px solid var(--accent-light);\n        padding: 20px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-style: italic;\n        font-weight: 500;\n        color: #1e293b;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"main-badge\"\u003e🟨 Cambridge Pattern Learning System\u003c\/div\u003e\n\u003ch1 class=\"title-custom\"\u003eMaths Pack\u003c\/h1\u003e\n\u003cp class=\"subhead\"\u003eThe definitive problem-solving arsenal designed to build mathematical fluency, logical rigor, and cognitive excellence.\u003c\/p\u003e\n\u003cdiv class=\"stats-row\"\u003e\n            \u003cspan class=\"stat-pill\"\u003e📋 284 Practice Worksheets\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e🧠 Logical Reasoning Tasks\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e⚡ Speed \u0026amp; Accuracy Drills\u003c\/span\u003e\n        \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e✨ What this pack includes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e🔹 284 expertly crafted worksheets providing exhaustive mathematical practice\u003c\/li\u003e\n\u003cli\u003e🔹 Topic-wise structured learning to ensure a progressive mastery of concepts\u003c\/li\u003e\n\u003cli\u003e🔹 Deep-level Concept-based \u0026amp; creative Problem-solving questions\u003c\/li\u003e\n\u003cli\u003e🔹 Dedicated Logical Reasoning \u0026amp; Critical Thinking tasks to boost IQ\u003c\/li\u003e\n\u003cli\u003e🔹 Application-based exercises linking maths to real-world scenarios\u003c\/li\u003e\n\u003cli\u003e🔹 Mixed difficulty levels to challenge and grow every student's potential\u003c\/li\u003e\n\u003cli\u003e🔹 High-fidelity Exam-style questions for professional test preparation\u003c\/li\u003e\n\u003cli\u003e🔹 Specialized Speed \u0026amp; Accuracy drills to master time management\u003c\/li\u003e\n\u003cli\u003e🔹 Granular, detailed worksheets focusing on every academic sub-topic\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"chip-group\"\u003e\n                    \u003cspan class=\"chip-item\"\u003e🛡️ Numerical Superiority\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e💎 Professor-Designed\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e✅ Complete Practice Loop\u003c\/span\u003e\n                \u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n                    💡 Logical Excellence: Mathematics is the language of logic. This pack is engineered to move beyond rote calculation, teaching students how to think, analyze, and solve complex challenges with confidence.\n                \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🎯 Targeted Academic Outcomes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e✅ Significant boost in mathematical IQ and abstract logical thinking\u003c\/li\u003e\n\u003cli\u003e✅ Elimination of calculation errors through high-repetition accuracy drills\u003c\/li\u003e\n\u003cli\u003e✅ Guaranteed readiness for Cambridge-standard school and external exams\u003c\/li\u003e\n\u003cli\u003e✅ Ability to tackle multi-step word problems with structured ease\u003c\/li\u003e\n\u003cli\u003e✅ Transformation into a self-driven, highly confident problem solver\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eDesigned to transition students from basic arithmetic to advanced mathematical reasoning through a systematic pedagogical roadmap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌈 Why parents love it\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e⭐ \u003cb\u003eAdvanced Syllabus:\u003c\/b\u003e Meticulously aligned with the global Cambridge standard\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eVisual Clarity:\u003c\/b\u003e Digital, high-contrast colorful worksheets that make numbers engaging\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eImported Quality:\u003c\/b\u003e Printed on premium paper for a smooth, high-fidelity writing experience\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eReady for Use:\u003c\/b\u003e Fully binded and subject-organized for effortless home management\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eElite Pedagogy:\u003c\/b\u003e Designed by Cambridge professors and senior mathematics experts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px; font-size: 0.85rem; color: #94a3b8; border-top: 1px solid #e2e8f0; padding-top: 20px;\"\u003e\n        ⭐ Cambridge-Aligned · 284+ Elite Worksheets · Master the Logic of Numbers ⭐\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript\u003e\n    document.querySelectorAll('.custom-accordion details summary').forEach((el) =\u003e {\n        el.addEventListener('click', (e) =\u003e {\n            const parent = el.parentNode;\n            if (!parent.hasAttribute('open')) {\n                document.querySelectorAll('.custom-accordion details[open]').forEach((openDetail) =\u003e {\n                    openDetail.removeAttribute('open');\n                });\n            }\n        });\n    });\n\u003c\/script\u003e\u003c\/p\u003e\n","brand":"My Store","offers":[{"title":"With Ans. Sheets","offer_id":43815624147018,"sku":"8807421575382","price":2699.0,"currency_code":"PKR","in_stock":true},{"title":"Without Ans. Sheets","offer_id":43815624179786,"sku":"8807421575382","price":2499.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/files\/grade-5-maths-pack.jpg?v=1786029452"},{"product_id":"advance-learning-bundle-grade-5","title":"Grade 5 Advance Learning Bundle","description":"\u003cstyle\u003e\n    .custom-product-container {\n        --bg: #f8fafc;\n        --text: #0f172a;\n        --muted: #475569;\n        --border: #e2e8f0;\n        --accent: #1e3a8a; \/* Elite Navy *\/\n        --accent-light: #d4af37; \/* Prestige Gold *\/\n        --radius: 20px;\u003c\/p\u003e\n\u003cp\u003e        max-width: 880px;\n        margin: 20px auto;\n        font-family: system-ui, -apple-system, sans-serif;\n        color: var(--text);\n        line-height: 1.5;\n    }\u003c\/p\u003e\n\u003cp\u003e    .product-header {\n        text-align: center;\n        margin-bottom: 32px;\n        padding: 45px 16px;\n        background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);\n        border-radius: 35px;\n        border: 2px solid var(--accent-light);\n        box-shadow: 0 10px 30px rgba(30, 58, 138, 0.1);\n    }\u003c\/p\u003e\n\u003cp\u003e    .main-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #1e3a8a, #1e40af);\n        color: white;\n        font-size: 0.75rem;\n        font-weight: 700;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        padding: 0.6rem 1.8rem;\n        border-radius: 40px;\n        margin-bottom: 1rem;\n        box-shadow: 0 4px 12px rgba(30, 58, 138, 0.2);\n    }\u003c\/p\u003e\n\u003cp\u003e    .title-custom {\n        font-size: clamp(1.8rem, 6vw, 2.5rem);\n        font-weight: 900;\n        margin: 0 0 10px;\n        background: linear-gradient(135deg, #1e3a8a, #b45309);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n    }\u003c\/p\u003e\n\u003cp\u003e    .subhead {\n        color: var(--muted);\n        font-size: 1.1rem;\n        max-width: 650px;\n        margin: 0 auto;\n        font-weight: 500;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stats-row {\n        display: flex;\n        justify-content: center;\n        gap: 15px;\n        margin-top: 25px;\n        flex-wrap: wrap;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stat-pill {\n        background: #fff;\n        padding: 12px 24px;\n        border-radius: 40px;\n        font-size: 0.9rem;\n        font-weight: 800;\n        color: #b45309;\n        border: 1.5px solid #fde68a;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.03);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion {\n        display: grid;\n        gap: 12px;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details {\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        background: #fff;\n        overflow: hidden;\n        transition: all 0.3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] {\n        border-color: var(--accent-light);\n        box-shadow: 0 15px 30px rgba(30, 58, 138, 0.08);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary {\n        list-style: none;\n        cursor: pointer;\n        padding: 24px 50px 24px 25px;\n        position: relative;\n        font-weight: 800;\n        font-size: 1.2rem;\n        background: #fff;\n        outline: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::-webkit-details-marker { display: none; }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::after {\n        content: \"\";\n        position: absolute;\n        right: 25px;\n        top: 50%;\n        width: 12px;\n        height: 12px;\n        border-right: 3px solid var(--accent);\n        border-bottom: 3px solid var(--accent);\n        transform: translateY(-70%) rotate(45deg);\n        transition: transform .3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] summary::after {\n        transform: translateY(-30%) rotate(-135deg);\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content {\n        padding: 0 25px 35px 25px;\n        border-top: 1px solid var(--border);\n        animation: fadeIn 0.5s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(-5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content ul {\n        margin: 20px 0;\n        padding-left: 5px;\n        list-style: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content li {\n        margin-bottom: 14px;\n        display: flex;\n        align-items: flex-start;\n        font-size: 1.05rem;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-group {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        margin: 15px 0;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-item {\n        background: #eff6ff;\n        padding: 8px 16px;\n        border-radius: 30px;\n        font-size: 0.85rem;\n        font-weight: 700;\n        color: #1e3a8a;\n    }\u003c\/p\u003e\n\u003cp\u003e    .highlight-card {\n        background: #f8fafc;\n        border-left: 6px solid var(--accent-light);\n        padding: 20px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-style: italic;\n        font-weight: 500;\n        color: #1e293b;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"main-badge\"\u003e📦 6-Month Elite Advanced Learning System\u003c\/div\u003e\n\u003ch1 class=\"title-custom\"\u003eGrade 5 Advanced Bundle\u003c\/h1\u003e\n\u003cp class=\"subhead\"\u003eThe definitive academic solution for high-achieving students, focusing on deep conceptual mastery and analytical superiority over 180 days.\u003c\/p\u003e\n\u003cdiv class=\"stats-row\"\u003e\n            \u003cspan class=\"stat-pill\"\u003e📋 650+ Elite Worksheets\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e🧠 Logical Reasoning Labs\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e🎯 Application-Based Drills\u003c\/span\u003e\n        \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e✨ What this bundle includes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e🔹 650+ high-intensity worksheets engineered for deep subject mastery\u003c\/li\u003e\n\u003cli\u003e🔹 Complete 360° coverage: Reading, Grammar, Vocab, Spellings, Maths \u0026amp; Urdu\u003c\/li\u003e\n\u003cli\u003e🔹 Granular, detailed worksheets for every single academic topic\u003c\/li\u003e\n\u003cli\u003e🔹 Advanced-level practice modules featuring complex, multi-step application questions\u003c\/li\u003e\n\u003cli\u003e🔹 Dedicated Logical Reasoning \u0026amp; Thinking activities to boost cognitive IQ\u003c\/li\u003e\n\u003cli\u003e🔹 Integrated \"Success Loop\": Concept Teaching + Drill Practice + Final Revision\u003c\/li\u003e\n\u003cli\u003e🔹 Extensive \"Extra Exercises\" bank to ensure absolute mastery over difficult areas\u003c\/li\u003e\n\u003cli\u003e🔹 Digitally designed, high-contrast colorful worksheets for sustained engagement\u003c\/li\u003e\n\u003cli\u003e🔹 Meticulously organized into separate, professionally binded subject packs\u003c\/li\u003e\n\u003cli\u003e🔹 Included: Weekly Performance Planner for organized and consistent study\u003c\/li\u003e\n\u003cli\u003e🔹 \u003cb\u003eBonus:\u003c\/b\u003e Comprehensive Answer Keys available on request\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"chip-group\"\u003e\n                    \u003cspan class=\"chip-item\"\u003e🛡️ Superior Mastery\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e💎 Distinction-Grade Prep\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e✅ Serious Learner Track\u003c\/span\u003e\n                \u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n                    💡 Elite Academic Security: This bundle is designed specifically for students who want to go beyond the textbook. It provides the analytical tools and practice depth required to tackle the most challenging exams with ease.\n                \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🎯 Targeted Academic Outcomes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e✅ Deep, first-principles understanding of complex subject concepts\u003c\/li\u003e\n\u003cli\u003e✅ Development of rock-solid analytical and critical thinking skills\u003c\/li\u003e\n\u003cli\u003e✅ Total confidence when solving non-routine and difficult problem types\u003c\/li\u003e\n\u003cli\u003e✅ Guaranteed path toward high-performance and distinctions in school exams\u003c\/li\u003e\n\u003cli\u003e✅ Elimination of learning gaps through exhaustive application-based practice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eDesigned to transform Grade 5 students into top-tier academic performers through a consistent, professor-designed roadmap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌈 Why parents love it\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e⭐ \u003cb\u003eAdvanced Syllabus:\u003c\/b\u003e Fully aligned with the most rigorous Cambridge standards\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003ePremium Materials:\u003c\/b\u003e Printed on high-quality imported paper for a luxury writing experience\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eProfessional Finish:\u003c\/b\u003e Fully binded ready-to-use system—no loose pages or preparation\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eExpert Pedagogy:\u003c\/b\u003e Designed by Cambridge professors to ensure academic validity\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eSerious Value:\u003c\/b\u003e The most comprehensive 6-month investment for serious academic growth\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px; font-size: 0.85rem; color: #94a3b8; border-top: 1px solid #e2e8f0; padding-top: 20px;\"\u003e\n        ⭐ Cambridge-Aligned · 650+ Elite Drills · Your Child's Journey to Distinction ⭐\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript\u003e\n    document.querySelectorAll('.custom-accordion details summary').forEach((el) =\u003e {\n        el.addEventListener('click', (e) =\u003e {\n            const parent = el.parentNode;\n            if (!parent.hasAttribute('open')) {\n                document.querySelectorAll('.custom-accordion details[open]').forEach((openDetail) =\u003e {\n                    openDetail.removeAttribute('open');\n                });\n            }\n        });\n    });\n\u003c\/script\u003e\u003c\/p\u003e\n","brand":"My Store","offers":[{"title":"With Ans. Sheets","offer_id":43815625916490,"sku":null,"price":6349.0,"currency_code":"PKR","in_stock":true},{"title":"Without Ans. Sheets","offer_id":43815625949258,"sku":null,"price":4899.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/files\/grade-5-advance-learning-bundle.jpg?v=1786030908"},{"product_id":"home-schooling-bundle-grade-5","title":"Grade 5 Home Schooling Bundle","description":"\u003cstyle\u003e\n    .custom-product-container {\n        --bg: #f8fafc;\n        --text: #0f172a;\n        --muted: #475569;\n        --border: #e2e8f0;\n        --accent: #581c87; \/* Homeschool Purple *\/\n        --accent-light: #d4af37; \/* Prestige Gold *\/\n        --radius: 20px;\u003c\/p\u003e\n\u003cp\u003e        max-width: 880px;\n        margin: 20px auto;\n        font-family: system-ui, -apple-system, sans-serif;\n        color: var(--text);\n        line-height: 1.5;\n    }\u003c\/p\u003e\n\u003cp\u003e    .product-header {\n        text-align: center;\n        margin-bottom: 32px;\n        padding: 45px 16px;\n        background: linear-gradient(135deg, #ffffff 0%, #faf5ff 100%);\n        border-radius: 35px;\n        border: 2px solid var(--accent-light);\n        box-shadow: 0 10px 30px rgba(88, 28, 135, 0.1);\n    }\u003c\/p\u003e\n\u003cp\u003e    .main-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #581c87, #7e22ce);\n        color: white;\n        font-size: 0.75rem;\n        font-weight: 700;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        padding: 0.6rem 1.8rem;\n        border-radius: 40px;\n        margin-bottom: 1rem;\n        box-shadow: 0 4px 12px rgba(88, 28, 135, 0.2);\n    }\u003c\/p\u003e\n\u003cp\u003e    .title-custom {\n        font-size: clamp(1.8rem, 6vw, 2.5rem);\n        font-weight: 900;\n        margin: 0 0 10px;\n        background: linear-gradient(135deg, #581c87, #b45309);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n    }\u003c\/p\u003e\n\u003cp\u003e    .subhead {\n        color: var(--muted);\n        font-size: 1.1rem;\n        max-width: 650px;\n        margin: 0 auto;\n        font-weight: 500;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stats-row {\n        display: flex;\n        justify-content: center;\n        gap: 15px;\n        margin-top: 25px;\n        flex-wrap: wrap;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stat-pill {\n        background: #fff;\n        padding: 12px 24px;\n        border-radius: 40px;\n        font-size: 0.9rem;\n        font-weight: 800;\n        color: #b45309;\n        border: 1.5px solid #fde68a;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.03);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion {\n        display: grid;\n        gap: 12px;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details {\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        background: #fff;\n        overflow: hidden;\n        transition: all 0.3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] {\n        border-color: var(--accent-light);\n        box-shadow: 0 15px 30px rgba(88, 28, 135, 0.08);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary {\n        list-style: none;\n        cursor: pointer;\n        padding: 24px 50px 24px 25px;\n        position: relative;\n        font-weight: 800;\n        font-size: 1.2rem;\n        background: #fff;\n        outline: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::-webkit-details-marker { display: none; }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::after {\n        content: \"\";\n        position: absolute;\n        right: 25px;\n        top: 50%;\n        width: 12px;\n        height: 12px;\n        border-right: 3px solid var(--accent);\n        border-bottom: 3px solid var(--accent);\n        transform: translateY(-70%) rotate(45deg);\n        transition: transform .3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] summary::after {\n        transform: translateY(-30%) rotate(-135deg);\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content {\n        padding: 0 25px 35px 25px;\n        border-top: 1px solid var(--border);\n        animation: fadeIn 0.5s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(-5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content ul {\n        margin: 20px 0;\n        padding-left: 5px;\n        list-style: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content li {\n        margin-bottom: 14px;\n        display: flex;\n        align-items: flex-start;\n        font-size: 1.05rem;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-group {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        margin: 15px 0;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-item {\n        background: #faf5ff;\n        padding: 8px 16px;\n        border-radius: 30px;\n        font-size: 0.85rem;\n        font-weight: 700;\n        color: #581c87;\n    }\u003c\/p\u003e\n\u003cp\u003e    .highlight-card {\n        background: #f8fafc;\n        border-left: 6px solid var(--accent-light);\n        padding: 20px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-style: italic;\n        font-weight: 500;\n        color: #1e293b;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"main-badge\"\u003e📦 8-Month Premium Homeschooling System\u003c\/div\u003e\n\u003ch1 class=\"title-custom\"\u003eGrade 5 Homeschool Bundle\u003c\/h1\u003e\n\u003cp class=\"subhead\"\u003eThe complete academic alternative: A full-year, 240-day structured system designed to deliver school-quality education directly to your home.\u003c\/p\u003e\n\u003cdiv class=\"stats-row\"\u003e\n            \u003cspan class=\"stat-pill\"\u003e📋 750+ Total Worksheets\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e🏫 Full Curriculum Mastery\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e📅 Master 32-Week Planner\u003c\/span\u003e\n        \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e✨ What this bundle includes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e🔹 750+ expertly developed worksheets forming a 100% complete homeschool system\u003c\/li\u003e\n\u003cli\u003e🔹 Full Subject Suite: Reading Comprehension, Grammar, Vocab, Spellings, Maths \u0026amp; Urdu\u003c\/li\u003e\n\u003cli\u003e🔹 Comprehensive learning plan: Concept Teaching + Drill Practice + Final Revision\u003c\/li\u003e\n\u003cli\u003e🔹 Dynamic \"Home Classroom\" content: Activities, educational games \u0026amp; engaging tasks\u003c\/li\u003e\n\u003cli\u003e🔹 Strategic daily learning support material designed for a distraction-free environment\u003c\/li\u003e\n\u003cli\u003e🔹 Cultivates an **Independent Learning System**—reducing reliance on constant supervision\u003c\/li\u003e\n\u003cli\u003e🔹 Digitally designed, high-vibrancy colorful worksheets to keep students motivated\u003c\/li\u003e\n\u003cli\u003e🔹 Professionally organized into separate binded packs for each core subject\u003c\/li\u003e\n\u003cli\u003e🔹 Included: Master Weekly Planner providing 8 months of full academic guidance\u003c\/li\u003e\n\u003cli\u003e🔹 \u003cb\u003eBonus:\u003c\/b\u003e Detailed Answer Keys available on request for effortless progress tracking\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"chip-group\"\u003e\n                    \u003cspan class=\"chip-item\"\u003e🛡️ 100% Zero-Tuition Solution\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e💎 Total Academic Security\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e✅ Independent Scholar Track\u003c\/span\u003e\n                \u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n                    💡 The Ultimate Educational Roadmap: This bundle eliminates the guesswork of homeschooling. By providing a professor-designed path, it ensures your child never misses a single academic milestone while learning at their own pace.\n                \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🎯 Targeted Academic Outcomes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e✅ Achievement of a complete, professional home-based primary education\u003c\/li\u003e\n\u003cli\u003e✅ Development of an exceptionally strong academic foundation across all subjects\u003c\/li\u003e\n\u003cli\u003e✅ Transformation into a highly disciplined, independent, and confident learner\u003c\/li\u003e\n\u003cli\u003e✅ Elimination of the need for expensive extra books, tutors, or tuition centers\u003c\/li\u003e\n\u003cli\u003e✅ Guaranteed mastery over the Grade 5 Cambridge International syllabus\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eDesigned to give homeschooling families a structured, high-fidelity academic edge through an elite pedagogical framework.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌈 Why parents love it\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e⭐ \u003cb\u003eAdvanced Syllabus:\u003c\/b\u003e Meticulously aligned with the rigorous Cambridge global standard\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003ePremium Finish:\u003c\/b\u003e Printed on superior imported paper for a high-end academic feel\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eReady for Success:\u003c\/b\u003e Fully binded packs—zero preparation or printing needed by parents\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eElite Pedagogy:\u003c\/b\u003e Designed by Cambridge professors and senior educational experts\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eStress-Free Parenting:\u003c\/b\u003e The ideal \"school-in-a-box\" for serious homeschooling families\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px; font-size: 0.85rem; color: #94a3b8; border-top: 1px solid #e2e8f0; padding-top: 20px;\"\u003e\n        ⭐ Cambridge-Aligned · 750+ Masterwork Worksheets · Your Home, Your School, Their Success ⭐\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript\u003e\n    document.querySelectorAll('.custom-accordion details summary').forEach((el) =\u003e {\n        el.addEventListener('click', (e) =\u003e {\n            const parent = el.parentNode;\n            if (!parent.hasAttribute('open')) {\n                document.querySelectorAll('.custom-accordion details[open]').forEach((openDetail) =\u003e {\n                    openDetail.removeAttribute('open');\n                });\n            }\n        });\n    });\n\u003c\/script\u003e\u003c\/p\u003e\n","brand":"My Store","offers":[{"title":"With Ans. Sheets","offer_id":43815626637386,"sku":null,"price":6783.0,"currency_code":"PKR","in_stock":true},{"title":"Without Ans. Sheets","offer_id":43815626670154,"sku":null,"price":6333.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/files\/grade-5-home-schooling-bundle.jpg?v=1786032996"},{"product_id":"grade-5-reading-comprehension-pack","title":"(Grade 5) Reading Comprehension Pack","description":"\u003cstyle\u003e\n    .custom-product-container {\n        --bg: #f8fafc;\n        --text: #0f172a;\n        --muted: #475569;\n        --border: #e2e8f0;\n        --accent: #0284c7; \/* Sky Blue for Grade 4 *\/\n        --accent-light: #d4af37; \/* Prestige Gold *\/\n        --radius: 20px;\u003c\/p\u003e\n\u003cp\u003e        max-width: 880px;\n        margin: 20px auto;\n        font-family: system-ui, -apple-system, sans-serif;\n        color: var(--text);\n        line-height: 1.5;\n    }\u003c\/p\u003e\n\u003cp\u003e    .product-header {\n        text-align: center;\n        margin-bottom: 32px;\n        padding: 45px 16px;\n        background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);\n        border-radius: 35px;\n        border: 2px solid var(--accent-light);\n        box-shadow: 0 10px 30px rgba(2, 132, 199, 0.1);\n    }\u003c\/p\u003e\n\u003cp\u003e    .main-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #0284c7, #0369a1);\n        color: white;\n        font-size: 0.75rem;\n        font-weight: 700;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        padding: 0.6rem 1.8rem;\n        border-radius: 40px;\n        margin-bottom: 1rem;\n        box-shadow: 0 4px 12px rgba(2, 132, 199, 0.2);\n    }\u003c\/p\u003e\n\u003cp\u003e    .title-custom {\n        font-size: clamp(1.8rem, 6vw, 2.5rem);\n        font-weight: 900;\n        margin: 0 0 10px;\n        background: linear-gradient(135deg, #0284c7, #b45309);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n    }\u003c\/p\u003e\n\u003cp\u003e    .subhead {\n        color: var(--muted);\n        font-size: 1.1rem;\n        max-width: 650px;\n        margin: 0 auto;\n        font-weight: 500;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stats-row {\n        display: flex;\n        justify-content: center;\n        gap: 15px;\n        margin-top: 25px;\n        flex-wrap: wrap;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stat-pill {\n        background: #fff;\n        padding: 12px 24px;\n        border-radius: 40px;\n        font-size: 0.9rem;\n        font-weight: 800;\n        color: #b45309;\n        border: 1.5px solid #fde68a;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.03);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion {\n        display: grid;\n        gap: 12px;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details {\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        background: #fff;\n        overflow: hidden;\n        transition: all 0.3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] {\n        border-color: var(--accent-light);\n        box-shadow: 0 15px 30px rgba(2, 132, 199, 0.08);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary {\n        list-style: none;\n        cursor: pointer;\n        padding: 24px 50px 24px 25px;\n        position: relative;\n        font-weight: 800;\n        font-size: 1.2rem;\n        background: #fff;\n        outline: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::-webkit-details-marker { display: none; }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::after {\n        content: \"\";\n        position: absolute;\n        right: 25px;\n        top: 50%;\n        width: 12px;\n        height: 12px;\n        border-right: 3px solid var(--accent);\n        border-bottom: 3px solid var(--accent);\n        transform: translateY(-70%) rotate(45deg);\n        transition: transform .3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] summary::after {\n        transform: translateY(-30%) rotate(-135deg);\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content {\n        padding: 0 25px 35px 25px;\n        border-top: 1px solid var(--border);\n        animation: fadeIn 0.5s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(-5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content ul {\n        margin: 20px 0;\n        padding-left: 5px;\n        list-style: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content li {\n        margin-bottom: 14px;\n        display: flex;\n        align-items: flex-start;\n        font-size: 1.05rem;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-group {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        margin: 15px 0;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-item {\n        background: #f0f9ff;\n        padding: 8px 16px;\n        border-radius: 30px;\n        font-size: 0.85rem;\n        font-weight: 700;\n        color: #0369a1;\n    }\u003c\/p\u003e\n\u003cp\u003e    .highlight-card {\n        background: #f8fafc;\n        border-left: 6px solid var(--accent-light);\n        padding: 20px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-style: italic;\n        font-weight: 500;\n        color: #1e293b;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"main-badge\"\u003e📚 Grade 4 Mastery Series (8.5 – 9.5 Years)\u003c\/div\u003e\n\u003ch1 class=\"title-custom\"\u003eReading Comprehension Pack\u003c\/h1\u003e\n\u003cp class=\"subhead\"\u003eA specialized Cambridge-aligned system designed to foster critical reading development through a gradual, engaging pedagogical roadmap.\u003c\/p\u003e\n\u003cdiv class=\"stats-row\"\u003e\n            \u003cspan class=\"stat-pill\"\u003e📘 150 Engaging Worksheets\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e📖 16+ Passage Types\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e⚡ Easy to Moderate Progression\u003c\/span\u003e\n        \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e✨ What this pack includes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e🔹 150 expertly crafted worksheets dedicated to foundational reading development\u003c\/li\u003e\n\u003cli\u003e🔹 16+ diverse comprehension types including Short Stories, Informational \u0026amp; Real-life texts\u003c\/li\u003e\n\u003cli\u003e🔹 Visual-learning focus with Picture-based comprehension for enhanced understanding\u003c\/li\u003e\n\u003cli\u003e🔹 Strategy-based exercises for finding the Main Idea and key supporting details\u003c\/li\u003e\n\u003cli\u003e🔹 Introductory modules for Basic Inference and critical thinking questions\u003c\/li\u003e\n\u003cli\u003e🔹 Interactive Compare \u0026amp; Contrast activities to build analytical depth\u003c\/li\u003e\n\u003cli\u003e🔹 Integrated Vocabulary building seamlessly woven through every passage\u003c\/li\u003e\n\u003cli\u003e🔹 Multi-format assessment: MCQs, Short Answers, and Descriptive tasks\u003c\/li\u003e\n\u003cli\u003e🔹 Fun, colorful, and activity-based layout to prevent academic fatigue\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"chip-group\"\u003e\n                    \u003cspan class=\"chip-item\"\u003e🛡️ Gradual Difficulty Curve\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e💎 Professor-Designed\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e✅ Fluency-First System\u003c\/span\u003e\n                \u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n                    💡 Literacy Excellence: Grade 4 is a pivotal year for shifting from \"learning to read\" to \"reading to learn.\" This pack provides the necessary scaffolding to make that transition smooth, confident, and professional.\n                \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🎯 Targeted Academic Outcomes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e✅ Development of rock-solid reading fluency and text-decoding skills\u003c\/li\u003e\n\u003cli\u003e✅ Significant improvement in focus and sustained comprehension ability\u003c\/li\u003e\n\u003cli\u003e✅ Mastery over efficient answering techniques for school tests and exams\u003c\/li\u003e\n\u003cli\u003e✅ Measurable increase in vocabulary range and linguistic confidence\u003c\/li\u003e\n\u003cli\u003e✅ Enhanced ability to extract meaning from both narrative and technical texts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eDesigned to transform Grade 4 students into critical readers through a high-fidelity daily practice routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e💡 Perfect For\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e📌 \u003cb\u003eAssessment Prep:\u003c\/b\u003e Ideal for school tests and semester exams\u003c\/li\u003e\n\u003cli\u003e📌 \u003cb\u003eDaily Excellence:\u003c\/b\u003e Perfect for consistent daily reading practice at home\u003c\/li\u003e\n\u003cli\u003e📌 \u003cb\u003eRevision:\u003c\/b\u003e A comprehensive tool for concept building and academic catch-up\u003c\/li\u003e\n\u003cli\u003e📌 \u003cb\u003eFluency Building:\u003c\/b\u003e Specifically engineered to improve reading flow and speed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌈 Why parents love it\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e⭐ \u003cb\u003eAdvanced Syllabus:\u003c\/b\u003e Fully aligned with the global Cambridge standard\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eEngagement:\u003c\/b\u003e High-quality digital colorful worksheets that children enjoy\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003ePremium Finish:\u003c\/b\u003e Printed on superior imported paper for a high-end feel\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eZero Preparation:\u003c\/b\u003e Fully binded and ready to use—no loose pages or preparation\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eElite Pedagogy:\u003c\/b\u003e Meticulously designed by Cambridge professors and literacy experts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px; font-size: 0.85rem; color: #94a3b8; border-top: 1px solid #e2e8f0; padding-top: 20px;\"\u003e\n        ⭐ Cambridge-Aligned · 150+ Development Drills · Building Tomorrow's Critical Thinkers ⭐\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript\u003e\n    document.querySelectorAll('.custom-accordion details summary').forEach((el) =\u003e {\n        el.addEventListener('click', (e) =\u003e {\n            const parent = el.parentNode;\n            if (!parent.hasAttribute('open')) {\n                document.querySelectorAll('.custom-accordion details[open]').forEach((openDetail) =\u003e {\n                    openDetail.removeAttribute('open');\n                });\n            }\n        });\n    });\n\u003c\/script\u003e\u003c\/p\u003e\n","brand":"My Store","offers":[{"title":"With Ans. Sheets","offer_id":43815628079178,"sku":"8807432945878","price":2069.0,"currency_code":"PKR","in_stock":true},{"title":"Without Ans. Sheets","offer_id":43815628111946,"sku":"8807432945878","price":1819.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/files\/grade-5-reading-comprehension-pack.jpg?v=1786028150"},{"product_id":"basic-learning-bundles-grade-5","title":"Grade 5 Basic Learning Bundles","description":"\u003cstyle\u003e\n    .custom-product-container {\n        --bg: #f8fafc;\n        --text: #0f172a;\n        --muted: #475569;\n        --border: #e2e8f0;\n        --accent: #059669; \/* Foundation Emerald *\/\n        --accent-light: #d4af37; \/* Prestige Gold *\/\n        --radius: 20px;\u003c\/p\u003e\n\u003cp\u003e        max-width: 880px;\n        margin: 20px auto;\n        font-family: system-ui, -apple-system, sans-serif;\n        color: var(--text);\n        line-height: 1.5;\n    }\u003c\/p\u003e\n\u003cp\u003e    .product-header {\n        text-align: center;\n        margin-bottom: 32px;\n        padding: 45px 16px;\n        background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);\n        border-radius: 35px;\n        border: 2px solid var(--accent-light);\n        box-shadow: 0 10px 30px rgba(5, 150, 105, 0.1);\n    }\u003c\/p\u003e\n\u003cp\u003e    .main-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #059669, #047857);\n        color: white;\n        font-size: 0.75rem;\n        font-weight: 700;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        padding: 0.6rem 1.8rem;\n        border-radius: 40px;\n        margin-bottom: 1rem;\n        box-shadow: 0 4px 12px rgba(5, 150, 105, 0.2);\n    }\u003c\/p\u003e\n\u003cp\u003e    .title-custom {\n        font-size: clamp(1.8rem, 6vw, 2.5rem);\n        font-weight: 900;\n        margin: 0 0 10px;\n        background: linear-gradient(135deg, #059669, #b45309);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n    }\u003c\/p\u003e\n\u003cp\u003e    .subhead {\n        color: var(--muted);\n        font-size: 1.1rem;\n        max-width: 650px;\n        margin: 0 auto;\n        font-weight: 500;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stats-row {\n        display: flex;\n        justify-content: center;\n        gap: 15px;\n        margin-top: 25px;\n        flex-wrap: wrap;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stat-pill {\n        background: #fff;\n        padding: 12px 24px;\n        border-radius: 40px;\n        font-size: 0.9rem;\n        font-weight: 800;\n        color: #b45309;\n        border: 1.5px solid #fde68a;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.03);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion {\n        display: grid;\n        gap: 12px;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details {\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        background: #fff;\n        overflow: hidden;\n        transition: all 0.3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] {\n        border-color: var(--accent-light);\n        box-shadow: 0 15px 30px rgba(5, 150, 105, 0.08);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary {\n        list-style: none;\n        cursor: pointer;\n        padding: 24px 50px 24px 25px;\n        position: relative;\n        font-weight: 800;\n        font-size: 1.2rem;\n        background: #fff;\n        outline: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::-webkit-details-marker { display: none; }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::after {\n        content: \"\";\n        position: absolute;\n        right: 25px;\n        top: 50%;\n        width: 12px;\n        height: 12px;\n        border-right: 3px solid var(--accent);\n        border-bottom: 3px solid var(--accent);\n        transform: translateY(-70%) rotate(45deg);\n        transition: transform .3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] summary::after {\n        transform: translateY(-30%) rotate(-135deg);\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content {\n        padding: 0 25px 35px 25px;\n        border-top: 1px solid var(--border);\n        animation: fadeIn 0.5s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(-5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content ul {\n        margin: 20px 0;\n        padding-left: 5px;\n        list-style: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content li {\n        margin-bottom: 14px;\n        display: flex;\n        align-items: flex-start;\n        font-size: 1.05rem;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-group {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        margin: 15px 0;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-item {\n        background: #ecfdf5;\n        padding: 8px 16px;\n        border-radius: 30px;\n        font-size: 0.85rem;\n        font-weight: 700;\n        color: #065f46;\n    }\u003c\/p\u003e\n\u003cp\u003e    .highlight-card {\n        background: #f8fafc;\n        border-left: 6px solid var(--accent-light);\n        padding: 20px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-style: italic;\n        font-weight: 500;\n        color: #1e293b;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"main-badge\"\u003e📦 4-Month Basic Learning Journey\u003c\/div\u003e\n\u003ch1 class=\"title-custom\"\u003eGrade 5 Basic Bundle\u003c\/h1\u003e\n\u003cp class=\"subhead\"\u003eA structured, high-fidelity academic system designed to build rock-solid concepts and daily study discipline over 120 days.\u003c\/p\u003e\n\u003cdiv class=\"stats-row\"\u003e\n            \u003cspan class=\"stat-pill\"\u003e📋 550+ Structured Worksheets\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e🛠️ Topic-Wise Learning\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e📅 Daily Routine Weekly Planner\u003c\/span\u003e\n        \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e✨ What this bundle includes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e🔹 550+ expertly developed worksheets for deep, structured learning\u003c\/li\u003e\n\u003cli\u003e🔹 Full Core Subject coverage: Reading, Grammar, Vocab, Spellings, Maths \u0026amp; Urdu\u003c\/li\u003e\n\u003cli\u003e🔹 Integrated Concept Building paired with regular practice cycles\u003c\/li\u003e\n\u003cli\u003e🔹 Topic-wise organized learning system—move from basics to mastery\u003c\/li\u003e\n\u003cli\u003e🔹 Engaging, activity-based layouts that make daily study a pleasure\u003c\/li\u003e\n\u003cli\u003e🔹 Strategic mix of strong revision modules and concept clarity tasks\u003c\/li\u003e\n\u003cli\u003e🔹 Digitally designed colorful worksheets to keep young minds focused\u003c\/li\u003e\n\u003cli\u003e🔹 Professionally binded separate packs for clean subject organization\u003c\/li\u003e\n\u003cli\u003e🔹 Included: Weekly Study Planner to establish a successful daily routine\u003c\/li\u003e\n\u003cli\u003e🔹 \u003cb\u003eBonus:\u003c\/b\u003e Answer keys available on request for effortless home monitoring\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"chip-group\"\u003e\n                    \u003cspan class=\"chip-item\"\u003e🛡️ Foundational Excellence\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e💎 Premium Subject Packs\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e✅ Daily Practice Loop\u003c\/span\u003e\n                \u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n                    💡 The Standard for Success: This bundle provides the necessary scaffolding for a Grade 5 student to excel in their school curriculum by reinforcing every topic through professor-vetted pedagogy.\n                \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🎯 Targeted Academic Outcomes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e✅ Building a strong academic base across all core subjects\u003c\/li\u003e\n\u003cli\u003e✅ Cultivation of disciplined and productive daily study habits\u003c\/li\u003e\n\u003cli\u003e✅ Clearer understanding of complex classroom concepts through practice\u003c\/li\u003e\n\u003cli\u003e✅ Significant and measurable improvement in overall school performance\u003c\/li\u003e\n\u003cli\u003e✅ Increased confidence in tackling both routine and advanced assignments\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eDesigned to transition students from passive learning to proactive mastery through a 4-month academic roadmap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌈 Why parents love it\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e⭐ \u003cb\u003eAdvanced Syllabus:\u003c\/b\u003e Fully aligned with the high-tier Cambridge curriculum\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eSuperior Materials:\u003c\/b\u003e Printed on premium imported paper for a luxury feel\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eReady to Go:\u003c\/b\u003e Fully binded packs — zero prep needed for home schooling or tuition\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eElite Pedagogy:\u003c\/b\u003e Meticulously designed by Cambridge professors\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cb\u003eHome Perfect:\u003c\/b\u003e The ideal solution for parents seeking consistent home practice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px; font-size: 0.85rem; color: #94a3b8; border-top: 1px solid #e2e8f0; padding-top: 20px;\"\u003e\n        ⭐ Cambridge-Aligned · 550+ Mastery Drills · The Foundation of Your Child's Growth ⭐\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript\u003e\n    document.querySelectorAll('.custom-accordion details summary').forEach((el) =\u003e {\n        el.addEventListener('click', (e) =\u003e {\n            const parent = el.parentNode;\n            if (!parent.hasAttribute('open')) {\n                document.querySelectorAll('.custom-accordion details[open]').forEach((openDetail) =\u003e {\n                    openDetail.removeAttribute('open');\n                });\n            }\n        });\n    });\n\u003c\/script\u003e\u003c\/p\u003e\n","brand":"My Store","offers":[{"title":"With Ans Key","offer_id":43815628177482,"sku":null,"price":5349.0,"currency_code":"PKR","in_stock":true},{"title":"Without Ans keys","offer_id":43815628210250,"sku":null,"price":5233.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/files\/grade-5-basic-learning-bundle.jpg?v=1786030550"},{"product_id":"diamond-pack-grade-5","title":"(Grade 5) Full Year Pack","description":"\u003cstyle\u003e\n    .custom-product-container {\n        --bg: #f8fafc;\n        --text: #0f172a;\n        --muted: #475569;\n        --border: #e2e8f0;\n        --accent: #1e3a8a; \/* Royal Navy *\/\n        --accent-light: #d4af37; \/* Prestige Gold *\/\n        --radius: 20px;\u003c\/p\u003e\n\u003cp\u003e        max-width: 880px;\n        margin: 20px auto;\n        font-family: system-ui, -apple-system, sans-serif;\n        color: var(--text);\n        line-height: 1.5;\n    }\u003c\/p\u003e\n\u003cp\u003e    .product-header {\n        text-align: center;\n        margin-bottom: 32px;\n        padding: 45px 16px;\n        background: linear-gradient(135deg, #ffffff 0%, #fffdf5 100%);\n        border-radius: 35px;\n        border: 2px solid var(--accent-light);\n        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);\n    }\u003c\/p\u003e\n\u003cp\u003e    .main-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #1e3a8a, #1e40af);\n        color: white;\n        font-size: 0.75rem;\n        font-weight: 700;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        padding: 0.6rem 1.8rem;\n        border-radius: 40px;\n        margin-bottom: 1rem;\n        box-shadow: 0 4px 12px rgba(30, 58, 138, 0.2);\n    }\u003c\/p\u003e\n\u003cp\u003e    .title-custom {\n        font-size: clamp(1.8rem, 6vw, 2.5rem);\n        font-weight: 900;\n        margin: 0 0 10px;\n        background: linear-gradient(135deg, #1e3a8a, #b45309);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n    }\u003c\/p\u003e\n\u003cp\u003e    .subhead {\n        color: var(--muted);\n        font-size: 1.1rem;\n        max-width: 650px;\n        margin: 0 auto;\n        font-weight: 500;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stats-row {\n        display: flex;\n        justify-content: center;\n        gap: 15px;\n        margin-top: 25px;\n        flex-wrap: wrap;\n    }\u003c\/p\u003e\n\u003cp\u003e    .stat-pill {\n        background: #fff;\n        padding: 12px 24px;\n        border-radius: 40px;\n        font-size: 0.9rem;\n        font-weight: 800;\n        color: #b45309;\n        border: 1.5px solid #fde68a;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.03);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion {\n        display: grid;\n        gap: 12px;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details {\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        background: #fff;\n        overflow: hidden;\n        transition: all 0.3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] {\n        border-color: var(--accent-light);\n        box-shadow: 0 15px 30px rgba(30, 58, 138, 0.08);\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary {\n        list-style: none;\n        cursor: pointer;\n        padding: 24px 50px 24px 25px;\n        position: relative;\n        font-weight: 800;\n        font-size: 1.2rem;\n        background: #fff;\n        outline: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::-webkit-details-marker { display: none; }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion summary::after {\n        content: \"\";\n        position: absolute;\n        right: 25px;\n        top: 50%;\n        width: 12px;\n        height: 12px;\n        border-right: 3px solid var(--accent);\n        border-bottom: 3px solid var(--accent);\n        transform: translateY(-70%) rotate(45deg);\n        transition: transform .3s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    .custom-accordion details[open] summary::after {\n        transform: translateY(-30%) rotate(-135deg);\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content {\n        padding: 0 25px 35px 25px;\n        border-top: 1px solid var(--border);\n        animation: fadeIn 0.5s ease;\n    }\u003c\/p\u003e\n\u003cp\u003e    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(-5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content ul {\n        margin: 20px 0;\n        padding-left: 5px;\n        list-style: none;\n    }\u003c\/p\u003e\n\u003cp\u003e    .panel-content li {\n        margin-bottom: 14px;\n        display: flex;\n        align-items: flex-start;\n        font-size: 1.05rem;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-group {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        margin: 15px 0;\n    }\u003c\/p\u003e\n\u003cp\u003e    .chip-item {\n        background: #f8fafc;\n        padding: 8px 16px;\n        border-radius: 30px;\n        font-size: 0.85rem;\n        font-weight: 700;\n        color: #1e3a8a;\n    }\u003c\/p\u003e\n\u003cp\u003e    .highlight-card {\n        background: #f8fafc;\n        border-left: 6px solid var(--accent-light);\n        padding: 20px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-style: italic;\n        font-weight: 500;\n        color: #1e293b;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"main-badge\"\u003e👑 10-Month Elite Full Year System\u003c\/div\u003e\n\u003ch1 class=\"title-custom\"\u003eGrade 5 Full Year Bundle\u003c\/h1\u003e\n\u003cp class=\"subhead\"\u003eThe definitive all-in-one academic solution for complete syllabus mastery and superior exam results.\u003c\/p\u003e\n\u003cdiv class=\"stats-row\"\u003e\n            \u003cspan class=\"stat-pill\"\u003e📋 1100+ Total Worksheets\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e🔑 All Answer Keys Included\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"stat-pill\"\u003e🎁 Free Stationery Gift\u003c\/span\u003e\n        \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e✨ What this bundle includes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e🔹 1100+ expertly crafted worksheets providing 100% academic year coverage\u003c\/li\u003e\n\u003cli\u003e🔹 All core subjects included: Reading, Grammar, Vocabulary, Maths, and Urdu\u003c\/li\u003e\n\u003cli\u003e🔹 Full syllabus journey from start to end — no gaps in learning\u003c\/li\u003e\n\u003cli\u003e🔹 Detailed conceptual worksheets on every single academic topic\u003c\/li\u003e\n\u003cli\u003e🔹 Integrated Success System: Concept Teaching + Drill Practice + Final Revision\u003c\/li\u003e\n\u003cli\u003e🔹 Subject-wise premium binded packs — meticulously organized for the entire year\u003c\/li\u003e\n\u003cli\u003e🔹 Custom Full-Year Weekly Planner included for step-by-step guidance\u003c\/li\u003e\n\u003cli\u003e🔹 \u003cb\u003eBonus:\u003c\/b\u003e ALL Answer Keys included for effortless parental monitoring\u003c\/li\u003e\n\u003cli\u003e🔹 \u003cb\u003eSpecial Gift:\u003c\/b\u003e Free high-quality stationery set included with every bundle\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"chip-group\"\u003e\n                    \u003cspan class=\"chip-item\"\u003e🛡️ 100% Zero-Tuition Solution\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e💎 Premium Finish\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan class=\"chip-item\"\u003e✅ Complete Practice Loop\u003c\/span\u003e\n                \u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n                    💡 Ultimate Academic Security: This bundle provides everything a student needs for a full year of excellence, eliminating the need for extra books, tutors, or tuition centers.\n                \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🎯 Targeted Academic Outcomes\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e✅ Complete academic year preparation with a professional edge\u003c\/li\u003e\n\u003cli\u003e✅ Development of rock-solid concepts paired with exhaustive practice\u003c\/li\u003e\n\u003cli\u003e✅ Guaranteed path toward excellent, top-tier school exam results\u003c\/li\u003e\n\u003cli\u003e✅ Cultivation of an independent, highly confident, and self-driven learner\u003c\/li\u003e\n\u003cli\u003e✅ Mastery over the entire Cambridge-standard curriculum for Grade 5\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eDesigned to transform Grade 5 students into top academic performers through a consistent, high-fidelity daily study routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌈 Why parents love it\u003c\/summary\u003e\n\u003cdiv class=\"panel-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e⭐ The most comprehensive all-in-one solution available in the market\u003c\/li\u003e\n\u003cli\u003e⭐ Covers the most advanced levels of the Cambridge international syllabus\u003c\/li\u003e\n\u003cli\u003e⭐ Premium imported paper with high-fidelity, vibrant printing and finish\u003c\/li\u003e\n\u003cli\u003e⭐ Fully binded and professionally organized system for easy home storage\u003c\/li\u003e\n\u003cli\u003e⭐ Designed by Cambridge professors and subject-matter experts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px; font-size: 0.85rem; color: #94a3b8; border-top: 1px solid #e2e8f0; padding-top: 20px;\"\u003e\n        ⭐ Cambridge-Aligned · 1100+ Elite Drills · Your Child's Complete Year of Success ⭐\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript\u003e\n    document.querySelectorAll('.custom-accordion details summary').forEach((el) =\u003e {\n        el.addEventListener('click', (e) =\u003e {\n            const parent = el.parentNode;\n            if (!parent.hasAttribute('open')) {\n                document.querySelectorAll('.custom-accordion details[open]').forEach((openDetail) =\u003e {\n                    openDetail.removeAttribute('open');\n                });\n            }\n        });\n    });\n\u003c\/script\u003e\u003c\/p\u003e\n","brand":"My Store","offers":[{"title":"With Ans. Sheets","offer_id":43815628406858,"sku":null,"price":14549.0,"currency_code":"PKR","in_stock":true},{"title":"Without Ans. Sheets","offer_id":43815628439626,"sku":null,"price":14099.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/files\/grade-5-full-year-pack.webp?v=1786035482"},{"product_id":"grade-5-science","title":"(Grade 5) Science","description":"\u003cp\u003eThe \u003cstrong\u003eScience Pack (Grade 5)\u003c\/strong\u003e helps students explore important scientific concepts through engaging printed worksheets and practical learning activities. It covers life science, the human body, plants, animals, Earth, matter, energy, forces, ecosystems, and simple scientific investigations. Designed for home learning, classroom practice, and exam preparation, this pack encourages curiosity and builds a strong understanding of science.\u003c\/p\u003e","brand":"My Store","offers":[{"title":"With Ans. Keys","offer_id":43826907676746,"sku":null,"price":1779.0,"currency_code":"PKR","in_stock":true},{"title":"Without Ans. Keys","offer_id":43826907709514,"sku":null,"price":1529.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/files\/grade-5-science-pack.webp?v=1786029785"},{"product_id":"grade-5-urdu-pack","title":"(Grade 5) Urdu Pack","description":"\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eThe \u003cstrong\u003eUrdu Pack (Grade 5)\u003c\/strong\u003e is designed to strengthen Urdu language skills through engaging printed worksheets. It includes reading comprehension, grammar, vocabulary, sentence formation, creative writing, and language practice activities. Perfect for home learning, classroom study, and exam preparation, this pack helps students improve fluency, confidence, and written communication.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":43826922225738,"sku":null,"price":1699.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/files\/grade-5-urdu-pack.webp?v=1786029995"},{"product_id":"grade-5-vocabulary-pack","title":"(Grade 5) Vocabulary Pack","description":"\u003cp\u003e\u003cspan\u003eGrade 1 Vocabulary pack\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e* ⁠* 135 engaging worksheets\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e* Boost communication, creativity, and writing\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e* Practice spelling, definitions, and context clues\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e* Craft stories and paragraphs\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e* ⁠Hints and definitions given\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e* Interactive quizzes, riddles, and assessments\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e* Complete paragraphs with clues\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e* Expand vocabulary\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e* Speak and write with confidence\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e• Imported 80gsm paper\u003c\/span\u003e\u003c\/p\u003e","brand":"My Store","offers":[{"title":"Without Ans. Keys","offer_id":43843605102666,"sku":null,"price":1709.0,"currency_code":"PKR","in_stock":true},{"title":"With Ans. Keys","offer_id":43843605135434,"sku":null,"price":1959.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/files\/grade-5-vocabulary-pack.webp?v=1786029197"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/7700\/9226\/collections\/c263_9e8a476053fa78595d4ca2f02be8379d.webp?v=1784284566","url":"https:\/\/cambridgeworksheets.com\/collections\/grade-5-learning-worksheets.oembed","provider":"Cambridge Worksheets","version":"1.0","type":"link"}