{"title":"Palaces","description":"","products":[{"product_id":"foldable-pet-house-removable-washable-cat-house-puppy-cave-sofa-pet-bed-house-for-extra-small-dogs-and-small-and-medium-cats","title":"Honey House™ - Pup Palace","description":"\u003csection class=\"hop-faq\"\u003e\n  \u003ch2 class=\"hop-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eWhat sizes are available?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      We currently offer this product in \u003cstrong\u003eM\u003c\/strong\u003e and \u003cstrong\u003eL\u003c\/strong\u003e sizes only.\u003cbr\u003e\u003cbr\u003e\n      \u003cstrong\u003eM\u003c\/strong\u003e is recommended for pets up to 2.5 kg (5.5 lb).\u003cbr\u003e\n      \u003cstrong\u003eL\u003c\/strong\u003e is suitable for pets up to 4 kg (8.8 lb).\u003cbr\u003e\u003cbr\u003e\n      If you’re unsure, we recommend choosing the larger size for extra comfort.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eAre the materials safe for dogs?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Yes. All materials are pet-safe, non-toxic, and designed for warmth, comfort, and durability.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eHow long does shipping take?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Shipping takes 1–5 business days after your order is processed.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eCan I return my order?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Yes. Returns are accepted within 30 days from the date of order, as long as the item is unused and in original condition.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Libre+Baskerville:wght@400;700\u0026display=swap');\n\n.hop-faq {\n  background: #fff1e6;\n  padding: 60px 20px;\n  max-width: 900px;\n  margin: 0 auto;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.hop-faq-title {\n  text-align: center;\n  color: #b15e37;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 40px;\n}\n\n\/* FAQ card *\/\n.hop-faq-item {\n  border: 2px solid #b15e37;\n  border-radius: 16px;\n  margin-bottom: 16px;\n  overflow: hidden;\n  background: #fff1e6;\n}\n\n\/* QUESTION *\/\n.hop-faq-question {\n  width: 100%;\n  background: transparent;\n  border: none;\n  padding: 20px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  cursor: pointer;\n\n  font-family: 'Libre Baskerville', serif;\n  font-weight: 700;\n  font-size: 18px;\n  color: #b15e37;\n  text-align: left;\n}\n\n\/* + \/ × *\/\n.hop-faq-icon {\n  font-size: 26px;\n  font-weight: 700;\n  color: #b15e37;\n  line-height: 1;\n}\n\n\/* ANSWER *\/\n.hop-faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  padding: 0 24px;\n\n  font-family: 'Libre Baskerville', serif;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: #b15e37;\n\n  transition: max-height 0.35s ease, padding 0.35s ease;\n}\n\n.hop-faq-item.active .hop-faq-answer {\n  max-height: 300px;\n  padding: 0 24px 20px;\n}\n\n\/* Mobile *\/\n@media (max-width: 480px) {\n  .hop-faq-title { font-size: 26px; }\n  .hop-faq-question { font-size: 16px; }\n  .hop-faq-answer { font-size: 15px; }\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.hop-faq-question').forEach(button =\u003e {\n  button.addEventListener('click', () =\u003e {\n    const item = button.closest('.hop-faq-item');\n    const icon = button.querySelector('.hop-faq-icon');\n\n    document.querySelectorAll('.hop-faq-item').forEach(other =\u003e {\n      if (other !== item) {\n        other.classList.remove('active');\n        other.querySelector('.hop-faq-icon').textContent = '+';\n      }\n    });\n\n    item.classList.toggle('active');\n    icon.textContent = item.classList.contains('active') ? '×' : '+';\n  });\n});\n\u003c\/script\u003e\n","brand":"Moon\u0026Mellow","offers":[{"title":"MEDIUM","offer_id":47051494949117,"sku":"14:462084359;5:361386","price":39.99,"currency_code":"ILS","in_stock":true},{"title":"LARGE","offer_id":47051494981885,"sku":"14:462084359;5:361387","price":49.99,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/5975\/9357\/files\/A69B5D13-6633-44EB-907B-8311C88737DE.png?v=1767539710"},{"product_id":"foldable-indoor-pets-house-winter-plush-washable-cat-house-cats-bed-warm-washable-dogs-house-dog-bed-tent-strap-detachable-mat","title":"Cozy Den™ - Pup Palace","description":"\u003csection class=\"hop-faq\"\u003e\n  \u003ch2 class=\"hop-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eWhat sizes are available?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      We currently offer this product in \u003cstrong\u003eM\u003c\/strong\u003e and \u003cstrong\u003eL\u003c\/strong\u003e sizes only.\u003cbr\u003e\u003cbr\u003e\n      \u003cstrong\u003eM\u003c\/strong\u003e is recommended for pets up to 2.5 kg (5.5 lb).\u003cbr\u003e\n      \u003cstrong\u003eL\u003c\/strong\u003e is suitable for pets up to 4 kg (8.8 lb).\u003cbr\u003e\u003cbr\u003e\n      If you’re unsure, we recommend choosing the larger size for extra comfort.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eAre the materials safe for dogs?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Yes. All materials are pet-safe, non-toxic, and designed for warmth, comfort, and durability.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eHow long does shipping take?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Shipping takes 1–5 business days after your order is processed.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eCan I return my order?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Yes. Returns are accepted within 30 days from the date of order, as long as the item is unused and in original condition.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Libre+Baskerville:wght@400;700\u0026display=swap');\n\n.hop-faq {\n  background: #fff1e6;\n  padding: 60px 20px;\n  max-width: 900px;\n  margin: 0 auto;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.hop-faq-title {\n  text-align: center;\n  color: #b15e37;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 40px;\n}\n\n\/* FAQ card *\/\n.hop-faq-item {\n  border: 2px solid #b15e37;\n  border-radius: 16px;\n  margin-bottom: 16px;\n  overflow: hidden;\n  background: #fff1e6;\n}\n\n\/* QUESTION *\/\n.hop-faq-question {\n  width: 100%;\n  background: transparent;\n  border: none;\n  padding: 20px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  cursor: pointer;\n\n  font-family: 'Libre Baskerville', serif;\n  font-weight: 700;\n  font-size: 18px;\n  color: #b15e37;\n  text-align: left;\n}\n\n\/* + \/ × *\/\n.hop-faq-icon {\n  font-size: 26px;\n  font-weight: 700;\n  color: #b15e37;\n  line-height: 1;\n}\n\n\/* ANSWER *\/\n.hop-faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  padding: 0 24px;\n\n  font-family: 'Libre Baskerville', serif;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: #b15e37;\n\n  transition: max-height 0.35s ease, padding 0.35s ease;\n}\n\n.hop-faq-item.active .hop-faq-answer {\n  max-height: 300px;\n  padding: 0 24px 20px;\n}\n\n\/* Mobile *\/\n@media (max-width: 480px) {\n  .hop-faq-title { font-size: 26px; }\n  .hop-faq-question { font-size: 16px; }\n  .hop-faq-answer { font-size: 15px; }\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.hop-faq-question').forEach(button =\u003e {\n  button.addEventListener('click', () =\u003e {\n    const item = button.closest('.hop-faq-item');\n    const icon = button.querySelector('.hop-faq-icon');\n\n    document.querySelectorAll('.hop-faq-item').forEach(other =\u003e {\n      if (other !== item) {\n        other.classList.remove('active');\n        other.querySelector('.hop-faq-icon').textContent = '+';\n      }\n    });\n\n    item.classList.toggle('active');\n    icon.textContent = item.classList.contains('active') ? '×' : '+';\n  });\n});\n\u003c\/script\u003e\n","brand":"Moon\u0026Mellow","offers":[{"title":"MEDIUM","offer_id":47051495473405,"sku":"14:462084359#Brown;5:361386#42x35x38cm-1","price":39.99,"currency_code":"ILS","in_stock":true},{"title":"LARGE","offer_id":47051495506173,"sku":"14:462084359#Brown;5:361386#42x35x38cm-2","price":49.99,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/5975\/9357\/files\/5D212A3D-4999-442A-8A2C-CDDAFA6C37FE.png?v=1767540432"},{"product_id":"all-season-dog-house-style-bed-removable-washable-pet-bed-for-small-dogs-teddy-winter-warm-cat-dog-house","title":"Snuggle House™ - Pup Palace","description":"\u003csection class=\"hop-faq\"\u003e\n  \u003ch2 class=\"hop-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eWhat sizes are available?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      We currently offer this product in \u003cstrong\u003eM\u003c\/strong\u003e and \u003cstrong\u003eL\u003c\/strong\u003e sizes only.\u003cbr\u003e\u003cbr\u003e\n      \u003cstrong\u003eM\u003c\/strong\u003e is recommended for pets up to 2.5 kg (5.5 lb).\u003cbr\u003e\n      \u003cstrong\u003eL\u003c\/strong\u003e is suitable for pets up to 4 kg (8.8 lb).\u003cbr\u003e\u003cbr\u003e\n      If you’re unsure, we recommend choosing the larger size for extra comfort.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eAre the materials safe for dogs?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Yes. All materials are pet-safe, non-toxic, and designed for warmth, comfort, and durability.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eHow long does shipping take?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Shipping takes 1–5 business days after your order is processed.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eCan I return my order?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Yes. Returns are accepted within 30 days from the date of order, as long as the item is unused and in original condition.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Libre+Baskerville:wght@400;700\u0026display=swap');\n\n.hop-faq {\n  background: #fff1e6;\n  padding: 60px 20px;\n  max-width: 900px;\n  margin: 0 auto;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.hop-faq-title {\n  text-align: center;\n  color: #b15e37;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 40px;\n}\n\n\/* FAQ card *\/\n.hop-faq-item {\n  border: 2px solid #b15e37;\n  border-radius: 16px;\n  margin-bottom: 16px;\n  overflow: hidden;\n  background: #fff1e6;\n}\n\n\/* QUESTION *\/\n.hop-faq-question {\n  width: 100%;\n  background: transparent;\n  border: none;\n  padding: 20px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  cursor: pointer;\n\n  font-family: 'Libre Baskerville', serif;\n  font-weight: 700;\n  font-size: 18px;\n  color: #b15e37;\n  text-align: left;\n}\n\n\/* + \/ × *\/\n.hop-faq-icon {\n  font-size: 26px;\n  font-weight: 700;\n  color: #b15e37;\n  line-height: 1;\n}\n\n\/* ANSWER *\/\n.hop-faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  padding: 0 24px;\n\n  font-family: 'Libre Baskerville', serif;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: #b15e37;\n\n  transition: max-height 0.35s ease, padding 0.35s ease;\n}\n\n.hop-faq-item.active .hop-faq-answer {\n  max-height: 300px;\n  padding: 0 24px 20px;\n}\n\n\/* Mobile *\/\n@media (max-width: 480px) {\n  .hop-faq-title { font-size: 26px; }\n  .hop-faq-question { font-size: 16px; }\n  .hop-faq-answer { font-size: 15px; }\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.hop-faq-question').forEach(button =\u003e {\n  button.addEventListener('click', () =\u003e {\n    const item = button.closest('.hop-faq-item');\n    const icon = button.querySelector('.hop-faq-icon');\n\n    document.querySelectorAll('.hop-faq-item').forEach(other =\u003e {\n      if (other !== item) {\n        other.classList.remove('active');\n        other.querySelector('.hop-faq-icon').textContent = '+';\n      }\n    });\n\n    item.classList.toggle('active');\n    icon.textContent = item.classList.contains('active') ? '×' : '+';\n  });\n});\n\u003c\/script\u003e\n","brand":"Moon\u0026Mellow","offers":[{"title":"MEDIUM","offer_id":47051497898237,"sku":"14:366#yellow;5:361385","price":49.99,"currency_code":"ILS","in_stock":true},{"title":"LARGE","offer_id":47051497931005,"sku":"14:366#yellow;5:361386","price":59.99,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/5975\/9357\/files\/4C37EBE0-7CC8-4580-A6FD-4E163307599C.png?v=1767542194"},{"product_id":"winter-cat-bed-warm-pet-house-soft-long-plush-kitten-lounger-cushion-small-dogs-tent-cave-beds-for-cozy-cat-house-mat-supplies","title":"Teddy House™ - Pup Palace","description":"\u003csection class=\"hop-faq\"\u003e\n  \u003ch2 class=\"hop-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eWhat sizes are available?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      We currently offer this product in \u003cstrong\u003eM\u003c\/strong\u003e and \u003cstrong\u003eL\u003c\/strong\u003e sizes only.\u003cbr\u003e\u003cbr\u003e\n      \u003cstrong\u003eM\u003c\/strong\u003e is recommended for pets up to 2.5 kg (5.5 lb).\u003cbr\u003e\n      \u003cstrong\u003eL\u003c\/strong\u003e is suitable for pets up to 4 kg (8.8 lb).\u003cbr\u003e\u003cbr\u003e\n      If you’re unsure, we recommend choosing the larger size for extra comfort.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eAre the materials safe for dogs?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Yes. All materials are pet-safe, non-toxic, and designed for warmth, comfort, and durability.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eHow long does shipping take?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Shipping takes 1–5 business days after your order is processed.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hop-faq-item\"\u003e\n    \u003cbutton class=\"hop-faq-question\" type=\"button\"\u003e\n      \u003cspan\u003eCan I return my order?\u003c\/span\u003e\n      \u003cspan class=\"hop-faq-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"hop-faq-answer\"\u003e\n      Yes. Returns are accepted within 30 days from the date of order, as long as the item is unused and in original condition.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Libre+Baskerville:wght@400;700\u0026display=swap');\n\n.hop-faq {\n  background: #fff1e6;\n  padding: 60px 20px;\n  max-width: 900px;\n  margin: 0 auto;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.hop-faq-title {\n  text-align: center;\n  color: #b15e37;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 40px;\n}\n\n\/* FAQ card *\/\n.hop-faq-item {\n  border: 2px solid #b15e37;\n  border-radius: 16px;\n  margin-bottom: 16px;\n  overflow: hidden;\n  background: #fff1e6;\n}\n\n\/* QUESTION *\/\n.hop-faq-question {\n  width: 100%;\n  background: transparent;\n  border: none;\n  padding: 20px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  cursor: pointer;\n\n  font-family: 'Libre Baskerville', serif;\n  font-weight: 700;\n  font-size: 18px;\n  color: #b15e37;\n  text-align: left;\n}\n\n\/* + \/ × *\/\n.hop-faq-icon {\n  font-size: 26px;\n  font-weight: 700;\n  color: #b15e37;\n  line-height: 1;\n}\n\n\/* ANSWER *\/\n.hop-faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  padding: 0 24px;\n\n  font-family: 'Libre Baskerville', serif;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: #b15e37;\n\n  transition: max-height 0.35s ease, padding 0.35s ease;\n}\n\n.hop-faq-item.active .hop-faq-answer {\n  max-height: 300px;\n  padding: 0 24px 20px;\n}\n\n\/* Mobile *\/\n@media (max-width: 480px) {\n  .hop-faq-title { font-size: 26px; }\n  .hop-faq-question { font-size: 16px; }\n  .hop-faq-answer { font-size: 15px; }\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.hop-faq-question').forEach(button =\u003e {\n  button.addEventListener('click', () =\u003e {\n    const item = button.closest('.hop-faq-item');\n    const icon = button.querySelector('.hop-faq-icon');\n\n    document.querySelectorAll('.hop-faq-item').forEach(other =\u003e {\n      if (other !== item) {\n        other.classList.remove('active');\n        other.querySelector('.hop-faq-icon').textContent = '+';\n      }\n    });\n\n    item.classList.toggle('active');\n    icon.textContent = item.classList.contains('active') ? '×' : '+';\n  });\n});\n\u003c\/script\u003e\n","brand":"Moon\u0026Mellow","offers":[{"title":"MEDIUM","offer_id":47051498291453,"sku":"14:462084359#Brown;5:100014065#XL42x42x40cm-1","price":39.99,"currency_code":"ILS","in_stock":true},{"title":"LARGE","offer_id":47051498324221,"sku":"14:462084359#Brown;5:100014065#XL42x42x40cm-2","price":39.99,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/5975\/9357\/files\/508C4B41-194F-4F74-985F-32BD14CE3583_1.png?v=1767542956"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/5975\/9357\/collections\/414091A0-A028-458A-AE2A-E8F9E287DEA7.png?v=1767543030","url":"https:\/\/coolifyshop.com\/collections\/palaces.oembed","provider":"Coolify","version":"1.0","type":"link"}