{"product_id":"breezyden-pop-up-pet-tent","title":"BreezyDen Pop-Up Pet Tent – Portable Hideaway for Cats \u0026 Small Dogs","description":"\u003cdiv class=\"product-set-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) - Clean \u0026 Organized Theme *\/\n    .product-set-container {\n      --primary: #1E3A8A; \/* Blue 900 - Deep navy *\/\n      --primary-hover: #1E40AF;\n      --accent: #0EA5E9; \/* Sky 500 - Clean bright blue *\/\n      --accent-light: #F0F9FF; \/* Sky 50 *\/\n      --text-main: #334155; \/* Slate 700 *\/\n      --text-sub: #64748B; \/* Slate 500 *\/\n      --bg-body: #F8FAFC; \/* Slate 50 *\/\n      --bg-card: #FFFFFF;\n      --border-color: #E2E8F0; \/* Slate 200 *\/\n      --radius-md: 16px; \n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.08), 0 4px 10px -2px rgba(0, 0, 0, 0.04);\n\n      \/* Typography \u0026 Spacing System *\/\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-module: clamp(2rem, 5vw, 4rem);\n      \n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-set-container *,\n    .product-set-container *::before,\n    .product-set-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale *\/\n    .product-set-container h1, \n    .product-set-container h2, \n    .product-set-container h3 {\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .product-set-container h1 {\n      font-size: clamp(28px, 4vw, 42px);\n      line-height: 1.2;\n    }\n\n    .product-set-container .subtitle {\n      font-size: clamp(14px, 2vw, 16px);\n      color: var(--accent);\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n    }\n\n    .product-set-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      margin: 0 0 1.5rem 0;\n      position: relative;\n      padding-bottom: 0.75rem;\n    }\n    \n    .product-set-container h2::after {\n      content: '';\n      position: absolute;\n      left: 0;\n      bottom: 0;\n      width: 40px;\n      height: 4px;\n      background-color: var(--accent);\n      border-radius: 4px;\n    }\n\n    .product-set-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      margin: 0 0 1rem 0;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .product-set-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Badges *\/\n    .detail-badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 2rem;\n    }\n    .detail-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 8px 16px;\n      background: var(--bg-card);\n      border: 2px solid var(--accent-light);\n      border-radius: 12px;\n      font-size: 14px;\n      font-weight: 700;\n      color: var(--primary);\n      box-shadow: var(--shadow-sm);\n      transition: transform 0.2s ease;\n    }\n    .detail-badge:hover {\n      transform: translateY(-2px);\n    }\n    .detail-badge.accent {\n      background: var(--accent);\n      color: #FFF;\n      border-color: var(--accent);\n    }\n\n    \/* Image Protocol \u0026 Placeholders *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      position: relative;\n    }\n    \n    .img-placeholder::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      border-radius: var(--radius-lg);\n      box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);\n      pointer-events: none;\n    }\n\n    .img-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    \n    .img-placeholder:hover img {\n      transform: scale(1.03);\n    }\n\n    \/* Modules *\/\n    .hero-section {\n      text-align: center;\n      margin-top: 3rem;\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: 4rem 2rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-lg);\n      background-image: radial-gradient(circle at top right, var(--accent-light) 0%, transparent 40%);\n    }\n    .hero-section h2::after {\n      left: 50%;\n      transform: translateX(-50%);\n    }\n    .hero-section .detail-badge-group {\n      justify-content: center;\n    }\n    .hero-description {\n      max-width: 700px;\n      margin: 0 auto 2rem auto;\n    }\n\n    \/* Z-Pattern Features *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n    \n    \/* Specifications Table *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: 3rem 2rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: var(--spacing-section);\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n    \n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    \n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    \n    .specs-table th {\n      font-weight: 700;\n      color: var(--primary);\n      background-color: var(--accent-light);\n    }\n    \n    .specs-table th:first-child {\n      border-radius: 8px 0 0 0;\n    }\n    \n    .specs-table th:last-child {\n      border-radius: 0 8px 0 0;\n    }\n    \n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n    \n    .faq-item {\n      background: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .faq-item strong {\n      display: block;\n      color: var(--primary);\n      font-size: 1.1rem;\n      margin-bottom: 0.5rem;\n    }\n    \n    .faq-item p {\n      margin: 0;\n      font-size: 1rem;\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: var(--spacing-module);\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      .feature-copy {\n        padding: 0 2rem;\n      }\n      .specs-section {\n        padding: 4rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"subtitle\"\u003eA Private Oasis for Your Furry Explorer\u003c\/div\u003e\n\n\u003ch1\u003eBreezyDen Pop-Up Pet Tent\u003c\/h1\u003e\n\n\u003cp class=\"hero-description\"\u003eWhether it’s cat-nap time or a puppy’s first camping trip, the BreezyDen tent pops open in seconds to create a breezy, secure little retreat for your beloved pet.\u003c\/p\u003e\n\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge accent\"\u003e🧊 Includes Cooling Mat\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e🏕️ Pop-Up Design\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e🌬️ Breathable Mesh\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e💧 Water-Resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"A Private Oasis\" cke-id=\"img50\" height=\"800\" referrerpolicy=\"no-referrer\" src=\"https:\/\/img.fantaskycdn.com\/7f54fdfb699e492fb0a872eec19794e3.jpeg\" width=\"800\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🏕️ A Private Oasis\u003c\/h3\u003e\n\n\u003cp\u003eGive your pets the perfect getaway. Whether used indoors or outdoors, this tent provides a secure and comfortable environment. \u003cstrong\u003ePlus, every tent comes with a suitably sized cooling mat\u003c\/strong\u003e to keep your furry friend refreshed during warmer days!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Cozy Hideaway\" cke-id=\"img51\" height=\"800\" referrerpolicy=\"no-referrer\" src=\"https:\/\/img.fantaskycdn.com\/62f93cade5446c825081c16233650351.jpeg\" width=\"800\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🏠 Cozy Hideaway\u003c\/h3\u003e\n\n\u003cp\u003eFully enclosed walls provide comfort and privacy—ideal for nervous pets, multi-animal homes, or busy environments where your pet just needs a quiet space to relax.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Mesh Window\" cke-id=\"img52\" height=\"800\" referrerpolicy=\"no-referrer\" src=\"https:\/\/img.fantaskycdn.com\/fda40cc0c4e7bba9eba1532b1268f111.jpeg\" width=\"800\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🌬️ Mesh Window = Fresh Air + Visibility\u003c\/h3\u003e\n\n\u003cp\u003eA front-facing mesh panel keeps air circulating and lets curious pets peek out safely while lounging, ensuring they never feel isolated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Pop-Up Design\" cke-id=\"img53\" height=\"800\" referrerpolicy=\"no-referrer\" src=\"https:\/\/img.fantaskycdn.com\/1064ed138dac5653471dccda6c368e74.jpeg\" width=\"800\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e⚡ Pop-Up Design Folds in Seconds\u003c\/h3\u003e\n\n\u003cp\u003eThe spring-loaded steel frame opens instantly with a twist, then folds flat into a compact 13″ disc for effortless storage or travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Durable Oxford Build\" cke-id=\"img54\" height=\"800\" referrerpolicy=\"no-referrer\" src=\"https:\/\/img.fantaskycdn.com\/533216742c2d98fa9388779a6bfaccb3.jpeg\" width=\"800\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🛡️ Durable Oxford Build\u003c\/h3\u003e\n\n\u003cp\u003eMade of 600D water-resistant oxford fabric—tough against claws and incredibly easy to wipe clean after your outdoor adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e📏 Size Guide\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSize\u003c\/th\u003e\n\t\t\t\u003cth\u003eInside L x W x H\u003c\/th\u003e\n\t\t\t\u003cth\u003eRecommended Pet Weight\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd\u003e35 x 35 x 30 cm\u003c\/td\u003e\n\t\t\t\u003ctd\u003e≤ 4 kg \/ 8.8 lb\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd\u003e40 x 40 x 38 cm\u003c\/td\u003e\n\t\t\t\u003ctd\u003e≤ 8 kg \/ 17.6 lb\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd\u003e48 x 48 x 42 cm\u003c\/td\u003e\n\t\t\t\u003ctd\u003e≤ 15 kg \/ 33 lb\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cstrong\u003eQ: Does it have a bottom panel?\u003c\/strong\u003e\n\n\u003cp\u003e\u003cstrong\u003eA:\u003c\/strong\u003e Yes—an integrated oxford base is included. \u003cstrong\u003eEven better, the product comes with a suitably sized cooling mat\u003c\/strong\u003e for extra comfort right out of the box!\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cstrong\u003eQ: How do I secure it outside?\u003c\/strong\u003e\n\n\u003cp\u003e\u003cstrong\u003eA:\u003c\/strong\u003e Use the corner loops with standard tent pegs (not included) to anchor it securely on breezy days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Ted \u0026 Teddy","offers":[{"title":"Grey \/ S (Fits Pets Under 8.8 lbs)","offer_id":54906883965270,"sku":null,"price":17.95,"currency_code":"CAD","in_stock":true},{"title":"Grey \/ M (Fits Pets Under 17.6 lbs)","offer_id":54906883998038,"sku":null,"price":22.95,"currency_code":"CAD","in_stock":true},{"title":"Grey \/ L (Fits Pets Under 33 lbs)","offer_id":54906884030806,"sku":null,"price":30.95,"currency_code":"CAD","in_stock":true},{"title":"Beige \/ S (Fits Pets Under 8.8 lbs)","offer_id":54906884063574,"sku":null,"price":17.95,"currency_code":"CAD","in_stock":true},{"title":"Beige \/ M (Fits Pets Under 17.6 lbs)","offer_id":54906884096342,"sku":null,"price":22.95,"currency_code":"CAD","in_stock":true},{"title":"Beige \/ L (Fits Pets Under 33 lbs)","offer_id":54906884129110,"sku":null,"price":30.95,"currency_code":"CAD","in_stock":true},{"title":"Coffee \/ S (Fits Pets Under 8.8 lbs)","offer_id":54906884161878,"sku":null,"price":17.95,"currency_code":"CAD","in_stock":true},{"title":"Coffee \/ M (Fits Pets Under 17.6 lbs)","offer_id":54906884194646,"sku":null,"price":22.95,"currency_code":"CAD","in_stock":true},{"title":"Coffee \/ L (Fits Pets Under 33 lbs)","offer_id":54906884227414,"sku":null,"price":30.95,"currency_code":"CAD","in_stock":true},{"title":"Rainbow Plaid \/ S (Fits Pets Under 8.8 lbs)","offer_id":54906884260182,"sku":null,"price":17.95,"currency_code":"CAD","in_stock":true},{"title":"Rainbow Plaid \/ M (Fits Pets Under 17.6 lbs)","offer_id":54906884292950,"sku":null,"price":22.95,"currency_code":"CAD","in_stock":true},{"title":"Rainbow Plaid \/ L (Fits Pets Under 33 lbs)","offer_id":54906884325718,"sku":null,"price":30.95,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1049\/9991\/1766\/files\/a0649bb495d0e6112087c1d7a7223322.jpg?v=1786025782","url":"https:\/\/tedandteddy.com\/products\/breezyden-pop-up-pet-tent","provider":"Ted \u0026 Teddy","version":"1.0","type":"link"}