{"product_id":"tradevault-highland-huggie-plush-cow","title":"TradeVault Highland Huggie Plush Cow","description":"\u003cstyle\u003e\n\/* ==========================================================\n   TRADEVAULT\n   KAWAII HIGHLAND COW PLUSH\n   SHOPIFY PRODUCT DESCRIPTION\n   ========================================================== *\/\n\n.tvhc{\n  --navy:#101b4f;\n  --navy2:#28357a;\n  --text:#555d75;\n  --muted:#81889c;\n\n  --cyan:#38d7eb;\n  --blue:#6d91fa;\n  --purple:#9b7cf3;\n  --lav:#c69af3;\n  --pink:#f38bb9;\n  --mint:#65dfd1;\n\n  --white:#fff;\n  --pearl:#fbfdff;\n  --soft:#f6f3ff;\n\n  --line:rgba(129,124,235,.22);\n\n  --holo:linear-gradient(\n    110deg,\n    #38d7eb 0%,\n    #6d91fa 22%,\n    #9b7cf3 42%,\n    #c69af3 60%,\n    #f38bb9 79%,\n    #65dfd1 100%\n  );\n\n  position:relative;\n  isolation:isolate;\n\n  width:100%;\n  max-width:1180px;\n  margin:0 auto;\n\n  overflow:hidden;\n\n  color:var(--text);\n\n  background:\n    radial-gradient(circle at 4% 2%,rgba(56,215,235,.16),transparent 27%),\n    radial-gradient(circle at 96% 4%,rgba(243,139,185,.15),transparent 28%),\n    radial-gradient(circle at 8% 96%,rgba(155,124,243,.11),transparent 31%),\n    linear-gradient(\n      135deg,\n      #fbfeff 0%,\n      #f8f4ff 30%,\n      #effdfa 58%,\n      #fff5fa 82%,\n      #f5f9ff 100%\n    );\n\n  border:1px solid var(--line);\n  border-radius:28px;\n\n  box-shadow:\n    0 25px 70px rgba(62,75,151,.14),\n    inset 0 1px 0 rgba(255,255,255,.94);\n\n  font-family:Arial,Helvetica,sans-serif;\n  font-size:16px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.tvhc,\n.tvhc *,\n.tvhc *::before,\n.tvhc *::after{\n  box-sizing:border-box;\n}\n\n.tvhc img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n  margin:0;\n}\n\n.tvhc h2,\n.tvhc h3,\n.tvhc h4,\n.tvhc p{\n  margin-top:0;\n}\n\n.tvhc h2,\n.tvhc h3,\n.tvhc h4,\n.tvhc strong{\n  color:var(--navy);\n}\n\n.tvhc-shell{\n  width:calc(100% - 48px);\n  max-width:1100px;\n  margin-left:auto;\n  margin-right:auto;\n}\n\n.tvhc-section{\n  position:relative;\n  padding:74px 0;\n}\n\n.tvhc-section + .tvhc-section{\n  border-top:1px solid rgba(129,124,235,.13);\n}\n\n.tvhc-soft{\n  background:\n    radial-gradient(\n      circle at 88% 80%,\n      rgba(155,124,243,.1),\n      transparent 34%\n    ),\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.67),\n      rgba(246,243,255,.61)\n    );\n}\n\n\n\/* ==========================================================\n   HEADINGS\n   ========================================================== *\/\n\n.tvhc-kicker{\n  display:inline-flex;\n  align-items:center;\n  gap:11px;\n\n  margin:0 0 15px;\n\n  color:#7075c5;\n\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.tvhc-kicker::before{\n  content:\"\";\n\n  width:34px;\n  height:2px;\n  flex:0 0 34px;\n\n  background:var(--holo);\n  background-size:200% auto;\n\n  animation:tvhcLine 4s ease-in-out infinite;\n}\n\n.tvhc-title{\n  margin:0;\n\n  color:var(--navy);\n\n  font-size:clamp(35px,5vw,58px);\n  font-weight:900;\n  letter-spacing:-.045em;\n  line-height:1.03;\n}\n\n.tvhc-title-small{\n  font-size:clamp(31px,4.4vw,49px);\n}\n\n.tvhc-holo{\n  display:inline-block;\n\n  color:#7489e9;\n\n  background:var(--holo);\n  background-size:220% auto;\n\n  -webkit-background-clip:text;\n  background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:tvhcText 7s linear infinite;\n}\n\n.tvhc-copy{\n  max-width:740px;\n  margin:21px 0 0;\n\n  color:var(--text);\n\n  font-size:17px;\n  line-height:1.75;\n}\n\n\n\/* ==========================================================\n   LOGO\n   ========================================================== *\/\n\n.tvhc-logo{\n  position:relative;\n\n  width:185px;\n  margin-bottom:27px;\n\n  overflow:hidden;\n\n  animation:tvhcFloat 5.4s ease-in-out infinite;\n}\n\n.tvhc-logo img{\n  object-fit:contain;\n}\n\n.tvhc-logo::after,\n.tvhc-final-logo::after{\n  position:absolute;\n  inset:-70% -100%;\n\n  content:\"\";\n  pointer-events:none;\n\n  background:linear-gradient(\n    105deg,\n    transparent 43%,\n    rgba(255,255,255,.8) 50%,\n    transparent 57%\n  );\n\n  transform:translateX(-70%) rotate(8deg);\n\n  animation:tvhcLogoShine 8.5s ease-in-out infinite;\n}\n\n\n\/* ==========================================================\n   HERO\n   ========================================================== *\/\n\n.tvhc-hero{\n  position:relative;\n  min-height:680px;\n\n  overflow:hidden;\n  isolation:isolate;\n\n  background:\n    radial-gradient(\n      circle at 89% 15%,\n      rgba(56,215,235,.18),\n      transparent 31%\n    ),\n    radial-gradient(\n      circle at 13% 86%,\n      rgba(243,139,185,.14),\n      transparent 31%\n    ),\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.96),\n      rgba(247,245,255,.87),\n      rgba(255,246,251,.84)\n    );\n}\n\n.tvhc-hero::after{\n  position:absolute;\n  top:-220px;\n  right:-210px;\n  z-index:-1;\n\n  width:650px;\n  height:650px;\n\n  content:\"\";\n\n  border:1px solid rgba(112,145,242,.2);\n  border-radius:50%;\n\n  box-shadow:\n    0 0 125px rgba(93,151,255,.07) inset,\n    0 0 90px rgba(178,126,239,.05);\n\n  animation:tvhcOrbit 20s linear infinite;\n}\n\n.tvhc-hero-grid{\n  display:grid;\n\n  min-height:680px;\n\n  grid-template-columns:.92fr 1.08fr;\n  gap:50px;\n\n  align-items:center;\n\n  padding:68px 0;\n}\n\n.tvhc-hero h2{\n  margin:0;\n\n  color:var(--navy);\n\n  font-size:clamp(46px,7vw,76px);\n  font-weight:900;\n  letter-spacing:-.055em;\n  line-height:.96;\n}\n\n.tvhc-hero-sub{\n  max-width:610px;\n  margin:24px 0 0;\n\n  font-size:18px;\n  line-height:1.75;\n}\n\n.tvhc-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n\n  margin-top:27px;\n}\n\n.tvhc-pill{\n  padding:10px 15px;\n\n  border:1px solid rgba(124,133,237,.32);\n  border-radius:999px;\n\n  color:var(--navy);\n  background:rgba(255,255,255,.74);\n\n  font-size:12px;\n  font-weight:900;\n\n  box-shadow:0 7px 17px rgba(77,89,169,.07);\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n.tvhc-pill:hover{\n  transform:translateY(-3px);\n\n  box-shadow:\n    0 0 14px rgba(56,215,235,.28),\n    0 0 26px rgba(155,124,243,.2),\n    0 10px 22px rgba(75,88,168,.13);\n}\n\n\n\/* ==========================================================\n   IMAGE FRAMES\n   ========================================================== *\/\n\n.tvhc-hero-media,\n.tvhc-media{\n  position:relative;\n\n  overflow:hidden;\n\n  border:1px solid rgba(127,130,234,.34);\n  border-radius:25px;\n\n  background:#fff;\n\n  box-shadow:\n    0 26px 65px rgba(69,77,149,.17),\n    0 0 55px rgba(103,146,239,.08);\n\n  transition:\n    transform .35s ease,\n    box-shadow .35s ease;\n}\n\n.tvhc-hero-media{\n  animation:tvhcProductFloat 6s ease-in-out infinite;\n}\n\n.tvhc-media:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 0 18px rgba(56,215,235,.15),\n    0 0 34px rgba(155,124,243,.13),\n    0 26px 65px rgba(69,77,149,.18);\n}\n\n.tvhc-hero-media::before,\n.tvhc-media::before{\n  position:absolute;\n  inset:0;\n  z-index:2;\n\n  content:\"\";\n  pointer-events:none;\n\n  border-radius:inherit;\n\n  box-shadow:\n    inset 0 0 0 1px rgba(56,215,235,.42),\n    inset 0 0 0 2px rgba(243,139,185,.12);\n}\n\n.tvhc-hero-media::after,\n.tvhc-media::after{\n  position:absolute;\n  inset:-150% -48%;\n  z-index:3;\n\n  content:\"\";\n  pointer-events:none;\n\n  background:linear-gradient(\n    105deg,\n    transparent 44%,\n    rgba(255,255,255,.49) 50%,\n    transparent 56%\n  );\n\n  transform:translateX(-70%) rotate(7deg);\n\n  animation:tvhcImageShine 9s ease-in-out infinite;\n}\n\n.tvhc-hero-media img,\n.tvhc-media img{\n  width:100%;\n  aspect-ratio:1\/1;\n\n  object-fit:contain;\n\n  background:#fff;\n\n  transition:transform .7s cubic-bezier(.2,.75,.2,1);\n}\n\n.tvhc-hero-media:hover img,\n.tvhc-media:hover img{\n  transform:scale(1.025);\n}\n\n.tvhc-badge{\n  position:absolute;\n  right:18px;\n  bottom:18px;\n  z-index:4;\n\n  padding:11px 16px;\n\n  border:1px solid rgba(255,255,255,.75);\n  border-radius:999px;\n\n  color:#fff;\n\n  background:var(--holo);\n\n  font-size:11px;\n  font-weight:900;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n\n  box-shadow:\n    0 0 18px rgba(122,122,238,.26),\n    0 10px 25px rgba(77,96,191,.2);\n}\n\n\n\/* ==========================================================\n   BENEFIT STRIP\n   ========================================================== *\/\n\n.tvhc-strip{\n  border-top:1px solid rgba(129,124,235,.2);\n  border-bottom:1px solid rgba(129,124,235,.2);\n\n  background:linear-gradient(\n    90deg,\n    rgba(255,255,255,.89),\n    rgba(244,242,255,.95) 50%,\n    rgba(255,255,255,.89)\n  );\n}\n\n.tvhc-strip-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n}\n\n.tvhc-strip-item{\n  display:flex;\n\n  min-height:150px;\n  padding:23px 14px;\n\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  text-align:center;\n\n  border-right:1px solid rgba(129,124,235,.15);\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.tvhc-strip-item:last-child{\n  border-right:0;\n}\n\n.tvhc-strip-item:hover{\n  transform:translateY(-4px);\n  background:rgba(155,124,243,.06);\n}\n\n.tvhc-icon{\n  display:flex!important;\n\n  width:55px!important;\n  height:55px!important;\n  min-width:55px!important;\n  min-height:55px!important;\n  flex:0 0 55px!important;\n\n  margin:0!important;\n  padding:0!important;\n\n  align-items:center!important;\n  justify-content:center!important;\n\n  border:2px solid transparent!important;\n  border-radius:50%!important;\n\n  color:var(--navy)!important;\n\n  background:\n    linear-gradient(#fff,#fff) padding-box,\n    var(--holo) border-box!important;\n\n  font-size:10px!important;\n  font-weight:900!important;\n  line-height:1!important;\n  text-align:center!important;\n\n  box-shadow:\n    0 0 16px rgba(56,215,235,.08),\n    0 8px 20px rgba(73,87,168,.09);\n\n  animation:tvhcIcon 4s ease-in-out infinite;\n}\n\n.tvhc-strip-item .tvhc-icon{\n  margin-bottom:12px!important;\n}\n\n.tvhc-strip-item strong{\n  display:block;\n  font-size:16px;\n}\n\n.tvhc-strip-item p{\n  margin:5px 0 0;\n\n  color:var(--muted);\n\n  font-size:11px;\n  font-weight:800;\n  line-height:1.45;\n  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n\n\/* ==========================================================\n   SPLIT SECTIONS\n   ========================================================== *\/\n\n.tvhc-split{\n  display:grid;\n\n  grid-template-columns:1fr 1fr;\n  gap:48px;\n\n  align-items:center;\n}\n\n.tvhc-reverse .tvhc-media{\n  order:2;\n}\n\n.tvhc-reverse .tvhc-content{\n  order:1;\n}\n\n\n\/* ==========================================================\n   FEATURE LIST\n   ========================================================== *\/\n\n.tvhc-feature-list{\n  display:grid;\n  gap:13px;\n\n  margin-top:27px;\n}\n\n.tvhc-feature{\n  display:grid;\n\n  grid-template-columns:55px minmax(0,1fr);\n  gap:14px;\n\n  min-height:82px;\n  padding:14px 16px;\n\n  align-items:center;\n\n  border:1px solid rgba(129,124,235,.18);\n  border-radius:14px;\n\n  background:rgba(255,255,255,.65);\n\n  transition:\n    transform .25s ease,\n    border-color .25s ease,\n    box-shadow .25s ease;\n}\n\n.tvhc-feature:hover{\n  transform:translateX(5px);\n\n  border-color:rgba(155,124,243,.55);\n\n  box-shadow:\n    0 0 18px rgba(56,215,235,.08),\n    0 12px 25px rgba(70,79,160,.09);\n}\n\n.tvhc-feature-copy{\n  min-width:0;\n}\n\n.tvhc-feature-copy strong{\n  display:block;\n\n  font-size:15px;\n  line-height:1.35;\n}\n\n.tvhc-feature-copy p{\n  margin:4px 0 0;\n\n  font-size:13px;\n  line-height:1.55;\n}\n\n\n\/* ==========================================================\n   PRODUCT FEATURE CARDS\n   ========================================================== *\/\n\n.tvhc-cards{\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n  gap:15px;\n\n  margin-top:33px;\n}\n\n.tvhc-card{\n  position:relative;\n\n  min-height:215px;\n  padding:23px 20px;\n\n  overflow:hidden;\n\n  border:1px solid rgba(129,124,235,.2);\n  border-radius:17px;\n\n  background:linear-gradient(\n    145deg,\n    rgba(255,255,255,.9),\n    rgba(245,243,255,.7)\n  );\n\n  box-shadow:0 11px 26px rgba(65,74,155,.07);\n\n  transition:\n    transform .25s ease,\n    border-color .25s ease,\n    box-shadow .25s ease;\n}\n\n.tvhc-card::before{\n  position:absolute;\n  top:0;\n  left:0;\n\n  width:100%;\n  height:4px;\n\n  content:\"\";\n\n  background:var(--holo);\n}\n\n.tvhc-card:hover{\n  transform:translateY(-6px);\n\n  border-color:rgba(155,124,243,.56);\n\n  box-shadow:\n    0 0 24px rgba(56,215,235,.11),\n    0 0 34px rgba(243,139,185,.08),\n    0 17px 35px rgba(65,74,155,.13);\n}\n\n.tvhc-card .tvhc-icon{\n  margin-bottom:18px!important;\n}\n\n.tvhc-card h4{\n  margin:0 0 8px;\n\n  font-size:17px;\n  line-height:1.3;\n}\n\n.tvhc-card p{\n  margin:0;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n\n\/* ==========================================================\n   COLOR CARDS\n   ========================================================== *\/\n\n.tvhc-color-grid{\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n  gap:15px;\n\n  margin-top:31px;\n}\n\n.tvhc-color{\n  padding:23px 18px;\n\n  text-align:center;\n\n  border:1px solid rgba(129,124,235,.2);\n  border-radius:18px;\n\n  background:rgba(255,255,255,.76);\n\n  transition:\n    transform .25s ease,\n    border-color .25s ease,\n    box-shadow .25s ease;\n}\n\n.tvhc-color:hover{\n  transform:translateY(-5px);\n\n  border-color:#aa88f3;\n\n  box-shadow:\n    0 0 18px rgba(56,215,235,.14),\n    0 0 30px rgba(155,124,243,.16),\n    0 14px 29px rgba(72,83,165,.1);\n}\n\n.tvhc-swatch{\n  width:52px;\n  height:52px;\n\n  margin:0 auto 15px;\n\n  border:4px solid #fff;\n  border-radius:50%;\n\n  box-shadow:\n    0 0 0 2px rgba(155,124,243,.24),\n    0 7px 16px rgba(67,75,145,.12);\n}\n\n.tvhc-white{\n  background:#f5f2e9;\n}\n\n.tvhc-pink{\n  background:#f5c6cc;\n}\n\n.tvhc-brown{\n  background:#e7c9a8;\n}\n\n.tvhc-color strong{\n  display:block;\n\n  font-size:17px;\n}\n\n.tvhc-color span{\n  display:block;\n\n  margin-top:5px;\n\n  color:var(--muted);\n\n  font-size:12px;\n}\n\n\n\/* ==========================================================\n   SPECIFICATIONS\n   ========================================================== *\/\n\n.tvhc-spec-section{\n  background:\n    radial-gradient(\n      circle at 90% 80%,\n      rgba(56,215,235,.1),\n      transparent 34%\n    ),\n    linear-gradient(\n      180deg,\n      rgba(248,250,255,.94),\n      rgba(242,241,255,.9)\n    );\n}\n\n.tvhc-spec-grid{\n  display:grid;\n\n  grid-template-columns:repeat(2,1fr);\n  gap:13px;\n\n  margin-top:29px;\n}\n\n.tvhc-spec{\n  min-height:103px;\n  padding:18px;\n\n  border:1px solid rgba(129,124,235,.2);\n  border-radius:14px;\n\n  background:rgba(255,255,255,.76);\n\n  transition:\n    transform .25s ease,\n    border-color .25s ease,\n    box-shadow .25s ease;\n}\n\n.tvhc-spec:hover{\n  transform:translateY(-4px);\n\n  border-color:rgba(155,124,243,.55);\n\n  box-shadow:\n    0 0 18px rgba(56,215,235,.08),\n    0 13px 27px rgba(67,78,159,.09);\n}\n\n.tvhc-spec span{\n  display:block;\n\n  color:#7277bc;\n\n  font-size:10px;\n  font-weight:900;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.tvhc-spec strong{\n  display:block;\n\n  margin-top:8px;\n\n  font-size:15px;\n  line-height:1.4;\n}\n\n\n\/* ==========================================================\n   INFORMATION BOXES\n   ========================================================== *\/\n\n.tvhc-note,\n.tvhc-care,\n.tvhc-warning{\n  margin-top:25px;\n  padding:19px 21px;\n\n  border-radius:13px;\n\n  font-size:13px;\n  line-height:1.7;\n}\n\n.tvhc-note{\n  color:#38567e;\n\n  border:1px solid rgba(90,155,236,.3);\n  border-left:4px solid #6d9df2;\n\n  background:rgba(232,248,255,.78);\n}\n\n.tvhc-care{\n  color:#504a78;\n\n  border:1px solid rgba(155,124,243,.28);\n  border-left:4px solid #9b7cf3;\n\n  background:rgba(247,240,255,.83);\n}\n\n.tvhc-warning{\n  color:#70512d;\n\n  border:1px solid rgba(223,169,75,.28);\n  border-left:4px solid #dfa94b;\n\n  background:rgba(255,249,228,.85);\n}\n\n.tvhc-note strong,\n.tvhc-care strong,\n.tvhc-warning strong{\n  color:inherit;\n}\n\n\n\/* ==========================================================\n   FINAL CTA\n   ========================================================== *\/\n\n.tvhc-final{\n  position:relative;\n\n  padding:85px 0;\n\n  overflow:hidden;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 110%,\n      rgba(101,223,209,.34),\n      transparent 45%\n    ),\n    var(--holo);\n\n  background-size:200% auto;\n\n  animation:tvhcFinal 9s linear infinite;\n}\n\n.tvhc-final::before{\n  position:absolute;\n  inset:18px;\n\n  content:\"\";\n\n  border:1px solid rgba(255,255,255,.45);\n  border-radius:20px;\n\n  pointer-events:none;\n}\n\n.tvhc-final-logo{\n  position:relative;\n\n  width:150px;\n  margin:0 auto 23px;\n\n  overflow:hidden;\n\n  animation:tvhcFloat 5.5s ease-in-out infinite;\n}\n\n.tvhc-final h3{\n  position:relative;\n  z-index:2;\n\n  margin:0;\n\n  color:#fff;\n\n  font-size:clamp(33px,5vw,55px);\n  font-weight:900;\n  letter-spacing:-.04em;\n  line-height:1.05;\n}\n\n.tvhc-final .tvhc-copy{\n  position:relative;\n  z-index:2;\n\n  margin-left:auto;\n  margin-right:auto;\n\n  color:rgba(255,255,255,.97);\n}\n\n.tvhc-cta{\n  position:relative;\n  z-index:2;\n\n  display:inline-flex;\n\n  min-height:53px;\n  margin-top:28px;\n  padding:0 25px;\n\n  align-items:center;\n  justify-content:center;\n\n  border:1px solid rgba(255,255,255,.86);\n  border-radius:999px;\n\n  color:var(--navy);\n  background:rgba(255,255,255,.96);\n\n  font-size:13px;\n  font-weight:900;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n\n  box-shadow:0 14px 38px rgba(56,61,145,.19);\n\n  animation:tvhcButton 4.5s ease-in-out infinite;\n}\n\n\n\/* ==========================================================\n   TRUST STRIP\n   ========================================================== *\/\n\n.tvhc-trust{\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  border-top:1px solid rgba(129,124,235,.21);\n\n  background:rgba(255,255,255,.91);\n}\n\n.tvhc-trust-item{\n  padding:22px 15px;\n\n  text-align:center;\n\n  border-right:1px solid rgba(129,124,235,.15);\n}\n\n.tvhc-trust-item:last-child{\n  border-right:0;\n}\n\n.tvhc-trust-item strong{\n  display:block;\n\n  color:#6e73c7;\n\n  font-size:11px;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.tvhc-trust-item span{\n  display:block;\n\n  margin-top:5px;\n\n  color:var(--muted);\n\n  font-size:11px;\n}\n\n\n\/* ==========================================================\n   ANIMATIONS\n   ========================================================== *\/\n\n@keyframes tvhcText{\n  from{\n    background-position:0% center;\n  }\n\n  to{\n    background-position:220% center;\n  }\n}\n\n@keyframes tvhcLine{\n  0%,100%{\n    opacity:.65;\n    transform:scaleX(.9);\n  }\n\n  50%{\n    opacity:1;\n    transform:scaleX(1);\n  }\n}\n\n@keyframes tvhcFloat{\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-6px);\n  }\n}\n\n@keyframes tvhcProductFloat{\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-9px);\n  }\n}\n\n@keyframes tvhcLogoShine{\n  0%,67%,100%{\n    opacity:0;\n    transform:translateX(-70%) rotate(8deg);\n  }\n\n  76%{\n    opacity:.62;\n  }\n\n  89%{\n    opacity:0;\n    transform:translateX(70%) rotate(8deg);\n  }\n}\n\n@keyframes tvhcImageShine{\n  0%,72%,100%{\n    opacity:0;\n    transform:translateX(-70%) rotate(7deg);\n  }\n\n  80%{\n    opacity:.47;\n  }\n\n  91%{\n    opacity:0;\n    transform:translateX(70%) rotate(7deg);\n  }\n}\n\n@keyframes tvhcOrbit{\n  to{\n    transform:rotate(360deg);\n  }\n}\n\n@keyframes tvhcIcon{\n  0%,100%{\n    transform:scale(1);\n  }\n\n  50%{\n    transform:scale(1.055);\n  }\n}\n\n@keyframes tvhcFinal{\n  from{\n    background-position:0% center;\n  }\n\n  to{\n    background-position:200% center;\n  }\n}\n\n@keyframes tvhcButton{\n  0%,100%{\n    transform:translateY(0);\n\n    box-shadow:\n      0 14px 38px rgba(56,61,145,.19);\n  }\n\n  50%{\n    transform:translateY(-3px);\n\n    box-shadow:\n      0 0 27px rgba(255,255,255,.34),\n      0 18px 44px rgba(56,61,145,.28);\n  }\n}\n\n\n\/* ==========================================================\n   TABLET\n   ========================================================== *\/\n\n@media screen and (max-width:900px){\n\n  .tvhc-hero,\n  .tvhc-hero-grid{\n    min-height:auto;\n  }\n\n  .tvhc-hero-grid,\n  .tvhc-split{\n    grid-template-columns:1fr;\n  }\n\n  .tvhc-reverse .tvhc-media,\n  .tvhc-reverse .tvhc-content{\n    order:initial;\n  }\n\n  .tvhc-strip-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .tvhc-cards{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .tvhc-trust{\n    grid-template-columns:repeat(2,1fr);\n  }\n}\n\n\n\/* ==========================================================\n   MOBILE\n   ========================================================== *\/\n\n@media screen and (max-width:680px){\n\n  .tvhc{\n    border-radius:12px;\n  }\n\n  .tvhc-shell{\n    width:calc(100% - 28px);\n  }\n\n  .tvhc-section{\n    padding:54px 0;\n  }\n\n  .tvhc-hero-grid{\n    gap:39px;\n    padding:54px 0;\n  }\n\n  .tvhc-hero h2{\n    font-size:43px;\n  }\n\n  .tvhc-logo{\n    width:155px;\n  }\n\n  .tvhc-hero-sub,\n  .tvhc-copy{\n    font-size:15px;\n  }\n\n  .tvhc-strip-grid,\n  .tvhc-cards,\n  .tvhc-color-grid,\n  .tvhc-spec-grid,\n  .tvhc-trust{\n    grid-template-columns:1fr;\n  }\n\n  .tvhc-strip-item{\n    border-right:0;\n    border-bottom:1px solid rgba(129,124,235,.15);\n  }\n\n  .tvhc-strip-item:last-child{\n    border-bottom:0;\n  }\n\n  .tvhc-feature{\n    grid-template-columns:46px minmax(0,1fr);\n    gap:12px;\n\n    padding:13px;\n  }\n\n  .tvhc-icon{\n    width:46px!important;\n    height:46px!important;\n    min-width:46px!important;\n    min-height:46px!important;\n    flex-basis:46px!important;\n\n    font-size:9px!important;\n  }\n\n  .tvhc-trust-item{\n    border-right:0;\n    border-bottom:1px solid rgba(129,124,235,.15);\n  }\n\n  .tvhc-trust-item:last-child{\n    border-bottom:0;\n  }\n\n  .tvhc-final{\n    padding:67px 0;\n  }\n\n  .tvhc-final::before{\n    inset:10px;\n  }\n}\n\n@media (prefers-reduced-motion:reduce){\n\n  .tvhc *,\n  .tvhc *::before,\n  .tvhc *::after{\n    animation-duration:.001ms!important;\n    animation-iteration-count:1!important;\n    transition-duration:.001ms!important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"tvhc\"\u003e\n\u003c!-- ======================================================\n       IMAGE 1: HERO\n       Replace HIGHLAND_COW_HERO_IMAGE_URL\n       Recommended: image showing all three colours\n       ====================================================== --\u003e\n\u003csection class=\"tvhc-hero\"\u003e\n\u003cdiv class=\"tvhc-shell tvhc-hero-grid\"\u003e\n\u003cdiv class=\"tvhc-content\"\u003e\n\u003cdiv class=\"tvhc-logo\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/1342\/7507\/files\/ChatGPT_Image_Aug_3_2026_10_43_32_PM_c68e32a0-05a4-428e-b863-839435e35af2.png?v=1785868944\" alt=\"TradeVault\" width=\"1000\" height=\"1000\" loading=\"eager\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cp class=\"tvhc-kicker\"\u003eSoft • Sweet • Giftable\u003c\/p\u003e\n\u003ch2\u003eMeet your\u003cbr\u003e\u003cspan class=\"tvhc-holo\"\u003e Kawaii Highland Cow. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"tvhc-hero-sub\"\u003eFluffy, round and ridiculously cuddle-worthy. This 40 cm Highland Cow plush combines ultra-soft polyester with an adorable rounded snout, fluffy hair tuft and cosy little hoof pads.\u003c\/p\u003e\n\u003cdiv class=\"tvhc-pills\"\u003e\n\u003cspan class=\"tvhc-pill\"\u003e 40 cm tall \u003c\/span\u003e \u003cspan class=\"tvhc-pill\"\u003e Ultra-soft polyester \u003c\/span\u003e \u003cspan class=\"tvhc-pill\"\u003e 3 colour options \u003c\/span\u003e \u003cspan class=\"tvhc-pill\"\u003e Cute room décor \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-hero-media\" style=\"text-align: start;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/1342\/7507\/files\/ChatGPTImageAug20_2026_10_42_14PM_6.png?v=1787258616\" alt=\"TradeVault Kawaii Highland Cow plush in white pink and light brown\" width=\"1254\" height=\"1254\" loading=\"eager\" style=\"float: none;\"\u003e \u003cspan class=\"tvhc-badge\"\u003e Cuddle-worthy comfort \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       QUICK BENEFITS\n       ====================================================== --\u003e\n\u003cdiv class=\"tvhc-strip\"\u003e\n\u003cdiv class=\"tvhc-strip-grid\"\u003e\n\u003cdiv class=\"tvhc-strip-item\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eSOFT\u003c\/div\u003e\n\u003cstrong\u003e Ultra-soft plush \u003c\/strong\u003e\n\u003cp\u003eFluffy polyester texture\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-strip-item\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003e40CM\u003c\/div\u003e\n\u003cstrong\u003e Huggable size \u003c\/strong\u003e\n\u003cp\u003eApprox. 15.74 inches tall\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-strip-item\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eCUTE\u003c\/div\u003e\n\u003cstrong\u003e Kawaii styling \u003c\/strong\u003e\n\u003cp\u003eRounded Highland Cow design\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-strip-item\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eGIFT\u003c\/div\u003e\n\u003cstrong\u003e Gift-ready \u003c\/strong\u003e\n\u003cp\u003eBirthdays and special moments\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ======================================================\n       IMAGE 2: PRODUCT DETAILS\n       Replace HIGHLAND_COW_DETAIL_IMAGE_URL\n       Recommended: Ultra-Soft Polyester detail image\n       ====================================================== --\u003e\n\u003csection class=\"tvhc-section tvhc-soft\"\u003e\n\u003cdiv class=\"tvhc-shell tvhc-split\"\u003e\n\u003cdiv class=\"tvhc-media\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/1342\/7507\/files\/ChatGPT_Image_Aug_20_2026_10_43_36_PM.png?v=1787258633\" alt=\"TradeVault Highland Cow plush material and design details\" width=\"1254\" height=\"1254\" loading=\"lazy\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tvhc-content\"\u003e\n\u003cp class=\"tvhc-kicker\"\u003eMade for serious cuddling\u003c\/p\u003e\n\u003ch3 class=\"tvhc-title tvhc-title-small\"\u003eFluffy from the ears\u003cbr\u003e\u003cspan class=\"tvhc-holo\"\u003e right down to the hooves. \u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"tvhc-copy\"\u003eFrom its soft fur to its little rounded snout, every detail gives this Highland Cow its cosy, character-filled appearance.\u003c\/p\u003e\n\u003cdiv class=\"tvhc-feature-list\"\u003e\n\u003cdiv class=\"tvhc-feature\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eFUR\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature-copy\"\u003e\n\u003cstrong\u003e Ultra-soft polyester \u003c\/strong\u003e\n\u003cp\u003eA fluffy plush exterior creates the soft, huggable texture shown in the product imagery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eSNOUT\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature-copy\"\u003e\n\u003cstrong\u003e Adorable rounded snout \u003c\/strong\u003e\n\u003cp\u003eThe oversized contrasting nose gives the cow its wonderfully expressive little face.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eHOOF\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature-copy\"\u003e\n\u003cstrong\u003e Cute hoof pads \u003c\/strong\u003e\n\u003cp\u003eContrasting hoof details add another layer of personality to the plush design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eTUFT\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature-copy\"\u003e\n\u003cstrong\u003e Fluffy Highland hair tuft \u003c\/strong\u003e\n\u003cp\u003eThe tousled head fur gives it that unmistakable Highland Cow charm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       FEATURES\n       ====================================================== --\u003e\n\u003csection class=\"tvhc-section\"\u003e\n\u003cdiv class=\"tvhc-shell\"\u003e\n\u003cp class=\"tvhc-kicker\"\u003eYour cosy little companion\u003c\/p\u003e\n\u003ch3 class=\"tvhc-title tvhc-title-small\"\u003eMore than room décor.\u003cbr\u003e\u003cspan class=\"tvhc-holo\"\u003e It belongs in the cuddle crew. \u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"tvhc-cards\"\u003e\n\u003carticle class=\"tvhc-card\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eHUG\u003c\/div\u003e\n\u003ch4\u003eCuddle-worthy size\u003c\/h4\u003e\n\u003cp\u003eAt approximately 40 cm tall, the plush is large enough for cuddling while remaining easy to display.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tvhc-card\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eSOFT\u003c\/div\u003e\n\u003ch4\u003eSoft plush exterior\u003c\/h4\u003e\n\u003cp\u003ePolyester plush gives the cow its fluffy, touchable appearance.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tvhc-card\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eLEGS\u003c\/div\u003e\n\u003ch4\u003eFlexible little legs\u003c\/h4\u003e\n\u003cp\u003eThe flexible limbs add playful movement when the plush is carried or gently moved.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tvhc-card\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eHOME\u003c\/div\u003e\n\u003ch4\u003eCute room companion\u003c\/h4\u003e\n\u003cp\u003eAdd a cosy Highland Cow accent to a bedroom, reading corner, study space or sofa.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tvhc-card\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eTRIP\u003c\/div\u003e\n\u003ch4\u003eReady for adventures\u003c\/h4\u003e\n\u003cp\u003eA fluffy companion for lounging, travelling, relaxing or simply sitting nearby.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tvhc-card\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eGIFT\u003c\/div\u003e\n\u003ch4\u003eMade to be gifted\u003c\/h4\u003e\n\u003cp\u003eA charming present for birthdays, celebrations, special occasions and Highland Cow fans.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 3: LIFESTYLE\n       Replace HIGHLAND_COW_LIFESTYLE_IMAGE_URL\n       Recommended: Cuddle-Worthy Comfort image\n       ====================================================== --\u003e\n\u003csection class=\"tvhc-section tvhc-soft\"\u003e\n\u003cdiv class=\"tvhc-shell tvhc-split tvhc-reverse\"\u003e\n\u003cdiv class=\"tvhc-media\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/1342\/7507\/files\/ChatGPTImageAug20_2026_10_42_13PM_1.png?v=1787258615\" alt=\"TradeVault Highland Cow plush cuddle companion\" width=\"1254\" height=\"1254\" loading=\"lazy\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tvhc-content\"\u003e\n\u003cp class=\"tvhc-kicker\"\u003eCuddle-worthy comfort\u003c\/p\u003e\n\u003ch3 class=\"tvhc-title tvhc-title-small\"\u003eThe cosy friend\u003cbr\u003e\u003cspan class=\"tvhc-holo\"\u003e your sofa was missing. \u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"tvhc-copy\"\u003eSit it beside you while you read, keep it near your desk, add it to your bedroom décor or bring it along for quieter moments. Its soft, relaxed design makes it feel right at home almost anywhere.\u003c\/p\u003e\n\u003cdiv class=\"tvhc-feature-list\"\u003e\n\u003cdiv class=\"tvhc-feature\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eREAD\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature-copy\"\u003e\n\u003cstrong\u003e Reading companion \u003c\/strong\u003e\n\u003cp\u003eA cosy little addition to quiet afternoons, bedtime reading or lazy weekends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eDESK\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature-copy\"\u003e\n\u003cstrong\u003e Desk and study buddy \u003c\/strong\u003e\n\u003cp\u003eBring a little Highland Cow personality to your workspace or study corner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eDECOR\u003c\/div\u003e\n\u003cdiv class=\"tvhc-feature-copy\"\u003e\n\u003cstrong\u003e Soft room décor \u003c\/strong\u003e\n\u003cp\u003eIts neutral tones and sweet design work beautifully in cosy bedrooms and relaxed living spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 4: COLOR OPTIONS\n       Replace HIGHLAND_COW_COLORS_IMAGE_URL\n       ====================================================== --\u003e\n\u003csection class=\"tvhc-section\"\u003e\n\u003cdiv class=\"tvhc-shell tvhc-split\"\u003e\n\u003cdiv class=\"tvhc-media\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/1342\/7507\/files\/ChatGPTImageAug20_2026_10_42_15PM_8.png?v=1787258615\" alt=\"TradeVault Highland Cow plush white pink and light brown color options\" width=\"1254\" height=\"1254\" loading=\"lazy\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tvhc-content\"\u003e\n\u003cp class=\"tvhc-kicker\"\u003ePick your favourite\u003c\/p\u003e\n\u003ch3 class=\"tvhc-title tvhc-title-small\"\u003eThree adorable colours.\u003cbr\u003e\u003cspan class=\"tvhc-holo\"\u003e One very difficult decision. \u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"tvhc-copy\"\u003eChoose the colour that matches your space, your gift idea or simply whichever little Highland Cow face refuses to leave your mind.\u003c\/p\u003e\n\u003cdiv class=\"tvhc-color-grid\"\u003e\n\u003cdiv class=\"tvhc-color\"\u003e\n\u003cdiv class=\"tvhc-swatch tvhc-white\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003e White \u003c\/strong\u003e \u003cspan\u003e Soft, clean and classic \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-color\"\u003e\n\u003cdiv class=\"tvhc-swatch tvhc-pink\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003e Pink \u003c\/strong\u003e \u003cspan\u003e Sweet pastel charm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-color\"\u003e\n\u003cdiv class=\"tvhc-swatch tvhc-brown\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003e Light Brown \u003c\/strong\u003e \u003cspan\u003e Warm Highland-inspired tones \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-note\"\u003e\n\u003cstrong\u003e Colour note: \u003c\/strong\u003e Actual colour may vary slightly due to screen settings, lighting and production batches.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       GIFT SECTION\n       ====================================================== --\u003e\n\u003csection class=\"tvhc-section tvhc-soft\"\u003e\n\u003cdiv class=\"tvhc-shell\"\u003e\n\u003cp class=\"tvhc-kicker\"\u003eThe present that gets hugged first\u003c\/p\u003e\n\u003ch3 class=\"tvhc-title tvhc-title-small\"\u003eSoft. Sweet.\u003cbr\u003e\u003cspan class=\"tvhc-holo\"\u003e Very giftable. \u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"tvhc-copy\"\u003eA Highland Cow plush works beautifully as a cosy surprise for someone who loves cute décor, plush characters, animals or simply receiving something wonderfully fluffy.\u003c\/p\u003e\n\u003cdiv class=\"tvhc-cards\"\u003e\n\u003carticle class=\"tvhc-card\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eBDAY\u003c\/div\u003e\n\u003ch4\u003eBirthday surprise\u003c\/h4\u003e\n\u003cp\u003eSkip another ordinary present and give them a 40 cm bundle of Highland Cow fluff.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tvhc-card\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eLOVE\u003c\/div\u003e\n\u003ch4\u003eA sweet little gesture\u003c\/h4\u003e\n\u003cp\u003ePerfect for turning an ordinary day into something a little softer and more memorable.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tvhc-card\"\u003e\n\u003cdiv class=\"tvhc-icon\"\u003eCOW\u003c\/div\u003e\n\u003ch4\u003eHighland Cow fans\u003c\/h4\u003e\n\u003cp\u003eA charming addition for anyone already obsessed with fluffy Highland Cows.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 5: PRODUCT SIZE\n       Replace HIGHLAND_COW_SIZE_IMAGE_URL\n       ====================================================== --\u003e\n\u003csection class=\"tvhc-section tvhc-spec-section\"\u003e\n\u003cdiv class=\"tvhc-shell tvhc-split tvhc-reverse\"\u003e\n\u003cdiv class=\"tvhc-media\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/1342\/7507\/files\/ChatGPTImageAug20_2026_10_42_14PM_4.png?v=1787258616\" alt=\"TradeVault Highland Cow plush 40 cm product size\" width=\"1254\" height=\"1254\" loading=\"lazy\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tvhc-content\"\u003e\n\u003cp class=\"tvhc-kicker\"\u003eProduct details\u003c\/p\u003e\n\u003ch3 class=\"tvhc-title tvhc-title-small\"\u003eBig enough to cuddle.\u003cbr\u003e\u003cspan class=\"tvhc-holo\"\u003e Cute enough to display. \u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"tvhc-spec-grid\"\u003e\n\u003cdiv class=\"tvhc-spec\"\u003e\n\u003cspan\u003e Product \u003c\/span\u003e \u003cstrong\u003e Kawaii Highland Cow Plush \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-spec\"\u003e\n\u003cspan\u003e Approximate height \u003c\/span\u003e \u003cstrong\u003e 40 cm \/ 15.74 in \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-spec\"\u003e\n\u003cspan\u003e Main material \u003c\/span\u003e \u003cstrong\u003e Polyester plush \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-spec\"\u003e\n\u003cspan\u003e Available colours \u003c\/span\u003e \u003cstrong\u003e White, Pink \u0026amp; Light Brown \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-spec\"\u003e\n\u003cspan\u003e Design \u003c\/span\u003e \u003cstrong\u003e Kawaii Highland Cow \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-spec\"\u003e\n\u003cspan\u003e Features \u003c\/span\u003e \u003cstrong\u003e Soft fur, flexible limbs \u0026amp; plush hoof details \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-spec\"\u003e\n\u003cspan\u003e Suggested use \u003c\/span\u003e \u003cstrong\u003e Cuddling, décor, gifting \u0026amp; companionship \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-spec\"\u003e\n\u003cspan\u003e Style \u003c\/span\u003e \u003cstrong\u003e Soft plush character toy \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-note\"\u003e\n\u003cstrong\u003e Measurement notice: \u003c\/strong\u003e Measurements are approximate and may vary slightly because of the soft, compressible nature of the plush.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       CARE\n       ====================================================== --\u003e\n\u003csection class=\"tvhc-section\"\u003e\n\u003cdiv class=\"tvhc-shell\"\u003e\n\u003cp class=\"tvhc-kicker\"\u003eKeep the fluff looking fabulous\u003c\/p\u003e\n\u003ch3 class=\"tvhc-title tvhc-title-small\"\u003eGive your Highland Cow\u003cbr\u003e\u003cspan class=\"tvhc-holo\"\u003e a little TLC. \u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"tvhc-care\"\u003e\n\u003cstrong\u003e Everyday care: \u003c\/strong\u003e Gently fluff the fur by hand after transport or storage to help restore its soft, full appearance.\u003c\/div\u003e\n\u003cdiv class=\"tvhc-care\"\u003e\n\u003cstrong\u003e Cleaning: \u003c\/strong\u003e For light marks, gently spot-clean with a soft, lightly damp cloth and allow the plush to air-dry fully. Follow any care instructions supplied with the product.\u003c\/div\u003e\n\u003cdiv class=\"tvhc-warning\"\u003e\n\u003cstrong\u003e Product safety: \u003c\/strong\u003e Check the product regularly for loose, torn or damaged components. Follow the age guidance and safety information provided on the product packaging before giving it to a child.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       FINAL CTA\n       ====================================================== --\u003e\n\u003csection class=\"tvhc-final\"\u003e\n\u003cdiv class=\"tvhc-shell\"\u003e\n\u003cdiv class=\"tvhc-final-logo\" style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/1342\/7507\/files\/ChatGPTImageAug20_2026_10_42_16PM_10.png?v=1787258615\" alt=\"TradeVault\" width=\"1000\" height=\"1000\" loading=\"lazy\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003ch3\u003eYour New\u003cbr\u003eFluffy Favourite. 🐮\u003c\/h3\u003e\n\u003cp class=\"tvhc-copy\"\u003ePick White, Pink or Light Brown and bring home a 40 cm Highland Cow made for cuddles, cosy corners, cute décor and memorable gifts.\u003c\/p\u003e\n\u003cdiv class=\"tvhc-cta\"\u003ePick Your Highland Cow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       TRUST STRIP\n       ====================================================== --\u003e\n\u003cdiv class=\"tvhc-trust\"\u003e\n\u003cdiv class=\"tvhc-trust-item\"\u003e\n\u003cstrong\u003e Ultra-soft \u003c\/strong\u003e \u003cspan\u003e Polyester plush \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-trust-item\"\u003e\n\u003cstrong\u003e 40 cm size \u003c\/strong\u003e \u003cspan\u003e Approx. 15.74 inches \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-trust-item\"\u003e\n\u003cstrong\u003e 3 colours \u003c\/strong\u003e \u003cspan\u003e White • Pink • Light Brown \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tvhc-trust-item\"\u003e\n\u003cstrong\u003e TradeVault \u003c\/strong\u003e \u003cspan\u003e Soft finds, safely stored \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TradeVault SA","offers":[{"title":"Beige","offer_id":44761227788339,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":44761227821107,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":44761227853875,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/1342\/7507\/files\/ChatGPTImageAug20_2026_10_42_16PM_10.png?v=1787258615","url":"https:\/\/tradevaultsa.co.za\/products\/tradevault-highland-huggie-plush-cow","provider":"TradeVault SA","version":"1.0","type":"link"}