{"product_id":"moo-get-out-the-way-highland-cow-mu","title":"“Moo, Get Out The Way” Highland Cow Mu","description":"\u003cstyle\u003e\n  html { scroll-behavior: smooth; }\n\n  #hcm-product,\n  #hcm-product * { box-sizing: border-box; }\n\n  #hcm-product {\n    --hcm-ink: #17130f;\n    --hcm-muted: #65594e;\n    --hcm-cream: #fffaf1;\n    --hcm-sand: #f4e7d3;\n    --hcm-orange: #c94f12;\n    --hcm-orange-dark: #9f3608;\n    --hcm-line: #dfcdb4;\n    --hcm-white: #ffffff;\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    color: var(--hcm-ink) !important;\n    background: var(--hcm-white);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 16px;\n    line-height: 1.55;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  #hcm-product h1,\n  #hcm-product h2,\n  #hcm-product h3,\n  #hcm-product p,\n  #hcm-product li,\n  #hcm-product summary,\n  #hcm-product span,\n  #hcm-product strong { color: inherit !important; }\n\n  #hcm-product h1,\n  #hcm-product h2,\n  #hcm-product h3,\n  #hcm-product p { margin: 0; }\n\n  #hcm-product h1,\n  #hcm-product h2,\n  #hcm-product h3 { line-height: 1.15; letter-spacing: -0.02em; }\n\n  #hcm-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    border: 0;\n  }\n\n  #hcm-product a { text-decoration: none; }\n\n  #hcm-product .hcm-section { padding: 34px 16px; }\n\n  #hcm-product .hcm-section--soft { background: var(--hcm-cream); }\n\n  #hcm-product .hcm-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 10px;\n    padding: 6px 10px;\n    border-radius: 999px;\n    background: #f9dfcb;\n    color: var(--hcm-orange-dark) !important;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  #hcm-product .hcm-title {\n    margin-bottom: 10px;\n    color: var(--hcm-ink) !important;\n    font-size: clamp(27px, 7vw, 42px);\n    font-weight: 900;\n  }\n\n  #hcm-product .hcm-intro {\n    max-width: 680px;\n    color: var(--hcm-muted) !important;\n    font-size: 15px;\n  }\n\n  #hcm-product .hcm-hero {\n    overflow: hidden;\n    background: var(--hcm-cream);\n    border-radius: 0 0 24px 24px;\n  }\n\n  #hcm-product .hcm-hero__copy { padding: 25px 18px 28px; text-align: center; }\n\n  #hcm-product .hcm-hero__copy h1 {\n    margin-bottom: 12px;\n    font-size: clamp(31px, 9vw, 54px);\n    font-weight: 900;\n  }\n\n  #hcm-product .hcm-hero__copy p {\n    max-width: 630px;\n    margin: 0 auto 18px;\n    color: var(--hcm-muted) !important;\n  }\n\n  #hcm-product .hcm-chip-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  #hcm-product .hcm-chip {\n    padding: 7px 10px;\n    border: 1px solid var(--hcm-line);\n    border-radius: 999px;\n    background: var(--hcm-white);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  #hcm-product .hcm-grid-2x2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  #hcm-product .hcm-icon-card {\n    min-width: 0;\n    padding: 16px 10px;\n    border: 1px solid var(--hcm-line);\n    border-radius: 16px;\n    background: var(--hcm-white);\n    box-shadow: 0 8px 22px rgba(54, 34, 18, 0.05);\n    text-align: center;\n  }\n\n  #hcm-product .hcm-icon-card__emoji {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  #hcm-product .hcm-icon-card strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 14px;\n    line-height: 1.25;\n  }\n\n  #hcm-product .hcm-icon-card small {\n    display: block;\n    color: var(--hcm-muted) !important;\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  #hcm-product .hcm-feature-stack {\n    display: grid;\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  #hcm-product .hcm-feature-card {\n    overflow: hidden;\n    border: 1px solid var(--hcm-line);\n    border-radius: 20px;\n    background: var(--hcm-white);\n    box-shadow: 0 12px 30px rgba(54, 34, 18, 0.07);\n  }\n\n  #hcm-product .hcm-feature-card__copy { padding: 20px 17px 23px; }\n\n  #hcm-product .hcm-feature-card h3 {\n    margin-bottom: 8px;\n    font-size: 23px;\n    font-weight: 900;\n  }\n\n  #hcm-product .hcm-feature-card p { color: var(--hcm-muted) !important; }\n\n  #hcm-product .hcm-bullets {\n    margin: 13px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  #hcm-product .hcm-bullets li {\n    position: relative;\n    margin-top: 7px;\n    padding-left: 24px;\n    color: var(--hcm-muted) !important;\n  }\n\n  #hcm-product .hcm-bullets li::before {\n    position: absolute;\n    left: 0;\n    top: 0;\n    content: \"✓\";\n    color: var(--hcm-orange);\n    font-weight: 900;\n  }\n\n  #hcm-product .hcm-spec-box {\n    margin-top: 20px;\n    padding: 16px;\n    border: 1px solid var(--hcm-line);\n    border-radius: 16px;\n    background: var(--hcm-white);\n  }\n\n  #hcm-product .hcm-spec-list { margin: 0; }\n\n  #hcm-product .hcm-spec-row {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 11px 0;\n    border-bottom: 1px solid #eee3d5;\n  }\n\n  #hcm-product .hcm-spec-row:last-child { border-bottom: 0; }\n\n  #hcm-product .hcm-spec-row dt {\n    flex: 0 0 42%;\n    color: var(--hcm-muted) !important;\n    font-weight: 700;\n  }\n\n  #hcm-product .hcm-spec-row dd {\n    margin: 0;\n    color: var(--hcm-ink) !important;\n    font-weight: 800;\n    text-align: right;\n  }\n\n  #hcm-product .hcm-note {\n    margin-top: 12px;\n    color: var(--hcm-muted) !important;\n    font-size: 12px;\n  }\n\n  #hcm-product .hcm-faq-list {\n    display: grid;\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  #hcm-product .hcm-faq {\n    overflow: hidden;\n    border: 1px solid var(--hcm-line);\n    border-radius: 14px;\n    background: var(--hcm-white);\n  }\n\n  #hcm-product .hcm-faq summary {\n    position: relative;\n    display: block;\n    padding: 16px 46px 16px 15px;\n    cursor: pointer;\n    font-weight: 850;\n    list-style: none;\n  }\n\n  #hcm-product .hcm-faq summary::-webkit-details-marker { display: none; }\n\n  #hcm-product .hcm-faq summary::after {\n    position: absolute;\n    right: 17px;\n    top: 50%;\n    width: 9px;\n    height: 9px;\n    border-right: 2px solid var(--hcm-orange);\n    border-bottom: 2px solid var(--hcm-orange);\n    content: \"\";\n    transform: translateY(-70%) rotate(45deg);\n    transition: transform 0.25s ease;\n  }\n\n  #hcm-product .hcm-faq[open] summary::after {\n    transform: translateY(-30%) rotate(225deg);\n  }\n\n  #hcm-product .hcm-faq__answer {\n    padding: 0 15px 16px;\n    color: var(--hcm-muted) !important;\n    font-size: 14px;\n  }\n\n  #hcm-product .hcm-guarantees {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  #hcm-product .hcm-guarantee {\n    display: flex;\n    align-items: flex-start;\n    gap: 13px;\n    padding: 16px;\n    border: 1px solid var(--hcm-line);\n    border-radius: 15px;\n    background: var(--hcm-white);\n  }\n\n  #hcm-product .hcm-guarantee__icon {\n    flex: 0 0 39px;\n    display: grid;\n    width: 39px;\n    height: 39px;\n    place-items: center;\n    border-radius: 50%;\n    background: #f9dfcb;\n    font-size: 20px;\n  }\n\n  #hcm-product .hcm-guarantee strong { display: block; margin-bottom: 2px; }\n\n  #hcm-product .hcm-guarantee p {\n    color: var(--hcm-muted) !important;\n    font-size: 13px;\n  }\n\n  #hcm-product .hcm-cta {\n    padding: 34px 18px 88px;\n    color: var(--hcm-white) !important;\n    background: linear-gradient(145deg, #17130f, #38271d);\n    text-align: center;\n  }\n\n  #hcm-product .hcm-cta h2 {\n    margin-bottom: 9px;\n    color: var(--hcm-white) !important;\n    font-size: clamp(29px, 8vw, 45px);\n    font-weight: 900;\n  }\n\n  #hcm-product .hcm-cta p {\n    max-width: 590px;\n    margin: 0 auto 18px;\n    color: #f3e8d9 !important;\n  }\n\n  #hcm-product .hcm-buy-button {\n    display: inline-flex;\n    min-height: 52px;\n    align-items: center;\n    justify-content: center;\n    padding: 14px 27px;\n    border-radius: 999px;\n    color: var(--hcm-white) !important;\n    background: var(--hcm-orange);\n    box-shadow: 0 9px 0 var(--hcm-orange-dark);\n    font-size: 16px;\n    font-weight: 900;\n    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;\n  }\n\n  #hcm-product .hcm-buy-button:hover {\n    color: var(--hcm-white) !important;\n    background: #de5a18;\n    box-shadow: 0 11px 0 var(--hcm-orange-dark);\n    transform: translateY(-2px);\n  }\n\n  #hcm-product .hcm-buy-button:active {\n    box-shadow: 0 4px 0 var(--hcm-orange-dark);\n    transform: translateY(5px);\n  }\n\n  #hcm-product .hcm-floating-buy {\n    position: fixed;\n    right: max(12px, env(safe-area-inset-right));\n    bottom: max(12px, env(safe-area-inset-bottom));\n    z-index: 25;\n    display: inline-flex;\n    min-height: 48px;\n    align-items: center;\n    justify-content: center;\n    padding: 12px 18px;\n    border: 2px solid var(--hcm-white);\n    border-radius: 999px;\n    color: var(--hcm-white) !important;\n    background: var(--hcm-orange);\n    box-shadow: 0 8px 24px rgba(43, 23, 10, 0.28);\n    font-size: 14px;\n    font-weight: 900;\n    transition: transform 0.18s ease, box-shadow 0.18s ease;\n  }\n\n  #hcm-product .hcm-floating-buy:hover { transform: translateY(-3px); }\n  #hcm-product .hcm-floating-buy:active { transform: translateY(2px) scale(0.98); }\n\n  @media (min-width: 750px) {\n    #hcm-product .hcm-section { padding: 52px 38px; }\n    #hcm-product .hcm-hero__copy { padding: 34px 38px 39px; }\n    #hcm-product .hcm-grid-2x2 { gap: 14px; }\n    #hcm-product .hcm-icon-card { padding: 20px 16px; }\n    #hcm-product .hcm-feature-card__copy { padding: 25px 26px 28px; }\n    #hcm-product .hcm-spec-box { padding: 20px 23px; }\n    #hcm-product .hcm-floating-buy { right: 22px; bottom: 22px; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    html { scroll-behavior: auto; }\n    #hcm-product .hcm-faq summary::after,\n    #hcm-product .hcm-buy-button,\n    #hcm-product .hcm-floating-buy { transition: none; }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"hcm-product\"\u003e\n\u003csection class=\"hcm-hero\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/01-hero-cute-face-zero-filter-square.png?v=1786611242\" alt=\"Sassy Highland cow 11-ounce ceramic coffee mug with black handle and interior\" width=\"1254\" height=\"1254\" loading=\"eager\"\u003e\n\u003cdiv class=\"hcm-hero__copy\"\u003e\n\u003cspan class=\"hcm-eyebrow\"\u003e🐮 Country Cute Meets Bold Humor\u003c\/span\u003e\n\u003ch1 id=\"hcm-main-title\"\u003eCute Face.\u003cbr\u003eZero Filter.\u003c\/h1\u003e\n\u003cp\u003eA fluffy Highland cow, a boldly unfiltered message, and your favorite drink—all in one unforgettable mug.\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/8_11_1_dc5c5eb3-d16a-46f6-982a-5dc12db96ad7.gif?v=1786987406\" alt=\"\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"hcm-chip-row\"\u003e\n\u003cspan class=\"hcm-chip\"\u003e☕ 11 fl oz\u003c\/span\u003e \u003cspan class=\"hcm-chip\"\u003e✨ Ceramic\u003c\/span\u003e \u003cspan class=\"hcm-chip\"\u003e🔥 Microwave Safe\u003c\/span\u003e \u003cspan class=\"hcm-chip\"\u003e💧 Dishwasher Safe\u003cbr\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcm-section hcm-section--soft\"\u003e\u003cspan class=\"hcm-eyebrow\"\u003eWhy You’ll Love It\u003c\/span\u003e\n\u003ch2 class=\"hcm-title\" id=\"hcm-highlights-title\"\u003eSmall Mug. Big Personality.\u003c\/h2\u003e\n\u003cp class=\"hcm-intro\"\u003eA practical everyday cup with enough attitude to make every coffee break more memorable.\u003c\/p\u003e\n\u003cdiv class=\"hcm-grid-2x2\"\u003e\n\u003cdiv class=\"hcm-icon-card\"\u003e\n\u003cspan class=\"hcm-icon-card__emoji\"\u003e🐮\u003c\/span\u003e \u003cstrong\u003eConversation Starter\u003c\/strong\u003e \u003csmall\u003eCute artwork with a sassy punch line.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcm-icon-card\"\u003e\n\u003cspan class=\"hcm-icon-card__emoji\"\u003e☕\u003c\/span\u003e \u003cstrong\u003eEveryday 11 oz Size\u003c\/strong\u003e \u003csmall\u003eJust right for coffee, tea, or cocoa.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcm-icon-card\"\u003e\n\u003cspan class=\"hcm-icon-card__emoji\"\u003e🎁\u003c\/span\u003e \u003cstrong\u003eMemorable Gift\u003c\/strong\u003e \u003csmall\u003eMade for cow lovers and bold personalities.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcm-icon-card\"\u003e\n\u003cspan class=\"hcm-icon-card__emoji\"\u003e✅\u003c\/span\u003e \u003cstrong\u003eEasy Daily Care\u003c\/strong\u003e \u003csmall\u003eMicrowave and dishwasher safe.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcm-section\"\u003e\u003cspan class=\"hcm-eyebrow\"\u003eThe Details That Matter\u003c\/span\u003e\n\u003ch2 class=\"hcm-title\" id=\"hcm-benefits-title\"\u003eBuilt for Coffee—and Compliments.\u003c\/h2\u003e\n\u003cp class=\"hcm-intro\"\u003eEach card focuses on one reason this mug earns a spot in your daily routine.\u003c\/p\u003e\n\u003cdiv class=\"hcm-feature-stack\"\u003e\n\u003carticle class=\"hcm-feature-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/02-lifestyle-morning-attitude-square.png?v=1786611243\" alt=\"Woman enjoying morning coffee from the Highland cow mug in a cozy country kitchen\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"hcm-feature-card__copy\"\u003e\n\u003ch3\u003e✨ Start the Day Your Way\u003c\/h3\u003e\n\u003cp\u003eTurn an ordinary morning drink into a small moment that feels unmistakably you.\u003c\/p\u003e\n\u003cul class=\"hcm-bullets\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eComfortable handle\u003c\/strong\u003e for a familiar everyday grip\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBold design\u003c\/strong\u003e that brightens home and office breaks\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hcm-feature-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/03-detail-everyday-sips-square.png?v=1786611243\" alt=\"Close-up details of the ceramic finish, curved handle, colorful Highland cow print, and 11-ounce capacity\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"hcm-feature-card__copy\"\u003e\n\u003ch3\u003e✅ A Just-Right Everyday Cup\u003c\/h3\u003e\n\u003cp\u003eThe familiar 11 oz capacity keeps your coffee ritual simple without the bulk of an oversized tumbler.\u003c\/p\u003e\n\u003cul class=\"hcm-bullets\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmooth ceramic\u003c\/strong\u003e delivers a classic mug experience\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVibrant artwork\u003c\/strong\u003e makes the humor instantly visible\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hcm-feature-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/04-process-microwave-safe-square.png?v=1786611243\" alt=\"Three-step process showing coffee cooling, reheating in a microwave, and ready to enjoy\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"hcm-feature-card__copy\"\u003e\n\u003ch3\u003e🚀 Reheat Without Changing Cups\u003c\/h3\u003e\n\u003cp\u003eWhen your coffee cools, place the mug in the microwave and get back to enjoying your drink.\u003c\/p\u003e\n\u003cul class=\"hcm-bullets\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMicrowave safe\u003c\/strong\u003e for everyday reheating convenience\u003c\/li\u003e\n\u003cli\u003eLess transferring means \u003cstrong\u003eless interruption\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hcm-feature-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/05-care-dishwasher-safe-square.png?v=1786611242\" alt=\"Highland cow ceramic mug sitting in an open dishwasher after cleaning\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"hcm-feature-card__copy\"\u003e\n\u003ch3\u003e💧 More Laughs. Less Cleanup.\u003c\/h3\u003e\n\u003cp\u003eOnce the last sip is gone, let the dishwasher handle the cleanup for an easier daily routine.\u003c\/p\u003e\n\u003cul class=\"hcm-bullets\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDishwasher safe\u003c\/strong\u003e for convenient cleaning\u003c\/li\u003e\n\u003cli\u003eAllow the mug to \u003cstrong\u003edry completely\u003c\/strong\u003e before storing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcm-section hcm-section--soft\"\u003e\u003cspan class=\"hcm-eyebrow\"\u003eProduct Information\u003c\/span\u003e\n\u003ch2 class=\"hcm-title\" id=\"hcm-specs-title\"\u003eFeatures \u0026amp; Specifications\u003c\/h2\u003e\n\u003cp class=\"hcm-intro\"\u003eThe important details, clearly stated before you choose.\u003c\/p\u003e\n\u003cdiv class=\"hcm-spec-box\"\u003e\n\u003cdiv class=\"hcm-spec-row\"\u003eProduct TypeNovelty Coffee Mug\u003c\/div\u003e\n\u003cdiv class=\"hcm-spec-row\"\u003eMaterialCeramic\u003c\/div\u003e\n\u003cdiv class=\"hcm-spec-row\"\u003eCapacity11 fl oz \/ approx. 325 mL\u003c\/div\u003e\n\u003cdiv class=\"hcm-spec-row\"\u003eColorWhite with Black Interior \u0026amp; Handle\u003c\/div\u003e\n\u003cdiv class=\"hcm-spec-row\"\u003eCareDishwasher Safe\u003c\/div\u003e\n\u003cdiv class=\"hcm-spec-row\"\u003eHeatingMicrowave Safe\u003c\/div\u003e\n\u003cdiv class=\"hcm-spec-row\"\u003ePackage Quantity1 Mug\u003c\/div\u003e\n\u003cp class=\"hcm-note\"\u003eNote: Colors may vary slightly by screen. The mug contains an adult-humor phrase; please review the visible design before purchasing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcm-section\"\u003e\u003cspan class=\"hcm-eyebrow\"\u003eQuick Answers\u003c\/span\u003e\n\u003ch2 class=\"hcm-title\" id=\"hcm-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"hcm-faq-list\"\u003e\n\u003cdetails class=\"hcm-faq\"\u003e\n\u003csummary\u003eHow much does the mug hold?\u003c\/summary\u003e\n\u003cdiv class=\"hcm-faq__answer\"\u003eIt holds 11 fl oz, approximately 325 mL—an easy everyday size for coffee, tea, cocoa, and similar drinks.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hcm-faq\"\u003e\n\u003csummary\u003eCan I put it in the microwave?\u003c\/summary\u003e\n\u003cdiv class=\"hcm-faq__answer\"\u003eYes. The ceramic mug is microwave safe for convenient reheating. Always handle heated drinkware with care.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hcm-faq\"\u003e\n\u003csummary\u003eIs it dishwasher safe?\u003c\/summary\u003e\n\u003cdiv class=\"hcm-faq__answer\"\u003eYes. It is dishwasher safe. Let it dry completely before storing it away.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hcm-faq\"\u003e\n\u003csummary\u003eDoes it come in a gift box?\u003c\/summary\u003e\n\u003cdiv class=\"hcm-faq__answer\"\u003eThe gift imagery shows a gifting occasion only. Special gift-box packaging is not promised unless it is separately listed in the purchase options.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hcm-faq\"\u003e\n\u003csummary\u003eIs the phrase family-friendly?\u003c\/summary\u003e\n\u003cdiv class=\"hcm-faq__answer\"\u003eThe design contains a bold adult-humor phrase. Please review the product image carefully before gifting or using it in a workplace.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcm-section hcm-section--soft\"\u003e\u003cspan class=\"hcm-eyebrow\"\u003eShop With Confidence\u003c\/span\u003e\n\u003ch2 class=\"hcm-title\" id=\"hcm-confidence-title\"\u003ePacked With Care. Backed With Support.\u003c\/h2\u003e\n\u003cdiv class=\"hcm-guarantees\"\u003e\n\u003cdiv class=\"hcm-guarantee\"\u003e\n\u003cspan class=\"hcm-guarantee__icon\"\u003e📦\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eProtective Shipping Preparation\u003c\/strong\u003e\n\u003cp\u003eCeramic drinkware is prepared carefully to help protect it during transit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcm-guarantee\"\u003e\n\u003cspan class=\"hcm-guarantee__icon\"\u003e✅\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eQuality Checked\u003c\/strong\u003e\n\u003cp\u003eYour order is checked for the correct product and visible condition before shipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hcm-guarantee\"\u003e\n\u003cspan class=\"hcm-guarantee__icon\"\u003e💬\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOrder Support\u003c\/strong\u003e\n\u003cp\u003eIf your order arrives damaged or incorrect, contact the store with photos and your order details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcm-feature-card\" style=\"border-radius: 0; border-left: 0; border-right: 0; box-shadow: none;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/06-summary-memorable-gift-square.png?v=1786611242\" alt=\"Highland cow coffee mug presented as a memorable humorous gift in a country setting\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003csection class=\"hcm-cta\"\u003e\n\u003ch2 id=\"hcm-cta-title\"\u003eMake Their Coffee Break Funnier.\u003c\/h2\u003e\n\u003cp\u003eChoose the mug that brings together country charm, everyday convenience, and unapologetic humor.\u003c\/p\u003e\n\u003ca class=\"hcm-buy-button\" href=\"#\"\u003eChoose Yours — Buy Now\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0186","offers":[{"title":"Black","offer_id":45820423929903,"sku":"NC01862608161635-内黑小牛","price":26.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":45820423962671,"sku":"NC01862608161635-白杯小牛","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":45820423995439,"sku":"NC01862608161635-内红小牛","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Orange","offer_id":45820424028207,"sku":"NC01862608161635-内橘色小牛","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":45820424060975,"sku":"NC01862608161635-内绿色小牛","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":45820424093743,"sku":"NC01862608161635-内兰色小牛","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":45820424126511,"sku":"NC01862608161635-内粉色小牛","price":26.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/01-hero-cute-face-zero-filter-square.png?v=1786611242","url":"https:\/\/meritessia.com\/fr\/products\/moo-get-out-the-way-highland-cow-mu","provider":"Meritessia","version":"1.0","type":"link"}