{"title":"Radiant and Luxurious Onyx Stone Collection","description":"\u003cstyle\u003e\n  .ao-onyx-collection {\n    --ao-green: #587446;\n    --ao-green-dark: #405936;\n    --ao-ink: #2e2e2e;\n    --ao-muted: #66635f;\n    --ao-cream: #faf8f5;\n    --ao-warm: #f3ede5;\n    --ao-border: #e7e1d9;\n    --ao-white: #ffffff;\n\n    color: var(--ao-ink);\n    background: var(--ao-white);\n    font-family: inherit;\n    line-height: 1.7;\n  }\n\n  .ao-onyx-collection *,\n  .ao-onyx-collection *::before,\n  .ao-onyx-collection *::after {\n    box-sizing: border-box;\n  }\n\n  .ao-onyx-collection .ao-container {\n    width: min(1180px, 100%);\n    margin: 0 auto;\n    padding: 0 22px;\n  }\n\n  .ao-onyx-collection .ao-section {\n    padding: 64px 0;\n  }\n\n  .ao-onyx-collection .ao-section-soft {\n    background: var(--ao-cream);\n  }\n\n  .ao-onyx-collection .ao-section-warm {\n    background: var(--ao-warm);\n  }\n\n  .ao-onyx-collection .ao-section-border {\n    border-top: 1px solid var(--ao-border);\n  }\n\n  .ao-onyx-collection .ao-intro {\n    max-width: 940px;\n    margin: 0 auto;\n    padding: 34px 0 58px;\n    text-align: center;\n  }\n\n  .ao-onyx-collection .ao-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--ao-green-dark);\n    font-size: 0.78rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .ao-onyx-collection h2,\n  .ao-onyx-collection h3 {\n    margin-top: 0;\n    color: var(--ao-ink);\n    line-height: 1.25;\n  }\n\n  .ao-onyx-collection h2 {\n    margin-bottom: 18px;\n    font-size: clamp(1.75rem, 3vw, 2.65rem);\n    font-weight: 600;\n    letter-spacing: -0.02em;\n  }\n\n  .ao-onyx-collection h3 {\n    margin-bottom: 10px;\n    font-size: 1.18rem;\n    font-weight: 600;\n  }\n\n  .ao-onyx-collection p {\n    margin-top: 0;\n    margin-bottom: 18px;\n    color: var(--ao-muted);\n  }\n\n  .ao-onyx-collection .ao-lead {\n    font-size: 1.08rem;\n  }\n\n  .ao-onyx-collection .ao-section-heading {\n    max-width: 820px;\n    margin: 0 auto 36px;\n    text-align: center;\n  }\n\n  .ao-onyx-collection .ao-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 28px;\n  }\n\n  .ao-onyx-collection .ao-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 22px;\n    border: 1px solid var(--ao-green);\n    border-radius: 3px;\n    font-size: 0.92rem;\n    font-weight: 600;\n    line-height: 1.2;\n    text-align: center;\n    text-decoration: none !important;\n    transition:\n      background-color 0.2s ease,\n      border-color 0.2s ease,\n      color 0.2s ease,\n      transform 0.2s ease;\n  }\n\n  .ao-onyx-collection .ao-button-primary {\n    background: var(--ao-green);\n    color: var(--ao-white) !important;\n  }\n\n  .ao-onyx-collection .ao-button-primary:hover,\n  .ao-onyx-collection .ao-button-primary:focus {\n    background: var(--ao-green-dark);\n    border-color: var(--ao-green-dark);\n    color: var(--ao-white) !important;\n  }\n\n  .ao-onyx-collection .ao-button-outline {\n    background: transparent;\n    color: var(--ao-green-dark) !important;\n  }\n\n  .ao-onyx-collection .ao-button-outline:hover,\n  .ao-onyx-collection .ao-button-outline:focus {\n    background: var(--ao-green);\n    color: var(--ao-white) !important;\n  }\n\n  .ao-onyx-collection .ao-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n  }\n\n  .ao-onyx-collection .ao-grid-three {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .ao-onyx-collection .ao-card {\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n    padding: 28px;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-border);\n    border-radius: 4px;\n  }\n\n  .ao-onyx-collection .ao-card p:last-of-type {\n    margin-bottom: 0;\n  }\n\n  .ao-onyx-collection .ao-card-link {\n    display: inline-flex;\n    align-items: center;\n    align-self: flex-start;\n    margin-top: auto;\n    padding-top: 17px;\n    color: var(--ao-green-dark) !important;\n    font-size: 0.9rem;\n    font-weight: 700;\n    text-decoration: none !important;\n  }\n\n  .ao-onyx-collection .ao-card-link:hover,\n  .ao-onyx-collection .ao-card-link:focus {\n    color: var(--ao-green) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .ao-onyx-collection .ao-product-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    max-width: 1020px;\n    margin: 0 auto;\n  }\n\n  .ao-onyx-collection .ao-product-item {\n    position: relative;\n    padding: 15px 18px 15px 42px;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-border);\n    border-radius: 3px;\n    color: var(--ao-ink);\n    font-weight: 500;\n  }\n\n  .ao-onyx-collection .ao-product-item::before {\n    content: \"\";\n    position: absolute;\n    top: 22px;\n    left: 19px;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--ao-green);\n  }\n\n  .ao-onyx-collection .ao-two-column {\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    gap: 44px;\n    align-items: start;\n  }\n\n  .ao-onyx-collection .ao-check-list {\n    margin: 22px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ao-onyx-collection .ao-check-list li {\n    position: relative;\n    margin-bottom: 12px;\n    padding-left: 28px;\n    color: var(--ao-muted);\n  }\n\n  .ao-onyx-collection .ao-check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--ao-green);\n    font-weight: 700;\n  }\n\n  .ao-onyx-collection .ao-note {\n    padding: 29px;\n    background: var(--ao-cream);\n    border-left: 4px solid var(--ao-green);\n  }\n\n  .ao-onyx-collection .ao-note p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ao-onyx-collection .ao-resource-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n    max-width: 1050px;\n    margin: 0 auto;\n  }\n\n  .ao-onyx-collection .ao-resource-link {\n    display: block;\n    height: 100%;\n    padding: 24px;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-border);\n    border-radius: 4px;\n    color: var(--ao-ink) !important;\n    text-decoration: none !important;\n    transition:\n      border-color 0.2s ease,\n      transform 0.2s ease;\n  }\n\n  .ao-onyx-collection .ao-resource-link:hover,\n  .ao-onyx-collection .ao-resource-link:focus {\n    border-color: var(--ao-green);\n    transform: translateY(-2px);\n  }\n\n  .ao-onyx-collection .ao-resource-link strong {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--ao-ink);\n    line-height: 1.4;\n  }\n\n  .ao-onyx-collection .ao-resource-link span {\n    color: var(--ao-muted);\n    font-size: 0.94rem;\n  }\n\n  .ao-onyx-collection .ao-faq {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .ao-onyx-collection details {\n    margin-bottom: 12px;\n    background: var(--ao-white);\n    border: 1px solid var(--ao-border);\n    border-radius: 3px;\n  }\n\n  .ao-onyx-collection summary {\n    position: relative;\n    padding: 18px 50px 18px 20px;\n    color: var(--ao-ink);\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .ao-onyx-collection summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ao-onyx-collection summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    color: var(--ao-green);\n    font-size: 1.35rem;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .ao-onyx-collection details[open] summary::after {\n    content: \"−\";\n  }\n\n  .ao-onyx-collection .ao-faq-answer {\n    padding: 0 20px 18px;\n  }\n\n  .ao-onyx-collection .ao-faq-answer p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ao-onyx-collection .ao-cta {\n    padding: 54px 28px;\n    background: var(--ao-green-dark);\n    text-align: center;\n  }\n\n  .ao-onyx-collection .ao-cta h2,\n  .ao-onyx-collection .ao-cta p {\n    color: var(--ao-white);\n  }\n\n  .ao-onyx-collection .ao-cta p {\n    max-width: 780px;\n    margin-right: auto;\n    margin-left: auto;\n    opacity: 0.92;\n  }\n\n  .ao-onyx-collection .ao-cta .ao-button-primary {\n    background: var(--ao-white);\n    border-color: var(--ao-white);\n    color: var(--ao-green-dark) !important;\n  }\n\n  .ao-onyx-collection .ao-cta .ao-button-primary:hover,\n  .ao-onyx-collection .ao-cta .ao-button-primary:focus {\n    background: var(--ao-cream);\n    border-color: var(--ao-cream);\n  }\n\n  .ao-onyx-collection .ao-cta .ao-button-outline {\n    border-color: rgba(255, 255, 255, 0.82);\n    color: var(--ao-white) !important;\n  }\n\n  .ao-onyx-collection .ao-cta .ao-button-outline:hover,\n  .ao-onyx-collection .ao-cta .ao-button-outline:focus {\n    background: var(--ao-white);\n    border-color: var(--ao-white);\n    color: var(--ao-green-dark) !important;\n  }\n\n  @media (max-width: 900px) {\n    .ao-onyx-collection .ao-grid-three,\n    .ao-onyx-collection .ao-product-grid,\n    .ao-onyx-collection .ao-resource-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ao-onyx-collection .ao-two-column {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .ao-onyx-collection .ao-section {\n      padding: 48px 0;\n    }\n\n    .ao-onyx-collection .ao-intro {\n      padding: 24px 0 44px;\n    }\n\n    .ao-onyx-collection .ao-grid,\n    .ao-onyx-collection .ao-grid-three,\n    .ao-onyx-collection .ao-product-grid,\n    .ao-onyx-collection .ao-resource-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ao-onyx-collection .ao-card {\n      padding: 22px;\n    }\n\n    .ao-onyx-collection .ao-button-row {\n      flex-direction: column;\n    }\n\n    .ao-onyx-collection .ao-button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ao-onyx-collection\"\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n\n  \u003csection class=\"ao-intro\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003cspan class=\"ao-eyebrow\"\u003e\n        Natural Onyx Tile and Mosaics\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Shop Onyx Tile, Mosaics and Decorative Trims\n      \u003c\/h2\u003e\n\n      \u003cp class=\"ao-lead\"\u003e\n        Explore natural onyx tile, mosaics, liners and decorative trim pieces\n        selected for refined residential, hospitality and commercial\n        interiors. Onyx is distinguished by luminous color, layered mineral\n        movement and varying degrees of natural translucency.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The Arda Ogan Onyx Stone Collection features Vanilla Onyx, also known\n        as White Onyx, and Honey Onyx in selected formats and finishes.\n        Available sizes, mosaics and coordinating pieces vary by product.\n        Review each product page before ordering to confirm the recommended\n        application and specifications.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ao-button-row\"\u003e\n\n        \u003ca class=\"ao-button ao-button-primary\" href=\"\/pages\/sample-order-form\" title=\"Request natural onyx tile samples from Arda Ogan\"\u003e\n          Request Samples\n        \u003c\/a\u003e\n\n        \u003ca class=\"ao-button ao-button-outline\" href=\"ADD-YOUR-ONYX-EDITORIAL-PAGE-URL-HERE\" title=\"Explore the Arda Ogan natural onyx editorial guide\"\u003e\n          Explore Onyx\n        \u003c\/a\u003e\n\n        \u003ca class=\"ao-button ao-button-outline\" href=\"\/pages\/premium-tiles-for-architects-designers-builders\" title=\"Explore the Arda Ogan Trade Program\"\u003e\n          Trade Program\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ONYX FAMILIES --\u003e\n\n  \u003csection class=\"ao-section ao-section-soft\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003cdiv class=\"ao-section-heading\"\u003e\n\n        \u003cspan class=\"ao-eyebrow\"\u003e\n          Onyx Stone Families\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Two Distinct Expressions of Natural Onyx\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Compare the soft luminosity of Vanilla Onyx with the richer amber\n          and golden movement of Honey Onyx. Because onyx is naturally formed,\n          color, veining and translucency vary from piece to piece.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-grid\"\u003e\n\n        \u003carticle class=\"ao-card\"\u003e\n\n          \u003ch3\u003e\n            Vanilla Onyx\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Also known as White Onyx, Vanilla Onyx features soft white, ivory\n            and cream tones with delicate mineral movement. Its luminous\n            appearance works beautifully in refined bathrooms, backsplashes,\n            decorative walls and carefully designed interior focal points.\n          \u003c\/p\u003e\n\n          \u003ca class=\"ao-card-link\" href=\"\/collections\/vanilla-onyx-stone-tiles-slabs-soft-white-onyx-for-timeless-elegance\" title=\"Shop the Vanilla Onyx natural stone collection\"\u003e\n            Shop Vanilla Onyx\n          \u003c\/a\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ao-card\"\u003e\n\n          \u003ch3\u003e\n            Honey Onyx\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Honey Onyx combines warm cream, amber and golden tones with\n            expressive natural movement. It creates rich decorative surfaces\n            for feature walls, backsplashes, hospitality interiors and other\n            applications where the material can become a visual focal point.\n          \u003c\/p\u003e\n\n          \u003c!-- Replace the URL below if Honey Onyx has its own collection --\u003e\n          \u003ca class=\"ao-card-link\" href=\"\/collections\/radiant-and-luxurious-onyx-stone-collection\" title=\"Shop Honey Onyx natural stone products\"\u003e\n            Shop Honey Onyx\n          \u003c\/a\u003e\n\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT TYPES --\u003e\n\n  \u003csection class=\"ao-section\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003cdiv class=\"ao-section-heading\"\u003e\n\n        \u003cspan class=\"ao-eyebrow\"\u003e\n          Products and Formats\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Onyx Products for Coordinated Interior Designs\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Product availability varies by stone family, finish, size and\n          production lot. Browse the individual products to confirm the\n          formats and coordinating details currently available.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-product-grid\"\u003e\n\n        \u003cdiv class=\"ao-product-item\"\u003e\n          Onyx Field Tile\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ao-product-item\"\u003e\n          Onyx Wall Tile\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ao-product-item\"\u003e\n          Onyx Mosaic Tile\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ao-product-item\"\u003e\n          Geometric Mosaics\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ao-product-item\"\u003e\n          Decorative Mosaics\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ao-product-item\"\u003e\n          Pencil Liners\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ao-product-item\"\u003e\n          Moldings and Trims\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ao-product-item\"\u003e\n          Decorative Borders\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ao-product-item\"\u003e\n          Selected Checkerboard Sets\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TRANSLUCENCY --\u003e\n\n  \u003csection class=\"ao-section ao-section-warm ao-section-border\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003cdiv class=\"ao-two-column\"\u003e\n\n        \u003cdiv\u003e\n\n          \u003cspan class=\"ao-eyebrow\"\u003e\n            Natural Translucency\n          \u003c\/span\u003e\n\n          \u003ch2\u003e\n            Understand How Onyx Interacts with Light\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Selected natural onyx pieces may transmit light, revealing layers\n            of mineral movement and color that may appear more subtle under\n            ordinary surface lighting. The degree of translucency varies\n            throughout the stone.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Backlighting should be treated as a specialty design and\n            installation condition. It requires advance planning for the\n            selected material, lighting system, substrate, setting materials\n            and construction details.\n          \u003c\/p\u003e\n\n          \u003cul class=\"ao-check-list\"\u003e\n\n            \u003cli\u003e\n              Translucency varies between pieces and within one tile\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Dense mineral areas may transmit less light\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Samples cannot represent an entire installation\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Lighting temperature changes the perceived stone color\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Specialty installations require qualified professionals\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \u003caside class=\"ao-note\"\u003e\n\n          \u003ch3\u003e\n            Test the Material with the Intended Light Source\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Before committing to a backlit application, review representative\n            material using the lighting system and color temperature planned\n            for the completed project.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Product photographs cannot guarantee the exact appearance,\n            brightness or consistency of a backlit natural stone installation.\n          \u003c\/p\u003e\n\n        \u003c\/aside\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- NATURAL VARIATION --\u003e\n\n  \u003csection class=\"ao-section\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003cdiv class=\"ao-two-column\"\u003e\n\n        \u003cdiv\u003e\n\n          \u003cspan class=\"ao-eyebrow\"\u003e\n            Natural Stone Character\n          \u003c\/span\u003e\n\n          \u003ch2\u003e\n            Variation Is an Essential Characteristic of Onyx\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Natural onyx can show substantial variation in background color,\n            layered mineral movement, veining, translucency and surface\n            character. These differences occur from piece to piece and between\n            production lots.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Natural variation is not a manufacturing defect. It is part of the\n            material’s authenticity and should be reviewed and accepted before\n            the full order is installed.\n          \u003c\/p\u003e\n\n          \u003cul class=\"ao-check-list\"\u003e\n\n            \u003cli\u003e\n              Variation in white, cream, amber and golden tones\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Differences in veining and directional movement\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Changing translucency across individual pieces\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Natural fissures and mineral formations\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Variation between samples and full-size material\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \u003caside class=\"ao-note\"\u003e\n\n          \u003ch3\u003e\n            Review and Blend the Complete Quantity\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Open and inspect all boxes before installation. Arrange and blend\n            pieces to distribute color, mineral movement and translucency\n            throughout the project.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Do not install directly from one box at a time without first\n            reviewing the complete quantity.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            \u003cstrong\u003e\n              Sample cost is credited toward a completed purchase within\n              60 days.\n            \u003c\/strong\u003e\n          \u003c\/p\u003e\n\n        \u003c\/aside\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n\n  \u003csection class=\"ao-section ao-section-soft ao-section-border\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003cdiv class=\"ao-two-column\"\u003e\n\n        \u003cdiv\u003e\n\n          \u003cspan class=\"ao-eyebrow\"\u003e\n            Applications\n          \u003c\/span\u003e\n\n          \u003ch2\u003e\n            Select Onyx According to the Exact Product\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Onyx is generally chosen for decorative interior applications\n            where its color, movement and luminous appearance can remain the\n            visual focus.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Application suitability depends on the exact product, format,\n            thickness, finish, traffic level, moisture exposure and\n            installation system. Do not assume every onyx product is approved\n            for every wall, floor or wet-area condition.\n          \u003c\/p\u003e\n\n          \u003cul class=\"ao-check-list\"\u003e\n\n            \u003cli\u003e\n              Bathroom walls and vanity backsplashes\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Kitchen and bar backsplashes\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Decorative feature walls\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Niches and architectural accents\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hospitality and retail interiors\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Decorative mosaics and borders\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Approved checkerboard and selected floor applications\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \u003caside class=\"ao-note\"\u003e\n\n          \u003ch3\u003e\n            Floor and Wet-Area Use Must Be Confirmed\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Onyx is comparatively sensitive and should not automatically be\n            treated as a general-purpose flooring material.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Shower, bathroom-floor and other wet-area installations require\n            product-specific review, proper waterproofing, suitable setting\n            materials and an installer experienced with sensitive natural\n            stone.\n          \u003c\/p\u003e\n\n        \u003c\/aside\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BEFORE ORDERING --\u003e\n\n  \u003csection class=\"ao-section\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003cdiv class=\"ao-section-heading\"\u003e\n\n        \u003cspan class=\"ao-eyebrow\"\u003e\n          Before Ordering\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Plan for Quantity, Layout and Material Selection\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Onyx should be selected and installed with close attention to color,\n          movement, translucency and the visual relationship between pieces.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-grid-three\"\u003e\n\n        \u003carticle class=\"ao-card\"\u003e\n\n          \u003ch3\u003e\n            Review Current Samples\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Evaluate color, finish, mineral movement and translucency in the\n            lighting of your project before ordering the full quantity.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ao-card\"\u003e\n\n          \u003ch3\u003e\n            Order Appropriate Overage\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Include additional material for cuts, layout, selection, natural\n            variation, installation waste and possible future repairs.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ao-card\"\u003e\n\n          \u003ch3\u003e\n            Order the Full Quantity Together\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Natural onyx can vary substantially between production lots. Order\n            enough material for the complete project at one time.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ao-card\"\u003e\n\n          \u003ch3\u003e\n            Inspect Before Installation\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Open and inspect every box before installation. Installation\n            generally indicates acceptance of the material’s appearance and\n            condition.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ao-card\"\u003e\n\n          \u003ch3\u003e\n            Prearrange the Layout\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Dry-lay or arrange the material in advance to balance strong\n            veining, directional movement, color and translucency.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ao-card\"\u003e\n\n          \u003ch3\u003e\n            Use Qualified Installers\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Choose a professional experienced with sensitive and translucent\n            natural stone, especially for wet areas or specialty lighting.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION AND CARE --\u003e\n\n  \u003csection class=\"ao-section ao-section-warm ao-section-border\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003cdiv class=\"ao-two-column\"\u003e\n\n        \u003cdiv\u003e\n\n          \u003cspan class=\"ao-eyebrow\"\u003e\n            Installation and Care\n          \u003c\/span\u003e\n\n          \u003ch2\u003e\n            Protect the Appearance of Natural Onyx\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Onyx requires appropriate handling, substrate preparation, setting\n            materials, grout and sealing methods. Because the stone may be\n            translucent, the color and coverage of the setting material can\n            influence the finished appearance.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Test all installation and maintenance products on spare material\n            before using them on the complete project.\n          \u003c\/p\u003e\n\n          \u003cul class=\"ao-check-list\"\u003e\n\n            \u003cli\u003e\n              Use setting materials appropriate for sensitive natural stone\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Confirm mortar coverage and color before installation\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test grout and sealer on spare material\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use pH-neutral natural stone cleaners\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid acidic and abrasive cleaning products\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \u003caside class=\"ao-note\"\u003e\n\n          \u003ch3\u003e\n            Avoid Acidic Cleaners\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Vinegar, lemon, acidic bathroom cleaners, abrasive powders and\n            harsh chemicals may etch, dull or discolor natural onyx.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Follow the recommendations of the selected cleaner, sealer and\n            installation-product manufacturers.\n          \u003c\/p\u003e\n\n        \u003c\/aside\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RESOURCES --\u003e\n\n  \u003csection class=\"ao-section\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003cdiv class=\"ao-section-heading\"\u003e\n\n        \u003cspan class=\"ao-eyebrow\"\u003e\n          Helpful Resources\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Samples, Design Inspiration and Project Support\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Learn more about natural onyx, review installation guidance or\n          connect with our team for help selecting the appropriate products.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-resource-grid\"\u003e\n\n        \u003ca class=\"ao-resource-link\" href=\"ADD-YOUR-ONYX-EDITORIAL-PAGE-URL-HERE\" title=\"Explore the Arda Ogan Onyx Stone editorial page\"\u003e\n          \u003cstrong\u003e\n            Explore Natural Onyx\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Discover Vanilla Onyx, Honey Onyx, translucency, design\n            inspiration and architectural applications.\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"ao-resource-link\" href=\"\/pages\/installation-care-maintenance-guide\" title=\"Read the Arda Ogan installation and care guide\"\u003e\n          \u003cstrong\u003e\n            Installation \u0026amp; Care Guide\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Review general natural stone installation, sealing, cleaning and\n            maintenance considerations.\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"ao-resource-link\" href=\"\/pages\/premium-tiles-for-architects-designers-builders\" title=\"Explore the Arda Ogan Trade Program\"\u003e\n          \u003cstrong\u003e\n            Trade Program\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Discover project support for designers, architects, builders,\n            contractors and qualifying commercial teams.\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n\n  \u003csection class=\"ao-section ao-section-soft ao-section-border\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003cdiv class=\"ao-section-heading\"\u003e\n\n        \u003cspan class=\"ao-eyebrow\"\u003e\n          Frequently Asked Questions\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Shopping for Natural Onyx Tile\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ao-faq\"\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\n            What onyx products does Arda Ogan offer?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"ao-faq-answer\"\u003e\n            \u003cp\u003e\n              Arda Ogan’s principal onyx offerings include Vanilla Onyx,\n              also known as White Onyx, and Honey Onyx. Available tile,\n              mosaics, liners, trims, sizes and finishes vary by product.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\n            Is every piece of natural onyx translucent?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"ao-faq-answer\"\u003e\n            \u003cp\u003e\n              No. Translucency varies between pieces and throughout each\n              individual tile. Dense mineral sections may transmit less light\n              than clearer areas. Test representative material with the\n              intended lighting system before finalizing a backlit design.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\n            Can onyx tile be used on floors?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"ao-faq-answer\"\u003e\n            \u003cp\u003e\n              Selected onyx products may be suitable for certain floor\n              applications, but onyx should not automatically be treated as a\n              general-purpose flooring material. Confirm the exact product,\n              finish, thickness, traffic conditions and installation\n              requirements before ordering.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\n            Can onyx be used in bathrooms or showers?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"ao-faq-answer\"\u003e\n            \u003cp\u003e\n              Selected onyx products may be appropriate for bathroom walls,\n              vanity backsplashes and decorative features. Shower and other\n              wet-area applications require product-specific approval, proper\n              waterproofing, suitable setting materials and qualified\n              installation.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\n            Does onyx need to be sealed?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"ao-faq-answer\"\u003e\n            \u003cp\u003e\n              Many onyx installations benefit from an appropriate penetrating\n              sealer. Requirements depend on the finish, application and\n              exposure. Test the sealer on spare material before applying it to\n              the complete installation.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\n            How should natural onyx be cleaned?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"ao-faq-answer\"\u003e\n            \u003cp\u003e\n              Use a pH-neutral cleaner formulated for natural stone. Avoid\n              acidic cleaners, vinegar, lemon, abrasive powders and harsh\n              products that may etch, dull or discolor the surface.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\n            Should I order extra onyx tile?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"ao-faq-answer\"\u003e\n            \u003cp\u003e\n              Yes. Additional material should be included for cuts, layout,\n              selection, natural variation, installation waste and possible\n              future repairs. The appropriate overage depends on the format,\n              pattern and project conditions.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\n            Do you offer natural onyx samples?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"ao-faq-answer\"\u003e\n            \u003cp\u003e\n              Yes. Samples are available for many onyx products so you can\n              review color, finish, mineral movement and natural translucency\n              before ordering. Sample cost is credited toward a completed\n              purchase within 60 days.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\n            Does Arda Ogan support trade and commercial projects?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"ao-faq-answer\"\u003e\n            \u003cp\u003e\n              Yes. Arda Ogan assists interior designers, architects, builders,\n              contractors and qualifying commercial project teams with\n              samples, product selection and material coordination throughout\n              the United States.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003csection class=\"ao-cta\"\u003e\n    \u003cdiv class=\"ao-container\"\u003e\n\n      \u003ch2\u003e\n        Begin Your Natural Onyx Project\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Browse Vanilla Onyx, Honey Onyx, mosaics and decorative pieces,\n        request samples to evaluate their natural variation, or contact our\n        team for assistance selecting material for your residential,\n        hospitality or commercial interior.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ao-button-row\"\u003e\n\n        \u003ca class=\"ao-button ao-button-primary\" href=\"\/pages\/sample-order-form\" title=\"Request samples from the Arda Ogan Onyx Stone Collection\"\u003e\n          Request Samples\n        \u003c\/a\u003e\n\n        \u003ca class=\"ao-button ao-button-outline\" href=\"https:\/\/ardaogan.com\/pages\/onyx-stone-tile-and-mosaic-collection\" title=\"Explore the Arda Ogan natural onyx editorial page\"\u003e\n          Explore Onyx\n        \u003c\/a\u003e\n\n        \u003ca class=\"ao-button ao-button-outline\" href=\"\/pages\/contact-arda-ogan-tile-store\" title=\"Contact Arda Ogan for natural onyx project assistance\"\u003e\n          Contact Our Team\n        \u003c\/a\u003e\n\n        \u003ca class=\"ao-button ao-button-outline\" href=\"\/pages\/premium-tiles-for-architects-designers-builders\" title=\"Explore the Arda Ogan Trade Program\"\u003e\n          Trade Program\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"green-onyx-nero-marquina-checkerboard-tiles-polished-or-honed","title":"Green Onyx \u0026 Nero Marquina Checkerboard Tile — 4×4 \u0026 12×12 — Polished","description":"\u003cp\u003eGreen Onyx \u0026amp; Nero Marquina Checkerboard Tile combines translucent Green Onyx with deep black Nero Marquina marble in a precise two-color grid. The available 4×4 and 12×12 formats refer to the dimensions of each individual square tile, not the full checkerboard pattern. Install the two colors in an alternating straight or diagonal layout to create the finished design.\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFloors:\u003c\/strong\u003e Entryways, kitchens, powder rooms, galleries, hallways, boutique retail, and hospitality interiors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWalls:\u003c\/strong\u003e Backsplashes, shower walls, fireplace surrounds, feature walls, and decorative panels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom layouts:\u003c\/strong\u003e Borders, thresholds, rug-effect insets, straight grids, and diagonal installations.\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003ePairing:\u003c\/strong\u003e Green Onyx \u0026amp; Nero Marquina\u003cbr\u003e\u003cstrong\u003eIndividual tile sizes:\u003c\/strong\u003e 4×4 and 12×12\u003cbr\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Onyx, Marble\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003ePattern:\u003c\/strong\u003e Installer-created checkerboard using alternating loose square tiles\u003cbr\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Interior floors and walls\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eFinish guidance:\u003c\/strong\u003e This pairing is polished only because it contains onyx. Use extra care on floors and confirm slip resistance for the intended setting.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay both colors to balance veining, translucency, and shade variation. Use white non-staining thin-set for light marble and onyx, seal before and after grouting as appropriate, and use unsanded grout where required. Clean with a pH-neutral stone cleaner. Not intended for exterior or submerged installations.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"4\" x 4\"","offer_id":49900550848819,"sku":"CC.GO-NM.04","price":38.88,"currency_code":"USD","in_stock":true},{"title":"12\" x 12\"","offer_id":49900550881587,"sku":"CC.GO-NM.12","price":43.68,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/neromarquinagreenonyxwalltiles.webp?v=1741473792"},{"product_id":"green-onyx-bianco-dolomite-checkerboard-tile-4x4-polished","title":"Green Onyx \u0026 Bianco Dolomite Checkerboard Tile — 4×4 — Polished","description":"\u003cp\u003eGreen Onyx \u0026amp; Bianco Dolomite Checkerboard Tile combines translucent sage-green onyx with crisp white Bianco Dolomite marble in a precise two-color grid. The available 4×4 formats refer to the dimensions of each individual square tile, not the full checkerboard pattern. Install the two colors in an alternating straight or diagonal layout to create the finished design.\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFloors:\u003c\/strong\u003e Entryways, kitchens, powder rooms, galleries, hallways, boutique retail, and hospitality interiors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWalls:\u003c\/strong\u003e Backsplashes, shower walls, fireplace surrounds, feature walls, and decorative panels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom layouts:\u003c\/strong\u003e Borders, thresholds, rug-effect insets, straight grids, and diagonal installations.\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003ePairing:\u003c\/strong\u003e Green Onyx \u0026amp; Bianco Dolomite\u003cbr\u003e\u003cstrong\u003eIndividual tile sizes:\u003c\/strong\u003e 4×4\u003cbr\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Onyx, Marble\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003ePattern:\u003c\/strong\u003e Installer-created checkerboard using alternating loose square tiles\u003cbr\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Interior floors and walls\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eFinish guidance:\u003c\/strong\u003e This pairing is polished only because it contains onyx. Use extra care on floors and confirm slip resistance for the intended setting.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay both colors to balance veining, translucency, and shade variation. Use white non-staining thin-set for light marble and onyx, seal before and after grouting as appropriate, and use unsanded grout where required. Clean with a pH-neutral stone cleaner. Not intended for exterior or submerged installations.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49900609470771,"sku":"CC.BDOL-GO.04","price":38.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/greentilesandwhitetiles.webp?v=1741473790"},{"product_id":"white-onyx-bianco-dolomite-checkerboard-tile-6x6-polished","title":"White Onyx \u0026 Bianco Dolomite Checkerboard Tile — 6×6 — Polished","description":"\u003cp\u003eWhite Onyx \u0026amp; Bianco Dolomite Checkerboard Tile combines luminous White Onyx with refined white Bianco Dolomite marble in a precise two-color grid. The available 6×6 formats refer to the dimensions of each individual square tile, not the full checkerboard pattern. Install the two colors in an alternating straight or diagonal layout to create the finished design.\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFloors:\u003c\/strong\u003e Entryways, kitchens, powder rooms, galleries, hallways, boutique retail, and hospitality interiors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWalls:\u003c\/strong\u003e Backsplashes, shower walls, fireplace surrounds, feature walls, and decorative panels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom layouts:\u003c\/strong\u003e Borders, thresholds, rug-effect insets, straight grids, and diagonal installations.\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003ePairing:\u003c\/strong\u003e White Onyx \u0026amp; Bianco Dolomite\u003cbr\u003e\u003cstrong\u003eIndividual tile sizes:\u003c\/strong\u003e 6×6\u003cbr\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Onyx, Marble\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003ePattern:\u003c\/strong\u003e Installer-created checkerboard using alternating loose square tiles\u003cbr\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Interior floors and walls\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eFinish guidance:\u003c\/strong\u003e This pairing is polished only because it contains onyx. Use extra care on floors and confirm slip resistance for the intended setting.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay both colors to balance veining, translucency, and shade variation. Use white non-staining thin-set for light marble and onyx, seal before and after grouting as appropriate, and use unsanded grout where required. Clean with a pH-neutral stone cleaner. Not intended for exterior or submerged installations.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49900904612147,"sku":"CC.BDOL-WO.0606","price":49.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Color_crush_checkerboard_tile_collection_main.webp?v=1760910553"},{"product_id":"honey-onyx-bianco-dolomite-checkerboard-tiles-polished","title":"Honey Onyx \u0026 Bianco Dolomite Checkerboard Tile — 4×4, 12×12 \u0026 18×18 — Polished","description":"\u003cp\u003eHoney Onyx \u0026amp; Bianco Dolomite Checkerboard Tile — 4×4, 12×12 \u0026amp; 18×18 — Polished combines Honey Onyx and Bianco Dolomite marble in an alternating two-color layout. The listed dimensions refer to each individual loose square tile, not to a preassembled sheet or full checkerboard module. Natural translucency, veining, mineral movement, and shade variation should be blended during layout.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Installer-Created Two-Color Checkerboard\u003cbr\u003e\u003cstrong\u003eIndividual tile sizes:\u003c\/strong\u003e 4×4, 12×12, or 18×18-inch individual square tiles\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Honey Onyx and Bianco Dolomite marble\u003cbr\u003e\u003cstrong\u003ePattern:\u003c\/strong\u003e Alternating loose square tiles installed in a straight or diagonal checkerboard\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Coverage depends on equal alternating quantities of both colors\u003cbr\u003e\u003cstrong\u003eSale unit:\u003c\/strong\u003e Confirm the required equal quantity of each color before ordering\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior feature walls, backsplashes, fireplace surrounds, bathroom walls, properly waterproofed shower surrounds, borders, decorative panels, and qualified low-traffic floors. Because the pairing contains polished onyx, confirm slip resistance and project suitability before floor use. Not intended as default shower-pan material or for submerged installations.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003ePlan the full two-color quantity before ordering and dry-lay both materials to balance shade, translucency, veining, and pattern direction. Use premium white non-staining mortar approved for light marble and translucent onyx. Maintain consistent joints, seal before and after grouting where appropriate, and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"4\" x 4\"","offer_id":49903880306995,"sku":"CC.HO-BDOL.04","price":29.88,"currency_code":"USD","in_stock":true},{"title":"12\" x 12\"","offer_id":49903880339763,"sku":"CC.HO-BDOL.12","price":39.46,"currency_code":"USD","in_stock":true},{"title":"18\" x 18\"","offer_id":49903880372531,"sku":"CC.HO-BDOL.18","price":89.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/BIANCODOLOMITEHONEYONYXTILECOLLECTION_CHECKERBOARD.jpg?v=1741473948"},{"product_id":"vanilla-onyx-green-onyx-checkerboard-tile-4x4-polished","title":"Vanilla Onyx \u0026 Green Onyx Checkerboard Tile — 4×4 — Polished","description":"\u003cp\u003eVanilla Onyx \u0026amp; Green Onyx Checkerboard Tile — 4×4 — Polished combines Vanilla Onyx and Green Onyx in an alternating two-color layout. The listed dimensions refer to each individual loose square tile, not to a preassembled sheet or full checkerboard module. Natural translucency, veining, mineral movement, and shade variation should be blended during layout.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Installer-Created Two-Color Checkerboard\u003cbr\u003e\u003cstrong\u003eIndividual tile sizes:\u003c\/strong\u003e 4×4-inch individual square tiles\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Vanilla Onyx and Green Onyx\u003cbr\u003e\u003cstrong\u003ePattern:\u003c\/strong\u003e Alternating loose square tiles installed in a straight or diagonal checkerboard\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Coverage depends on equal alternating quantities of both colors\u003cbr\u003e\u003cstrong\u003eSale unit:\u003c\/strong\u003e Confirm the required equal quantity of each color before ordering\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior feature walls, backsplashes, fireplace surrounds, bathroom walls, properly waterproofed shower surrounds, borders, decorative panels, and qualified low-traffic floors. Because the pairing contains polished onyx, confirm slip resistance and project suitability before floor use. Not intended as default shower-pan material or for submerged installations.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003ePlan the full two-color quantity before ordering and dry-lay both materials to balance shade, translucency, veining, and pattern direction. Use premium white non-staining mortar approved for light marble and translucent onyx. Maintain consistent joints, seal before and after grouting where appropriate, and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49904058433843,"sku":"CC.GO-VO.04","price":36.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/tilesforcheckerboardcollection_onyxtileononyxtiles_greenandoffwhitecolor.jpg?v=1741473778"},{"product_id":"honey-onyx-12x12-stone-tile-polished","title":"Honey Onyx 12×12 Tile — Polished","description":"\u003cp\u003eHoney Onyx 12×12 Tile — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between pieces and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 12×12 Square Field Tile\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 12×12 inches\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Individual straight-cut field tile\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per piece\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Piece\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior feature walls, fireplace surrounds, bathroom walls, properly waterproofed shower surrounds, backsplashes, and qualified low-traffic interior floors. This tile is not default shower-pan material. Backlighting requires a project-specific system.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Back-butter as needed and verify full mortar coverage. Dry-lay material from several cartons to balance color, translucency, and banding. Use a flat, stable substrate, especially for the 18×18 format. Seal before and after grouting where appropriate, test grout color, and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49986622980403,"sku":"HO.1212.P","price":20.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_12X12_84fb28ec-4999-4703-8eda-798f42f21c0a.jpg?v=1741473777"},{"product_id":"honey-onyx-18x18-stone-tile-polished","title":"Honey Onyx 18×18 Tile — Polished","description":"\u003cp\u003eHoney Onyx 18×18 Tile — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between pieces and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 18×18 Large-Format Square Tile\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 18×18 inches\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Individual straight-cut field tile\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 2.25 sq. ft. per piece\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Piece\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior feature walls, fireplace surrounds, bathroom walls, properly waterproofed shower surrounds, backsplashes, and qualified low-traffic interior floors. This tile is not default shower-pan material. Backlighting requires a project-specific system.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining large-format mortar approved for translucent onyx. Back-butter every tile and verify full mortar coverage. Dry-lay material from several cartons to balance color, translucency, and banding. Use a flat, stable substrate, especially for the 18×18 format. Seal before and after grouting where appropriate, test grout color, and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49986663088435,"sku":"HO.1818.P","price":42.54,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Tile_18x18_Polished.webp?v=1741473776"},{"product_id":"vanilla-onyx-12-x-12-stone-tile-polished","title":"Vanilla Onyx 12×12 Tile — Polished, 2 Cuts","description":"\u003cp\u003eVanilla Onyx 12×12 Tile — Polished, 2 Cuts features natural Vanilla Onyx with creamy white, ivory, and soft beige tones. Cross-cut pieces emphasize cloud-like movement, while vein-cut pieces show more linear banding. Natural translucency, mineral variation, and shade movement occur between pieces.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 12×12 Square Field Tile\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 12×12 inches\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Individual straight-cut field tile\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCut options:\u003c\/strong\u003e Cross-Cut or Vein-Cut\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per piece\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Piece\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Vanilla Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior feature walls, fireplace surrounds, bathroom walls, properly waterproofed shower surrounds, backsplashes, and qualified low-traffic interior floors. This tile is not default shower-pan material, and backlighting requires a project-specific installation system.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Dry-lay material from several cartons to balance color, translucency, banding, and cut orientation. Back-butter as needed and verify full mortar coverage. Seal before and after grouting where appropriate, test grout color, and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Cross-Cut","offer_id":49991879196979,"sku":"WO.1212-CC.P","price":39.48,"currency_code":"USD","in_stock":true},{"title":"Vein-Cut","offer_id":49991879229747,"sku":"WO.1212-VC.P","price":39.48,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Bianco_Onyx_Ivory_onyx_tile_12x12_f4bf1ce7-eed6-4768-991f-61fc0e8933a3.webp?v=1741473775"},{"product_id":"honey-onyx-stone-2-x-2-mosaic-tile-polished","title":"Honey Onyx 2×2 Square Mosaic — Polished","description":"\u003cp\u003eHoney Onyx 2×2 Square Mosaic — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between sheets and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 2×2 Square Grid Mosaic\u003cbr\u003e\u003cstrong\u003eNominal sheet:\u003c\/strong\u003e 12×12-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e 2×2-inch nominal square chips\u003cbr\u003e\u003cstrong\u003eFinish \/ surface:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, and grout joints before the mortar cures. Order the complete project quantity together and blend sheets from several cartons. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991049314611,"sku":"HO.0202.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_2x2_polished.webp?v=1741473775"},{"product_id":"honey-onyx-stone-2-x-4-mosaic-tile-polished","title":"Honey Onyx 1×2 Diamond Mosaic — Polished","description":"\u003cp\u003eHoney Onyx 1×2 Diamond Mosaic — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between sheets and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 1×2 Diamond Mosaic\u003cbr\u003e\u003cstrong\u003eNominal sheet:\u003c\/strong\u003e Mesh-mounted mosaic sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e 1×2-inch nominal diamond pieces\u003cbr\u003e\u003cstrong\u003eFinish \/ surface:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Sheet coverage not separately published\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, and grout joints before the mortar cures. Order the complete project quantity together and blend sheets from several cartons. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991065960755,"sku":"HO.12DIA.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_Diamond_polished.webp?v=1741473774"},{"product_id":"honey-onyx-stone-1-in-hexagon-mosaic-tile-polished","title":"Honey Onyx 1-Inch Hexagon Mosaic — Polished","description":"\u003cp\u003eHoney Onyx 1-Inch Hexagon Mosaic — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between sheets and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 1-Inch Hexagon Mosaic\u003cbr\u003e\u003cstrong\u003eNominal sheet:\u003c\/strong\u003e Mesh-mounted mosaic sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e 1-inch nominal hexagons\u003cbr\u003e\u003cstrong\u003eFinish \/ surface:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Sheet coverage not separately published\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, and grout joints before the mortar cures. Order the complete project quantity together and blend sheets from several cartons. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991073694003,"sku":"HO.1HEX.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_1_inch_hexagon_polished.webp?v=1741473773"},{"product_id":"honey-onyx-stone-5-8-x-5-8-mosaic-tile-polished","title":"Honey Onyx ⅝-Inch Square Mosaic — Polished","description":"\u003cp\u003eHoney Onyx ⅝-Inch Square Mosaic — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between sheets and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e ⅝-Inch Square Grid Mosaic\u003cbr\u003e\u003cstrong\u003eNominal sheet:\u003c\/strong\u003e 12×12-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e ⅝×⅝-inch nominal square chips\u003cbr\u003e\u003cstrong\u003eFinish \/ surface:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, and grout joints before the mortar cures. Order the complete project quantity together and blend sheets from several cartons. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991171440947,"sku":"HO.5-8.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_5_8x5_8_polished.webp?v=1741473772"},{"product_id":"honey-onyx-stone-1-x-2-split-face-brick-mosaic-tile-polished","title":"Honey Onyx 1×2 Split-Face Brick Mosaic","description":"\u003cp\u003eHoney Onyx 1×2 Split-Face Brick Mosaic features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between sheets and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 1×2 Split-Face Brick Mosaic\u003cbr\u003e\u003cstrong\u003eNominal sheet:\u003c\/strong\u003e 12¾×11¾-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e 1×2-inch nominal split-face pieces with varied relief\u003cbr\u003e\u003cstrong\u003eFinish \/ surface:\u003c\/strong\u003e Natural split-face texture\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for dry interior feature walls, fireplace surrounds, bar fronts, reception walls, and decorative accents. Because the split-face surface has varied relief, it is not recommended for floors, shower interiors, countertops, or areas requiring easy wipe-down.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Dry-lay sheets to balance relief and color, and protect the textured face from grout residue. Order the complete project quantity together and blend sheets from several cartons. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991178223923,"sku":"HO.0102.SF","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_1_X_2_Brick_Split_Face.webp?v=1741473771"},{"product_id":"honey-onyx-stone-2-in-hexagon-mosaic-tile-polished","title":"Honey Onyx 2-Inch Hexagon Mosaic — Polished","description":"\u003cp\u003eHoney Onyx 2-Inch Hexagon Mosaic — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between sheets and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 2-Inch Hexagon Mosaic\u003cbr\u003e\u003cstrong\u003eNominal sheet:\u003c\/strong\u003e Mesh-mounted mosaic sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e 2-inch nominal hexagons\u003cbr\u003e\u003cstrong\u003eFinish \/ surface:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Sheet coverage not separately published\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, and grout joints before the mortar cures. Order the complete project quantity together and blend sheets from several cartons. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991194018099,"sku":"HO.2HEX.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_2_inch_Hexagon_polished.webp?v=1741473770"},{"product_id":"honey-onyx-stone-2-x-4-brick-mosaic-tile-polished","title":"Honey Onyx 2×4 Brick Mosaic — Polished","description":"\u003cp\u003eHoney Onyx 2×4 Brick Mosaic — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between sheets and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 2×4 Straight-Set Brick Mosaic\u003cbr\u003e\u003cstrong\u003eNominal sheet:\u003c\/strong\u003e 12×12-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e 2×4-inch nominal rectangular pieces\u003cbr\u003e\u003cstrong\u003eFinish \/ surface:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, and grout joints before the mortar cures. Order the complete project quantity together and blend sheets from several cartons. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991204995379,"sku":"HO.0204.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_2x4_polished.webp?v=1741473769"},{"product_id":"honey-onyx-stone-basketweave-with-black-dots-mosaic-tile-polished","title":"Honey Onyx Basketweave Mosaic with Black Dots — Polished","description":"\u003cp\u003eHoney Onyx Basketweave Mosaic with Black Dots — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between pieces and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Basketweave Mosaic with Black Marble Dots\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 12½×12½-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Rectangular Honey Onyx strips with black marble dots\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx with black marble accents\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, accent placement, and grout joints before the mortar cures. Dry-lay material from multiple cartons to balance color, translucency, banding, and pattern. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991215055155,"sku":"HO.BW-BLA.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_Basketweave_w__Black_dots_polished.webp?v=1741473768"},{"product_id":"honey-onyx-stone-basketweave-with-white-dots-mosaic-tile-polished","title":"Honey Onyx Basketweave Mosaic with White Dots — Polished","description":"\u003cp\u003eHoney Onyx Basketweave Mosaic with White Dots — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between pieces and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Basketweave Mosaic with White Onyx Dots\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 12½×12½-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Rectangular Honey Onyx strips with white onyx dots\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx with white onyx accents\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, accent placement, and grout joints before the mortar cures. Dry-lay material from multiple cartons to balance color, translucency, banding, and pattern. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991220265267,"sku":"HO.BW-W.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_Basketweave_w__White_dots_polished.webp?v=1741473767"},{"product_id":"honey-onyx-stone-fan-fish-scale-mosaic-tile-polished","title":"Honey Onyx Fan Fish-Scale Mosaic — Polished","description":"\u003cp\u003eHoney Onyx Fan Fish-Scale Mosaic — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between pieces and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Fan \/ Fish-Scale Mosaic\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 12¼×12-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Fan-shaped Honey Onyx chips\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Approximately 1.02 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, accent placement, and grout joints before the mortar cures. Dry-lay material from multiple cartons to balance color, translucency, banding, and pattern. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991239860531,"sku":"HO.FAN.P","price":30.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_fan_polished.webp?v=1741473766"},{"product_id":"honey-onyx-stone-mini-versailles-pattern-mosaic-tile-polished","title":"Honey Onyx Mini Versailles Mosaic — Polished","description":"\u003cp\u003eHoney Onyx Mini Versailles Mosaic — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between pieces and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Mini Versailles Pattern Mosaic\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 12 15⁄16×12 15⁄16-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Mixed rectangular and square pieces in a Versailles layout\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Approximately 1.16 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, accent placement, and grout joints before the mortar cures. Dry-lay material from multiple cartons to balance color, translucency, banding, and pattern. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991258800435,"sku":"HO.MVP.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_mini_versailles_pattern_polished.webp?v=1741473765"},{"product_id":"honey-onyx-stone-octagon-with-black-mosaic-tile-polished","title":"Honey Onyx Octagon Mosaic with Black Dots — Polished","description":"\u003cp\u003eHoney Onyx Octagon Mosaic with Black Dots — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between pieces and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Octagon Mosaic with Black Marble Dots\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 12½×12½-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Octagonal Honey Onyx pieces with black marble dots\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx with black marble accents\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, accent placement, and grout joints before the mortar cures. Dry-lay material from multiple cartons to balance color, translucency, banding, and pattern. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991305199923,"sku":"HO.OCT-BLK.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_Octagon_w__Black_dots_polished.webp?v=1741473764"},{"product_id":"honey-onyx-stone-octagon-with-white-mosaic-tile-polished","title":"Honey Onyx Octagon Mosaic with White Dots — Polished","description":"\u003cp\u003eHoney Onyx Octagon Mosaic with White Dots — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between pieces and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Octagon Mosaic with White Onyx Dots\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 12½×12½-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Octagonal Honey Onyx pieces with white onyx dots\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx with white onyx accents\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, slip resistance, substrate, slope, and waterproofing with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, pattern flow, accent placement, and grout joints before the mortar cures. Dry-lay material from multiple cartons to balance color, translucency, banding, and pattern. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991344521523,"sku":"HO.OCT-W.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Mosaic_Octagon_w__White_dots_polished.webp?v=1741473763"},{"product_id":"honey-onyx-stone-3-x-6-subway-tile-polished","title":"Honey Onyx 3×6 Subway Tile — Polished","description":"\u003cp\u003eHoney Onyx 3×6 Subway Tile — Polished features natural Honey Onyx with warm amber, honey, cream, and caramel tones. Its translucent structure, mineral banding, and shade movement vary between pieces and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 3×6 Subway Tile\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 3×6 inches\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Individual straight-cut field tile\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Eight pieces equal approximately 1 sq. ft.\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Square foot\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom walls, properly waterproofed shower surrounds, fireplace surrounds, feature walls, and qualified low-traffic floors. This format is not default shower-pan material.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Back-butter as needed and verify full mortar coverage. Dry-lay material from multiple cartons to balance color, translucency, banding, and pattern. Seal before and after grouting where appropriate. Test grout color and clean only with pH-neutral stone products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991382696243,"sku":"HO.0306.P","price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Honey_Onyx_Tile_3x6_Polished.webp?v=1741473762"},{"product_id":"vanilla-onyx-stone-2-in-hexagon-mosaic-tile-polished","title":"Vanilla Onyx 2-Inch Hexagon Mosaic — Vein-Cut Polished","description":"\u003cp\u003eVanilla Onyx 2-Inch Hexagon Mosaic — Vein-Cut Polished features natural Vanilla Onyx with creamy white, ivory, and soft beige tones. Its translucent structure and natural banding vary between pieces; blend material before installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 2-Inch Hexagon Mosaic\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e Mesh-mounted mosaic sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e 2-inch nominal vein-cut hexagons\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCut options:\u003c\/strong\u003e Vein-Cut Polished\u003cbr\u003e\u003cstrong\u003eCoverage \/ sale unit:\u003c\/strong\u003e Sheet coverage not separately published\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Vanilla Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, substrate, slip resistance, and wet-area suitability with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, cut orientation, pattern flow, and grout joints before the mortar cures. Dry-lay material from multiple cartons to balance color, translucency, banding, and cut orientation. Seal before and after grouting where appropriate. Clean only with pH-neutral stone products and avoid acidic cleaners.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991888994611,"sku":"WO.2HEX-VC.P","price":44.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/vanilla_white_onyx_2_inch_hexagon_vein_cut_mosaic_tile.webp?v=1741473761"},{"product_id":"vanilla-onyx-stone-basketweave-mosaic-tile-polished","title":"Vanilla Onyx Basketweave Mosaic — Polished, 2 Cuts","description":"\u003cp\u003eVanilla Onyx Basketweave Mosaic — Polished, 2 Cuts features natural Vanilla Onyx with creamy white, ivory, and soft beige tones. Its translucent structure and natural banding vary between pieces; blend material before installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Basketweave Mosaic\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e Mesh-mounted mosaic sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Rectangular strips with square accent pieces\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCut options:\u003c\/strong\u003e Vein-Cut or Cross-Cut\u003cbr\u003e\u003cstrong\u003eCoverage \/ sale unit:\u003c\/strong\u003e Sheet coverage not separately published\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Vanilla Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, substrate, slip resistance, and wet-area suitability with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, cut orientation, pattern flow, and grout joints before the mortar cures. Dry-lay material from multiple cartons to balance color, translucency, banding, and cut orientation. Seal before and after grouting where appropriate. Clean only with pH-neutral stone products and avoid acidic cleaners.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Vein-Cut","offer_id":49991899414835,"sku":"WO.BW-VC.P","price":42.88,"currency_code":"USD","in_stock":true},{"title":"Cross-Cut","offer_id":49991899447603,"sku":"WO.BW-CC.P","price":42.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/vanilla_onyx_white_onyx_basketweave_mosaic_tile_vein_cut_with_white_dots.webp?v=1741473760"},{"product_id":"vanilla-onyx-stone-2-x-4-brick-mosaic-tile-polished","title":"Vanilla Onyx 2×4 Brick Mosaic — Polished, 2 Cuts","description":"\u003cp\u003eVanilla Onyx 2×4 Brick Mosaic — Polished, 2 Cuts features natural Vanilla Onyx with creamy white, ivory, and soft beige tones. Its translucent structure and natural banding vary between pieces; blend material before installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 2×4 Straight-Set Brick Mosaic\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 12×12-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e 2×4-inch nominal rectangular pieces\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCut options:\u003c\/strong\u003e Vein-Cut or Cross-Cut\u003cbr\u003e\u003cstrong\u003eCoverage \/ sale unit:\u003c\/strong\u003e 1 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Vanilla Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, substrate, slip resistance, and wet-area suitability with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, cut orientation, pattern flow, and grout joints before the mortar cures. Dry-lay material from multiple cartons to balance color, translucency, banding, and cut orientation. Seal before and after grouting where appropriate. Clean only with pH-neutral stone products and avoid acidic cleaners.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Vein-Cut","offer_id":49991904657715,"sku":"WO.0204-VC.P","price":42.88,"currency_code":"USD","in_stock":true},{"title":"Cross-Cut","offer_id":49991904690483,"sku":"WO.0204-CC.P","price":42.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/vanilla_white_onyx_2x4_cross_cut_mosaic_tile.webp?v=1741473759"},{"product_id":"vanilla-onyx-stone-2-x-2-mosaic-tile-polished","title":"Vanilla Onyx 2×2 Square Mosaic — Polished, 2 Cuts","description":"\u003cp\u003eVanilla Onyx 2×2 Square Mosaic — Polished, 2 Cuts features natural Vanilla Onyx with creamy white, ivory, and soft beige tones. Its translucent structure and natural banding vary between pieces; blend material before installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 2×2 Square Grid Mosaic\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 12×12-inch nominal mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e 2×2-inch nominal square chips\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCut options:\u003c\/strong\u003e Vein-Cut or Cross-Cut\u003cbr\u003e\u003cstrong\u003eCoverage \/ sale unit:\u003c\/strong\u003e 1 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Vanilla Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior backsplashes, bathroom and properly waterproofed shower walls, niches, fireplace surrounds, feature walls, and qualified decorative floors. Confirm traffic, grout joints, substrate, slip resistance, and wet-area suitability with the installer.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining mortar approved for translucent onyx. Align mesh sheets, cut orientation, pattern flow, and grout joints before the mortar cures. Dry-lay material from multiple cartons to balance color, translucency, banding, and cut orientation. Seal before and after grouting where appropriate. Clean only with pH-neutral stone products and avoid acidic cleaners.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Vein-Cut","offer_id":49991954202931,"sku":"WO-0202-VC.P","price":42.88,"currency_code":"USD","in_stock":true},{"title":"Cross-Cut","offer_id":49991954235699,"sku":"WO-0202-CC.P","price":42.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Vanilla_white_onyx_2x2_mosaic_tile.webp?v=1741473757"},{"product_id":"vanilla-onyx-stone-3-4-x-12-bullnose-liner-polished","title":"Vanilla Onyx ¾×12 Bullnose Liner — Polished","description":"\u003cp\u003eVanilla Onyx ¾×12 Bullnose Liner — Polished features natural Vanilla Onyx with creamy white, ivory, and soft beige tones. Its translucent structure and natural banding vary between pieces; blend material before installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Bullnose Liner\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e ¾×12 inches\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Rounded exposed-edge finishing profile\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCut options:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage \/ sale unit:\u003c\/strong\u003e Sold by the piece\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Vanilla Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior tile edges, wall transitions, shower-wall terminations, niches, decorative borders, framed panels, backsplashes, and fireplace surrounds. Confirm the profile fits the field-tile thickness.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-fit the full trim run to confirm profile direction, joints, corners, and transitions. Use premium white non-staining mortar approved for translucent onyx. Dry-lay material from multiple cartons to balance color, translucency, banding, and cut orientation. Seal before and after grouting where appropriate. Clean only with pH-neutral stone products and avoid acidic cleaners.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49991992738099,"sku":"WO.BL.P","price":26.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/vanilla_onyx_white_onyx_pencil_liner_polished.webp?v=1741473756"},{"product_id":"vanilla-onyx-stone-2-x-12-milano-molding-polished","title":"Vanilla Onyx 2×12 Milano Crown Molding — Polished","description":"\u003cp\u003eVanilla Onyx 2×12 Milano Crown Molding — Polished features natural Vanilla Onyx with creamy white, ivory, and soft beige tones. Its translucent structure and natural banding vary between pieces; blend material before installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Milano \/ Crown Molding\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 2×12 inches\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Dimensional architectural molding profile\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCut options:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCoverage \/ sale unit:\u003c\/strong\u003e Sold by the piece\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Vanilla Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior tile edges, wall transitions, shower-wall terminations, niches, decorative borders, framed panels, backsplashes, and fireplace surrounds. Confirm the profile fits the field-tile thickness.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-fit the full trim run to confirm profile direction, joints, corners, and transitions. Use premium white non-staining mortar approved for translucent onyx. Dry-lay material from multiple cartons to balance color, translucency, banding, and cut orientation. Seal before and after grouting where appropriate. Clean only with pH-neutral stone products and avoid acidic cleaners.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":49992014987571,"sku":"WO.CM.P","price":38.56,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/vanilla_onyx_white_onyx_crown_molding_milano_molding_polished.webp?v=1741473755"},{"product_id":"vanilla-onyx-18x18-stone-tile-polished","title":"Vanilla Onyx 18×18 Tile — Polished, 2 Cuts","description":"\u003cp\u003eVanilla Onyx 18×18 Tile — Polished, 2 Cuts features natural Vanilla Onyx with creamy white, ivory, and soft beige tones. Its translucent structure and natural banding vary between pieces; blend material before installation.\u003c\/p\u003e\u003ch2\u003eFormat and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 18×18 Large-Format Square Tile\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 18×18 inches\u003cbr\u003e\u003cstrong\u003ePiece configuration:\u003c\/strong\u003e Individual straight-cut field tile\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eCut options:\u003c\/strong\u003e Vein-Cut or Cross-Cut\u003cbr\u003e\u003cstrong\u003eCoverage \/ sale unit:\u003c\/strong\u003e 2.25 sq. ft. per piece\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Vanilla Onyx\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior feature walls, fireplace surrounds, bathroom walls, properly waterproofed shower surrounds, and qualified low-traffic interior floors. Large-format installations require a flat, stable substrate; this tile is not default shower-pan material.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eUse premium white non-staining large-format mortar approved for translucent onyx. Back-butter every tile, verify full coverage, and review whether backlighting requires a specialized system. Dry-lay material from multiple cartons to balance color, translucency, banding, and cut orientation. Seal before and after grouting where appropriate. Clean only with pH-neutral stone products and avoid acidic cleaners.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Vein-Cut","offer_id":49993328623923,"sku":"WO.1818-VC.P","price":94.48,"currency_code":"USD","in_stock":true},{"title":"Cross-Cut","offer_id":49993328656691,"sku":"WO.1818-CC.P","price":94.48,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/white_onyx_12x12_cross-cut_polished.webp?v=1741473776"},{"product_id":"honey-onyx-stone-pencil-liner-polished","title":"Honey Onyx ½×12 Pencil Liner — Polished","description":"\u003cp\u003eHoney Onyx ½×12 Pencil Liner — Polished is carved from natural Honey Onyx, a translucent golden stone with amber, cream, and caramel movement. Its polished surface emphasizes the stone's luminosity and makes the profile a refined finishing element for coordinated Honey Onyx installations.\u003c\/p\u003e\u003ch2\u003eProfile and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eProfile:\u003c\/strong\u003e Pencil Liner\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e ½×12 inches\u003cbr\u003e\u003cstrong\u003eProfile thickness:\u003c\/strong\u003e ½ inch (13 mm)\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e Honey, amber, cream, and caramel with translucent veining\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Piece\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eDesigned for interior architectural trim applications including backsplash borders, shower-wall and niche frames, fireplace surrounds, tile transitions, feature walls, and decorative accents. Wet-area use is limited to properly waterproofed vertical surfaces with suitable setting materials, sealing, and ongoing care. These profiles are not floor tile, shower-pan material, pool lining, or exterior paving.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay pieces to balance color, veining, translucency, and profile alignment. Use premium white, non-staining mortar approved for translucent onyx and support profiles during cutting and setting. Seal before and after grouting, then reseal periodically according to exposure and sealer instructions. Clean only with pH-neutral stone products; avoid acids, abrasives, and harsh chemicals. Backlit applications require project-specific stone selection, lighting, backing, fabrication, and installer review.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":50834638176563,"sku":"O.HO.PL.P","price":15.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/HoneyOnyxStone_PencilLinerPolished.jpg?v=1741473632"},{"product_id":"honey-onyx-stone-bullnose-liner-polished","title":"Honey Onyx ¾×12 Bullnose Liner — Polished","description":"\u003cp\u003eHoney Onyx ¾×12 Bullnose Liner — Polished is carved from natural Honey Onyx, a translucent golden stone with amber, cream, and caramel movement. Its polished surface emphasizes the stone's luminosity and makes the profile a refined finishing element for coordinated Honey Onyx installations.\u003c\/p\u003e\u003ch2\u003eProfile and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eProfile:\u003c\/strong\u003e Bullnose Liner\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e ¾×12 inches\u003cbr\u003e\u003cstrong\u003eProfile thickness:\u003c\/strong\u003e ½ inch (13 mm)\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e Honey, amber, cream, and caramel with translucent veining\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Piece\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eDesigned for interior architectural trim applications including exposed tile edges, backsplash borders, shower-wall transitions, countertop edges, feature walls, and decorative frames. Wet-area use is limited to properly waterproofed vertical surfaces with suitable setting materials, sealing, and ongoing care. These profiles are not floor tile, shower-pan material, pool lining, or exterior paving.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay pieces to balance color, veining, translucency, and profile alignment. Use premium white, non-staining mortar approved for translucent onyx and support profiles during cutting and setting. Seal before and after grouting, then reseal periodically according to exposure and sealer instructions. Clean only with pH-neutral stone products; avoid acids, abrasives, and harsh chemicals. Backlit applications require project-specific stone selection, lighting, backing, fabrication, and installer review.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":50834712953139,"sku":"O.HO.BL.P","price":16.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/HoneyOnyxStone_BullnoseLinerPolished.jpg?v=1741473630"},{"product_id":"honey-onyx-stone-ogee-liner-chair-rail-polished","title":"Honey Onyx 2×12 Ogee Chair Rail — Polished","description":"\u003cp\u003eHoney Onyx 2×12 Ogee Chair Rail — Polished is carved from natural Honey Onyx, a translucent golden stone with amber, cream, and caramel movement. Its polished surface emphasizes the stone's luminosity and makes the profile a refined finishing element for coordinated Honey Onyx installations.\u003c\/p\u003e\u003ch2\u003eProfile and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eProfile:\u003c\/strong\u003e Ogee Chair Rail\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 2×12 inches\u003cbr\u003e\u003cstrong\u003eProfile thickness:\u003c\/strong\u003e 1 inch (25 mm)\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e Honey, amber, cream, and caramel with translucent veining\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Piece\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eDesigned for interior architectural trim applications including chair rails, tile-field transitions, picture-frame insets, shower-wall and niche outlines, wainscoting, and decorative borders. Wet-area use is limited to properly waterproofed vertical surfaces with suitable setting materials, sealing, and ongoing care. These profiles are not floor tile, shower-pan material, pool lining, or exterior paving.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay pieces to balance color, veining, translucency, and profile alignment. Use premium white, non-staining mortar approved for translucent onyx and support profiles during cutting and setting. Seal before and after grouting, then reseal periodically according to exposure and sealer instructions. Clean only with pH-neutral stone products; avoid acids, abrasives, and harsh chemicals. Backlit applications require project-specific stone selection, lighting, backing, fabrication, and installer review.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":50834724192563,"sku":"O.HO.OG-1.P","price":19.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/HoneyOnyxStone_OgeeLiner_ChairRailLinerPolished.jpg?v=1741473629"},{"product_id":"honey-onyx-stone-baseboard-polished","title":"Honey Onyx 4¾×12 Baseboard — Polished","description":"\u003cp\u003eHoney Onyx 4¾×12 Baseboard — Polished is carved from natural Honey Onyx, a translucent golden stone with amber, cream, and caramel movement. Its polished surface emphasizes the stone's luminosity and makes the profile a refined finishing element for coordinated Honey Onyx installations.\u003c\/p\u003e\u003ch2\u003eProfile and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eProfile:\u003c\/strong\u003e Baseboard Trim\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 4¾×12 inches\u003cbr\u003e\u003cstrong\u003eProfile thickness:\u003c\/strong\u003e ¾ inch (19 mm)\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e Honey, amber, cream, and caramel with translucent veining\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Piece\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eDesigned for interior architectural trim applications including floor-to-wall transitions, bathroom and hallway baseboards, foyer details, gallery-style walls, and hospitality interiors. Wet-area use is limited to properly waterproofed vertical surfaces with suitable setting materials, sealing, and ongoing care. These profiles are not floor tile, shower-pan material, pool lining, or exterior paving.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay pieces to balance color, veining, translucency, and profile alignment. Use premium white, non-staining mortar approved for translucent onyx and support profiles during cutting and setting. Seal before and after grouting, then reseal periodically according to exposure and sealer instructions. Clean only with pH-neutral stone products; avoid acids, abrasives, and harsh chemicals. Backlit applications require project-specific stone selection, lighting, backing, fabrication, and installer review.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":50834733924659,"sku":"O.HO.BB.P","price":26.86,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/HoneyOnyxStone_BaseBoardPolished.jpg?v=1741473628"},{"product_id":"honey-onyx-stone-crown-molding-polished","title":"Honey Onyx 2×12 Crown Molding — Polished","description":"\u003cp\u003eHoney Onyx 2×12 Crown Molding — Polished is carved from natural Honey Onyx, a translucent golden stone with amber, cream, and caramel movement. Its polished surface emphasizes the stone's luminosity and makes the profile a refined finishing element for coordinated Honey Onyx installations.\u003c\/p\u003e\u003ch2\u003eProfile and specifications\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eProfile:\u003c\/strong\u003e Crown Molding\u003cbr\u003e\u003cstrong\u003eNominal size:\u003c\/strong\u003e 2×12 inches\u003cbr\u003e\u003cstrong\u003eProfile thickness:\u003c\/strong\u003e 1 inch (25 mm)\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural Honey Onyx\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e Honey, amber, cream, and caramel with translucent veining\u003cbr\u003e\u003cstrong\u003eSold by:\u003c\/strong\u003e Piece\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eDesigned for interior architectural trim applications including wall-to-ceiling transitions, cabinet and shelving frames, decorative borders, entry details, feature walls, and hospitality interiors. Wet-area use is limited to properly waterproofed vertical surfaces with suitable setting materials, sealing, and ongoing care. These profiles are not floor tile, shower-pan material, pool lining, or exterior paving.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay pieces to balance color, veining, translucency, and profile alignment. Use premium white, non-staining mortar approved for translucent onyx and support profiles during cutting and setting. Seal before and after grouting, then reseal periodically according to exposure and sealer instructions. Clean only with pH-neutral stone products; avoid acids, abrasives, and harsh chemicals. Backlit applications require project-specific stone selection, lighting, backing, fabrication, and installer review.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":50834746376499,"sku":"O.HO.CM.P","price":20.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/HoneyOnyxStone_CrownMolding.jpg?v=1741473627"},{"product_id":"zellige-charm-semi-gloss-ceramic-tiles-onyx-black","title":"Zellige Charm Onyx Black Ceramic Wall Tile — Semi-Gloss","description":"\u003ch2 class=\"p1\"\u003e\n\u003cb\u003eBold Contrast - Black Color, Handcrafted Edge\u003c\/b\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp class=\"p2\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"p3\"\u003eThere’s something quietly powerful about a black tile done right — and \u003cspan class=\"s1\"\u003e\u003cb\u003eOnyx Black\u003c\/b\u003e\u003c\/span\u003e from the \u003cspan class=\"s1\"\u003e\u003cb\u003eZellige Charm Collection\u003c\/b\u003e\u003c\/span\u003e delivers just that. Deep, rich, and endlessly versatile, this semi-gloss ceramic tile brings a moody, modern feel to your walls, with just enough \u003cspan class=\"s1\"\u003e\u003cb\u003esurface movement\u003c\/b\u003e\u003c\/span\u003e and texture to keep it feeling warm and handcrafted.\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"p3\"\u003ePressed edges, soft tonal shifts, and a luminous glaze make Onyx Black the perfect finish for everything from sleek contemporary spaces to traditional designs with a bold twist.\u003c\/p\u003e\n\u003cp class=\"p3\"\u003e \u003c\/p\u003e\n\u003ch2 class=\"p1\"\u003e\n\u003cb\u003eWhy Onyx Black Stands Out\u003c\/b\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp class=\"p2\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch3 class=\"p3\"\u003e\n\u003cb\u003eHigh Drama, Soft Sheen\u003c\/b\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eDeep black glaze with a subtle reflective finish\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eSlight surface variation adds artisan character and light play\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eNot flat, not glossy — just the right amount of texture\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch3 class=\"p3\"\u003e\n\u003cb\u003eDesigned for Bold Interiors\u003c\/b\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e\u003cspan class=\"s1\"\u003e\u003cb\u003eBacksplashes\u003c\/b\u003e\u003c\/span\u003e: Pair with brass, marble, or matte finishes for contrast\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e\u003cspan class=\"s1\"\u003e\u003cb\u003eAccent Walls\u003c\/b\u003e\u003c\/span\u003e: Adds instant depth and visual weight\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e\u003cspan class=\"s1\"\u003e\u003cb\u003eBathrooms\u003c\/b\u003e\u003c\/span\u003e: Luxurious spa-like feel in moody tones\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e\u003cspan class=\"s1\"\u003e\u003cb\u003eRetail \u0026amp; Restaurants\u003c\/b\u003e\u003c\/span\u003e: Sophisticated backdrops for high-style commercial spaces\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch3 class=\"p3\"\u003e\n\u003cb\u003eProduct Details\u003c\/b\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eMaterial: Double-fired ceramic\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eFinish: Semi-gloss\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eSizes: 4”x4” or 2.5”x8”\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eColor: \u003ci\u003eOnyx Black\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eEdge: Pressed\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eApplication: Indoor wall only\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eInstallation: Dry-stack or minimal grout joint recommended\u003c\/p\u003e\n\u003cp class=\"p4\"\u003e \u003c\/p\u003e\n\u003ch2 class=\"p1\"\u003e\n\u003cb\u003eThe Look: Modern Mood Meets Moroccan Texture\u003c\/b\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp class=\"p2\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"p3\"\u003e\u003cspan class=\"s1\"\u003e\u003cb\u003eOnyx Black\u003c\/b\u003e\u003c\/span\u003e isn’t just dark — it’s dimensional. The handcrafted surface captures light and shadow, giving your walls a sense of movement and mystery. Use it for contrast, elegance, or to anchor a space that needs a little drama.\u003c\/p\u003e\n\u003cp class=\"p3\"\u003e \u003c\/p\u003e\n\u003ch2 class=\"p1\"\u003e\n\u003cb\u003eMake a Statement with Onyx Black\u003c\/b\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp class=\"p2\"\u003eAdd depth, sophistication, and hand-finished beauty to your next wall project with Zellige Charm’s Onyx Black tile.\u003c\/p\u003e\n\u003cp class=\"p3\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\n","brand":"Arda Ogan","offers":[{"title":"2x8","offer_id":50866872287539,"sku":"C.ZC.WT.0208.OB","price":114.28,"currency_code":"USD","in_stock":true},{"title":"4x4","offer_id":50866872484147,"sku":"C.ZC.WT.0404.OB","price":124.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/ZelligeCharm_OnyxBlack_2.5X8_2.webp?v=1741473584"},{"product_id":"coastal-pebbles-mosaic-tiles-java-onyx","title":"Coastal Pebbles Java Onyx 12×12 Sliced Pebble Mosaic — Flat","description":"\u003cp\u003eCoastal Pebbles Java Onyx mosaic combines bold charcoal-black pebbles for dramatic contrast and architectural depth. Sliced and lightly tumbled natural pebbles create a flat walking surface, while the 12×12 mesh-mounted sheet and interlocking edges support a continuous river-rock appearance.\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eShower floors:\u003c\/strong\u003e The small pebble format provides frequent grout joints for sloped wet-area installations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInterior floors and walls:\u003c\/strong\u003e Suitable for bathrooms, entries, kitchens, feature walls, and commercial spaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutdoor installations:\u003c\/strong\u003e Use for appropriate patios, porches, pathways, and exterior walls.\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e 12×12 mesh-mounted sheet\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural sliced pebbles\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Flat; lightly tumbled\u003cbr\u003e\u003cstrong\u003eProduct type:\u003c\/strong\u003e River-rock pebble mosaic\u003cbr\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e Java Onyx\u003cbr\u003e\u003cstrong\u003eColor reference:\u003c\/strong\u003e Black\u003cbr\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Indoor and outdoor floors and walls\u003c\/p\u003e\u003cp\u003eNatural stone should be sealed as appropriate. Confirm substrate preparation, waterproofing, slope-to-drain, setting materials, grout, and exterior installation requirements with a qualified tile professional.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":50926622277939,"sku":"PC.CP.-RR17","price":22.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/CoastalPebblesMosaicTiles_JavaOnyx-rr17-pat-c.webp?v=1741473501"},{"product_id":"green-onyx-12x12-tile-polished-natural-stone-elegance","title":"Green Onyx 12×12 Tile — Polished","description":"\u003cp\u003eGreen Onyx 12×12 Tile — Polished is a genuine natural-stone field tile featuring luminous green coloration, natural translucency, and expressive mineral veining that make every piece distinct. Variation in color, veining, translucency, and mineral movement is expected and should be blended during installation.\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cp\u003eRecommended for interior walls, backsplashes, bathroom walls, feature walls, vanity surrounds, countertops, decorative panels, and selected interior floors with installer approval. Polished stone may be slippery when wet; use an appropriate finish and installation system for traffic, moisture, substrate, and slip-resistance requirements.\u003c\/p\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eTile size:\u003c\/strong\u003e 12×12\u003cbr\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Natural onyx\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003eThickness:\u003c\/strong\u003e 0.37 inch\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1 sq. ft. per piece\u003cbr\u003e\u003cstrong\u003eOrigin:\u003c\/strong\u003e Natural stone; quarry origin varies\u003cbr\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e Translucent green with cream, white, and mineral veining\u003cbr\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Interior residential and qualified commercial applications\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eOnyx guidance:\u003c\/strong\u003e Onyx is comparatively translucent and delicate. Use white non-staining mortar, confirm substrate and floor suitability with the installer, Use it on shower walls only; do not specify it at the shower base or in continuously immersed areas.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eOrder samples and dry-lay tiles to approve variation before setting. Use white, non-staining mortar where appropriate, seal before and after grouting, and maintain with pH-neutral natural-stone cleaner. Avoid acidic, abrasive, bleach-based, or dye-rich products.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":50981009228083,"sku":"O.GO.1212-P","price":27.74,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/onyx-green.webp?v=1741473481"},{"product_id":"modern-heritage-mosaic-tiles-fusion-of-marble-and-metal-onyx-matrix","title":"Modern Heritage Onyx Matrix Marble \u0026 Stainless Steel Mosaic","description":"\u003cp\u003eModern Heritage Onyx Matrix mosaic combines dark geometric accents and light marble arranged in a bold matrix pattern. The mesh-mounted sheet blends premium marble with stainless-steel accents, creating a geometric mixed-material surface for refined interior walls.\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBacksplashes:\u003c\/strong\u003e Add marble-and-metal contrast to kitchens, bars, and hospitality interiors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBathrooms:\u003c\/strong\u003e Suitable for vanity walls, powder rooms, and other appropriate bathroom wall accents.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFeature walls:\u003c\/strong\u003e Use for fireplace surrounds, reception areas, retail displays, and decorative panels.\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003eSheet size:\u003c\/strong\u003e Approximately 9⅛×12½\u003cbr\u003e\u003cstrong\u003eCoverage:\u003c\/strong\u003e Approximately 0.80 sq. ft. per sheet\u003cbr\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Marble and stainless steel\u003cbr\u003e\u003cstrong\u003eMounting:\u003c\/strong\u003e Mesh-backed\u003cbr\u003e\u003cstrong\u003eDesign:\u003c\/strong\u003e Onyx Matrix\u003cbr\u003e\u003cstrong\u003eColor reference:\u003c\/strong\u003e Black \u0026amp; White\u003cbr\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Interior decorative walls\u003c\/p\u003e\u003cp\u003eFor wall applications only and not for submerged installations. Use non-abrasive cleaners and confirm setting, grout, sealing, and maintenance requirements for both natural stone and stainless steel.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":51028090224947,"sku":"PC.MHER.MG99-13","price":58.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/ModernheritageMarble_MetalCollection_mg-99-13.webp?v=1741473463"},{"product_id":"white-onyx-bianco-dolomite-checkerboard-tile-4x4-polished","title":"White Onyx \u0026 Bianco Dolomite Checkerboard Tile — 4×4 — Polished","description":"\u003cp\u003eWhite Onyx \u0026amp; Bianco Dolomite Checkerboard Tile combines luminous White Onyx with refined white Bianco Dolomite marble in a precise two-color grid. The available 4×4 formats refer to the dimensions of each individual square tile, not the full checkerboard pattern. Install the two colors in an alternating straight or diagonal layout to create the finished design.\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFloors:\u003c\/strong\u003e Entryways, kitchens, powder rooms, galleries, hallways, boutique retail, and hospitality interiors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWalls:\u003c\/strong\u003e Backsplashes, shower walls, fireplace surrounds, feature walls, and decorative panels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom layouts:\u003c\/strong\u003e Borders, thresholds, rug-effect insets, straight grids, and diagonal installations.\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003ePairing:\u003c\/strong\u003e White Onyx \u0026amp; Bianco Dolomite\u003cbr\u003e\u003cstrong\u003eIndividual tile sizes:\u003c\/strong\u003e 4×4\u003cbr\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Onyx, Marble\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003ePattern:\u003c\/strong\u003e Installer-created checkerboard using alternating loose square tiles\u003cbr\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Interior floors and walls\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eFinish guidance:\u003c\/strong\u003e This pairing is polished only because it contains onyx. Use extra care on floors and confirm slip resistance for the intended setting.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay both colors to balance veining, translucency, and shade variation. Use white non-staining thin-set for light marble and onyx, seal before and after grouting as appropriate, and use unsanded grout where required. Clean with a pH-neutral stone cleaner. Not intended for exterior or submerged installations.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":53594174685491,"sku":"CC.BDOL-WO.44","price":48.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Color_crush_checkerboard_tile_collection_main.webp?v=1760910553"},{"product_id":"white-onyx-bianco-dolomite-checkerboard-tile-12x12-polished","title":"White Onyx \u0026 Bianco Dolomite Checkerboard Tile — 12×12 — Polished","description":"\u003cp\u003eWhite Onyx \u0026amp; Bianco Dolomite Checkerboard Tile combines luminous White Onyx with refined white Bianco Dolomite marble in a precise two-color grid. The available 12×12 formats refer to the dimensions of each individual square tile, not the full checkerboard pattern. Install the two colors in an alternating straight or diagonal layout to create the finished design.\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFloors:\u003c\/strong\u003e Entryways, kitchens, powder rooms, galleries, hallways, boutique retail, and hospitality interiors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWalls:\u003c\/strong\u003e Backsplashes, shower walls, fireplace surrounds, feature walls, and decorative panels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom layouts:\u003c\/strong\u003e Borders, thresholds, rug-effect insets, straight grids, and diagonal installations.\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003ePairing:\u003c\/strong\u003e White Onyx \u0026amp; Bianco Dolomite\u003cbr\u003e\u003cstrong\u003eIndividual tile sizes:\u003c\/strong\u003e 12×12\u003cbr\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Onyx, Marble\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003ePattern:\u003c\/strong\u003e Installer-created checkerboard using alternating loose square tiles\u003cbr\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Interior floors and walls\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eFinish guidance:\u003c\/strong\u003e This pairing is polished only because it contains onyx. Use extra care on floors and confirm slip resistance for the intended setting.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay both colors to balance veining, translucency, and shade variation. Use white non-staining thin-set for light marble and onyx, seal before and after grouting as appropriate, and use unsanded grout where required. Clean with a pH-neutral stone cleaner. Not intended for exterior or submerged installations.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":53594193428787,"sku":"CC.BDOL-WO.1212","price":47.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/Color_crush_checkerboard_tile_collection_main.webp?v=1760910553"},{"product_id":"green-onyx-bianco-dolomite-checkerboard-tile-12x12-polished","title":"Green Onyx \u0026 Bianco Dolomite Checkerboard Tile — 12×12 — Polished","description":"\u003cp\u003eGreen Onyx \u0026amp; Bianco Dolomite Checkerboard Tile combines translucent sage-green onyx with crisp white Bianco Dolomite marble in a precise two-color grid. The available 12×12 formats refer to the dimensions of each individual square tile, not the full checkerboard pattern. Install the two colors in an alternating straight or diagonal layout to create the finished design.\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFloors:\u003c\/strong\u003e Entryways, kitchens, powder rooms, galleries, hallways, boutique retail, and hospitality interiors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWalls:\u003c\/strong\u003e Backsplashes, shower walls, fireplace surrounds, feature walls, and decorative panels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom layouts:\u003c\/strong\u003e Borders, thresholds, rug-effect insets, straight grids, and diagonal installations.\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003ePairing:\u003c\/strong\u003e Green Onyx \u0026amp; Bianco Dolomite\u003cbr\u003e\u003cstrong\u003eIndividual tile sizes:\u003c\/strong\u003e 12×12\u003cbr\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Onyx, Marble\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003ePattern:\u003c\/strong\u003e Installer-created checkerboard using alternating loose square tiles\u003cbr\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Interior floors and walls\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eFinish guidance:\u003c\/strong\u003e This pairing is polished only because it contains onyx. Use extra care on floors and confirm slip resistance for the intended setting.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay both colors to balance veining, translucency, and shade variation. Use white non-staining thin-set for light marble and onyx, seal before and after grouting as appropriate, and use unsanded grout where required. Clean with a pH-neutral stone cleaner. Not intended for exterior or submerged installations.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":53594430603571,"sku":"CC.BDOL-GO.1212","price":42.68,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/greentilesandwhitetiles.webp?v=1741473790"},{"product_id":"vanilla-onyx-green-onyx-checkerboard-tile-12x12-polished","title":"Vanilla Onyx \u0026 Green Onyx Checkerboard Tile — 12×12 — Polished","description":"\u003cp\u003eVanilla Onyx \u0026amp; Green Onyx Checkerboard Tile combines creamy translucent Vanilla Onyx with softly variegated Green Onyx in a precise two-color grid. The available 12×12 formats refer to the dimensions of each individual square tile, not the full checkerboard pattern. Install the two colors in an alternating straight or diagonal layout to create the finished design.\u003c\/p\u003e\u003ch2\u003eApplications\u003c\/h2\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFloors:\u003c\/strong\u003e Entryways, kitchens, powder rooms, galleries, hallways, boutique retail, and hospitality interiors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWalls:\u003c\/strong\u003e Backsplashes, shower walls, fireplace surrounds, feature walls, and decorative panels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom layouts:\u003c\/strong\u003e Borders, thresholds, rug-effect insets, straight grids, and diagonal installations.\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003ePairing:\u003c\/strong\u003e Vanilla Onyx \u0026amp; Green Onyx\u003cbr\u003e\u003cstrong\u003eIndividual tile sizes:\u003c\/strong\u003e 12×12\u003cbr\u003e\u003cstrong\u003eMaterials:\u003c\/strong\u003e Onyx\u003cbr\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Polished\u003cbr\u003e\u003cstrong\u003ePattern:\u003c\/strong\u003e Installer-created checkerboard using alternating loose square tiles\u003cbr\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Interior floors and walls\u003c\/p\u003e\u003cp\u003e\u003cstrong\u003eFinish guidance:\u003c\/strong\u003e This pairing is polished only because it contains onyx. Use extra care on floors and confirm slip resistance for the intended setting.\u003c\/p\u003e\u003ch2\u003eInstallation and care\u003c\/h2\u003e\u003cp\u003eDry-lay both colors to balance veining, translucency, and shade variation. Use white non-staining thin-set for light marble and onyx, seal before and after grouting as appropriate, and use unsanded grout where required. Clean with a pH-neutral stone cleaner. Not intended for exterior or submerged installations.\u003c\/p\u003e","brand":"Arda Ogan","offers":[{"title":"Default Title","offer_id":53594511180083,"sku":"CC.GO-VO.1212","price":46.78,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/files\/tilesforcheckerboardcollection_onyxtileononyxtiles_greenandoffwhitecolor.jpg?v=1741473778"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/4738\/6419\/collections\/234AE038-9AAD-4050-9DF3-8B7FB7CAF015_1_105_c.jpg?v=1785735326","url":"https:\/\/ardaogan.com\/collections\/radiant-and-luxurious-onyx-stone-collection.oembed?page=2","provider":"Arda Ogan","version":"1.0","type":"link"}