{"product_id":"pop-up-pet-tent","title":"Pop-Up Pet Tent – Portable Hideaway for Cats \u0026 Small Dogs","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) - Clean \u0026 Organized Theme *\/    .product-set-container {      --primary: #1E3A8A; \/* Blue 900 - Deep navy *\/      --primary-hover: #1E40AF;      --accent: #0EA5E9; \/* Sky 500 - Clean bright blue *\/      --accent-light: #F0F9FF; \/* Sky 50 *\/      --text-main: #334155; \/* Slate 700 *\/      --text-sub: #64748B; \/* Slate 500 *\/      --bg-body: #F8FAFC; \/* Slate 50 *\/      --bg-card: #FFFFFF;      --border-color: #E2E8F0; \/* Slate 200 *\/      --radius-md: 16px;       --radius-lg: 24px;      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);      --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.08), 0 4px 10px -2px rgba(0, 0, 0, 0.04);      \/* Typography \u0026 Spacing System *\/      --spacing-section: clamp(3rem, 6vw, 5rem);      --spacing-module: clamp(2rem, 5vw, 4rem);            font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;      color: var(--text-main);      background-color: var(--bg-body);      max-width: 1200px;      margin: 0 auto;      padding: 0 5%;      box-sizing: border-box;      overflow-wrap: break-word;      word-break: break-word;      line-height: 1.6;    }    .product-set-container *,    .product-set-container *::before,    .product-set-container *::after {      box-sizing: inherit;    }    \/* Typography Scale *\/    .product-set-container h1,     .product-set-container h2,     .product-set-container h3 {      font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;      color: var(--primary);      margin: 0 0 1rem 0;      font-weight: 800;      letter-spacing: -0.02em;    }    .product-set-container h1 {      font-size: clamp(28px, 4vw, 42px);      line-height: 1.2;    }    .product-set-container .subtitle {      font-size: clamp(14px, 2vw, 16px);      color: var(--accent);      font-weight: 800;      margin: 0 0 1rem 0;      text-transform: uppercase;      letter-spacing: 0.1em;    }    .product-set-container h2 {      font-size: clamp(24px, 3vw, 32px);      line-height: 1.3;      margin: 0 0 1.5rem 0;      position: relative;      padding-bottom: 0.75rem;    }        .product-set-container h2::after {      content: '';      position: absolute;      left: 0;      bottom: 0;      width: 40px;      height: 4px;      background-color: var(--accent);      border-radius: 4px;    }    .product-set-container h3 {      font-size: clamp(20px, 2.5vw, 24px);      line-height: 1.4;      margin: 0 0 1rem 0;      display: flex;      align-items: center;      gap: 10px;    }    .product-set-container p {      font-size: clamp(16px, 2vw, 18px);      color: var(--text-sub);      margin: 0 0 1.5rem 0;    }    \/* Badges *\/    .detail-badge-group {      display: flex;      flex-wrap: wrap;      gap: 10px;      margin-bottom: 2rem;    }    .detail-badge {      display: inline-flex;      align-items: center;      padding: 8px 16px;      background: var(--bg-card);      border: 2px solid var(--accent-light);      border-radius: 12px;      font-size: 14px;      font-weight: 700;      color: var(--primary);      box-shadow: var(--shadow-sm);      transition: transform 0.2s ease;    }    .detail-badge:hover {      transform: translateY(-2px);    }    .detail-badge.accent {      background: var(--accent);      color: #FFF;      border-color: var(--accent);    }    \/* Image Protocol \u0026 Placeholders *\/    .img-placeholder {      width: 100%;      background-color: var(--bg-card);      border-radius: var(--radius-lg);      display: flex;      align-items: center;      justify-content: center;      overflow: hidden;      box-shadow: var(--shadow-sm);      margin-bottom: 1.5rem;      border: 1px solid var(--border-color);      position: relative;    }        .img-placeholder::after {      content: '';      position: absolute;      inset: 0;      border-radius: var(--radius-lg);      box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);      pointer-events: none;    }    .img-placeholder img {      width: 100%;      height: auto;      display: block;      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);    }        .img-placeholder:hover img {      transform: scale(1.03);    }    \/* Modules *\/    .hero-section {      text-align: center;      margin-top: 3rem;      margin-bottom: var(--spacing-section);      background: var(--bg-card);      padding: 4rem 2rem;      border-radius: var(--radius-lg);      border: 1px solid var(--border-color);      box-shadow: var(--shadow-lg);      background-image: radial-gradient(circle at top right, var(--accent-light) 0%, transparent 40%);    }    .hero-section h2::after {      left: 50%;      transform: translateX(-50%);    }    .hero-section .detail-badge-group {      justify-content: center;    }    .hero-description {      max-width: 700px;      margin: 0 auto 2rem auto;    }    \/* Z-Pattern Features *\/    .feature-list {      display: flex;      flex-direction: column;      gap: var(--spacing-section);      margin-bottom: var(--spacing-section);    }    .feature-item {      display: flex;      flex-direction: column;      gap: 2rem;      align-items: center;    }    .feature-media, .feature-copy {      width: 100%;    }        \/* Specifications Table *\/    .specs-section {      background: var(--bg-card);      padding: 3rem 2rem;      border-radius: var(--radius-lg);      border: 1px solid var(--border-color);      box-shadow: var(--shadow-sm);      margin-bottom: var(--spacing-section);    }        .specs-table {      width: 100%;      border-collapse: collapse;      margin-top: 1.5rem;    }        .specs-table th, .specs-table td {      padding: 1rem;      text-align: left;      border-bottom: 1px solid var(--border-color);    }        .specs-table tr:last-child td {      border-bottom: none;    }        .specs-table th {      font-weight: 700;      color: var(--primary);      background-color: var(--accent-light);    }        .specs-table th:first-child {      border-radius: 8px 0 0 0;    }        .specs-table th:last-child {      border-radius: 0 8px 0 0;    }        .specs-table td {      color: var(--text-sub);    }    \/* FAQ Section *\/    .faq-section {      margin-bottom: var(--spacing-section);    }        .faq-item {      background: var(--bg-card);      padding: 1.5rem;      border-radius: var(--radius-md);      border: 1px solid var(--border-color);      margin-bottom: 1rem;      box-shadow: var(--shadow-sm);    }        .faq-item strong {      display: block;      color: var(--primary);      font-size: 1.1rem;      margin-bottom: 0.5rem;    }        .faq-item p {      margin: 0;      font-size: 1rem;    }    \/* Desktop Enhancements *\/    @media (min-width: 768px) {      .feature-item {        flex-direction: row;        gap: var(--spacing-module);      }      .feature-item.reverse {        flex-direction: row-reverse;      }      .feature-media, .feature-copy {        flex: 1;      }      .feature-copy {        padding: 0 2rem;      }      .specs-section {        padding: 4rem;      }    }\u003c\/style\u003e\n\u003cdiv class=\"product-set-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"subtitle\"\u003eA Private Oasis for Your Furry Explorer\u003cbr\u003e Pop-Up Pet Tent\u003c\/div\u003e\n\u003cp class=\"hero-description\"\u003eWhether it’s cat-nap time or a puppy’s first camping trip, the  tent pops open in seconds to create a breezy, secure little retreat for your beloved pet.\u003c\/p\u003e\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge accent\"\u003e🧊 Includes Cooling Mat\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🏕️ Pop-Up Design\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🌬️ Breathable Mesh\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e💧 Water-Resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003cimg alt=\"A Private Oasis\" height=\"800\" src=\"https:\/\/img.fantaskycdn.com\/7f54fdfb699e492fb0a872eec19794e3.jpeg\" width=\"800\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cp\u003e\u003cstrong\u003e🏕️ A Private Oasis\u003c\/strong\u003e\u003c\/p\u003e\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\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg alt=\"Cozy Hideaway\" height=\"510\" src=\"https:\/\/img.fantaskycdn.com\/62f93cade5446c825081c16233650351.jpeg\" width=\"510\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cp\u003e\u003cstrong\u003e🏠 Cozy Hideaway\u003c\/strong\u003e\u003c\/p\u003e\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\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg alt=\"Mesh Window\" height=\"800\" src=\"https:\/\/img.fantaskycdn.com\/fda40cc0c4e7bba9eba1532b1268f111.jpeg\" width=\"800\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cp\u003e\u003cstrong\u003e🌬️ Mesh Window = Fresh Air + Visibility\u003c\/strong\u003e\u003c\/p\u003e\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\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg alt=\"Pop-Up Design\" height=\"800\" src=\"https:\/\/img.fantaskycdn.com\/1064ed138dac5653471dccda6c368e74.jpeg\" width=\"800\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cp\u003e\u003cstrong\u003e⚡ Pop-Up Design Folds in Seconds\u003c\/strong\u003e\u003c\/p\u003e\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\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg alt=\"Durable Oxford Build\" height=\"800\" src=\"https:\/\/img.fantaskycdn.com\/533216742c2d98fa9388779a6bfaccb3.jpeg\" width=\"800\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cp\u003e\u003cstrong\u003e🛡️ Durable Oxford Build\u003c\/strong\u003e\u003c\/p\u003e\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\u003cdiv class=\"specs-section\"\u003e\n\u003cp\u003e\u003cstrong\u003e📏 Size Guide\u003c\/strong\u003e\u003c\/p\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eInside L x W x H\u003c\/th\u003e\n\u003cth\u003eRecommended Pet Weight\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e35 x 35 x 30 cm\u003c\/td\u003e\n\u003ctd\u003e≤ 4 kg \/ 8.8 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e40 x 40 x 38 cm\u003c\/td\u003e\n\u003ctd\u003e≤ 8 kg \/ 17.6 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e48 x 48 x 42 cm\u003c\/td\u003e\n\u003ctd\u003e≤ 15 kg \/ 33 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003cp\u003e\u003cstrong\u003e❓ Frequently Asked Questions\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cstrong\u003eQ: Does it have a bottom panel?\u003c\/strong\u003e\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\u003cdiv class=\"faq-item\"\u003e\n\u003cstrong\u003eQ: How do I secure it outside?\u003c\/strong\u003e\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","brand":"Joypolly","offers":[{"title":"Grey \/ S (Fits Pets Under 8.8 lbs)","offer_id":43066216448105,"sku":null,"price":25.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M (Fits Pets Under 17.6 lbs)","offer_id":43066216480873,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L (Fits Pets Under 33 lbs)","offer_id":43066216513641,"sku":null,"price":35.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ S (Fits Pets Under 8.8 lbs)","offer_id":43066216546409,"sku":null,"price":25.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ M (Fits Pets Under 17.6 lbs)","offer_id":43066216579177,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ L (Fits Pets Under 33 lbs)","offer_id":43066216611945,"sku":null,"price":35.95,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ S (Fits Pets Under 8.8 lbs)","offer_id":43066216644713,"sku":null,"price":25.95,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ M (Fits Pets Under 17.6 lbs)","offer_id":43066216677481,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ L (Fits Pets Under 33 lbs)","offer_id":43066216710249,"sku":null,"price":35.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0640\/8270\/6537\/files\/0d829666419bbf67bd0f355f1f711d4b.jpg?v=1774576060","url":"https:\/\/joypolly.com\/products\/pop-up-pet-tent","provider":"Joypolly","version":"1.0","type":"link"}