{"product_id":"monaco-mahjong-tile-set","title":"Monaco Mahjong Tile Set","description":"\u003c!-- ═══════════════════════════════════════════════\n     MONACO COLLECTION — Product Description\n     Scoped under .mn-product. Paste into Shopify source view.\n     ═══════════════════════════════════════════════ --\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Abril+Fatface\u0026amp;family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500\u0026amp;family=Montserrat:wght@300;400;500;600\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .mn-product {\n    --red: #D5122E;\n    --red-bright: #E8334D;\n    --red-dark: #A30D24;\n    --red-soft: rgba(213, 18, 46, 0.4);\n    --red-faint: rgba(213, 18, 46, 0.15);\n    --teal: #1296A4;\n    --teal-bright: #18B8C9;\n    --teal-dark: #0B6E78;\n    --green: #50A271;\n    --yellow: #F8CE6D;\n    --orange: #F2AA65;\n    --pink: #DF5C6C;\n    --cream: #FDFBF7;\n    --white: #FFFFFF;\n    --charcoal: #2A2A2A;\n    --body: #4a4a4a;\n    --muted: #6a6a6a;\n\n    font-family: 'Montserrat', sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n    color: var(--charcoal);\n    max-width: 1100px;\n    margin: 0 auto;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n  }\n  .mn-product *,\n  .mn-product *::before,\n  .mn-product *::after {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  \/* ─── Title block ─── *\/\n  .mn-product .mn-title-block {\n    position: relative;\n    text-align: center;\n    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2.5rem);\n    margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);\n    max-width: 820px;\n  }\n  \/* Two-color corner brackets — red top-left, teal bottom-right *\/\n  .mn-product .mn-title-block::before,\n  .mn-product .mn-title-block::after {\n    content: '';\n    position: absolute;\n    width: clamp(35px, 5vw, 75px);\n    height: clamp(35px, 5vw, 75px);\n  }\n  .mn-product .mn-title-block::before {\n    top: 0;\n    left: 0;\n    border-left: 2px solid var(--red);\n    border-top: 2px solid var(--red);\n  }\n  .mn-product .mn-title-block::after {\n    bottom: 0;\n    right: 0;\n    border-right: 2px solid var(--teal);\n    border-bottom: 2px solid var(--teal);\n  }\n  .mn-product .mn-eyebrow {\n    font-family: 'Montserrat', sans-serif;\n    font-size: clamp(0.62rem, 0.85vw, 0.8rem);\n    font-weight: 600;\n    letter-spacing: 0.4em;\n    text-transform: uppercase;\n    color: var(--teal);\n    margin-bottom: clamp(0.85rem, 1.5vw, 1.4rem);\n  }\n  .mn-product .mn-title {\n    font-family: 'Abril Fatface', serif;\n    font-size: clamp(3rem, 9vw, 7rem);\n    font-weight: 400;\n    line-height: 0.95;\n    letter-spacing: 0.01em;\n    background: linear-gradient(135deg, var(--red) 0%, var(--pink) 22%, var(--orange) 44%, var(--green) 66%, var(--teal) 88%, var(--red) 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    color: var(--red); \/* fallback if gradient unsupported *\/\n  }\n  .mn-product .mn-title em {\n    font-style: italic;\n  }\n\n  \/* ─── Lede ─── *\/\n  .mn-product .mn-lede {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: clamp(1.2rem, 2vw, 1.7rem);\n    font-weight: 400;\n    line-height: 1.5;\n    color: var(--charcoal);\n    text-align: center;\n    max-width: 640px;\n    margin: 0 auto 2rem;\n  }\n\n  \/* ─── Body copy ─── *\/\n  .mn-product .mn-copy {\n    font-size: clamp(1rem, 1.1vw, 1.1rem);\n    font-weight: 400;\n    line-height: 1.8;\n    color: var(--body);\n    margin: 0 auto 1.25rem;\n    max-width: 720px;\n  }\n  .mn-product .mn-copy strong {\n    color: var(--charcoal);\n    font-weight: 500;\n  }\n\n  \/* ─── Multi-color diamond divider ─── *\/\n  .mn-product .mn-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 0.7rem;\n    margin: clamp(1.75rem, 3vw, 2.5rem) auto;\n  }\n  .mn-product .mn-divider-diamond {\n    width: 8px;\n    height: 8px;\n    transform: rotate(45deg);\n  }\n  .mn-product .mn-dd-red { background: var(--red); }\n  .mn-product .mn-dd-teal { background: var(--teal); }\n  .mn-product .mn-dd-green { background: var(--green); }\n  .mn-product .mn-dd-yellow { background: var(--yellow); }\n  .mn-product .mn-dd-pink { background: var(--pink); }\n\n  \/* ─── Featured callout — red block ─── *\/\n  .mn-product .mn-callout {\n    position: relative;\n    background: var(--red);\n    color: var(--cream);\n    padding: clamp(1.75rem, 4vw, 3.5rem) clamp(1.25rem, 3vw, 3rem);\n    margin: clamp(2rem, 3vw, 3rem) 0;\n    text-align: center;\n    overflow: hidden;\n  }\n  .mn-product .mn-callout::before {\n    content: '';\n    position: absolute;\n    inset: 0.5rem;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    pointer-events: none;\n  }\n  .mn-product .mn-callout-eyebrow {\n    font-size: clamp(0.6rem, 0.8vw, 0.78rem);\n    font-weight: 600;\n    letter-spacing: 0.4em;\n    text-transform: uppercase;\n    color: var(--yellow);\n    margin-bottom: 0.85rem;\n  }\n  .mn-product .mn-callout-heading {\n    font-family: 'Abril Fatface', serif;\n    font-size: clamp(1.7rem, 3.8vw, 3rem);\n    font-weight: 400;\n    line-height: 1.1;\n    color: var(--cream);\n    margin-bottom: 1rem;\n    letter-spacing: 0.01em;\n  }\n  .mn-product .mn-callout-heading em {\n    font-style: italic;\n  }\n  .mn-product .mn-callout-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: clamp(1rem, 1.3vw, 1.25rem);\n    font-weight: 400;\n    line-height: 1.6;\n    color: rgba(255, 255, 255, 0.9);\n    max-width: 540px;\n    margin: 0 auto;\n  }\n\n  \/* ─── Section heading ─── *\/\n  .mn-product .mn-section-title {\n    font-family: 'Montserrat', sans-serif;\n    font-size: clamp(0.7rem, 0.9vw, 0.85rem);\n    font-weight: 600;\n    letter-spacing: 0.35em;\n    text-transform: uppercase;\n    color: var(--teal);\n    margin: clamp(2rem, 3vw, 3rem) auto 1.25rem;\n    max-width: 720px;\n    display: flex;\n    align-items: center;\n    gap: 0.85rem;\n  }\n  .mn-product .mn-section-title::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: rgba(18, 150, 164, 0.18);\n  }\n\n  \/* ─── Spec list ─── *\/\n  .mn-product .mn-specs {\n    list-style: none;\n    margin: 0 auto 1.5rem;\n    max-width: 720px;\n  }\n  .mn-product .mn-specs li {\n    position: relative;\n    padding: 0.7rem 0 0.7rem 1.5rem;\n    font-size: clamp(0.95rem, 1.1vw, 1.05rem);\n    line-height: 1.55;\n    color: var(--charcoal);\n    border-bottom: 1px solid rgba(42, 42, 42, 0.08);\n  }\n  .mn-product .mn-specs li:last-child {\n    border-bottom: none;\n  }\n  .mn-product .mn-specs li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 1.25rem;\n    width: 6px;\n    height: 6px;\n    background: var(--red);\n    transform: rotate(45deg);\n  }\n  .mn-product .mn-specs strong {\n    color: var(--charcoal);\n    font-weight: 500;\n  }\n\n  \/* ─── Dimensions block — charcoal w\/ red accent inset ─── *\/\n  .mn-product .mn-dims-wrap {\n    position: relative;\n    margin: 0 auto 1rem;\n    max-width: 820px;\n  }\n  .mn-product .mn-dims {\n    display: flex;\n    align-items: stretch;\n    justify-content: space-between;\n    gap: 1rem;\n    padding: clamp(1.4rem, 3vw, 2.75rem) clamp(0.5rem, 2vw, 2rem);\n    background: var(--charcoal);\n    position: relative;\n  }\n  .mn-product .mn-dims::before {\n    content: '';\n    position: absolute;\n    inset: 0.5rem;\n    border: 1px solid var(--red-soft);\n    pointer-events: none;\n  }\n  .mn-product .mn-dim {\n    flex: 1;\n    text-align: center;\n    position: relative;\n    z-index: 1;\n  }\n  .mn-product .mn-dim-value {\n    display: block;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(1.6rem, 3.5vw, 3rem);\n    font-weight: 300;\n    line-height: 1;\n    color: var(--cream);\n    margin-bottom: 0.5rem;\n  }\n  .mn-product .mn-dim-label {\n    display: block;\n    font-size: clamp(0.6rem, 0.8vw, 0.75rem);\n    font-weight: 600;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--red);\n    opacity: 0.95;\n  }\n  .mn-product .mn-dim-divider {\n    width: 1px;\n    background: rgba(255, 255, 255, 0.15);\n    position: relative;\n    z-index: 1;\n  }\n  .mn-product .mn-dims-note {\n    text-align: center;\n    font-size: clamp(0.72rem, 0.85vw, 0.85rem);\n    font-weight: 400;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-top: 1rem;\n  }\n\n  \/* ─── FAQ ─── *\/\n  .mn-product .mn-faq {\n    margin: 0 auto;\n    max-width: 720px;\n  }\n  .mn-product .mn-faq-item {\n    padding: 1.25rem 0;\n    border-bottom: 1px solid rgba(42, 42, 42, 0.1);\n  }\n  .mn-product .mn-faq-item:last-child {\n    border-bottom: none;\n  }\n  .mn-product .mn-faq-q {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(1.15rem, 1.5vw, 1.4rem);\n    font-weight: 500;\n    line-height: 1.35;\n    color: var(--charcoal);\n    margin-bottom: 0.6rem;\n  }\n  .mn-product .mn-faq-a {\n    font-size: clamp(0.95rem, 1.1vw, 1.05rem);\n    font-weight: 400;\n    line-height: 1.7;\n    color: var(--body);\n  }\n\n  \/* ─── Closing flourish ─── *\/\n  .mn-product .mn-close {\n    text-align: center;\n    margin: clamp(2rem, 3vw, 3rem) auto 0;\n    padding-top: 2rem;\n    border-top: 1px solid var(--red-soft);\n    max-width: 720px;\n  }\n  .mn-product .mn-close-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(1.1rem, 1.5vw, 1.5rem);\n    font-style: italic;\n    font-weight: 400;\n    color: var(--charcoal);\n    line-height: 1.4;\n  }\n  .mn-product .mn-close-sub {\n    display: block;\n    font-family: 'Montserrat', sans-serif;\n    font-style: normal;\n    font-size: clamp(0.65rem, 0.8vw, 0.78rem);\n    font-weight: 600;\n    letter-spacing: 0.35em;\n    text-transform: uppercase;\n    color: var(--teal);\n    margin-top: 0.85rem;\n    opacity: 0.85;\n  }\n\n  \/* ─── Mobile fine-tuning ─── *\/\n  @media (max-width: 480px) {\n    .mn-product .mn-eyebrow { letter-spacing: 0.3em; }\n    .mn-product .mn-section-title { letter-spacing: 0.28em; }\n    .mn-product .mn-dims { gap: 0.4rem; }\n    .mn-product .mn-dim-label { letter-spacing: 0.2em; }\n    .mn-product .mn-close-sub { letter-spacing: 0.25em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mn-product\"\u003e\n\u003cdiv class=\"mn-title-block\"\u003e\n\u003cp class=\"mn-eyebrow\"\u003eMonte Carlo Collection\u003c\/p\u003e\n\u003ch2 class=\"mn-title\"\u003e\u003cem\u003eMonaco\u003c\/em\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"mn-lede\"\u003eThe Riviera at sundown. The palace at the top of the hill. The grand prix at full throttle. Monaco, rendered in 160 tiles.\u003c\/p\u003e\n\u003cp class=\"mn-copy\"\u003eThis summer, Rack It! brings the glamour of Monte Carlo to the table. Monaco is a \u003cstrong\u003e160-tile American mahjong set\u003c\/strong\u003e with original artwork drawn from the Monte Carlo tradition.\u003c\/p\u003e\n\u003cp class=\"mn-copy\"\u003e\u003cstrong\u003eSpade-marked tokens\u003c\/strong\u003e for the dots. \u003cstrong\u003eRoyal crowns\u003c\/strong\u003e for the cracks. Riviera bamboo for the bams — with a pink flamingo on the one bam. \u003cstrong\u003eOpen-wheel race cars\u003c\/strong\u003e for the dragons. And four scenes of Monte Carlo for the winds.\u003c\/p\u003e\n\u003cp class=\"mn-copy\"\u003ePremium acrylic. Original artwork throughout. Designed for the table — and the look.\u003c\/p\u003e\n\u003cdiv class=\"mn-divider\" aria-hidden=\"true\"\u003e\n\u003cspan class=\"mn-divider-diamond mn-dd-red\"\u003e\u003c\/span\u003e \u003cspan class=\"mn-divider-diamond mn-dd-teal\"\u003e\u003c\/span\u003e \u003cspan class=\"mn-divider-diamond mn-dd-green\"\u003e\u003c\/span\u003e \u003cspan class=\"mn-divider-diamond mn-dd-yellow\"\u003e\u003c\/span\u003e \u003cspan class=\"mn-divider-diamond mn-dd-pink\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-callout\"\u003e\n\u003cp class=\"mn-callout-eyebrow\"\u003eOriginal Artwork\u003c\/p\u003e\n\u003ch3 class=\"mn-callout-heading\"\u003eGlamour, Rendered in \u003cem\u003e160 Tiles.\u003c\/em\u003e\n\u003c\/h3\u003e\n\u003cp class=\"mn-callout-text\"\u003eRace cars for the dragons. Crowns for the cracks. The palace, the Riviera, and a flamingo on the one bam. Every tile drawn from the Monte Carlo tradition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"mn-section-title\"\u003eWhat's in the Monaco Mahjong Set\u003c\/p\u003e\n\u003cul class=\"mn-specs\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e160 American mahjong tiles\u003c\/strong\u003e in premium acrylic\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOriginal Monte Carlo artwork\u003c\/strong\u003e across every suit, wind, dragon, flower, and joker\u003c\/li\u003e\n\u003cli\u003eSpade-marked dot tokens, crowned cracks, Riviera bamboo bams, and \u003cstrong\u003erace-car dragons\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFour Monte Carlo scenes on the winds · eight unique floral flower tiles · original joker design\u003c\/li\u003e\n\u003cli\u003eOriginal Rack It! Mahjong artwork, exclusive to the Monaco collection\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mn-section-title\"\u003eMonaco Mahjong Tile Dimensions\u003c\/p\u003e\n\u003cdiv class=\"mn-dims-wrap\"\u003e\n\u003cdiv class=\"mn-dims\"\u003e\n\u003cdiv class=\"mn-dim\"\u003e\n\u003cspan class=\"mn-dim-value\"\u003e1.43\"\u003c\/span\u003e \u003cspan class=\"mn-dim-label\"\u003eHeight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-dim-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mn-dim\"\u003e\n\u003cspan class=\"mn-dim-value\"\u003e1\"\u003c\/span\u003e \u003cspan class=\"mn-dim-label\"\u003eWidth\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-dim-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mn-dim\"\u003e\n\u003cspan class=\"mn-dim-value\"\u003e0.63\"\u003c\/span\u003e \u003cspan class=\"mn-dim-label\"\u003eThickness\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mn-dims-note\"\u003e160-tile set · Premium acrylic · Monte Carlo-inspired artwork\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"mn-section-title\"\u003eMonaco Mahjong Set FAQ\u003c\/p\u003e\n\u003cdiv class=\"mn-faq\"\u003e\n\u003cdiv class=\"mn-faq-item\"\u003e\n\u003cp class=\"mn-faq-q\"\u003eWhat is the Monaco mahjong set?\u003c\/p\u003e\n\u003cp class=\"mn-faq-a\"\u003eMonaco is a 160-tile American mahjong set from Rack It! Mahjong, inspired by the glamour of Monte Carlo — the Riviera, the racing tradition, and the palace. Each set features original artwork in premium acrylic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-faq-item\"\u003e\n\u003cp class=\"mn-faq-q\"\u003eWhat artwork is featured on the Monaco mahjong tiles?\u003c\/p\u003e\n\u003cp class=\"mn-faq-a\"\u003eMonaco features original Monte Carlo-inspired artwork across every tile in the set. The dots feature spade-marked tokens, the cracks feature royal crowns paired with Chinese number characters, and the bams feature green Riviera bamboo with a pink flamingo on the one bam. The dragons take the shape of open-wheel race cars in green and red, and the four winds depict scenes of Monte Carlo. The eight flower tiles feature unique floral arrangements, and the joker carries an original Monaco-themed design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-faq-item\"\u003e\n\u003cp class=\"mn-faq-q\"\u003eHow many tiles are in the Monaco mahjong set?\u003c\/p\u003e\n\u003cp class=\"mn-faq-a\"\u003eThe Monaco set includes 160 American mahjong tiles in premium acrylic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mn-faq-item\"\u003e\n\u003cp class=\"mn-faq-q\"\u003eWhat size are the Monaco mahjong tiles?\u003c\/p\u003e\n\u003cp class=\"mn-faq-a\"\u003eEach tile measures 1.43 inches in height, 1 inch in width, and 0.63 inches in thickness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What is the Monaco mahjong set?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Monaco is a 160-tile American mahjong set from Rack It! Mahjong, inspired by the glamour of Monte Carlo — the Riviera, the racing tradition, and the palace. Each set features original artwork in premium acrylic.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What artwork is featured on the Monaco mahjong tiles?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Monaco features original Monte Carlo-inspired artwork across every tile. The dots feature spade-marked tokens, the cracks feature royal crowns paired with Chinese number characters, and the bams feature green Riviera bamboo with a pink flamingo on the one bam. The dragons take the shape of open-wheel race cars in green and red, and the four winds depict scenes of Monte Carlo. The eight flower tiles feature unique floral arrangements, and the joker carries an original Monaco-themed design.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"How many tiles are in the Monaco mahjong set?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The Monaco set includes 160 American mahjong tiles in premium acrylic.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What size are the Monaco mahjong tiles?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Each tile measures 1.43 inches in height, 1 inch in width, and 0.63 inches in thickness.\"\n        }\n      }\n    ]\n  }\n  \u003c\/script\u003e\n\u003cdiv class=\"mn-close\"\u003e\n\u003cp class=\"mn-close-text\"\u003eThe Riviera, in your hands. \u003cspan class=\"mn-close-sub\"\u003eRack It! Mahjong\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rack It! Mahjong","offers":[{"title":"Default Title","offer_id":45387129585698,"sku":"MONACOTILES","price":400.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0817\/6281\/1938\/files\/monacomahjongtilesrender1_2.jpg?v=1779044027","url":"https:\/\/rackitmahjong.com\/products\/monaco-mahjong-tile-set","provider":"Rack It! Mahjong","version":"1.0","type":"link"}