{"title":"Iron Uniforms","description":"","products":[{"product_id":"clubhouse-classic-sock-10-piece","title":"CLUBHOUSE CLASSIC SOCK 10-PIECE","description":"\u003cstyle\u003e\n.cc-wrap {\n  font-family: 'Montserrat', sans-serif;\n  width: 100%;\n  max-width: 900px;\n  background: transparent;\n  padding: 40px 20px;\n  box-sizing: border-box;\n}\n\n\/* intro *\/\n.cc-intro {\n  font-size: 15px;\n  color: #111;\n  line-height: 1.8;\n\n  opacity: 0;\n  transform: translateY(10px);\n  animation: fadeUp 0.6s ease forwards;\n}\n\n\/* item blocks *\/\n.cc-item {\n  margin-top: 14px;\n  padding: 14px 16px;\n\n  border-left: 3px solid;\n  border-image: linear-gradient(180deg, #0066ff, #ff0033) 1;\n\n  background: rgba(0,0,0,0.03);\n  border-radius: 10px;\n\n  opacity: 0;\n  transform: translateY(10px);\n  animation: fadeUp 0.6s ease forwards, glow 3s ease-in-out infinite;\n}\n\n\/* stagger *\/\n.cc-item:nth-child(2) { animation-delay: 0.15s; }\n.cc-item:nth-child(3) { animation-delay: 0.25s; }\n.cc-item:nth-child(4) { animation-delay: 0.35s; }\n.cc-item:nth-child(5) { animation-delay: 0.45s; }\n\n\/* labels *\/\n.cc-label {\n  font-size: 13px;\n  font-weight: 900;\n  color: #111;\n  margin-bottom: 6px;\n}\n\n\/* text *\/\n.cc-text {\n  font-size: 15px;\n  color: #111;\n  line-height: 1.6;\n}\n\n\/* final line *\/\n.cc-final {\n  margin-top: 25px;\n  font-size: 16px;\n  font-weight: 900;\n  color: #111;\n  text-align: center;\n\n  opacity: 0;\n  animation: fadeUp 0.6s ease forwards;\n  animation-delay: 0.6s;\n}\n\n\/* animations *\/\n@keyframes fadeUp {\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes glow {\n  0% {\n    box-shadow: 0 0 0 rgba(0,102,255,0);\n  }\n  50% {\n    box-shadow: 0 0 12px rgba(0,102,255,0.25),\n                0 0 12px rgba(255,0,51,0.15);\n  }\n  100% {\n    box-shadow: 0 0 0 rgba(0,0,0,0);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"cc-wrap\"\u003e\n\n  \u003cdiv class=\"cc-intro\"\u003e\n    Ten clubs. Ten covers. Zero scratches, scuffs, or compromise.\u003cbr\u003e\u003cbr\u003e\n    Your irons take more punishment than any other clubs in your bag — rattling, knocking, and grinding against each other every round. This premium 10-piece sock set puts a stop to that, keeping every iron shielded, organised, and in pristine condition from the first tee to the 18th green.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cc-item\"\u003e\n    \u003cdiv class=\"cc-label\"\u003e🏌️ WHAT SETS IT APART\u003c\/div\u003e\n    \u003cdiv class=\"cc-text\"\u003e🧦 Complete 10-piece set — full coverage for every iron in your bag, no club left unprotected\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cc-item\"\u003e\n    \u003cdiv class=\"cc-label\"\u003e🛡️ PREMIUM BUILD\u003c\/div\u003e\n    \u003cdiv class=\"cc-text\"\u003eSoft, durable knit construction that cushions against scratches, scuffs, and everyday bag contact\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cc-item\"\u003e\n    \u003cdiv class=\"cc-label\"\u003e🎯 SNUG, RELIABLE FIT\u003c\/div\u003e\n    \u003cdiv class=\"cc-text\"\u003eStays in place with no slipping, bunching, or fussing between shots\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cc-item\"\u003e\n    \u003cdiv class=\"cc-label\"\u003e💼 CLASSIC AESTHETIC\u003c\/div\u003e\n    \u003cdiv class=\"cc-text\"\u003eUnderstated and sophisticated; a timeless way to keep your setup looking sharp\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cc-final\"\u003e\n    🏌️ Ten clubs. Ten covers. Zero damage. Classic protection.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TeeCoziᶻᵃ","offers":[{"title":"Default Title","offer_id":45989181161668,"sku":null,"price":649.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0740\/8091\/1556\/files\/Sock10Piece.png?v=1774555319"},{"product_id":"zebra-poot-9-piece","title":"ZEBRA POOT 9-PIECE","description":"\u003cstyle\u003e\n.zp-wrap {\n  font-family: 'Montserrat', sans-serif;\n  width: 100%;\n  max-width: 900px;\n  background: transparent;\n  padding: 40px 20px;\n  box-sizing: border-box;\n}\n\n\/* intro *\/\n.zp-intro {\n  font-size: 15px;\n  color: #111;\n  line-height: 1.8;\n\n  opacity: 0;\n  transform: translateY(10px);\n  animation: fadeUp 0.6s ease forwards;\n}\n\n\/* items *\/\n.zp-item {\n  margin-top: 14px;\n  padding: 14px 16px;\n\n  border-left: 3px solid;\n  border-image: linear-gradient(180deg, #000000, #b300ff) 1;\n\n  background: rgba(0,0,0,0.03);\n  border-radius: 10px;\n\n  opacity: 0;\n  transform: translateY(10px);\n  animation: fadeUp 0.6s ease forwards, glow 3s ease-in-out infinite;\n}\n\n\/* stagger *\/\n.zp-item:nth-child(2) { animation-delay: 0.15s; }\n.zp-item:nth-child(3) { animation-delay: 0.25s; }\n.zp-item:nth-child(4) { animation-delay: 0.35s; }\n.zp-item:nth-child(5) { animation-delay: 0.45s; }\n\n\/* labels *\/\n.zp-label {\n  font-size: 13px;\n  font-weight: 900;\n  color: #111;\n  margin-bottom: 6px;\n}\n\n\/* text *\/\n.zp-text {\n  font-size: 15px;\n  color: #111;\n  line-height: 1.6;\n}\n\n\/* final *\/\n.zp-final {\n  margin-top: 25px;\n  font-size: 16px;\n  font-weight: 900;\n  color: #111;\n  text-align: center;\n\n  opacity: 0;\n  animation: fadeUp 0.6s ease forwards;\n  animation-delay: 0.6s;\n}\n\n\/* animations *\/\n@keyframes fadeUp {\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes glow {\n  0% {\n    box-shadow: 0 0 0 rgba(179,0,255,0);\n  }\n  50% {\n    box-shadow: 0 0 12px rgba(179,0,255,0.25),\n                0 0 12px rgba(0,0,0,0.15);\n  }\n  100% {\n    box-shadow: 0 0 0 rgba(0,0,0,0);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"zp-wrap\"\u003e\n\n  \u003cdiv class=\"zp-intro\"\u003e\n    Nine clubs. Nine covers. Bold enough to make every bag unforgettable.\u003cbr\u003e\u003cbr\u003e\n    Your irons take more punishment than any other clubs in your bag — rattling, knocking, and grinding against each other every round. The Zebra Poot puts a stop to that with a striking zebra-print PVC design that protects every club while making sure your bag is anything but forgettable.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"zp-item\"\u003e\n    \u003cdiv class=\"zp-label\"\u003e🦓 COMPLETE 9-PIECE SET\u003c\/div\u003e\n    \u003cdiv class=\"zp-text\"\u003eTailored protection for every iron in your bag, no club left unprotected\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"zp-item\"\u003e\n    \u003cdiv class=\"zp-label\"\u003e🛡️ DURABLE PVC CONSTRUCTION\u003c\/div\u003e\n    \u003cdiv class=\"zp-text\"\u003eFlexible, tough, and built to handle round after round without cracking or losing shape\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"zp-item\"\u003e\n    \u003cdiv class=\"zp-label\"\u003e🧹 EASY MAINTENANCE\u003c\/div\u003e\n    \u003cdiv class=\"zp-text\"\u003eWipe clean in seconds; no fuss, no hassle\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"zp-item\"\u003e\n    \u003cdiv class=\"zp-label\"\u003e🔒 PRECISION FIT\u003c\/div\u003e\n    \u003cdiv class=\"zp-text\"\u003eSecure, silent, and built to stay in place between shots\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"zp-final\"\u003e\n    🦓 Nine covers. Zero compromises. Pure Zebra Poot.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TeeCoziᶻᵃ","offers":[{"title":"Default Title","offer_id":45989228576964,"sku":null,"price":649.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0740\/8091\/1556\/files\/Premuim10Piece_44b94e06-0d40-41dd-a9f1-dd4fd159c88f.png?v=1774556274"},{"product_id":"klein-karoo-9-piece","title":"KLEIN KAROO 9-PIECE","description":"\u003cstyle\u003e\n.kk-wrap {\n  font-family: 'Montserrat', sans-serif;\n  width: 100%;\n  max-width: 900px;\n  background: transparent;\n  padding: 40px 20px;\n  box-sizing: border-box;\n}\n\n\/* intro *\/\n.kk-intro {\n  font-size: 15px;\n  color: #111;\n  line-height: 1.8;\n\n  opacity: 0;\n  transform: translateY(10px);\n  animation: fadeUp 0.6s ease forwards;\n}\n\n\/* items *\/\n.kk-item {\n  margin-top: 14px;\n  padding: 14px 16px;\n\n  border-left: 3px solid;\n  border-image: linear-gradient(180deg, #3b2f2f, #b87333) 1;\n\n  background: rgba(0,0,0,0.03);\n  border-radius: 10px;\n\n  opacity: 0;\n  transform: translateY(10px);\n  animation: fadeUp 0.6s ease forwards, glow 3s ease-in-out infinite;\n}\n\n\/* stagger *\/\n.kk-item:nth-child(2) { animation-delay: 0.15s; }\n.kk-item:nth-child(3) { animation-delay: 0.25s; }\n.kk-item:nth-child(4) { animation-delay: 0.35s; }\n.kk-item:nth-child(5) { animation-delay: 0.45s; }\n\n\/* labels *\/\n.kk-label {\n  font-size: 13px;\n  font-weight: 900;\n  color: #111;\n  margin-bottom: 6px;\n}\n\n\/* text *\/\n.kk-text {\n  font-size: 15px;\n  color: #111;\n  line-height: 1.6;\n}\n\n\/* final *\/\n.kk-final {\n  margin-top: 25px;\n  font-size: 16px;\n  font-weight: 900;\n  color: #111;\n  text-align: center;\n\n  opacity: 0;\n  animation: fadeUp 0.6s ease forwards;\n  animation-delay: 0.6s;\n}\n\n\/* animations *\/\n@keyframes fadeUp {\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes glow {\n  0% {\n    box-shadow: 0 0 0 rgba(184,115,51,0);\n  }\n  50% {\n    box-shadow: 0 0 12px rgba(184,115,51,0.25),\n                0 0 12px rgba(59,47,47,0.15);\n  }\n  100% {\n    box-shadow: 0 0 0 rgba(0,0,0,0);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"kk-wrap\"\u003e\n\n  \u003cdiv class=\"kk-intro\"\u003e\n    Nine irons. One story. Built to last a lifetime on the course.\u003cbr\u003e\u003cbr\u003e\n    Your irons take more punishment than any other clubs in your bag — rattling, knocking, and grinding every round. The Klein Karoo puts a stop to that with genuine leather covers that don’t just protect your clubs — they get better with every round, developing a rich patina that tells the story of every fairway you’ve walked.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kk-item\"\u003e\n    \u003cdiv class=\"kk-label\"\u003e🌵 COMPLETE 9-PIECE SET\u003c\/div\u003e\n    \u003cdiv class=\"kk-text\"\u003eFull leather coverage for every iron in your bag, no club left unprotected\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kk-item\"\u003e\n    \u003cdiv class=\"kk-label\"\u003e🛡️ GENUINE LEATHER CONSTRUCTION\u003c\/div\u003e\n    \u003cdiv class=\"kk-text\"\u003eWarm, authentic, and built to last; develops a rich patina with every round\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kk-item\"\u003e\n    \u003cdiv class=\"kk-label\"\u003e🎯 TAILORED SECURE FIT\u003c\/div\u003e\n    \u003cdiv class=\"kk-text\"\u003eStays in place without slipping, bunching, or fussing between shots\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kk-item\"\u003e\n    \u003cdiv class=\"kk-label\"\u003e🌅 KAROO CHARACTER\u003c\/div\u003e\n    \u003cdiv class=\"kk-text\"\u003eQuiet resilience, heritage craftsmanship, and natural warmth in every detail\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kk-final\"\u003e\n    🌵 Nine irons. One story. Built to last.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TeeCoziᶻᵃ","offers":[{"title":"Default Title","offer_id":45989256495300,"sku":null,"price":599.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0740\/8091\/1556\/files\/Leather10Piece_149ac943-55d4-455a-b503-afc788818e00.png?v=1774556823"},{"product_id":"the-pearls-10-piece","title":"THE PEARLS 10-PIECE","description":"\u003cstyle\u003e\n.pr-wrap {\n  font-family: 'Montserrat', sans-serif;\n  width: 100%;\n  max-width: 900px;\n  background: transparent;\n  padding: 40px 20px;\n  box-sizing: border-box;\n}\n\n\/* intro *\/\n.pr-intro {\n  font-size: 15px;\n  color: #111;\n  line-height: 1.8;\n\n  opacity: 0;\n  transform: translateY(10px);\n  animation: fadeUp 0.6s ease forwards;\n}\n\n\/* items *\/\n.pr-item {\n  margin-top: 14px;\n  padding: 14px 16px;\n\n  border-left: 3px solid;\n  border-image: linear-gradient(180deg, #f5f5f5, #c0c0c0) 1;\n\n  background: rgba(0,0,0,0.03);\n  border-radius: 10px;\n\n  opacity: 0;\n  transform: translateY(10px);\n  animation: fadeUp 0.6s ease forwards, glow 3s ease-in-out infinite;\n}\n\n\/* stagger *\/\n.pr-item:nth-child(2) { animation-delay: 0.15s; }\n.pr-item:nth-child(3) { animation-delay: 0.25s; }\n.pr-item:nth-child(4) { animation-delay: 0.35s; }\n.pr-item:nth-child(5) { animation-delay: 0.45s; }\n\n\/* labels *\/\n.pr-label {\n  font-size: 13px;\n  font-weight: 900;\n  color: #111;\n  margin-bottom: 6px;\n}\n\n\/* text *\/\n.pr-text {\n  font-size: 15px;\n  color: #111;\n  line-height: 1.6;\n}\n\n\/* final *\/\n.pr-final {\n  margin-top: 25px;\n  font-size: 16px;\n  font-weight: 900;\n  color: #111;\n  text-align: center;\n\n  opacity: 0;\n  animation: fadeUp 0.6s ease forwards;\n  animation-delay: 0.6s;\n}\n\n\/* animations *\/\n@keyframes fadeUp {\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes glow {\n  0% {\n    box-shadow: 0 0 0 rgba(192,192,192,0);\n  }\n  50% {\n    box-shadow: 0 0 12px rgba(192,192,192,0.25),\n                0 0 12px rgba(255,255,255,0.2);\n  }\n  100% {\n    box-shadow: 0 0 0 rgba(0,0,0,0);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pr-wrap\"\u003e\n\n  \u003cdiv class=\"pr-intro\"\u003e\n    Ten irons. Ten pearls. One flawless statement of quiet luxury.\u003cbr\u003e\u003cbr\u003e\n    Your irons take more punishment than any other clubs in your bag — rattling, knocking, and grinding every round. The Pearls puts a stop to that with a soft, sophisticated cover set that protects every iron while bringing a refined, polished aesthetic to your entire bag.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pr-item\"\u003e\n    \u003cdiv class=\"pr-label\"\u003e⚪ COMPLETE 10-PIECE SET\u003c\/div\u003e\n    \u003cdiv class=\"pr-text\"\u003eSeamless, end-to-end protection for every iron in your bag, no club left unprotected\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pr-item\"\u003e\n    \u003cdiv class=\"pr-label\"\u003e🛡️ PREMIUM SOFT-KNIT CONSTRUCTION\u003c\/div\u003e\n    \u003cdiv class=\"pr-text\"\u003eGentle on your clubs, tough on everyday wear; guards against scratches, impact, and bag contact\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pr-item\"\u003e\n    \u003cdiv class=\"pr-label\"\u003e🎯 TAILORED FIT\u003c\/div\u003e\n    \u003cdiv class=\"pr-text\"\u003eSecure, smooth, and effortlessly in place between every shot\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pr-item\"\u003e\n    \u003cdiv class=\"pr-label\"\u003e💎 QUIET LUXURY AESTHETIC\u003c\/div\u003e\n    \u003cdiv class=\"pr-text\"\u003eA pearl-inspired finish that brings understated sophistication without saying a word\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pr-final\"\u003e\n    ⚪ Ten irons. Ten pearls. One flawless statement.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TeeCoziᶻᵃ","offers":[{"title":"Default Title","offer_id":45989272256708,"sku":null,"price":549.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0740\/8091\/1556\/files\/White10Piece.png?v=1774557217"}],"url":"https:\/\/www.teecozi.co.za\/collections\/the-10-piece-uniform.oembed","provider":"TeeCoziᶻᵃ","version":"1.0","type":"link"}