{"id":18,"date":"2026-03-12T17:32:07","date_gmt":"2026-03-12T17:32:07","guid":{"rendered":"https:\/\/russdemo.livingstack.net\/?page_id=18"},"modified":"2026-03-13T22:21:03","modified_gmt":"2026-03-13T22:21:03","slug":"catalog","status":"publish","type":"page","link":"https:\/\/russdemo.livingstack.net\/index.php\/catalog\/","title":{"rendered":"Catalog"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<title>Legacy Stonecrafts Catalog 2025 (Portrait Final &#8211; Revised XIX)<\/title>\n<style>\n    \/* --- RESET & BASE STYLES --- *\/\n    * { box-sizing: border-box; margin: 0; padding: 0; -webkit-print-color-adjust: exact; }\n    body { \n        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; \n        background-color: #111; \n        color: #e0e0e0; \n        line-height: 1.4; \n        max-width: 800px; \n        margin: 0 auto; \n    }\n\n    \/* --- TYPOGRAPHY --- *\/\n    h1, h2, h3, h4 { text-transform: uppercase; letter-spacing: 1.5px; }\n    p { font-weight: 300; font-size: 0.85rem; color: #ccc; line-height: 1.5; }\n    \n    \/* --- TITLE PAGE (Final) --- *\/\n    .title-page {\n        min-height: 100vh; \n        display: flex; \n        flex-direction: column; \n        justify-content: flex-start; \n        align-items: center; \n        text-align: center; \n        padding: 40px; \n        background: #000; \n        color: #fff; \n        page-break-after: always;\n        position: relative;\n    }\n    .title-page::before {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; right: 0; bottom: 0;\n        background-image: url('7B.jpeg'); \n        background-size: cover;\n        background-position: center 30%; \n        opacity: 0.5; \n        z-index: 0;\n    }\n    .title-content {\n        position: relative;\n        z-index: 1;\n        width: 100%;\n        max-width: 90%; \n        margin-bottom: auto; \n        margin-top: 50px; \n        padding: 30px;\n        background: rgba(0, 0, 0, 0.7); \n        border: 4px solid #b8860b;\n        border-radius: 10px;\n    }\n    .title-logo-container {\n        \/* Tightly hug the logo *\/\n        width: fit-content; \n        height: fit-content; \n        padding: 5px; \n        border: 3px solid #b8860b; \n        border-radius: 5px; \n        display: flex;\n        justify-content: center;\n        align-items: center;\n        margin: 0 auto 20px;\n        background: transparent; \n    }\n    .title-logo-img {\n        height: 60px; \n        width: auto;\n        object-fit: contain;\n    }\n    .brand-title {\n        font-family: Georgia, serif; \/* Using a more pronounced font *\/\n        font-size: 4.2rem; \n        font-weight: 900;\n        line-height: 1;\n        color: #b8860b; \/* Gold color *\/\n    }\n    .tagline {\n        font-size: 1.1rem; \n        color: #999; \n        margin-top: 20px;\n    }\n\n\n    \/* --- FULL PAGE ITEM CONTAINER --- *\/\n    .item-page {\n        min-height: 100vh; \n        padding: 30px 30px 0 30px; \n        display: flex;\n        flex-direction: column;\n        page-break-after: always; \n        background: #1a1a1a;\n    }\n    .item-page:last-child { page-break-after: avoid; }\n    \n    \/* Container for content that forces a page break *\/\n    .page-part-container {\n        min-height: 0;\n        display: flex;\n        flex-direction: column;\n        flex-grow: 1;\n    }\n    .page-part-container.break-after {\n        page-break-after: always;\n    }\n\n\n    \/* --- COLLAGE GRID SYSTEM (4-column based) --- *\/\n    .collage-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        grid-auto-rows: minmax(100px, 1fr); \n        gap: 15px;\n        flex-grow: 1; \n    }\n\n    \/* Image Styles *\/\n    .c-img {\n        width: 100%;\n        height: 100%;\n        display: block;\n        border: 2px solid #333;\n    }\n    \n    \/* Dimension Images *\/\n    .c-img.dimension {\n        object-fit: contain; \n        background-color: transparent; \n    }\n    \n    \/* Lifestyle\/Hero Images *\/\n    .c-img.lifestyle {\n        object-fit: cover;\n    }\n\n    \/* --- SINGLE TEXT BOX STYLE --- *\/\n    .product-description-box {\n        background: #1e1e1e;\n        border: 1px solid #c0c0c0;\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center; \n    }\n    .product-description-box.compressed {\n        padding: 10px;\n        font-size: 0.75rem;\n    }\n    .product-description-box.compressed .product-header {\n        margin-bottom: 5px;\n    }\n    .product-description-box.compressed p {\n        font-size: 0.75rem;\n    }\n\n\n    .product-header { margin-bottom: 15px; }\n    .item-number { color: #666; font-size: 0.65rem; font-weight: 900; letter-spacing: 2px; display: block; }\n    .product-title { font-size: 1.4rem; font-weight: 800; color: #fff; line-height: 1.1; }\n\n    \/* --- FULL-WIDTH SPECS\/PRICING FOOTER --- *\/\n    .specs-footer-bar {\n        background: #222;\n        border-top: 4px solid #b8860b;\n        padding: 20px 30px;\n        margin: 0 -30px 0 -30px; \n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        flex-shrink: 0;\n        \/* Default style to push it to the bottom if content doesn't fill the page *\/\n        margin-top: auto; \n    }\n    .specs-list {\n        display: flex;\n        gap: 30px;\n        flex-wrap: wrap;\n        flex: 1;\n        padding-right: 40px;\n    }\n    .spec-item { font-size: 0.75rem; color: #999; white-space: nowrap; }\n    .spec-label { color: #b8860b; font-weight: 700; margin-right: 5px; text-transform: uppercase; }\n\n    \/* Default\/Simple price-block (Items 1-6) *\/\n    .price-block {\n        display: flex;\n        gap: 30px;\n        text-align: right;\n        flex-shrink: 0;\n    }\n    .price-group { \n        display: flex; \n        flex-direction: column; \n        align-items: flex-end;\n    }\n    .price-label { \n        font-size: 0.6rem; \n        text-transform: uppercase; \n        letter-spacing: 1px; \n        color: #666; \n    }\n\n    \/* Specific styles for multi-item, stacked price blocks (Items 7-10) *\/\n    .price-block.stacked {\n        flex-direction: column;\n        gap: 5px; \n        align-items: flex-end; \n    }\n    .price-block.stacked .price-group {\n        display: flex;\n        flex-direction: row; \n        justify-content: flex-end;\n        gap: 10px; \n        width: 100%; \n        align-items: center; \n    }\n    .price-block.stacked .price-unit-label {\n        font-size: 0.8rem; \n        color: #ccc; \n        margin-right: auto; \n        text-transform: none;\n        font-weight: 400;\n        white-space: nowrap;\n    }\n    .price-block.stacked .price-label {\n        font-size: 0.75rem; \n        text-transform: uppercase; \n        letter-spacing: 1px;\n        color: #666;\n        margin-left: 10px;\n    }\n    .price-block.stacked .wholesale-value,\n    .price-block.stacked .msrp-value {\n        min-width: 50px; \n        text-align: right;\n        font-weight: 700;\n    }\n\n    \/* Wholesale\/MSRP base values *\/\n    .wholesale-value { color: #b8860b; }\n    .msrp-value { color: #ccc; }\n\n    \/* Wasatch Castings Appendix Styles *\/\n    .appendix-header {\n        background: #111;\n        border-bottom: 44px solid #b8860b;\n        padding: 15px 30px;\n        margin: -30px -30px 30px -30px;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        flex-shrink: 0;\n        page-break-after: avoid;\n    }\n    .appendix-title {\n        color: #b8860b;\n        font-size: 1.5rem;\n        font-weight: 700;\n        letter-spacing: 3px;\n        text-transform: uppercase;\n    }\n    .appendix-logo {\n        height: 80px; \n        width: auto;\n        object-fit: contain;\n    }\n    .appendix-text-box {\n        background: #1e1e1e;\n        border: 1px solid #b8860b;\n        \/* ORIGINAL: font-size: 0.85rem; line-height: 1.6; *\/\n        \/* CHANGE: Smaller font and line-height for better fit *\/\n        font-size: 0.75rem; \n        line-height: 1.4; \n        padding: 15px 20px; \/* Reduced padding slightly *\/\n    }\n    .final-footer {\n        flex-shrink: 0; \/* Ensures it doesn't get compressed *\/\n        padding: 10px 30px; \n        background: #1a1a1a;\n        margin: 0 0px 0px 0px; \/* Counteract item-page padding *\/\n\tbox-sizing: border-box;\n    }\n    .final-footer p {\n        max-width: 700px; \n        margin: 0 auto 8px; \n        color: #999; \n        font-size: 0.75rem;\n    }\n    .final-footer p:last-child {\n        margin-bottom: 0; \/* Ensures no extra space at the very bottom *\/\n    }\n\n<\/style>\n<\/head>\n<body>\n\n<div class=\"title-page\">\n    <div class=\"title-content\">\n        <div class=\"title-logo-container\">\n            <img decoding=\"async\" src=\"https:\/\/russdemo.livingstack.net\/wp-content\/uploads\/2026\/03\/logo.png\" alt=\"Legacy Stonecrafts Logo\" class=\"title-logo-img\">\n        <\/div>\n        <div class=\"brand-title\">LEGACY STONECRAFTS<\/div>\n        <div class=\"tagline\">A collection of unique, high-quality cast stone decor.<\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: 1fr 2fr; margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"1A.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1 \/ 3; grid-row: 1 \/ 3;\">\n        <img decoding=\"async\" src=\"1B.jpeg\" class=\"c-img dimension\" style=\"grid-column: 3 \/ 5; grid-row: 1; align-self: start; height: auto;\">\n        <div class=\"product-description-box\" style=\"grid-column: 3 \/ 5; grid-row: 2;\">\n            <div class=\"product-header\">\n                <span class=\"item-number\">01 \/\/ GEOMETRIC ACCENT<\/span>\n                <div class=\"product-title\">Cast Stone D6 Die<\/div>\n            <\/div>\n            <p>A foundational piece in our geometric collection, this 6-sided cast stone sculpture provides a substantial, architectural anchor for any modern display. Crafted from solid concrete, its polished base contrasts beautifully with the raw, matte texture of the body. This weighty accent piece is perfect for shelves, desks, or coffee tables, bringing a bold, tactile element to your space.<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"specs-footer-bar\">\n        <div class=\"specs-list\">\n            <div class=\"spec-item\"><span class=\"spec-label\">Dimensions:<\/span> 3.5&#8243; x 3.5&#8243; x 3.0&#8243;<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Finish:<\/span> Matte Cast Stone<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Note:<\/span> Polished Base (Numeral 2 missing)<\/div>\n        <\/div>\n        <div class=\"price-block\">\n            <div class=\"price-group\"><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$24.53<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$49.07<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: repeat(3, minmax(130px, 1fr)); margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"2A.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 2; grid-row: span 3;\">\n        <img decoding=\"async\" src=\"2B.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 2; grid-row: 1;\">\n        <img decoding=\"async\" src=\"2C.jpeg\" class=\"c-img dimension\" style=\"grid-column: span 2; grid-row: 2;\">\n        <div class=\"product-description-box\" style=\"grid-column: span 2; grid-row: 3;\">\n            <div class=\"product-header\">\n                <span class=\"item-number\">02 \/\/ GEOMETRIC ACCENT<\/span>\n                <div class=\"product-title\">Cast Stone D8 Die<\/div>\n            <\/div>\n            <p>Elevate your decor with the striking symmetry of our 8-sided D8 die. Fused from high-density cast stone material, this item showcases elegant angles and a smooth, cool touch. It is a sophisticated, conversation-starting sculpture that adds a unique tactile element to any interior space, perfect for collectors of geometric art or modern design accents.<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"specs-footer-bar\">\n        <div class=\"specs-list\">\n            <div class=\"spec-item\"><span class=\"spec-label\">Dimensions:<\/span> 4.13&#8243; x 4.13&#8243; x 3.0&#8243;<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Finish:<\/span> Matte Cast Stone<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Note:<\/span> Polished Base (Numeral 1 missing)<\/div>\n        <\/div>\n        <div class=\"price-block\">\n            <div class=\"price-group\"><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$24.53<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$49.07<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: repeat(3, minmax(130px, 1fr)); margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"3A.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1 \/ 3; grid-row: 1 \/ 4;\">\n        <img decoding=\"async\" src=\"3B.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 3 \/ 5; grid-row: 1;\">\n        <img decoding=\"async\" src=\"3C.jpeg\" class=\"c-img dimension\" style=\"grid-column: 3 \/ 5; grid-row: 2;\">\n        <div class=\"product-description-box\" style=\"grid-column: 3 \/ 5; grid-row: 3;\">\n            <div class=\"product-header\">\n                <span class=\"item-number\">03 \/\/ GEOMETRIC ACCENT<\/span>\n                <div class=\"product-title\">Cast Stone D12 Die<\/div>\n            <\/div>\n            <p>Featuring the complex geometry of a Dodecahedron, this substantial cast stone accent piece embodies timeless luxury. Its 12-sided form is meticulously crafted, emphasizing the natural color variation and inherent strength of the concrete medium. This refined, decorative sculpture is a magnificent addition to any sophisticated interior, appealing to both design and tabletop enthusiasts.<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"specs-footer-bar\">\n        <div class=\"specs-list\">\n            <div class=\"spec-item\"><span class=\"spec-label\">Dimensions:<\/span> 3.9&#8243; x 3.9&#8243; x 3.0&#8243;<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Finish:<\/span> Matte Cast Stone<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Note:<\/span> Polished Base (Numeral 1 missing)<\/div>\n        <\/div>\n        <div class=\"price-block\">\n            <div class=\"price-group\"><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$24.53<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$49.07<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: repeat(3, minmax(130px, 1fr)); margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"4A.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 2; grid-row: span 3;\">\n        <img decoding=\"async\" src=\"4B.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 2; grid-row: 1;\">\n        <img decoding=\"async\" src=\"4C.jpeg\" class=\"c-img dimension\" style=\"grid-column: span 2; grid-row: 2;\">\n        <div class=\"product-description-box\" style=\"grid-column: span 2; grid-row: 3;\">\n            <div class=\"product-header\">\n                <span class=\"item-number\">04 \/\/ GEOMETRIC ACCENT<\/span>\n                <div class=\"product-title\">Cast Stone D20 Die<\/div>\n            <\/div>\n            <p>The apex of our geometric line, this 20-sided D20 die is a sought-after heritage piece. Fashioned from raw **cast stone**, its multifaceted surface catches light and shadow beautifully, transforming the common material into a work of art. Its bold presence makes it an iconic accessory for modern collectors and a powerful centerpiece for gaming rooms and office desks.<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"specs-footer-bar\">\n        <div class=\"specs-list\">\n            <div class=\"spec-item\"><span class=\"spec-label\">Dimensions:<\/span> 3.9&#8243; x 3.9&#8243; x 3.0&#8243;<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Finish:<\/span> Matte Cast Stone<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Note:<\/span> Polished Base (Numeral 1 missing)<\/div>\n        <\/div>\n        <div class=\"price-block\">\n            <div class=\"price-group\"><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$24.53<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$49.07<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid break-after\" style=\"grid-template-rows: 2fr 1fr; margin-bottom: 15px;\"> \n        <img decoding=\"async\" src=\"5A.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 4; grid-row: 1;\">\n        \n        <div class=\"product-description-box compressed\" style=\"grid-column: 1 \/ 3; grid-row: 2; align-self: stretch;\">\n            <div class=\"product-header\">\n                <span class=\"item-number\">05 \/\/ LUXURY EDITION<\/span>\n                <div class=\"product-title\">D20 Die (Gold Accent)<\/div>\n            <\/div>\n            <p>This limited-edition D20 die features the same robust cast stone casting as our classic collection, but is elevated by high-quality, hand-painted gold numerals. This luxury accent piece is designed to shimmer on display, merging industrial material with opulent detail. It is a striking testament to modern design, perfect for gifting or enhancing an executive office space.<\/p>\n        <\/div>\n        <img decoding=\"async\" src=\"5B.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 3 \/ 5; grid-row: 2; object-fit: cover;\">\n    <\/div>\n    <\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: 200px 1fr;\">\t\n\t    <img decoding=\"async\" src=\"5C.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 4; grid-row: 1; object-position: 200% 30%; object-fit: cover;\">\n        <img decoding=\"async\" src=\"5D.jpeg\" class=\"c-img dimension\" style=\"grid-column: span 4; grid-row: 2; object-position: 65% 50%; object-fit: cover;\">\t\n    <\/div>\n\n    <div class=\"specs-footer-bar\" style=\"margin-top: 15px;\">\t\n        <div class=\"specs-list\">\n            <div class=\"spec-item\"><span class=\"spec-label\">Dimensions:<\/span> 3.9&#8243; x 3.9&#8243; x 3.0&#8243;<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Finish:<\/span> Gold Painted Numbers<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Note:<\/span> Polished Base (Numeral 1 missing)<\/div>\n        <\/div>\n        <div class=\"price-block\">\n            <div class=\"price-group\"><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$38.01<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$76.02<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: repeat(2, minmax(170px, auto)); margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"6A.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 4; grid-row: 1;\">\n        <img decoding=\"async\" src=\"6B.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 2; grid-row: 2; object-position: 70% center;\">\n        <div class=\"product-description-box\" style=\"grid-column: span 2; grid-row: 2;\">\n            <div class=\"product-header\">\n                <span class=\"item-number\">06 \/\/ SETS &#038; COLLECTIONS<\/span>\n                <div class=\"product-title\">Oversized Cast Stone Dice Set<\/div>\n            <\/div>\n            <p>A complete collection of our handcrafted cast stone dice (D6, D8, D12, D20), designed for the discerning collector. This set is the ultimate statement piece, delivering a cohesive, luxurious aesthetic across all four geometric forms. The natural, raw cast stone finish highlights the unique material of each sculpture, making it a perfect gift for lovers of modern, high-quality decor.<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"specs-footer-bar\">\n        <div class=\"specs-list\">\n            <div class=\"spec-item\"><span class=\"spec-label\">Set:<\/span> 4 Pieces (D6, D8, D12, D20)<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Finish:<\/span> Matte Cast Stone<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Note:<\/span> Polished Bases<\/div>\n        <\/div>\n        <div class=\"price-block\">\n            <div class=\"price-group\"><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$77.26<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$154.53<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid break-after\" style=\"grid-template-rows: 1fr auto; margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"7A.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 4; grid-row: 1;\">\n\n        <div style=\"grid-column: span 4; grid-row: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; height: auto;\">\n            \n            <div class=\"product-description-box\" style=\"height: 100%; align-self: stretch;\">\n                <div class=\"product-header\">\n                    <span class=\"item-number\">07 \/\/ SEASONAL DECOR<\/span>\n                    <div class=\"product-title\">Luxury Cast Stone Tree Set<\/div>\n                <\/div>\n                <p>An elegant set of seven cast stone trees, designed to bring a touch of minimalist winter charm to any setting. Each tree features a smooth matte texture and clean, modern lines. Their varying heights allow for a dynamic, layered display that is ideal for seasonal tablescapes or year-round, nature-inspired decor. These durable pieces maintain their sophisticated look season after season.<\/p>\n            <\/div>\n            \n            <div style=\"display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto auto auto; gap: 15px; height: auto;\">\n                <img decoding=\"async\" src=\"7B.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1; grid-row: span 3; object-fit: cover;\">\n                \n                <img decoding=\"async\" src=\"7D.jpeg\" class=\"c-img dimension\" style=\"grid-column: 2; grid-row: 1; height: auto;\">\n                <img decoding=\"async\" src=\"7E.jpeg\" class=\"c-img dimension\" style=\"grid-column: 2; grid-row: 2; height: auto;\">\n                <img decoding=\"async\" src=\"7F.jpeg\" class=\"c-img dimension\" style=\"grid-column: 2; grid-row: 3; height: auto;\">\n            <\/div>\n        <\/div>\n    <\/div>\n    <\/div>\n\n<div class=\"item-page\">\n    <img decoding=\"async\" src=\"7C.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 4; margin-bottom: 15px; flex-grow: 1;\">\n    \n    <div class=\"specs-footer-bar\">\n        <div class=\"specs-list\">\n            <div class=\"spec-item\"><span class=\"spec-label\">Set:<\/span> 7 Pieces (4 small, 2 medium, 1 large)<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Heights:<\/span> 2.3&#8243; to 4.5&#8243;<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Material:<\/span> Solid Cast Stone<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Note:<\/span> Some images show multiple sets.<\/div>\n        <\/div>\n        <div class=\"price-block stacked\">\n            <div class=\"price-group\"><span class=\"price-unit-label\">1 Small Tree<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$11.35<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$22.70<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-unit-label\">1 Medium Tree<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$12.82<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$25.63<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-unit-label\">1 Large Tree<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$18.68<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$37.35<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-unit-label\" style=\"font-weight: 700; color: #b8860b;\">Set (7 pc)<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$47.97<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$95.94<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n\n\n\n    <div class=\"collage-grid\" style=\"grid-template-rows: 1.5fr 1fr; margin-bottom: 15px;\"> \n\n\n\n        <img decoding=\"async\" src=\"8A.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 4; grid-row: 1;\">\n\n\n\n        \n\n\n\n        <div class=\"product-description-box compressed\" style=\"grid-column: 1 \/ 3; grid-row: 2; height: 100%;\">\n\n\n\n            <div class=\"product-header\">\n\n\n\n                <span class=\"item-number\">08 \/\/ SEASONAL DECOR<\/span>\n\n\n\n                <div class=\"product-title\">Tree &#038; Snowman Set<\/div>\n\n\n\n            <\/div>\n\n\n\n            <p>Celebrate the season with this exclusive 8-piece cast stone set, featuring stylized trees and a charming, expertly sculpted snowman. The cohesive, smooth matte finish unites the collection, creating a sophisticated holiday display. These durable concrete pieces are designed to anchor your festive d\u00e9cor with natural elegance and enduring quality for generations.<\/p>\n\n\n\n        <\/div>\n\n\n\n        <img decoding=\"async\" src=\"8D.jpeg\" class=\"c-img dimension\" style=\"grid-column: 3 \/ 5; grid-row: 2; height: 100%; object-fit: cover; object-position: 75% center;\">\n\n\n\n    <\/div>\n\n\n\n<\/div>\n\n\n<div class=\"item-page\">\n\n\n\n    <div class=\"collage-grid\" style=\"grid-template-rows: 80vh; margin-bottom: 15px;\">\n\n\n\n        <img decoding=\"async\" src=\"8B.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1 \/ 3; grid-row: 1; object-position: 53% center; height: 100%;\">\n\n\n\n        <img decoding=\"async\" src=\"8C.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 3 \/ 5; grid-row: 1; height: 100%;\">\n\n\n\n    <\/div>\n\n\n\n    \n\n\n\n    <div class=\"specs-footer-bar\"> \n\n\n\n        <div class=\"specs-list\">\n\n\n\n            <div class=\"spec-item\"><span class=\"spec-label\">Set:<\/span> 8 Pieces<\/div>\n\n\n\n            <div class=\"spec-item\"><span class=\"spec-label\">Feature:<\/span> Sculpted Snowman (3.2&#8243; H)<\/div>\n\n\n\n            <div class=\"spec-item\"><span class=\"spec-label\">Finish:<\/span> Matte Cast Stone<\/div>\n\n\n\n        <\/div>\n\n\n\n        <div class=\"price-block stacked\">\n\n\n\n            <div class=\"price-group\"><span class=\"price-unit-label\">1 Snowman<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$17.21<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$34.42<\/span><\/div>\n\n\n\n            <div class=\"price-group\"><span class=\"price-unit-label\" style=\"font-weight: 700; color: #b8860b;\">Set (8 pc)<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$58.22<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$116.45<\/span><\/div>\n\n\n\n        <\/div>\n\n\n\n    <\/div>\n\n\n\n<\/div>\n\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: 2fr 1fr 1fr auto; margin-bottom: 15px;\"> \n        <img decoding=\"async\" src=\"9A.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 4; grid-row: 1 \/ 3;\">\n        \n        <img decoding=\"async\" src=\"9B.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1; grid-row: 3; height: 100%;\">\n        <img decoding=\"async\" src=\"9C.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 2; grid-row: 3; height: 100%;\">\n        <img decoding=\"async\" src=\"9D.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 3; grid-row: 3; height: 100%;\">\n        <img decoding=\"async\" src=\"9E.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 4; grid-row: 3; height: 100%;\">\n        \n        <img decoding=\"async\" src=\"9F.jpeg\" class=\"c-img dimension\" style=\"grid-column: 1; grid-row: 4; height: 100%; object-fit: cover; object-position: 75% center;\">\n        <img decoding=\"async\" src=\"9G.jpeg\" class=\"c-img dimension\" style=\"grid-column: 2; grid-row: 4; height: 100%; object-fit: cover; object-position: 75% center;\">\n        <div class=\"product-description-box compressed\" style=\"grid-column: span 2; grid-row: 4; height: 100%;\">\n            <div class=\"product-header\">\n                <span class=\"item-number\">09 \/\/ SEASONAL DECOR<\/span>\n                <div class=\"product-title\">Ghost Set (2 pc)<\/div>\n            <\/div>\n            <p>A delightfully eerie addition to any collection, this 2-piece set of cast stone ghosts features a fluid, minimalist silhouette. The smooth concrete is perfect for capturing a haunting, yet modern aesthetic. Use these unique pieces for macabre decor or as a distinctive, year-round sculptural accent. Their subtle design makes them a versatile and high-quality decorative piece.<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"specs-footer-bar\">\n        <div class=\"specs-list\">\n            <div class=\"spec-item\"><span class=\"spec-label\">Set:<\/span> 2 Pieces<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Height:<\/span> Approx 3.0&#8243;<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Base:<\/span> Polished Smooth<\/div>\n        <\/div>\n        <div class=\"price-block stacked\">\n            <div class=\"price-group\"><span class=\"price-unit-label\">1 Bentley (Male Ghost)<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$17.21<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$34.42<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-unit-label\">1 Tiffany (Female Ghost)<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$17.21<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$34.42<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-unit-label\" style=\"font-weight: 700; color: #b8860b;\">Set (2 pc)<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$27.46<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$54.93<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid break-after\" style=\"grid-template-rows: 3fr 1fr; margin-bottom: 15px;\"> \n        <img decoding=\"async\" src=\"10A.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 4; grid-row: 1;\">\n        \n        <div class=\"product-description-box compressed\" style=\"grid-column: span 4; grid-row: 2; height: 100%;\">\n            <div class=\"product-header\">\n                <span class=\"item-number\">10 \/\/ SEASONAL DECOR<\/span>\n                <div class=\"product-title\">Ghost Set (4 pc Painted)<\/div>\n            <\/div>\n            <p>This deluxe 4-piece ghost set features two male and two female figures, each distinguished by high-quality, hand-painted gold or silver eyes. The modern, minimalist form combined with the metallic accents creates a sophisticated decorative statement. These character-filled pieces are perfect for collectors seeking unique, high-quality accents for seasonal or year-round display.<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid break-after\" style=\"grid-template-rows: 1fr 1fr; margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"10B.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1; grid-row: 1;\">\n        <img decoding=\"async\" src=\"10C.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 2; grid-row: 1;\">\n        <img decoding=\"async\" src=\"10D.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 3; grid-row: 1;\">\n        <img decoding=\"async\" src=\"10E.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 4; grid-row: 1;\">\n        \n        <img decoding=\"async\" src=\"10F.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 2; grid-row: 2;\">\n        <img decoding=\"async\" src=\"10G.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: span 2; grid-row: 2;\">\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: 1fr 1fr; margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"10H.jpeg\" class=\"c-img dimension\" style=\"grid-column: span 2; grid-row: 1; object-fit: cover; object-position: 75% center;\">\n        <img decoding=\"async\" src=\"10I.jpeg\" class=\"c-img dimension\" style=\"grid-column: span 2; grid-row: 1; object-fit: cover; object-position: 75% center;\">\n\n        <\/div>\n    <div class=\"specs-footer-bar\">\n        <div class=\"specs-list\">\n            <div class=\"spec-item\"><span class=\"spec-label\">Set:<\/span> 4 Pieces (2 male, 2 female)<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Height:<\/span> Approx 3.0&#8243;<\/div>\n            <div class=\"spec-item\"><span class=\"spec-label\">Accents:<\/span> Gold &#038; Silver Painted Eyes<\/div>\n        <\/div>\n        <div class=\"price-block stacked\">\n            <div class=\"price-group\"><span class=\"price-unit-label\">1 Bentley w\/ Silver Eyes (Male)<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$17.21<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$34.42<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-unit-label\">1 Tiffany w\/ Silver Eyes (Female)<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$17.21<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$34.42<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-unit-label\">1 Bentley w\/ Golden Eyes (Male)<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$17.21<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$34.42<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-unit-label\">1 Tiffany w\/ Golden Eyes (Female)<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$17.21<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$34.42<\/span><\/div>\n            <div class=\"price-group\"><span class=\"price-unit-label\" style=\"font-weight: 700; color: #b8860b;\">Set (4 pc)<\/span><span class=\"price-label\">Wholesale<\/span><span class=\"wholesale-value\">$47.97<\/span><span class=\"price-label\">MSRP<\/span><span class=\"msrp-value\">$95.94<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"appendix-header\">\n        <div class=\"appendix-title\">WASATCH CASTINGS CUSTOM CONCRETE FURNITURE<\/div>\n        <img decoding=\"async\" src=\"WC logo.png\" alt=\"WC Logo\" class=\"appendix-logo\">\n    <\/div>\n    \n    <div class=\"collage-grid\" style=\"grid-template-rows: 1fr; margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"WC 1.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1 \/ 3; grid-row: 1;\">\n        <img decoding=\"async\" src=\"WC 2.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 3; grid-row: 1;\">\n        <img decoding=\"async\" src=\"WC 3.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 4; grid-row: 1;\">\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: 1fr; margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"WC 4.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1 \/ 3; grid-row: 1;\">\n        <img decoding=\"async\" src=\"WC 5.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 3 \/ 5; grid-row: 1; object-position: 70% center;\">\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: 1fr; margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"WC 6.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1; grid-row: 1; object-position: 50% center;\">\n        <img decoding=\"async\" src=\"WC 7.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 2 \/ 5; grid-row: 1;\">\n    <\/div>\n<\/div>\n\n<div class=\"item-page\">\n    <div class=\"collage-grid\" style=\"grid-template-rows: 1fr 1fr; margin-bottom: 15px;\">\n        <img decoding=\"async\" src=\"WC 8.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1 \/ 3; grid-row: 1;\">\n        <img decoding=\"async\" src=\"WC 9.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 3; grid-row: 1;\">\n        <img decoding=\"async\" src=\"WC 10.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 4; grid-row: 1;\">\n\n        <img decoding=\"async\" src=\"WC 11.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1 \/ 5; grid-row: 2;\">\n    <\/div>\n<\/div>\n\n<div class=\"item-page\" style=\"padding-bottom: 15px; page-break-after: avoid; display: flex; flex-direction: column; height: 100vh; box-sizing: border-box; overflow: hidden;\"> \n\n    <div class=\"collage-grid\" style=\"display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 220px min-content; gap: 10px; flex-shrink: 0;\">\n\n        <img decoding=\"async\" src=\"WC 12.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 1 \/ 3; grid-row: 1; height: 220px; width: 100%; object-fit: cover;\">\n\n        <img decoding=\"async\" src=\"WC 13.jpeg\" class=\"c-img lifestyle\" style=\"grid-column: 3 \/ 5; grid-row: 1; height: 220px; width: 100%; object-fit: cover;\">\n\n        <div class=\"appendix-text-box\" style=\"grid-column: 1 \/ 5; grid-row: 2; margin: 0; padding: 10px 0;\">\n            <div style=\"font-weight: 700; color: #fff; font-size: 1rem; margin-bottom: 2px;\">WASATCH CASTINGS<\/div>\n            <p style=\"margin-top: 0; font-size: 0.75rem;\">Wasatch Castings offers custom concrete surfaces, tables, and architectural pieces for commercial and residential projects. Our craftsmen work with designers and clients to create unique, large-scale furnishings that capture a modern, durable, and refined aesthetic.<\/p>\n            <p style=\"margin-top: 2px; font-size: 0.75rem;\">Contact us for bespoke projects and pricing:<\/p>\n            <p style=\"margin: 0; font-size: 0.75rem;\"><span style=\"color:#b8860b; font-weight: 700;\">Email:<\/span> wasatchcastings@gmail.com<\/p>\n            <p style=\"margin: 0; font-size: 0.75rem;\"><span style=\"color:#b8860b; font-weight: 700;\">Website:<\/span> wasatchcastings.com<\/p>\n            <p style=\"text-align: right; margin-top: 2px; color: #666; font-size: 0.65rem;\">*Operates independently of Legacy Stonecrafts.<\/p>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"final-footer\" style=\"margin-top: auto; padding: 10px 30px; background: #1a1a1a; flex-shrink: 0;\">\n         <p style=\"margin-bottom: 8px;\">Each item is unique with natural color, texture, and finish, including organically occurring air voids, mottling, and subtle color and texture variations. These distinguishing characteristics showcase the innate beauty and elegance of the concrete, differentiating it from ceramics or other mass-produced materials.<\/p>\n         <p style=\"margin-bottom: 0;\">To inquire about custom sculptures or figurines not currently featured, or for any other questions, please email support@legacystonecrafts.com.<\/p>\n    <\/div>\n\n<\/div>\n\n<div class=\"item-page\">\n<\/div>\n\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Legacy Stonecrafts Catalog 2025 (Portrait Final &#8211; Revised XIX) LEGACY STONECRAFTS A collection of unique, high-quality cast stone decor. 01 \/\/ GEOMETRIC ACCENT Cast Stone D6 Die A foundational piece [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/russdemo.livingstack.net\/index.php\/wp-json\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/russdemo.livingstack.net\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/russdemo.livingstack.net\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/russdemo.livingstack.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/russdemo.livingstack.net\/index.php\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":4,"href":"https:\/\/russdemo.livingstack.net\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":108,"href":"https:\/\/russdemo.livingstack.net\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions\/108"}],"wp:attachment":[{"href":"https:\/\/russdemo.livingstack.net\/index.php\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}