{"product_id":"woodland-raccoon-tree-hollow-mug-rustic-3d-animal-coffee-cup","title":"Woodland Raccoon Tree Hollow Mug – Rustic 3D Animal Coffee Cup","description":"\u003cstyle\u003e\n\/* =========================================================\n   WOODLAND TREE HOLLOW MUG\n   RICH PRODUCT LANDING PAGE\n   ========================================================= *\/\n\n.woodland-page,\n.woodland-page * {\n  box-sizing: border-box;\n}\n\n.woodland-page {\n  --brown-950:#20130c;\n  --brown-900:#2f1d13;\n  --brown-800:#493020;\n  --brown-700:#68462f;\n  --brown-600:#865d3e;\n\n  --cream-50:#fffaf3;\n  --cream-100:#f8efe3;\n  --cream-200:#ecddc9;\n  --cream-300:#dac1a2;\n\n  --text:#30231a;\n  --muted:#786659;\n  --white:#ffffff;\n\n  width:100%;\n  overflow:hidden;\n  background:#fffaf3;\n  color:var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Helvetica,\n    Arial,\n    sans-serif;\n}\n\n.woodland-page img {\n  display:block;\n  width:100%;\n}\n\n.woodland-page a {\n  text-decoration:none;\n}\n\n\/* =========================================================\n   COMMON\n   ========================================================= *\/\n\n.wl-wrap {\n  width:min(1180px, calc(100% - 48px));\n  margin:0 auto;\n}\n\n.wl-section {\n  padding:96px 0;\n}\n\n.wl-kicker {\n  margin:0 0 13px;\n\n  color:#9b6d48 !important;\n  font-size:12px;\n  line-height:1.2;\n  letter-spacing:.16em;\n  font-weight:800;\n  text-transform:uppercase;\n}\n\n.wl-heading {\n  margin:0;\n\n  color:#2d2017 !important;\n\n  font-size:clamp(36px,4.5vw,58px);\n  line-height:1.02;\n  letter-spacing:-.045em;\n  font-weight:800;\n\n  text-wrap:balance;\n}\n\n.wl-copy {\n  margin:18px 0 0;\n\n  color:#746155 !important;\n\n  font-size:16px;\n  line-height:1.75;\n}\n\n.wl-section-title {\n  max-width:720px;\n  margin:0 auto 48px;\n  text-align:center;\n}\n\n\/* =========================================================\n   BUTTON\n   ========================================================= *\/\n\n.wl-btn {\n  min-height:54px;\n  padding:0 31px;\n\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:9px;\n\n  border-radius:999px;\n\n  background:#fff4e4;\n  color:#2e1d13 !important;\n\n  font-size:14px;\n  line-height:1;\n  font-weight:800;\n  letter-spacing:.02em;\n\n  border:1px solid rgba(255,255,255,.6);\n\n  box-shadow:\n    0 10px 28px rgba(0,0,0,.17);\n\n  transition:\n    transform .22s ease,\n    background .22s ease,\n    box-shadow .22s ease;\n}\n\n.wl-btn:hover {\n  transform:translateY(-2px);\n  background:#fff;\n  box-shadow:0 15px 36px rgba(0,0,0,.24);\n}\n\n.wl-btn svg {\n  width:17px;\n  height:17px;\n}\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.wl-hero {\n  position:relative;\n\n  min-height:710px;\n\n  display:flex;\n  align-items:flex-end;\n\n  overflow:hidden;\n\n  background:#25150c;\n}\n\n.wl-hero__bg {\n  position:absolute;\n  inset:0;\n}\n\n.wl-hero__bg img {\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  object-position:center 52%;\n}\n\n.wl-hero::before {\n  content:\"\";\n\n  position:absolute;\n  z-index:1;\n  inset:0;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(18,10,5,.91) 0%,\n      rgba(22,12,6,.76) 29%,\n      rgba(22,12,6,.35) 57%,\n      rgba(22,12,6,.05) 82%\n    );\n}\n\n.wl-hero::after {\n  content:\"\";\n\n  position:absolute;\n  z-index:1;\n  inset:0;\n\n  background:\n    linear-gradient(\n      0deg,\n      rgba(17,9,4,.87) 0%,\n      rgba(17,9,4,.26) 41%,\n      transparent 72%\n    );\n}\n\n.wl-hero__inner {\n  position:relative;\n  z-index:2;\n\n  width:min(1180px, calc(100% - 64px));\n  margin:0 auto;\n\n  padding:90px 0 64px;\n}\n\n.wl-hero__content {\n  max-width:660px;\n}\n\n.wl-hero .wl-kicker {\n  color:#f3d9b5 !important;\n\n  text-shadow:0 2px 8px rgba(0,0,0,.25);\n}\n\n.wl-hero h1 {\n  margin:0;\n\n  max-width:650px;\n\n  color:#fff !important;\n\n  font-size:clamp(45px,6vw,76px);\n  line-height:.96;\n  letter-spacing:-.055em;\n  font-weight:850;\n\n  text-wrap:balance;\n\n  text-shadow:\n    0 4px 16px rgba(0,0,0,.25),\n    0 14px 45px rgba(0,0,0,.3);\n}\n\n.wl-hero__desc {\n  max-width:550px;\n\n  margin:22px 0 0;\n\n  color:rgba(255,255,255,.91) !important;\n\n  font-size:17px;\n  line-height:1.65;\n\n  text-shadow:0 2px 9px rgba(0,0,0,.3);\n}\n\n.wl-hero__actions {\n  margin-top:30px;\n}\n\n\/* =========================================================\n   MINI INTRO STRIP\n   ========================================================= *\/\n\n.wl-intro-strip {\n  background:#2b1b12;\n  color:#fff;\n}\n\n.wl-intro-strip__grid {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.wl-intro-item {\n  padding:28px 24px;\n\n  text-align:center;\n\n  border-right:1px solid rgba(255,255,255,.1);\n}\n\n.wl-intro-item:last-child {\n  border-right:0;\n}\n\n.wl-intro-item strong {\n  display:block;\n\n  color:#fff !important;\n\n  font-size:15px;\n  font-weight:800;\n}\n\n.wl-intro-item span {\n  display:block;\n\n  margin-top:6px;\n\n  color:rgba(255,255,255,.65) !important;\n\n  font-size:12px;\n  line-height:1.45;\n}\n\n\/* =========================================================\n   COLLECTION CARDS\n   ========================================================= *\/\n\n.wl-collection {\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(222,190,151,.28),\n      transparent 36%\n    ),\n    #fffaf3;\n}\n\n.wl-animal-grid {\n  display:grid;\n  grid-template-columns:repeat(5,minmax(0,1fr));\n  gap:15px;\n}\n\n.wl-animal-card {\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:22px;\n\n  background:#fff;\n\n  border:1px solid rgba(63,37,20,.07);\n\n  box-shadow:\n    0 9px 28px rgba(55,37,24,.07);\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.wl-animal-card:hover {\n  transform:translateY(-5px);\n\n  box-shadow:\n    0 17px 42px rgba(55,37,24,.13);\n}\n\n.wl-animal-card__image {\n  aspect-ratio:1\/1;\n\n  overflow:hidden;\n}\n\n.wl-animal-card__image img {\n  width:100%;\n  height:100%;\n  object-fit:cover;\n\n  transition:transform .5s ease;\n}\n\n.wl-animal-card:hover img {\n  transform:scale(1.04);\n}\n\n.wl-animal-card__body {\n  padding:19px 17px 21px;\n}\n\n.wl-animal-card h3 {\n  margin:0;\n\n  color:#302219 !important;\n\n  font-size:20px;\n  line-height:1.15;\n  font-weight:800;\n}\n\n.wl-animal-card p {\n  margin:7px 0 0;\n\n  color:#79675b !important;\n\n  font-size:12px;\n  line-height:1.55;\n}\n\n\/* =========================================================\n   BIG PRODUCT FEATURE\n   ========================================================= *\/\n\n.wl-feature-story {\n  background:#eee0cd;\n}\n\n.wl-feature-story__grid {\n  display:grid;\n  grid-template-columns:1.15fr .85fr;\n  gap:28px;\n\n  align-items:stretch;\n}\n\n.wl-feature-story__image {\n  min-height:650px;\n\n  overflow:hidden;\n\n  border-radius:30px;\n\n  box-shadow:\n    0 25px 65px rgba(67,42,24,.13);\n}\n\n.wl-feature-story__image img {\n  width:100%;\n  height:100%;\n\n  object-fit:cover;\n}\n\n.wl-feature-story__copy {\n  padding:55px;\n\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  border-radius:30px;\n\n  background:#fff9ef;\n\n  border:1px solid rgba(63,37,20,.06);\n}\n\n.wl-feature-story__copy .wl-heading {\n  font-size:clamp(38px,4vw,55px);\n}\n\n.wl-details {\n  margin-top:32px;\n\n  display:grid;\n  gap:12px;\n}\n\n.wl-detail {\n  padding:17px 17px;\n\n  display:grid;\n  grid-template-columns:47px 1fr;\n  gap:14px;\n\n  align-items:center;\n\n  border-radius:17px;\n\n  background:#f4eadc;\n}\n\n.wl-detail-icon {\n  width:47px;\n  height:47px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:14px;\n\n  background:#dfc6a5;\n\n  font-size:21px;\n}\n\n.wl-detail strong {\n  display:block;\n\n  color:#33251b !important;\n\n  font-size:14px;\n  font-weight:800;\n}\n\n.wl-detail span {\n  display:block;\n\n  margin-top:3px;\n\n  color:#776459 !important;\n\n  font-size:12px;\n  line-height:1.5;\n}\n\n\/* =========================================================\n   IMAGE MOSAIC\n   ========================================================= *\/\n\n.wl-gallery {\n  background:#fffaf3;\n}\n\n.wl-gallery-grid {\n  display:grid;\n  grid-template-columns:1.2fr .8fr;\n  gap:18px;\n}\n\n.wl-gallery-main,\n.wl-gallery-small {\n  overflow:hidden;\n  border-radius:26px;\n}\n\n.wl-gallery-main {\n  min-height:690px;\n}\n\n.wl-gallery-main img {\n  height:100%;\n  object-fit:cover;\n}\n\n.wl-gallery-side {\n  display:grid;\n  grid-template-rows:1fr 1fr;\n  gap:18px;\n}\n\n.wl-gallery-small img {\n  height:100%;\n  object-fit:cover;\n}\n\n\/* =========================================================\n   TEXT BREAK\n   ========================================================= *\/\n\n.wl-message {\n  padding:95px 24px;\n\n  background:#332117;\n\n  text-align:center;\n}\n\n.wl-message__inner {\n  max-width:860px;\n  margin:auto;\n}\n\n.wl-message .wl-kicker {\n  color:#e8cba8 !important;\n}\n\n.wl-message h2 {\n  margin:0;\n\n  color:#fff !important;\n\n  font-size:clamp(38px,5vw,62px);\n  line-height:1.02;\n  letter-spacing:-.045em;\n  font-weight:800;\n\n  text-wrap:balance;\n}\n\n.wl-message p {\n  max-width:650px;\n\n  margin:19px auto 0;\n\n  color:rgba(255,255,255,.71) !important;\n\n  font-size:15px;\n  line-height:1.75;\n}\n\n\/* =========================================================\n   MOMENTS\n   ========================================================= *\/\n\n.wl-moments {\n  background:#f5ecdf;\n}\n\n.wl-moments-grid {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:20px;\n}\n\n.wl-moment {\n  position:relative;\n\n  min-height:650px;\n\n  overflow:hidden;\n\n  border-radius:28px;\n\n  background:#2e1c12;\n}\n\n.wl-moment img {\n  position:absolute;\n  inset:0;\n\n  width:100%;\n  height:100%;\n\n  object-fit:cover;\n\n  transition:transform .55s ease;\n}\n\n.wl-moment:hover img {\n  transform:scale(1.025);\n}\n\n.wl-moment::after {\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  background:\n    linear-gradient(\n      0deg,\n      rgba(20,10,5,.91) 0%,\n      rgba(20,10,5,.49) 34%,\n      rgba(20,10,5,.06) 68%\n    );\n}\n\n.wl-moment__copy {\n  position:absolute;\n  z-index:2;\n\n  left:0;\n  right:0;\n  bottom:0;\n\n  padding:39px;\n}\n\n.wl-moment__copy .wl-kicker {\n  margin-bottom:10px;\n  color:#f0d3ac !important;\n}\n\n.wl-moment h3 {\n  margin:0;\n\n  color:#fff !important;\n\n  font-size:clamp(31px,3.4vw,46px);\n  line-height:1.04;\n  letter-spacing:-.035em;\n  font-weight:800;\n}\n\n.wl-moment p {\n  max-width:450px;\n\n  margin:13px 0 0;\n\n  color:rgba(255,255,255,.81) !important;\n\n  font-size:14px;\n  line-height:1.6;\n}\n\n\/* =========================================================\n   GIFT SECTION\n   ========================================================= *\/\n\n.wl-gift {\n  background:#fffaf3;\n}\n\n.wl-gift-box {\n  display:grid;\n  grid-template-columns:.85fr 1.15fr;\n\n  overflow:hidden;\n\n  border-radius:30px;\n\n  background:#392419;\n\n  box-shadow:\n    0 20px 55px rgba(56,36,23,.12);\n}\n\n.wl-gift-copy {\n  padding:65px 55px;\n\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n}\n\n.wl-gift-copy .wl-kicker {\n  color:#e8c89f !important;\n}\n\n.wl-gift-copy h2 {\n  margin:0;\n\n  color:#fff !important;\n\n  font-size:clamp(36px,4vw,54px);\n  line-height:1.03;\n  letter-spacing:-.04em;\n  font-weight:800;\n}\n\n.wl-gift-copy p {\n  margin:18px 0 0;\n\n  color:rgba(255,255,255,.73) !important;\n\n  font-size:15px;\n  line-height:1.7;\n}\n\n.wl-gift-tags {\n  display:flex;\n  flex-wrap:wrap;\n  gap:9px;\n\n  margin-top:27px;\n}\n\n.wl-gift-tag {\n  padding:9px 13px;\n\n  border-radius:999px;\n\n  border:1px solid rgba(255,255,255,.16);\n\n  color:rgba(255,255,255,.84) !important;\n\n  font-size:11px;\n  font-weight:700;\n}\n\n.wl-gift-image {\n  min-height:560px;\n}\n\n.wl-gift-image img {\n  width:100%;\n  height:100%;\n\n  object-fit:cover;\n}\n\n\/* =========================================================\n   FAQ \/ NOTES\n   ========================================================= *\/\n\n.wl-notes {\n  background:#f1e4d3;\n}\n\n.wl-notes-grid {\n  display:grid;\n  grid-template-columns:.8fr 1.2fr;\n  gap:60px;\n\n  align-items:start;\n}\n\n.wl-note-list {\n  display:grid;\n  gap:12px;\n}\n\n.wl-note {\n  padding:22px 22px;\n\n  border-radius:17px;\n\n  background:rgba(255,255,255,.63);\n\n  border:1px solid rgba(74,45,27,.07);\n}\n\n.wl-note strong {\n  display:block;\n\n  color:#34251b !important;\n\n  font-size:15px;\n  font-weight:800;\n}\n\n.wl-note p {\n  margin:7px 0 0;\n\n  color:#78665a !important;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n\/* =========================================================\n   FINAL PRODUCT BACKGROUND CTA\n   ========================================================= *\/\n\n.wl-final {\n  padding:0;\n}\n\n.wl-final-card {\n  position:relative;\n\n  min-height:680px;\n\n  display:flex;\n  align-items:flex-end;\n\n  overflow:hidden;\n\n  background:#26160e;\n}\n\n.wl-final-card__bg {\n  position:absolute;\n  inset:0;\n}\n\n.wl-final-card__bg img {\n  width:100%;\n  height:100%;\n\n  object-fit:cover;\n  object-position:center 48%;\n}\n\n\/*\n   Product image is the actual CTA background.\n   Heavy overlay only behind copy, product remains visible.\n*\/\n\n.wl-final-card::before {\n  content:\"\";\n\n  position:absolute;\n  z-index:1;\n  inset:0;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(20,10,5,.89) 0%,\n      rgba(20,10,5,.67) 34%,\n      rgba(20,10,5,.20) 68%,\n      rgba(20,10,5,.05) 100%\n    );\n}\n\n.wl-final-card::after {\n  content:\"\";\n\n  position:absolute;\n  z-index:1;\n  inset:0;\n\n  background:\n    linear-gradient(\n      0deg,\n      rgba(18,9,4,.72) 0%,\n      rgba(18,9,4,.10) 65%\n    );\n}\n\n.wl-final-content {\n  position:relative;\n  z-index:2;\n\n  width:min(1180px, calc(100% - 64px));\n  margin:0 auto;\n\n  padding:70px 0;\n\n  max-width:none;\n}\n\n.wl-final-copy {\n  max-width:580px;\n}\n\n.wl-final .wl-kicker {\n  color:#f4d8b1 !important;\n}\n\n.wl-final h2 {\n  margin:0;\n\n  color:#fff !important;\n\n  font-size:clamp(42px,5.5vw,70px);\n  line-height:.98;\n  letter-spacing:-.05em;\n  font-weight:850;\n\n  text-shadow:\n    0 4px 15px rgba(0,0,0,.25);\n}\n\n.wl-final p {\n  max-width:520px;\n\n  margin:19px 0 0;\n\n  color:rgba(255,255,255,.86) !important;\n\n  font-size:16px;\n  line-height:1.65;\n}\n\n.wl-final .wl-btn {\n  margin-top:28px;\n}\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media(max-width:1020px) {\n\n  .wl-animal-grid {\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .wl-feature-story__grid {\n    grid-template-columns:1fr;\n  }\n\n  .wl-feature-story__image {\n    min-height:auto;\n    aspect-ratio:1.25\/1;\n  }\n\n  .wl-gallery-main {\n    min-height:550px;\n  }\n\n  .wl-gift-box {\n    grid-template-columns:1fr;\n  }\n\n  .wl-gift-image {\n    min-height:auto;\n    aspect-ratio:1.35\/1;\n  }\n\n  .wl-notes-grid {\n    grid-template-columns:1fr;\n    gap:35px;\n  }\n}\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width:700px) {\n\n  .wl-wrap {\n    width:calc(100% - 32px);\n  }\n\n  .wl-section {\n    padding:68px 0;\n  }\n\n  .wl-heading {\n    font-size:37px;\n  }\n\n  .wl-copy {\n    font-size:14px;\n    line-height:1.65;\n  }\n\n  .wl-section-title {\n    margin-bottom:31px;\n  }\n\n  \/* HERO *\/\n\n  .wl-hero {\n    min-height:680px;\n  }\n\n  .wl-hero__bg img {\n    object-position:57% center;\n  }\n\n  .wl-hero::before {\n    background:\n      linear-gradient(\n        0deg,\n        rgba(18,9,4,.95) 0%,\n        rgba(18,9,4,.78) 42%,\n        rgba(18,9,4,.11) 78%\n      );\n  }\n\n  .wl-hero::after {\n    background:\n      linear-gradient(\n        90deg,\n        rgba(18,9,4,.24),\n        transparent\n      );\n  }\n\n  .wl-hero__inner {\n    width:calc(100% - 34px);\n    padding:130px 0 34px;\n  }\n\n  .wl-hero h1 {\n    font-size:46px;\n    line-height:.97;\n  }\n\n  .wl-hero__desc {\n    margin-top:16px;\n\n    font-size:14px;\n    line-height:1.55;\n  }\n\n  .wl-btn {\n    width:100%;\n    min-height:55px;\n  }\n\n  \/* INTRO *\/\n\n  .wl-intro-strip__grid {\n    grid-template-columns:1fr;\n  }\n\n  .wl-intro-item {\n    padding:19px 18px;\n\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.08);\n  }\n\n  .wl-intro-item:last-child {\n    border-bottom:0;\n  }\n\n  \/* PRODUCTS *\/\n\n  .wl-animal-grid {\n    grid-template-columns:1fr 1fr;\n    gap:11px;\n  }\n\n  .wl-animal-card {\n    border-radius:17px;\n  }\n\n  .wl-animal-card__body {\n    padding:14px 12px 17px;\n  }\n\n  .wl-animal-card h3 {\n    font-size:17px;\n  }\n\n  .wl-animal-card p {\n    font-size:11px;\n  }\n\n  .wl-animal-card:last-child:nth-child(odd) {\n    grid-column:1\/-1;\n  }\n\n  .wl-animal-card:last-child:nth-child(odd)\n  .wl-animal-card__image {\n    aspect-ratio:1.5\/1;\n  }\n\n  \/* FEATURE *\/\n\n  .wl-feature-story__grid {\n    gap:13px;\n  }\n\n  .wl-feature-story__image {\n    aspect-ratio:1\/1;\n    border-radius:21px;\n  }\n\n  .wl-feature-story__copy {\n    padding:30px 21px;\n\n    border-radius:21px;\n  }\n\n  .wl-feature-story__copy .wl-heading {\n    font-size:37px;\n  }\n\n  \/* GALLERY *\/\n\n  .wl-gallery-grid {\n    grid-template-columns:1fr;\n    gap:12px;\n  }\n\n  .wl-gallery-main {\n    min-height:auto;\n    aspect-ratio:1\/1.08;\n  }\n\n  .wl-gallery-main,\n  .wl-gallery-small {\n    border-radius:20px;\n  }\n\n  .wl-gallery-side {\n    grid-template-columns:1fr 1fr;\n    grid-template-rows:auto;\n    gap:12px;\n  }\n\n  .wl-gallery-small {\n    aspect-ratio:1\/1;\n  }\n\n  \/* MESSAGE *\/\n\n  .wl-message {\n    padding:68px 20px;\n  }\n\n  .wl-message h2 {\n    font-size:39px;\n  }\n\n  \/* MOMENTS *\/\n\n  .wl-moments-grid {\n    grid-template-columns:1fr;\n    gap:14px;\n  }\n\n  .wl-moment {\n    min-height:500px;\n    border-radius:21px;\n  }\n\n  .wl-moment__copy {\n    padding:25px 21px;\n  }\n\n  .wl-moment h3 {\n    font-size:32px;\n  }\n\n  \/* GIFT *\/\n\n  .wl-gift-box {\n    border-radius:21px;\n  }\n\n  .wl-gift-copy {\n    padding:38px 23px;\n  }\n\n  .wl-gift-copy h2 {\n    font-size:37px;\n  }\n\n  .wl-gift-image {\n    aspect-ratio:1\/1;\n  }\n\n  \/* NOTES *\/\n\n  .wl-notes-grid {\n    gap:27px;\n  }\n\n  \/* FINAL CTA *\/\n\n  .wl-final-card {\n    min-height:650px;\n  }\n\n  .wl-final-card__bg img {\n    object-position:62% center;\n  }\n\n  .wl-final-card::before {\n    background:\n      linear-gradient(\n        0deg,\n        rgba(18,9,4,.94) 0%,\n        rgba(18,9,4,.77) 43%,\n        rgba(18,9,4,.13) 76%\n      );\n  }\n\n  .wl-final-content {\n    width:calc(100% - 34px);\n    padding:40px 0;\n  }\n\n  .wl-final h2 {\n    font-size:43px;\n  }\n\n  .wl-final p {\n    font-size:14px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"woodland-page\"\u003e\n\u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\u003csection class=\"wl-hero\"\u003e\n\u003cdiv class=\"wl-hero__bg\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/10-woodland-collection-banner.jpg?v=1789791255\" alt=\"Woodland tree hollow mug collection\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-hero__inner\"\u003e\n\u003cdiv class=\"wl-hero__content\"\u003e\n\u003cp class=\"wl-kicker\"\u003eWoodland Tree Hollow Mugs\u003c\/p\u003e\n\u003ch1\u003eBring a little woodland warmth to every cup.\u003c\/h1\u003e\n\u003cp class=\"wl-hero__desc\"\u003eFive forest friends turn an everyday coffee, tea, or cocoa break into a cozy little ritual.\u003c\/p\u003e\n\u003cdiv class=\"wl-hero__actions\"\u003e\u003ca href=\"#woodland-options\" class=\"wl-btn\"\u003e View the collection \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n              \u003cpath d=\"M5 12h14M14 7l5 5-5 5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SMALL VALUE STRIP\n       ===================================================== --\u003e\n\u003csection class=\"wl-intro-strip\"\u003e\n\u003cdiv class=\"wl-wrap\"\u003e\n\u003cdiv class=\"wl-intro-strip__grid\"\u003e\n\u003cdiv class=\"wl-intro-item\"\u003e\n\u003cstrong\u003eFive woodland designs\u003c\/strong\u003e \u003cspan\u003e Raccoon, fox, squirrel, owl \u0026amp; black bear. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-intro-item\"\u003e\n\u003cstrong\u003eTree-hollow character\u003c\/strong\u003e \u003cspan\u003e Sculpted animals framed by rustic bark texture. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-intro-item\"\u003e\n\u003cstrong\u003eMade for cozy moments\u003c\/strong\u003e \u003cspan\u003e Coffee mornings, reading nights and thoughtful gifts. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COLLECTION\n       ===================================================== --\u003e\n\u003csection class=\"wl-section wl-collection\" id=\"woodland-options\"\u003e\n\u003cdiv class=\"wl-wrap\"\u003e\n\u003cdiv class=\"wl-section-title\"\u003e\n\u003cp class=\"wl-kicker\"\u003eMeet the collection\u003c\/p\u003e\n\u003ch2 class=\"wl-heading\"\u003eOne rustic style.\u003cbr\u003eFive forest personalities.\u003c\/h2\u003e\n\u003cp class=\"wl-copy\"\u003eEach design pairs a tree-hollow scene with a bark-textured exterior and branch-inspired handle. Find the forest friend that feels most at home with you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-animal-grid\"\u003e\n\u003c!-- RACCOON --\u003e\n\u003carticle class=\"wl-animal-card\"\u003e\n\u003cdiv class=\"wl-animal-card__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/01-raccoon-main.jpg?v=1789791255\" alt=\"Raccoon tree hollow mug\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-animal-card__body\"\u003e\n\u003ch3\u003eRaccoon\u003c\/h3\u003e\n\u003cp\u003eCurious, cozy and full of woodland personality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FOX --\u003e\n\u003carticle class=\"wl-animal-card\"\u003e\n\u003cdiv class=\"wl-animal-card__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/02-fox-main.jpg?v=1789791255\" alt=\"Fox tree hollow mug\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-animal-card__body\"\u003e\n\u003ch3\u003eFox\u003c\/h3\u003e\n\u003cp\u003eA warm little forest face for your coffee nook.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- SQUIRREL --\u003e\n\u003carticle class=\"wl-animal-card\"\u003e\n\u003cdiv class=\"wl-animal-card__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/04-squirrel-main.jpg?v=1789791255\" alt=\"Squirrel tree hollow mug\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-animal-card__body\"\u003e\n\u003ch3\u003eSquirrel\u003c\/h3\u003e\n\u003cp\u003eA cheerful companion for slow breakfast mornings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- OWL --\u003e\n\u003carticle class=\"wl-animal-card\"\u003e\n\u003cdiv class=\"wl-animal-card__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/06-owl-main.jpg?v=1789791255\" alt=\"Owl tree hollow mug\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-animal-card__body\"\u003e\n\u003ch3\u003eOwl\u003c\/h3\u003e\n\u003cp\u003eA thoughtful companion for books and quiet nights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- BLACK BEAR --\u003e\n\u003carticle class=\"wl-animal-card\"\u003e\n\u003cdiv class=\"wl-animal-card__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/08-black-bear-main.jpg?v=1789791255\" alt=\"Black bear tree hollow mug\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-animal-card__body\"\u003e\n\u003ch3\u003eBlack Bear\u003c\/h3\u003e\n\u003cp\u003eCabin-style charm with a gentle forest feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT FEATURE\n       ===================================================== --\u003e\n\u003csection class=\"wl-section wl-feature-story\"\u003e\n\u003cdiv class=\"wl-wrap\"\u003e\n\u003cdiv class=\"wl-feature-story__grid\"\u003e\n\u003cdiv class=\"wl-feature-story__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/05-squirrel-lifestyle.jpg?v=1789791255\" alt=\"Woodland squirrel mug during breakfast\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-feature-story__copy\"\u003e\n\u003cp class=\"wl-kicker\"\u003eMade for the pause\u003c\/p\u003e\n\u003ch2 class=\"wl-heading\"\u003eMore character than an ordinary cup.\u003c\/h2\u003e\n\u003cp class=\"wl-copy\"\u003eThe sculpted woodland scene gives your drinkware a decorative role even between sips. Keep it on the coffee bar, bring it to breakfast, or leave it out as part of your cozy home decor.\u003c\/p\u003e\n\u003cdiv class=\"wl-details\"\u003e\n\u003cdiv class=\"wl-detail\"\u003e\n\u003cdiv class=\"wl-detail-icon\"\u003e🌲\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Woodland character \u003c\/strong\u003e \u003cspan\u003e A forest friend peeks from a tree-hollow-inspired scene. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-detail\"\u003e\n\u003cdiv class=\"wl-detail-icon\"\u003e🪵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Rustic visual texture \u003c\/strong\u003e \u003cspan\u003e Bark-inspired details and a branch-style handle create a warm cabin look. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-detail\"\u003e\n\u003cdiv class=\"wl-detail-icon\"\u003e☕\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Everyday cozy moments \u003c\/strong\u003e \u003cspan\u003e Give coffee, tea and hot cocoa a little more personality. \u003c\/span\u003e\n\u003c\/div\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       VISUAL GALLERY\n       ===================================================== --\u003e\n\u003csection class=\"wl-section wl-gallery\"\u003e\n\u003cdiv class=\"wl-wrap\"\u003e\n\u003cdiv class=\"wl-section-title\"\u003e\n\u003cp class=\"wl-kicker\"\u003eWoodland moments\u003c\/p\u003e\n\u003ch2 class=\"wl-heading\"\u003eLooks just as good resting on the table.\u003c\/h2\u003e\n\u003cp class=\"wl-copy\"\u003eDesigned to feel at home with warm wood, soft blankets, breakfast tables and cozy evening corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-gallery-grid\"\u003e\n\u003cdiv class=\"wl-gallery-main\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/07-owl-lifestyle.jpg?v=1789791255\" alt=\"Owl tree hollow mug in a reading setting\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-gallery-side\"\u003e\n\u003cdiv class=\"wl-gallery-small\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/01-raccoon-main.jpg?v=1789791255\" alt=\"Raccoon tree hollow mug\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-gallery-small\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/02-fox-main.jpg?v=1789791255\" alt=\"Fox tree hollow mug\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       EMOTIONAL COPY\n       ===================================================== --\u003e\n\u003csection class=\"wl-message\"\u003e\n\u003cdiv class=\"wl-message__inner\"\u003e\n\u003cp class=\"wl-kicker\"\u003eA mug with a mood\u003c\/p\u003e\n\u003ch2\u003eA tiny forest friend waiting for your next warm drink.\u003c\/h2\u003e\n\u003cp\u003eIt is the kind of everyday object that quietly becomes part of your morning routine, your reading corner, or the little detail guests notice first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MOMENTS\n       ===================================================== --\u003e\n\u003csection class=\"wl-section wl-moments\"\u003e\n\u003cdiv class=\"wl-wrap\"\u003e\n\u003cdiv class=\"wl-section-title\"\u003e\n\u003cp class=\"wl-kicker\"\u003eMatch your moment\u003c\/p\u003e\n\u003ch2 class=\"wl-heading\"\u003eFrom slow mornings to cozy nights.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-moments-grid\"\u003e\n\u003c!-- MORNING --\u003e\n\u003carticle class=\"wl-moment\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/05-squirrel-lifestyle.jpg?v=1789791255\" alt=\"Squirrel mug at breakfast\" loading=\"lazy\"\u003e\n\u003cdiv class=\"wl-moment__copy\"\u003e\n\u003cp class=\"wl-kicker\"\u003eSlow morning\u003c\/p\u003e\n\u003ch3\u003eA little more charm with breakfast.\u003c\/h3\u003e\n\u003cp\u003eWarm light, something good to eat, and a forest friend beside your first cup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- EVENING --\u003e\n\u003carticle class=\"wl-moment\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/07-owl-lifestyle.jpg?v=1789791255\" alt=\"Owl mug beside a book\" loading=\"lazy\"\u003e\n\u003cdiv class=\"wl-moment__copy\"\u003e\n\u003cp class=\"wl-kicker\"\u003eQuiet evening\u003c\/p\u003e\n\u003ch3\u003eMade for books, blankets and warm drinks.\u003c\/h3\u003e\n\u003cp\u003eSettle in, turn down the lights, and make the owl part of the ritual.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GIFT SECTION\n       ===================================================== --\u003e\n\u003csection class=\"wl-section wl-gift\"\u003e\n\u003cdiv class=\"wl-wrap\"\u003e\n\u003cdiv class=\"wl-gift-box\"\u003e\n\u003cdiv class=\"wl-gift-copy\"\u003e\n\u003cp class=\"wl-kicker\"\u003eGift-ready charm\u003c\/p\u003e\n\u003ch2\u003eFor the person who already has ordinary mugs.\u003c\/h2\u003e\n\u003cp\u003eA memorable little find for wildlife lovers, rustic-home fans and anyone who appreciates cozy details with personality.\u003c\/p\u003e\n\u003cdiv class=\"wl-gift-tags\"\u003e\n\u003cspan class=\"wl-gift-tag\"\u003e Birthdays \u003c\/span\u003e \u003cspan class=\"wl-gift-tag\"\u003e Housewarming \u003c\/span\u003e \u003cspan class=\"wl-gift-tag\"\u003e Holidays \u003c\/span\u003e \u003cspan class=\"wl-gift-tag\"\u003e Nature lovers \u003c\/span\u003e \u003cspan class=\"wl-gift-tag\"\u003e Cozy home gifts \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-gift-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/09-black-bear-lifestyle.jpg?v=1789791255\" alt=\"Black bear woodland mug beside a wrapped gift\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       NOTES\n       ===================================================== --\u003e\n\u003csection class=\"wl-section wl-notes\"\u003e\n\u003cdiv class=\"wl-wrap\"\u003e\n\u003cdiv class=\"wl-notes-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"wl-kicker\"\u003eCollection notes\u003c\/p\u003e\n\u003ch2 class=\"wl-heading\"\u003eFind the one that feels like yours.\u003c\/h2\u003e\n\u003cp class=\"wl-copy\"\u003eFive woodland personalities, all built around the same warm tree-hollow aesthetic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-note-list\"\u003e\n\u003cdiv class=\"wl-note\"\u003e\n\u003cstrong\u003e Which animal designs are available? \u003c\/strong\u003e\n\u003cp\u003eRaccoon, fox, squirrel, owl and black bear designs are shown in this woodland collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-note\"\u003e\n\u003cstrong\u003e When does this style work best? \u003c\/strong\u003e\n\u003cp\u003eIt fits naturally into coffee corners, rustic kitchens, reading spaces, seasonal displays and cozy gift moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wl-note\"\u003e\n\u003cstrong\u003e Does it work as decor too? \u003c\/strong\u003e\n\u003cp\u003eThe sculpted woodland scene and bark-inspired exterior give the mug enough character to sit out on a shelf or coffee station between uses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL CTA\n       PRODUCT IMAGE AS BACKGROUND\n       ===================================================== --\u003e\n\u003csection class=\"wl-final\"\u003e\n\u003cdiv class=\"wl-final-card\"\u003e\n\u003c!-- 产品图直接作为底部CTA整块背景 --\u003e\n\u003cdiv class=\"wl-final-card__bg\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/09-black-bear-lifestyle.jpg?v=1789791255\" alt=\"Woodland black bear tree hollow mug\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-final-content\"\u003e\n\u003cdiv class=\"wl-final-copy\"\u003e\n\u003cp class=\"wl-kicker\"\u003eChoose your forest friend\u003c\/p\u003e\n\u003ch2\u003eA warmer coffee break starts here.\u003c\/h2\u003e\n\u003cp\u003ePick the woodland animal that belongs in your favorite cozy corner.\u003c\/p\u003e\n\u003ca href=\"#woodland-options\" class=\"wl-btn\"\u003e View product options \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n\n              \u003cpath d=\"M5 12h14M14 7l5 5-5 5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LHK","offers":[{"title":"Raccoon","offer_id":67548344156205,"sku":"SZ06542609194864-Raccoon","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Squirrel","offer_id":67548344188973,"sku":"SZ06542609194864-Squirrel","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Owl","offer_id":67548344221741,"sku":"SZ06542609194864-Owl","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Black bear","offer_id":67548344254509,"sku":"SZ06542609194864-Black bear","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Fox","offer_id":67548344287277,"sku":"SZ06542609194864-Fox","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/01-raccoon-main.jpg?v=1789801239","url":"https:\/\/woverssy.com\/products\/woodland-raccoon-tree-hollow-mug-rustic-3d-animal-coffee-cup","provider":"woverssy","version":"1.0","type":"link"}