{"product_id":"kollider-kids™-the-corduroy-backpack-personalised-just-for-them","title":"Kollider Kids Tiny Trendsetter™ Signature Custom Backpack","description":"\u003cstyle\u003e\n  .kk-backpack-section {\n    font-family: inherit;\n    background: linear-gradient(135deg, #f7efe4, #eadcc8, #f9f4ec);\n    color: #3f3025;\n    padding: 34px 20px;\n    border-radius: 28px;\n    overflow: hidden;\n    position: relative;\n    box-shadow: 0 18px 45px rgba(82, 60, 42, 0.14);\n  }\n\n  .kk-backpack-section * {\n    box-sizing: border-box;\n  }\n\n  .kk-badge {\n    display: inline-block;\n    background: #6f4e37;\n    color: #fff7ed;\n    padding: 8px 16px;\n    border-radius: 999px;\n    font-size: 13px;\n    letter-spacing: 0.5px;\n    margin-bottom: 16px;\n    animation: kkFloat 3s ease-in-out infinite;\n  }\n\n  .kk-hero {\n    text-align: center;\n    max-width: 850px;\n    margin: auto;\n  }\n\n  .kk-hero h1 {\n    font-size: clamp(30px, 6vw, 54px);\n    line-height: 1.05;\n    margin: 0 0 16px;\n    color: #3b281d;\n  }\n\n  .kk-hero p {\n    font-size: 17px;\n    line-height: 1.7;\n    margin: 0 auto 16px;\n    max-width: 720px;\n  }\n\n  .kk-name-card {\n    margin: 28px auto;\n    max-width: 520px;\n    background: #fffaf3;\n    border: 2px dashed #b68b65;\n    border-radius: 24px;\n    padding: 22px;\n    text-align: center;\n    box-shadow: 0 12px 28px rgba(82, 60, 42, 0.12);\n    animation: kkSoftPop 1s ease both;\n  }\n\n  .kk-name-card span {\n    display: block;\n    font-size: 13px;\n    color: #8a674b;\n    margin-bottom: 6px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .kk-name-card strong {\n    font-size: 32px;\n    color: #5a3927;\n  }\n\n  .kk-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-top: 32px;\n  }\n\n  .kk-card {\n    background: rgba(255, 250, 243, 0.92);\n    padding: 22px;\n    border-radius: 22px;\n    box-shadow: 0 10px 24px rgba(82, 60, 42, 0.1);\n    transition: all 0.35s ease;\n    border: 1px solid rgba(111, 78, 55, 0.12);\n  }\n\n  .kk-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 18px 36px rgba(82, 60, 42, 0.18);\n  }\n\n  .kk-card h3 {\n    margin: 0 0 10px;\n    font-size: 20px;\n    color: #4a2f20;\n  }\n\n  .kk-card p {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .kk-colours {\n    margin-top: 36px;\n    background: #6f4e37;\n    color: #fff7ed;\n    padding: 26px;\n    border-radius: 26px;\n    text-align: center;\n  }\n\n  .kk-colours h2 {\n    margin: 0 0 10px;\n    color: #fff7ed;\n  }\n\n  .kk-swatches {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .kk-swatch {\n    width: 92px;\n    height: 92px;\n    border-radius: 22px;\n    display: flex;\n    align-items: end;\n    justify-content: center;\n    padding: 10px;\n    font-size: 12px;\n    font-weight: 700;\n    color: #fff;\n    box-shadow: inset 0 -25px 30px rgba(0,0,0,0.18);\n    transition: transform 0.3s ease;\n  }\n\n  .kk-swatch:hover {\n    transform: scale(1.08) rotate(-2deg);\n  }\n\n  .kk-brown { background: #8b5e3c; }\n  .kk-beige { background: #c8a97e; }\n  .kk-cream { background: #e8d7bd; color: #4a2f20; }\n  .kk-olive { background: #7b7a52; }\n  .kk-clay { background: #b66a4a; }\n\n  .kk-final {\n    text-align: center;\n    margin-top: 36px;\n    background: #fffaf3;\n    border-radius: 26px;\n    padding: 28px 20px;\n  }\n\n  .kk-final h2 {\n    font-size: clamp(26px, 5vw, 40px);\n    margin: 0 0 12px;\n    color: #3b281d;\n  }\n\n  .kk-final p {\n    max-width: 680px;\n    margin: auto;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .kk-button {\n    display: inline-block;\n    margin-top: 22px;\n    background: #3f3025;\n    color: #fff7ed;\n    padding: 15px 28px;\n    border-radius: 999px;\n    font-weight: 700;\n    text-decoration: none;\n    box-shadow: 0 12px 24px rgba(63, 48, 37, 0.22);\n    transition: all 0.3s ease;\n  }\n\n  .kk-button:hover {\n    transform: translateY(-3px);\n    background: #6f4e37;\n  }\n\n  @keyframes kkFloat {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-6px); }\n  }\n\n  @keyframes kkSoftPop {\n    from { opacity: 0; transform: scale(0.94); }\n    to { opacity: 1; transform: scale(1); }\n  }\n\n  @media (max-width: 768px) {\n    .kk-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .kk-backpack-section {\n      padding: 28px 16px;\n      border-radius: 22px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"kk-backpack-section\"\u003e\n\u003cdiv class=\"kk-hero\"\u003e\n\u003cdiv class=\"kk-badge\"\u003ePersonalised Just for Them 🎒\u003c\/div\u003e\n\u003ch1\u003eMore Than a Backpack — It’s Their First Little Piece of Independence\u003c\/h1\u003e\n\u003cp\u003eThat special moment when your child sees \u003cstrong\u003etheir own name\u003c\/strong\u003e on their backpack is unforgettable. It is not just a bag — it is \u003cem\u003etheir\u003c\/em\u003e bag, made to help them feel confident, seen, and ready for every little adventure.\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong\u003eKollider Kids Tiny Trendsetter™ Signature Custom Backpack\u003c\/strong\u003e is designed for creche mornings, school days, playdates, weekend outings, and every tiny step toward growing up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kk-grid\"\u003e\n\u003cdiv class=\"kk-card\"\u003e\n\u003ch3\u003e🌿 Made to Feel Special\u003c\/h3\u003e\n\u003cp\u003ePersonalised with your child’s name, so they feel proud every time they pick it up. It turns an everyday item into something that feels truly theirs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kk-card\"\u003e\n\u003ch3\u003e🎒 No More Mix-Ups\u003c\/h3\u003e\n\u003cp\u003eIn a busy classroom or creche, their personalised backpack is easy to spot, helping prevent lost bags and daily confusion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kk-card\"\u003e\n\u003ch3\u003e🤎 Soft Corduroy Comfort\u003c\/h3\u003e\n\u003cp\u003ePremium corduroy gives the bag a warm, soft, textured feel that little hands love and parents instantly recognise as stylish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kk-card\"\u003e\n\u003ch3\u003e✨ Perfect for Little Shoulders\u003c\/h3\u003e\n\u003cp\u003eLightweight, practical, and toddler-friendly — perfect for snacks, spare clothes, small toys, books, and everyday essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kk-card\"\u003e\n\u003ch3\u003e🧸 Builds Confidence\u003c\/h3\u003e\n\u003cp\u003eHaving their own named backpack encourages independence, routine, and responsibility from the very first drop-off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kk-card\"\u003e\n\u003ch3\u003e🎁 A Gift Parents Love\u003c\/h3\u003e\n\u003cp\u003eBeautiful, useful, emotional, and personal — a thoughtful gift for birthdays, first school days, baby showers, or special milestones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kk-colours\"\u003e\n\u003ch2\u003eEarthy Colours to Match Their Little Personality\u003c\/h2\u003e\n\u003cp\u003eChoose from warm, timeless shades designed to look premium, calm, and beautifully stylish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kk-final\"\u003e\n\u003ch2\u003eBecause Every Child Deserves Something That Feels Like Theirs\u003c\/h2\u003e\n\u003cp\u003eFrom the first day of creche to weekend adventures, the Kollider Kids Tiny Trendsetter™ Signature Custom Backpack, helps your little one feel confident, organised, and loved — one Tiny adventure at a time\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch6\u003e**Please allow an additional 5 business days for the customization of your order**\u003c\/h6\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Kollider Kids","offers":[{"title":"Beige","offer_id":45722732986451,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":45722733019219,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Brown","offer_id":45722733051987,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":45722733084755,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Khaki","offer_id":45722733117523,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0718\/1195\/6819\/files\/ChatGPTImageJun16_2026_02_33_27PM_66230433-3266-4f92-9699-8fefa39af7ad.png?v=1782310762","url":"https:\/\/kolliderkids.co.za\/products\/kollider-kids%e2%84%a2-the-corduroy-backpack-personalised-just-for-them","provider":"Kollider Kids™","version":"1.0","type":"link"}