{"product_id":"kids-shark-beach-tent","title":"Kids Shark Beach Tent 🦈 | Portable Pop-Up Sun Shelter | Buy 2nd Item Ships FREE","description":"\u003cstyle\u003e\n  .kb-landing,\n  .kb-landing * {\n    box-sizing: border-box;\n  }\n\n  .kb-landing {\n    --kb-navy: #0c2340;\n    --kb-blue: #1267b5;\n    --kb-sky: #eef7ff;\n    --kb-yellow: #ffd43b;\n    --kb-green: #1f8f5f;\n    --kb-red: #c94444;\n    --kb-text: #1d2735;\n    --kb-muted: #5f6c7b;\n    --kb-border: #dfe8f1;\n    --kb-white: #ffffff;\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 18px 14px 50px;\n    color: var(--kb-text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 19px;\n    line-height: 1.7;\n    background: var(--kb-white);\n  }\n\n  .kb-landing img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .kb-landing h2,\n  .kb-landing h3,\n  .kb-landing p {\n    margin-top: 0;\n  }\n.kb-section {\n    margin: 0 0 44px;\n  }\n\n  .kb-image-wrap {\n    overflow: hidden;\n    margin-bottom: 18px;\n    border: 1px solid var(--kb-border);\n    border-radius: 16px;\n    background: var(--kb-sky);\n  }\n\n  .kb-copy {\n    padding: 0 6px;\n  }\n\n  .kb-copy h3 {\n    margin-bottom: 10px;\n    color: var(--kb-navy);\n    font-size: 34px;\n    line-height: 1.18;\n    font-weight: 900;\n    letter-spacing: -0.015em;\n  }\n\n  .kb-copy p {\n    margin-bottom: 0;\n    color: var(--kb-muted);\n    font-size: 19px;\n    line-height: 1.72;\n  }\n\n  .kb-callout {\n    margin: 8px 0 42px;\n    padding: 24px;\n    border-left: 6px solid var(--kb-yellow);\n    border-radius: 14px;\n    background: #fff9dc;\n  }\n\n  .kb-callout h3 {\n    margin-bottom: 10px;\n    color: var(--kb-navy);\n    font-size: 28px;\n    line-height: 1.25;\n  }\n\n  .kb-callout p {\n    margin-bottom: 0;\n    color: #4f5a68;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .kb-list-card {\n    margin: 0 0 42px;\n    padding: 26px;\n    border: 1px solid var(--kb-border);\n    border-radius: 16px;\n    background: #f8fbfe;\n  }\n\n  .kb-list-card h3 {\n    margin-bottom: 16px;\n    color: var(--kb-navy);\n    font-size: 30px;\n    line-height: 1.2;\n  }\n\n  .kb-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .kb-list li {\n    position: relative;\n    padding-left: 36px;\n    color: #334155;\n    font-size: 18px;\n    line-height: 1.55;\n  }\n\n  .kb-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 1px;\n    left: 0;\n    width: 25px;\n    height: 25px;\n    border-radius: 50%;\n    color: #ffffff;\n    background: var(--kb-green);\n    font-size: 16px;\n    line-height: 25px;\n    font-weight: 900;\n    text-align: center;\n  }\n\n  .kb-warning-list li::before {\n    content: \"!\";\n    background: var(--kb-red);\n  }\n\n  .kb-specs {\n    margin: 0 0 42px;\n    overflow: hidden;\n    border: 1px solid var(--kb-border);\n    border-radius: 16px;\n  }\n\n  .kb-specs h3 {\n    margin: 0;\n    padding: 20px 22px;\n    color: #ffffff;\n    background: var(--kb-navy);\n    font-size: 29px;\n    line-height: 1.2;\n  }\n\n  .kb-spec-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 24px;\n    padding: 16px 22px;\n    border-bottom: 1px solid var(--kb-border);\n    background: #ffffff;\n    font-size: 18px;\n    line-height: 1.45;\n  }\n\n  .kb-spec-row:nth-child(odd) {\n    background: #f8fbfe;\n  }\n\n  .kb-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .kb-spec-row strong {\n    color: var(--kb-navy);\n  }\n\n  .kb-spec-row span {\n    color: var(--kb-muted);\n    text-align: right;\n  }\n\n  .kb-faq {\n    margin: 0 0 42px;\n  }\n\n  .kb-faq h3 {\n    margin-bottom: 14px;\n    color: var(--kb-navy);\n    font-size: 34px;\n    line-height: 1.2;\n  }\n\n  .kb-faq details {\n    margin-bottom: 10px;\n    border: 1px solid var(--kb-border);\n    border-radius: 12px;\n    background: #ffffff;\n  }\n\n  .kb-faq summary {\n    position: relative;\n    padding: 18px 52px 18px 18px;\n    color: var(--kb-navy);\n    font-size: 19px;\n    line-height: 1.4;\n    font-weight: 900;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .kb-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kb-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    width: 28px;\n    height: 28px;\n    transform: translateY(-50%);\n    border-radius: 50%;\n    color: var(--kb-blue);\n    background: var(--kb-sky);\n    font-size: 22px;\n    line-height: 28px;\n    text-align: center;\n  }\n\n  .kb-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .kb-faq details p {\n    margin: 0;\n    padding: 0 18px 20px;\n    color: var(--kb-muted);\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .kb-final {\n    padding: 34px 24px;\n    text-align: center;\n    border-radius: 18px;\n    color: #ffffff;\n    background: linear-gradient(135deg, #0c2340 0%, #1267b5 100%);\n  }\n\n  .kb-final h3 {\n    margin-bottom: 12px;\n    color: #ffffff;\n    font-size: 36px;\n    line-height: 1.16;\n  }\n\n  .kb-final p {\n    max-width: 720px;\n    margin: 0 auto;\n    color: #e8f3ff;\n    font-size: 19px;\n    line-height: 1.65;\n  }\n\n  .kb-note {\n    margin-top: 16px !important;\n    color: #ffffff !important;\n    font-size: 17px !important;\n    font-weight: 900;\n  }\n\n  @media (max-width: 749px) {\n    .kb-landing {\n      padding: 12px 10px 36px;\n      font-size: 18px;\n    }\n.kb-section {\n      margin-bottom: 36px;\n    }\n\n    .kb-image-wrap {\n      margin-bottom: 15px;\n      border-radius: 12px;\n    }\n\n    .kb-copy {\n      padding: 0 2px;\n    }\n\n    .kb-copy h3 {\n      font-size: 29px;\n    }\n\n    .kb-copy p {\n      font-size: 18px;\n    }\n\n    .kb-callout,\n    .kb-list-card {\n      padding: 20px 17px;\n      margin-bottom: 34px;\n    }\n\n    .kb-callout h3,\n    .kb-list-card h3 {\n      font-size: 26px;\n    }\n\n    .kb-callout p,\n    .kb-list li {\n      font-size: 17px;\n    }\n\n    .kb-specs h3 {\n      font-size: 27px;\n    }\n\n    .kb-spec-row {\n      display: block;\n      padding: 15px 17px;\n      font-size: 17px;\n    }\n\n    .kb-spec-row strong,\n    .kb-spec-row span {\n      display: block;\n      text-align: left;\n    }\n\n    .kb-spec-row span {\n      margin-top: 4px;\n    }\n\n    .kb-faq h3 {\n      font-size: 30px;\n    }\n\n    .kb-faq summary {\n      font-size: 18px;\n    }\n\n    .kb-faq details p {\n      font-size: 17px;\n    }\n\n    .kb-final {\n      padding: 28px 17px;\n    }\n\n    .kb-final h3 {\n      font-size: 31px;\n    }\n\n    .kb-final p {\n      font-size: 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kb-landing\"\u003e\n\u003csection class=\"kb-section\"\u003e\n    \u003cdiv class=\"kb-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/01-size-guide.png?v=1785554988\" alt=\"Kids beach tent size guide showing length, width and height\" loading=\"lazy\" width=\"1254\" height=\"1254\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kb-copy\"\u003e\n      \u003ch3\u003eThe Right Size for Little Adventures\u003c\/h3\u003e\n      \u003cp\u003e\n        Measuring approximately \u003cstrong\u003e47.2 inches long × 31.5 inches wide ×\n        27.6 inches high\u003c\/strong\u003e, the tent creates a practical child-sized play\n        area without becoming another oversized piece of family travel gear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kb-section\"\u003e\n    \u003cdiv class=\"kb-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/05-best-fit.png?v=1785554988\" alt=\"Kids beach tent fit guide for one child or two small children seated\" loading=\"lazy\" width=\"1254\" height=\"1254\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kb-copy\"\u003e\n      \u003ch3\u003eBest Fit for Little Explorers\u003c\/h3\u003e\n      \u003cp\u003e\n        It is best suited for \u003cstrong\u003eone child playing comfortably\u003c\/strong\u003e or\n        \u003cstrong\u003etwo small children sitting together\u003c\/strong\u003e. Actual fit varies\n        with each child’s age, height and body size.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"kb-callout\"\u003e\n    \u003ch3\u003eRecommended Age Guide\u003c\/h3\u003e\n    \u003cp\u003e\n      The product is generally positioned for children around ages 4–8. This is\n      a general guide rather than a guarantee of fit, so parents should also use\n      the listed measurements when deciding whether it is suitable.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kb-section\"\u003e\n    \u003cdiv class=\"kb-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/02-whats-included.png?v=1785554988\" alt=\"Kids beach tent package contents including carry bag and four stakes\" loading=\"lazy\" width=\"1254\" height=\"1254\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kb-copy\"\u003e\n      \u003ch3\u003eKnow Exactly What Arrives\u003c\/h3\u003e\n      \u003cp\u003e\n        Your package includes the main tent, a round carry bag and four ground\n        stakes. Clear package details help prevent confusion when lifestyle\n        images also show buckets, molds, balls or other decorative props.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kb-list-card\"\u003e\n    \u003ch3\u003ePackage Includes\u003c\/h3\u003e\n    \u003cul class=\"kb-list\"\u003e\n      \u003cli\u003e1 × Kids Pop-Up Beach Tent\u003c\/li\u003e\n      \u003cli\u003e1 × Round Carry Bag\u003c\/li\u003e\n      \u003cli\u003e4 × Ground Stakes\u003c\/li\u003e\n      \u003cli\u003eBeach toys and decorative accessories are not included\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kb-section\"\u003e\n    \u003cdiv class=\"kb-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/03-easy-care.png?v=1785554988\" alt=\"Kids beach tent cleaning and drying instructions\" loading=\"lazy\" width=\"1254\" height=\"1254\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kb-copy\"\u003e\n      \u003ch3\u003eEasy Care After Play\u003c\/h3\u003e\n      \u003cp\u003e\n        Shake off loose sand, wipe away dirt with a damp cloth and allow the\n        fabric to air-dry completely before folding. Proper drying helps avoid\n        storing the tent while damp and keeps it ready for the next outing.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kb-list-card\"\u003e\n    \u003ch3\u003eSimple Care Routine\u003c\/h3\u003e\n    \u003cul class=\"kb-list\"\u003e\n      \u003cli\u003eUse on a clean, level surface whenever possible\u003c\/li\u003e\n      \u003cli\u003eRemove loose sand and debris after use\u003c\/li\u003e\n      \u003cli\u003eWipe the fabric with a soft damp cloth\u003c\/li\u003e\n      \u003cli\u003eAllow all areas to dry completely before storage\u003c\/li\u003e\n      \u003cli\u003eFold and store inside the included carry bag\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kb-section\"\u003e\n    \u003cdiv class=\"kb-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/04-play-safely.png?v=1785554988\" alt=\"Kids beach tent safety reminders for adult supervision, shallow water and wind\" loading=\"lazy\" width=\"1254\" height=\"1254\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kb-copy\"\u003e\n      \u003ch3\u003eHelpful Safety Reminders\u003c\/h3\u003e\n      \u003cp\u003e\n        This is a children’s play and shade space—not a substitute for adult\n        supervision, sun protection or water safety. Always use it responsibly\n        and move children indoors when weather conditions become unsuitable.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kb-list-card\"\u003e\n    \u003ch3\u003eUse Responsibly\u003c\/h3\u003e\n    \u003cul class=\"kb-list kb-warning-list\"\u003e\n      \u003cli\u003eNever leave children unattended\u003c\/li\u003e\n      \u003cli\u003eUse only a small, shallow amount of water\u003c\/li\u003e\n      \u003cli\u003eDo not use during strong wind, storms or severe weather\u003c\/li\u003e\n      \u003cli\u003eDo not use the tent as a flotation device\u003c\/li\u003e\n      \u003cli\u003eKeep it a safe distance from waves, pools and deep water\u003c\/li\u003e\n      \u003cli\u003eContinue using appropriate sunscreen, clothing and hydration\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kb-specs\"\u003e\n    \u003ch3\u003eProduct Information\u003c\/h3\u003e\n    \u003cdiv class=\"kb-spec-row\"\u003e\n      \u003cstrong\u003eApproximate Size\u003c\/strong\u003e\n      \u003cspan\u003e47.2\" L × 31.5\" W × 27.6\" H\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kb-spec-row\"\u003e\n      \u003cstrong\u003eMetric Size\u003c\/strong\u003e\n      \u003cspan\u003e120 × 80 × 70 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kb-spec-row\"\u003e\n      \u003cstrong\u003eRecommended Use\u003c\/strong\u003e\n      \u003cspan\u003eChildren’s supervised play and shade space\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kb-spec-row\"\u003e\n      \u003cstrong\u003eSuggested Fit\u003c\/strong\u003e\n      \u003cspan\u003e1 child playing or 2 small children seated\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kb-spec-row\"\u003e\n      \u003cstrong\u003ePackage Contents\u003c\/strong\u003e\n      \u003cspan\u003eTent, carry bag and 4 stakes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kb-spec-row\"\u003e\n      \u003cstrong\u003eImportant Note\u003c\/strong\u003e\n      \u003cspan\u003eToys and props are not included\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kb-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many children can fit inside?\u003c\/summary\u003e\n      \u003cp\u003e\n        The tent is best suited for one child playing comfortably or two small\n        children sitting together. Fit varies by age and size.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan the center area hold water?\u003c\/summary\u003e\n      \u003cp\u003e\n        It may be used for closely supervised shallow splash play on a flat\n        surface. Use only a small amount of water and never leave children\n        unattended.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre the toys shown in the photos included?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. The package includes the tent, one round carry bag and four ground\n        stakes. Buckets, molds, balls and other decorative accessories are not\n        included.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it be used indoors?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. It may also be used as an indoor reading or play space. Do not use\n        the ground stakes indoors.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs it suitable for windy weather?\u003c\/summary\u003e\n      \u003cp\u003e\n        The included stakes can support the setup on suitable ground, but the\n        tent should not be used during strong wind, storms or severe weather.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow should it be cleaned?\u003c\/summary\u003e\n      \u003cp\u003e\n        Remove loose sand, wipe the fabric with a soft damp cloth and allow the\n        tent to dry completely before folding and storage.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kb-final\"\u003e\n    \u003ch3\u003eMake the Next Family Outing Easier to Enjoy\u003c\/h3\u003e\n    \u003cp\u003e\n      A clearly sized, easy-to-store children’s play space with straightforward\n      package details, care guidance and safety reminders.\n    \u003c\/p\u003e\n    \u003cp class=\"kb-note\"\u003eChoose your preferred style and quantity above.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"BestJas","offers":[{"title":"SHARK BLUE","offer_id":49355058413827,"sku":"CSD2608013668-鲨鱼蓝色水池-2-3人","price":35.99,"currency_code":"USD","in_stock":true},{"title":"SHARK PINK","offer_id":49355058446595,"sku":"CSD2608013668-鲨鱼粉色水池-2-3人","price":35.99,"currency_code":"USD","in_stock":true},{"title":"OCEAN BLUE","offer_id":49355058479363,"sku":"CSD2608013668-蓝纯色水池-2-3人","price":35.99,"currency_code":"USD","in_stock":true},{"title":"PINK","offer_id":49355058512131,"sku":"CSD2608013668-粉纯色水池-2-3人","price":35.99,"currency_code":"USD","in_stock":true},{"title":"SEA GREEN STRIPE","offer_id":49355058544899,"sku":"CSD2608013668-绿条纹水池-2-3人","price":35.99,"currency_code":"USD","in_stock":true},{"title":"PINK STRIPE","offer_id":49355058577667,"sku":"CSD2608013668-粉色条纹水池-2-3人","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/17855548277897.png?v=1785554925","url":"https:\/\/bestjas.com\/products\/kids-shark-beach-tent","provider":"BestJas","version":"1.0","type":"link"}