{"title":"Mural Creation Kits","description":"","products":[{"product_id":"h013-tianyou-deputy-marshal","title":"H013 Tianyou  Deputy Marshal","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the west wall of the Sanqing Hall in Yongle Palace, to the left of the main male deity, Donghua Dijun. Tianxian Fuyuanshuai Zhenjun is the second of the Four Saints of the North Pole in Taoism. The Four Saints of the North Pole, also known as the Four Saints of the North Pole or the Four Marshals of the North, are: Tianpeng Marshal Zhenjun, Tianxian Fuyuanshuai Zhenjun (also known as Tianyou Fushuai), Yisheng Baode Zhenjun (also known as Heisha General), and Lingying Yousheng Zhenjun (also known as Zhenwu General).\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H013 Tianyou  Deputy Marshal","offer_id":63665585946993,"sku":"H013","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/01_H013.jpg?v=1779809156"},{"product_id":"h014-white-tiger-star-lord","title":"H014 White Tiger Star Lord","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe White Tiger Star Lord mural, located in the \"Court Audience\" section of the main hall of Yongle Palace, serves as the prelude to the imperial court ceremony. Its brushstrokes are vigorous and fluid, with flowing robes and sashes adding to its elegance. It is beloved by many art enthusiasts who come to copy and study it, making it an ideal subject for hands-on practice. Furthermore, the White Tiger Star Lord's bravery and martial prowess can also wish you success in overcoming obstacles and forging ahead in life and work!\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H014 White Tiger Star Lord","offer_id":63667894124913,"sku":"H014","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/02_H014.jpg?v=1779844620"},{"product_id":"h015-azure-dragon-star-lord","title":"H015 Azure Dragon Star Lord","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe Azure Dragon mural is located on the east side of the \"Chaoyuan Tu\" (Palace of the Court of the Immortals) in the Sanqing Hall, the main hall of Yongle Palace in Ruicheng, Shanxi Province. The Azure Dragon is originally the god of the East in ancient Chinese mythology. Representing the wood element in the Five Elements theory, the Azure Dragon symbolizes life and vitality. It also represents the power and majesty of emperors and royalty. Furthermore, the Azure Dragon represents justice, fairness, and wisdom, and is often used to symbolize the thoughts and character of emperors and great figures.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H015 Azure Dragon Star Lord","offer_id":63668130185585,"sku":"H015","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/03_H015.jpg?v=1779846632"},{"product_id":"h016-guan-yu-god-of-war-and-wealth","title":"H016 Guan Yu - God of War and Wealth","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe image of Marshal Guan in the Yongle Palace murals is indeed Guan Yu, as evidenced by the poem: \"Phoenix wings and green turban, sparks shattered; three strands of beard scattered behind his head. A furrowed brow chills the liver and gall; phoenix eyes wide open, even gods and ghosts tremble. The Green Dragon Crescent Blade flashes, dimming the sky; riding the Red Hare, he thirsts in vain before the altar.\" Located on the upper left of the Queen Mother of the West on the west wall. In Taoism, Guan Yu was gradually deified, progressing from general to emperor and celestial being. Marshal Guan is both a god of war and a god of wealth.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H016 Guan Yu - God of War and Wealth","offer_id":63668130873713,"sku":"H016","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/04_H016.jpg?v=1779847003"},{"product_id":"017-taoist-demigod-confucius","title":"H017 Taoist Demigod Confucius","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eSeptember 28th is Confucius's birthday. In the \"Court Ceremony of the Immortals\" painting at Yongle Palace, above the Marshal Tianxian is an elderly man wearing a black veil—this is Confucius. Surrounded by immortals, one can imagine how the ancients depicted Confucius's neat turban and gentle features amidst the fluttering immortals. It turns out that Taoism reveres the \"Way of the Teacher,\" and Confucius's thought resonates with Taoism. Therefore, the painter cleverly placed him in the \"Court Ceremony of the Immortals\" painting, highlighting the mutual understanding and coexistence of Confucianism, Buddhism, and Taoism.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H017 Taoist Demigod Confucius","offer_id":63668136018289,"sku":"017","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/05_017.jpg?v=1779847358"},{"product_id":"018-fuso-emperor","title":"H018 Fuso Emperor","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the east wall of the Sanqing Hall in Yongle Palace, to the left of the main male deity, the Jade Emperor, and to the right of the God of Prosperity. The Fusang Emperor, originally called the Dongxia Fusang Emperor, is a male deity in ancient mythology. Later, he was embellished by Daoists and revered as the leader of male immortals, the god of mountains and rivers, and commander of the water gods. Further information can be found by referring to the Eastern King Duke.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H017 Taoist Demigod Confucius","offer_id":63668138213745,"sku":"H017","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/06_018_ee7169b4-5497-4fa9-9b35-7854064079f5.jpg?v=1779848021"},{"product_id":"h019-longevity-god-of-the-canopy","title":"H019 Longevity God of the Canopy","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the east outer wall of the fan-shaped wall in the Sanqing Hall of Yongle Palace, next to the male deity, the Antarctic Longevity Emperor, the painting depicts the Longevity Emperor holding a canopy in both hands. The artist's handling of expressions and lines is highly distinctive.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H019 Longevity God of the Canopy","offer_id":63668148470129,"sku":"H019","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/07_019.jpg?v=1779848294"},{"product_id":"h020-yi-sheng-black-kill-general","title":"H020 Yi Sheng Black Kill General","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the east wall of the Sanqing Hall in Yongle Palace, to the right of the main male deity, the Jade Emperor, and to the left of Marshal Tianpeng. Marshal Yisheng is the third of the Four Saints of Taoism, also known as Marshal Heisha, a guardian deity in Han Chinese mythology. Yisheng means assisting the emperor. The rise of Xuanwu worship and the elevation of Xuanwu's status began in the Song Dynasty. The first volume of the *Shangqing Tianshu Yuan Huiche Bidao Zhengfa* contains the Shangqing Heisha Divine Talisman, which states: \"If the Heisha True Lord hears that a dragon or mirage has touched the talisman, he will personally subdue it. If crossing rivers or seas, write it on paper and wear it; you will not suffer from water disasters, greatly ward off water monsters, and can also protect your home, eliminate disasters, and drive away monsters.\"\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H017 Taoist Demigod Confucius","offer_id":63668150010225,"sku":"H020","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/06_018_ee7169b4-5497-4fa9-9b35-7854064079f5.jpg?v=1779848021"},{"product_id":"h021-jade-emperor","title":"H021 Jade Emperor","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe main male deity in the Sanqing Hall of Yongle Palace is depicted on the east wall of the hall. His full title is \"Supreme Jade Emperor, the Great Emperor of the Vast Heaven, Who Holds the Mandate of Heaven and Governs the Calendar, Embracing Truth and Embracing the Dao,\" also known as \"The Supreme Jade Emperor of the Vast Heaven, the Golden Palace, the Unsurpassed Supreme Being, the Naturally Wondrous Existence, the Ultimate Truth,\" or \"The Great Jade Emperor of the Vast Heaven, the Jade Emperor of the Mysterious Vault of Heaven,\" and \"The Great Jade Emperor.\" He is the ruler of Heaven and Earth, the Holy One of the Great Dao. The Jade Emperor resides eternally in the Realm of Wondrous Existence and No Trace, holding a supreme position, forever dwelling above the Supreme Mystery and True Heaven. He possesses eight bodies: the Dao Body, the Dharma Body, the Original Body, the True Body, the Trace Body, the Responding Body, the Divided Body, and the Transformed Body. He is the deification of \"Dao,\" the fundamental and highest belief of Taoism, and is considered the essence of Dao.\"\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H021 Jade Emperor","offer_id":63668151189873,"sku":"H021","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/09_021.jpg?v=1779848860"},{"product_id":"h022-xu-xun","title":"H022 Xu Xun","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eLocated to the left of the male main deity, Gouchen Tianhuang Dadi, in the Sanqing Hall of Yongle Palace, he was one of the successive masters of the transmission of scriptures, Gao Ming, the Grand Historian of the Nine Provinces, and the Divinely Powerful and Miraculous True Lord. He was a prominent Daoist of the Western Jin Dynasty during the Three Kingdoms period, the founder of the Jingming School of Daoism, and one of the Four Great Celestial Masters of Daoism, along with Zhang Daoling, Ge Xuan, and Sa Shoujian. He passed away in the second year of the Ningkang era at the age of 136. In the second year of the Zhenghe era of Emperor Huizong of Song (1112), he was posthumously honored as \"Divinely Powerful and Miraculous True Lord\".\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H022 Xu Xun","offer_id":63668154040689,"sku":"H022","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/10_022.jpg?v=1779849128"},{"product_id":"h023-four-eyed-old-man","title":"H023 Four-eyed Old Man","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the east wall of the Sanqing Hall in Yongle Palace, to the right of the main male deity, the Jade Emperor, and to the left of Marshal Tianpeng. In Chinese mythology, Cangyan, the Four-Eyed Old Man, and Fangxiangshi are known for their four eyes. Cangyan created writing, the Four-Eyed Old Man was a demon under Marshal Tianpeng, and Fangxiangshi was a road-opening god. Each of the three possesses divine power and is deeply rooted in folk beliefs.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H023 Four-eyed Old Man","offer_id":63668157153649,"sku":"H023","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/11_023.jpg?v=1779849318"},{"product_id":"h024度厄星君","title":"H024 Calamity Star Lord","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe male deity on the north wall of the Sanqing Hall in Yongle Palace, to the left of the Great Emperor Gouchen, is one of the six stars of the Southern Dipper, the Star Lord of Extinction. He is a figure in ancient Chinese mythology, residing in the fifth Tian Shu Palace. The *Star Classic* states, \"The six stars of the Southern Dipper govern the lifespan of the emperor and also the rank and emoluments of the prime minister.\" Because the Southern Dipper governs life, it is also known in Chinese folklore as \"the Star Lord of Longevity.\"\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H024 Calamity Star Lord","offer_id":63668158300529,"sku":"H024","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/12_024.jpg?v=1779849528"},{"product_id":"h025-the-antarctic-emperor-of-immortality","title":"H025 The Antarctic Emperor of Immortality","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe main male deity in the Sanqing Hall of Yongle Palace, painted on the outer east wall of a fan-shaped wall, is the Antarctic Longevity Emperor, also known as the Jade Purity True King, one of the nine sons of the Primordial Heavenly King. He is one of the deities in Chinese folk religion and one of the Four Emperors of Taoism. The Antarctic Star rotates without moving, emitting a wondrously bright light, attracting the power of all stars. In Taoist scriptures: The Antarctic Longevity Emperor resides in the Jade Purity Palace of the Divine Firmament, and is called the Jade Purity True King. In the Nine Heavens Realm, he transforms into the Nine Heavens Responding to the Origin of Thunder and Universal Transformation Heavenly Venerable, residing in the Jade Pivot Palace and commanding the Thunder Department.\"\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H025 The Antarctic Emperor of Immortality","offer_id":63668162167153,"sku":"H025","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/13_025.jpg?v=1779849754"},{"product_id":"h026-donghua-dijun","title":"H026 Donghua Dijun","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe main male deity in the Sanqing Hall of Yongle Palace is depicted on the west wall, to the left of the Queen Mother of the West. He is Donghua Shangxiang Mugong Qingtong Daojun, also known as Dongmu Gong or Donghua Dijun. Donghua Dijun leads the male immortals and is often mentioned alongside the Queen Mother of the West, who leads the female immortals. He was born above the azure sea at the beginning of all living beings and created all things. He governs the yin and yang energies in the east and is also known as \"Dongwanggong\" (Eastern King Duke).\"\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H026 Donghua Dijun","offer_id":63668176191857,"sku":"H026","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/14_026.jpg?v=1779849927"},{"product_id":"h027-celestial-official-under-the-throne-of-the-great-emperor-gouchen","title":"H027 Celestial Official under the Throne of the Great Emperor Gouchen","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the north wall of the Sanqing Hall in Yongle Palace, to the left of the main male deity, Gouchen the Great, next to the successive masters of the sutra transmission, and below the six stars of the Southern Dipper, lies a celestial official who has yet to be identified and named. It's so captivating that I chose it, and I look forward to your participation in identifying and naming it.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H027 Celestial Official under the Throne of the Great Emperor Gouchen","offer_id":63668185989489,"sku":"H027","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/15_027.jpg?v=1779850106"},{"product_id":"h028-fire-pig","title":"H028 Fire Pig","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe male main deity on the north wall of the Sanqing Hall in Yongle Palace, to the left of Gouchen, the Heavenly Emperor, is one of the twenty-eight constellations in the south, namely the Shi (室) constellation, which belongs to the fire element and is associated with the pig. It is one of the twenty-eight constellations in Chinese mythology, the sixth of the seven northern constellations. Originating from the ancient Chinese people's worship of stars and nature, it is a product of the combination of ancient Chinese mythology and astronomy. It is named \"Shi\" (室) because its constellation resembles a house (like a house covering a tortoise and snake). Since a house is a place to live and a necessity for people, the Shi constellation is generally considered auspicious.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H028 Fire Pig","offer_id":63668186841457,"sku":"HO28","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/16_028.jpg?v=1779850273"},{"product_id":"h029-example","title":"H029 Example","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the outer east wall of the fan-shaped wall in the Sanqing Hall of Yongle Palace, to the left of the main male deity, the Antarctic Longevity Emperor, is Lie Yukou, a native of Putian (present-day Zhengzhou, Henan Province) in the State of Zheng during the Eastern Zhou and Warring States periods. He was a descendant of the ancient emperor Lieshan. He was a Taoist thinker and writer, whose influence on later philosophy, literature, science, health preservation, music, and religion was profound.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H029 Example","offer_id":63668200112497,"sku":"H029","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/17_029.jpg?v=1779850491"},{"product_id":"h030-zitong-wenchang-emperor-wenquxing","title":"H030 Zitong Wenchang Emperor · Wenquxing","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the east wall of the Sanqing Hall in Yongle Palace, to the left of the female deity Houtu Niangniang. Wenchang Dijun, also known as Zitong Dijun, Wenquxing, or Wenxing, is the god who governs fame and official rank. People admire his virtues and built a temple on Qiqu Mountain, naming it \"Qingxu Temple,\" and inscribed \"Zitong Jun\" on a stele, making him the god of Zitong, for people to worship.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H030 Zitong Wenchang Emperor · Wenquxing","offer_id":63668200800625,"sku":"H030","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/18_030.jpg?v=1779850662"},{"product_id":"h031-emperor-gouchen","title":"H031 Emperor Gouchen","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe male deity in the Sanqing Hall of Yongle Palace is depicted on the north wall of the hall. He is referred to as the Great Emperor of the Western Taiji, or simply \"Gouchen Emperor\" or \"Emperor of Heaven,\" and is one of the \"Four Emperors\" of Taoism. Like the Great Emperor of the North Pole, the Great Emperor of the Purple Palace originated from ancient Chinese star worship. Volume 4 of the Shangqing Lingbao Dafu states that the Great Emperor of Heaven is: \"To the left of the throne of the Emperor of the North Pole, there are four stars whose shapes are connected and slightly curved like hooks. These are called Gouchen. Below them is a large star in the center, which is the Great Emperor of Heaven.\".\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H031 Emperor Gouchen","offer_id":63668206862705,"sku":"H031","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/19_031.jpg?v=1779850836"},{"product_id":"h032-shi-chengzi","title":"H032 Shi Chengzi","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the outer east wall of the fan-shaped wall in the Sanqing Hall of Yongle Palace, to the left of the male deity, the Antarctic Longevity Emperor, stands Shi Chengqi, a virtuous scholar from the Spring and Autumn Period. Hearing that Laozi was a sage, he braved hardships and traveled a long distance to seek an audience, where Laozi taught him the way of self-cultivation. In the \"Heavenly Way\" chapter of Zhuangzi, there is a parable about Guan Yu: The sage's tranquility is the mirror of Heaven and Earth; a wise person never lives in the eyes of others..\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H032 Shi Chengzi","offer_id":63668217905521,"sku":"H032","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/20_032.jpg?v=1779851132"},{"product_id":"h033-eastern-savior-from-suffering-heavenly-venerable","title":"H033 Eastern Savior from Suffering Heavenly Venerable","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe main male deity in the Sanqing Hall of Yongle Palace is depicted on the west outer wall of a fan-shaped wall: Taiyi Jiuku Tianzun of the Eastern Azure Heaven, also known as Jiuku Tianzun. Ning Quanzhen's *Shangqing Lingbao Dafa*, Volume 10, states: \"Taiyi Jiuku Tianzun is the primordial aura that manifested in the first form of the Azure Qi, the teacher of the Nine Saints, Nine True Ones, and Nine Immortals, who governs the source of all life force. He resides in the Chang Le World of the Eastern Azure Palace, the Azure Mysterious Emperor Taiyi Yuanhuang Jiuku Tianzun.\"\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H033 Eastern Savior from Suffering Heavenly Venerable","offer_id":63668227735921,"sku":"H033","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/21_033.jpg?v=1779851383"},{"product_id":"h034-blue-clad-taiyi-zhenjun","title":"H034 Blue-Clad Taiyi Zhenjun","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTaiyi, also known as Taiyi, is associated with the Queen Mother of the West, and is therefore placed to her left and right. The *Yongcheng Jixianlu* records that the Queen Mother of the West assisted the Yellow Emperor in defeating Danyou, and Taiyi, positioned at the front and rear, ensured victory in every battle and conquest in every attack. Therefore, Taiyi has been revered throughout history. Taiyi Zhenjun is one of the Ten Taiyi, and the blue-robed Taiyi Zhenjun is particularly striking in the overall composition of the mural. Taiyi Zhenjun, wearing a long blue robe, is traditionally known as Taiyi Zhenren in popular mythology. Taiyi, with his head bowed and holding a jade tablet, looks slightly downward, his movements natural and his demeanor composed.\"\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H034 Blue-Clad Taiyi Zhenjun","offer_id":63668234715505,"sku":"H034","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22_034.jpg?v=1779851541"},{"product_id":"h035-great-wanderer","title":"H035 Great Wanderer","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the west wall of the Sanqing Hall in Yongle Palace, the Taiyi Gods are located on either side of the Queen Mother of the West. They are dressed in imperial robes and wear celestial crowns. Their faces are dignified, and their demeanor is majestic. The Taiyi Gods are the heads of the Nine Palaces, residing in the North Pole Palace, and hold a noble position.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H035 Great Wanderer","offer_id":63668243202417,"sku":"H035","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/23_035.jpg?v=1779851746"},{"product_id":"h036-junji-zhenjun","title":"H036 Junji Zhenjun","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the west wall of the Sanqing Hall in Yongle Palace, the Taiyi Gods are located on either side of the Queen Mother of the West. They are dressed in imperial robes and wear celestial crowns. Their faces are dignified and their demeanor is majestic. The Taiyi Gods are the heads of the Nine Palaces, residing in the North Pole Palace, and hold a noble position..\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H036 Junji Zhenjun","offer_id":63668247495025,"sku":"H036","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/24_036.jpg?v=1779851880"},{"product_id":"h037-zhifu-zhenjun","title":"H037 Zhifu Zhenjun","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the west wall of the Sanqing Hall in Yongle Palace, the Taiyi Gods are located on either side of the Queen Mother of the West. They are dressed in imperial robes and wear celestial crowns. Their faces are dignified and their demeanor is majestic. The Taiyi Gods are the heads of the Nine Palaces, residing in the North Pole Palace, and hold a noble position.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H037 Zhifu Zhenjun","offer_id":63668253229425,"sku":"H037","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25_037.jpg?v=1779852055"},{"product_id":"h038-bi-yuanshuai","title":"H038 Bi Yuanshuai","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eLocated on the west wall of the Sanqing Hall in Yongle Palace, to the right of the Queen Mother of the West, is the Thunder God of Ancient Chinese Folklore and Taoist scriptures. Marshal Bi is one of the Thunder Gods in ancient Chinese folklore and Taoist scriptures; his original name was Tian Hua.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eHistorical Significance\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H038 Bi Yuanshuai","offer_id":63668259651953,"sku":"H038","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/26_038.jpg?v=1779852192"},{"product_id":"h039-marshal-deng","title":"H039 Marshal Deng","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eLocated on the west wall of the Sanqing Hall in Yongle Palace, to the right of the Queen Mother of the West, is a thunder deity from ancient Chinese folklore and Taoist scriptures. In *Investiture of the Gods*, he is called Deng Zhong, and in *Journey to the West*, he is called Deng Hua. He is a celestial being under the command of the Nine Heavens Responding to the Origin of Thunder and Universal Transformation Heavenly Venerable, and is often headed by Deng Yuanshuai.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H039 Marshal Deng","offer_id":63668264272241,"sku":"H039","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/27_039.jpg?v=1779852334"},{"product_id":"h040-si-ming-xing-jun","title":"H040 Si Ming Xing Jun","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe male deity on the north wall of the Sanqing Hall in Yongle Palace, to the left of the Great Emperor Gouchen, is one of the six stars of the Southern Dipper, the Star Lord of Destiny. He is a figure in ancient Chinese mythology, and the Star Lord of Destiny is the first star of the Heavenly Palace. The *Star Classic* states, \"The six stars of the Southern Dipper govern the lifespan of the emperor and also the rank and emolument of the prime minister.\" Because the Southern Dipper governs life, it is also known in Chinese folklore as \"the Star Lord of Longevity.\"\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H040 Si Ming Xing Jun","offer_id":63668266500465,"sku":"H040","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/28_040.jpg?v=1779852484"},{"product_id":"h041-book-god","title":"H041 Book God","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eOn the outer east wall of the fan-shaped wall in the Sanqing Hall of Yongle Palace, beside the main male deity, the Antarctic Longevity Emperor, he holds a book and a register. The Antarctic Longevity Emperor is the eldest son of the Supreme Deity, presiding over the south and in charge of human longevity and blessings. Below him are the Antarctic Supreme Minister, the Immortal of Longevity; the Six Ministers of the Antarctic, the Star Lord of Longevity; the Star Lord of Fortune, the Star Lord of Virtue; the Star Lord of Prosperity, the Star Lord of Blessing; the Star Lord of Longevity, the Star Lord of Old Age; and other deities. The register-holder beside him likely holds the register.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"H041 Book God","offer_id":63668266533233,"sku":"H041","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/29_041.jpg?v=1779852599"},{"product_id":"f01-water-moon-guanyin","title":"F01 Water Moon Guanyin","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eBehind the Buddha statue are seated images of the three great bodhisattvas: Water-Moon Guanyin, Samantabhadra, and Manjushri. Painted by 15 court painters of the Ming Dynasty over nearly four years, the Water-Moon Guanyin image is particularly exquisite. The original work, measuring 4.5 meters in width and height, is truly stunning! The painting style is meticulous, refined, and delicate; the lines are fine, even, neat, and upright; the colors are vibrant and rich; the figures are poised and graceful, with flowing robes, reminiscent of the \"Zhou Family Style\" of the Tang Dynasty, making it a masterpiece among murals.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F01 Water Moon Guanyin","offer_id":63671172333937,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/01_F01.jpg?v=1779875282"},{"product_id":"f02-manjushri-bodhisattva","title":"F02 Manjushri Bodhisattva","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eBehind the Buddha statue are seated images of the three great Bodhisattvas: Water-Moon Guanyin, Samantabhadra, and Manjushri. Painted by 15 court painters of the Ming Dynasty over nearly four years, the murals are characterized by their regular, exquisite, and delicate style; the lines are fine, even, neat, and upright; the colors are vibrant and rich; the figures are depicted with graceful postures and flowing robes, reminiscent of the \"Zhou Family Style\" of the Tang Dynasty, making it a masterpiece among murals.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F02 Manjushri Bodhisattva","offer_id":63671230562673,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/02_F02.jpg?v=1779875469"},{"product_id":"f03-samantabhadra-bodhisattva","title":"F03 Samantabhadra Bodhisattva","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eBehind the Buddha statue are seated images of the three great Bodhisattvas: Water-Moon Guanyin, Samantabhadra, and Manjushri. Painted by 15 court painters of the Ming Dynasty over nearly four years, the murals are meticulously crafted, exquisite, and delicate. The lines are fine, even, neat, and upright; the colors are vibrant and rich; the figures are poised and graceful, with flowing robes, reminiscent of the \"Zhou Family Style\" of the Tang Dynasty, making it a masterpiece among murals. Samantabhadra is a transliteration of the Sanskrit word Samantabhadrade, also translated as \"Universal Blessing,\" and transliterated as Samantabhadra.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F03 Samantabhadra Bodhisattva","offer_id":63671258612081,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/03_F03_dfd3cd0a-5c15-427b-88f9-1e8ea2d675d4.jpg?v=1779875659"},{"product_id":"f04-flying-right","title":"F04 Flying Right","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe Eastern Wall's \"Attending the Feast\" painting depicts a flying apsara: graceful and delicate, resembling a young girl, holding a flower tray in her hands, dancing amidst white clouds on flowing ribbons. While sharing the same apsara style as the Western Wall's flying apsara, the austere crown, ribbons, the objects she holds, and her dance posture differ from the Western Wall's flying apsara. The Eastern Wall's flying apsara is barefoot.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F04 Flying Right","offer_id":63671309074801,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/04_F04.jpg?v=1779875941"},{"product_id":"05-f05-flying-left","title":"05 F05 Flying Left","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe West Wall painting depicts a flying apsara named Gandharva (Sanskrit: Gandharva), also known as the Goddess of Fragrance and Sound, one of the eight classes of beings. She often appears during the Buddha's sermons amidst the sounds of music and falling flowers, emitting fragrance from her body, hence the name Goddess of Fragrance and Sound.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"05 F05 Flying Left","offer_id":63671327490417,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/05_F05.jpg?v=1779876101"},{"product_id":"f06-eastern-guardian-king","title":"F06 Eastern Guardian King","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe Four Heavenly Kings (Sanskrit: aghr, Caturmaharajakayikas), also known as the Four Guardian Kings, are guardian deities in Buddhism, commonly referred to as the \"Four Vajras.\" The original painting in the Fahai Temple's depiction of Indra and Brahma paying homage to the Buddha and protecting the Dharma was 14 meters long and 3.2 meters high, depicting twenty deities, totaling 36 figures, each 1.2 to 1.6 meters tall. The Eastern Guardian King, Dhritarashtra, is located on the east side of the north wall inside the hall. Named Vairocana, he protects the land and is the chief musician. His statue has a white face, holds a pipa (a Chinese lute), and governs the Eastern Continent. Together, they symbolize favorable weather and abundant harvests.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F06 Eastern Guardian King","offer_id":63673525010801,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/06_F06.jpg?v=1779893306"},{"product_id":"f07-southern-growth-king","title":"F07 Southern Growth King","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe Four Heavenly Kings (Sanskrit: agRG, Caturmaharajakayikas), also known as the Four Guardian Kings, are guardian deities in Buddhism, commonly referred to as the \"Four Vajras.\" The original painting in the Fahai Temple's depiction of Indra and Brahma paying homage to the Buddha and protecting the Dharma was 14 meters long and 3.2 meters high, depicting twenty deities, totaling 36 figures, each 1.2 to 1.6 meters tall. The Southern Virudhaka, located on the east side of the north wall inside the hall, is named Virudhaka. He is believed to increase the good roots of others; his statue has a blue face, holds a sword, and governs Jambudvipa (the southern continent). Together, they symbolize favorable weather and abundant harvests.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F07 Southern Growth King","offer_id":63673558401393,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/07_F07.jpg?v=1779891203"},{"product_id":"f08-western-heavenly-king","title":"F08 Western Heavenly King","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe Four Heavenly Kings (Sanskrit: aghrig, Caturmaharajakayikas), also known as the Four Guardian Kings, are guardian deities in Buddhism, commonly referred to as the \"Four Vajras.\" The original painting in the Fahai Temple's depiction of Indra and Brahma paying homage to the Buddha and protecting the Dharma was 14 meters long and 3.2 meters high, depicting twenty deities, totaling 36 figures, each 1.2 to 1.6 meters tall. The Western Heavenly King, Virupaksha, located on the west side of the north wall inside the hall, possesses the ability to observe with pure eyes. His statue has a red face and holds a snake or dragon, and governs the Western Continent of Aparagodaniya. Together, they symbolize favorable weather and abundant harvests.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F08 Western Heavenly King","offer_id":63673584648561,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/08_F08.jpg?v=1779891353"},{"product_id":"f09-northern-heavenly-king","title":"F09 Northern Heavenly King","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe Four Heavenly Kings (Sanskrit: agRG, Caturmaharajakayikas), also known as the Four Guardian Kings, are guardian deities in Buddhism, commonly referred to as the \"Four Vajras.\" The original painting in the Fahai Temple's depiction of Indra and Brahma paying homage to the Buddha and protecting the Dharma was 14 meters long and 3.2 meters high, depicting twenty deities, totaling 36 figures, each 1.2-1.6 meters tall. The Northern Heavenly King, Vaishravana, is located on the west side of the north wall inside the hall. He possesses great merit and protects the wealth of the people; his statue has a green face and holds an umbrella or stupa, governing Uttarakuru (the northern continent). Together, they symbolize favorable weather and abundant harvests.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F09 Northern Heavenly King","offer_id":63673609486705,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/09_F09.jpg?v=1779891628"},{"product_id":"f10-wei-tuo","title":"F10 Wei Tuo","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eLocated to the upper right of the Water-Moon Guanyin. A guardian deity of Buddhist temples, and also said to be a protector of Guanyin Bodhisattva. He is robust, powerful, and brave, with a childlike face, signifying his childlike innocence.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F10 Wei Tuo","offer_id":63673648415089,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/10_F10.jpg?v=1779891791"},{"product_id":"f11-vajra-secret-traces","title":"F11 Vajra Secret Traces","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eLocated on the north wall of the Indra and Brahma worshipping Buddha and protecting the Dharma imagery in Fahai Temple. Vajrapani: After Shakyamuni Buddha attained enlightenment, he was always accompanied and guarded by five hundred Vajrapani (Yakshas wielding sturdy weapons). Their leader was the Vajrapani warrior, wielding a vajra (to subdue demons).\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F11 Vajra Secret Traces","offer_id":63673671909745,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/11_F11.jpg?v=1779891926"},{"product_id":"f12-fat-reducing-general","title":"F12 Fat-Reducing General","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eLocated on the north wall of the Indra and Brahma worshipping Buddha and protecting the Dharma imagery in Fahai Temple. General Samjneya: Samjneya (also known as Samjneya Sūma) is an inaccurate transliteration of the Sanskrit word Samjneya, meaning \"secret\" or \"secret deity,\" also known as the Yaksha Grand General. Originally a fire god in Hinduism. He holds a vajra in his left hand, symbolizing immense power. One of the eight generals of the Northern Heavenly King, commanding twenty-eight retinues.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F12 Fat-Reducing General","offer_id":63673705922929,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/12_F12.jpg?v=1779892118"},{"product_id":"f13-brahmas-attendant-flower-bearing-celestial-maiden","title":"F13 Brahma's Attendant","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eFlower-bearing Goddess: One of Indra's attendant goddesses. She holds a plate filled with lotus flowers in her left hand, symbolizing Buddhist offerings. Indra: A transliteration of the Sanskrit word Indra, originally the supreme deity in Hindu mythology. Legend says he ruled over all and commanded all other gods. Indra later converted to Buddhism and became one of the Dharma protectors. After the Sinicization of Buddhism, Indra was often depicted as a young emperor with feminine features. Later, she was also depicted as a female queen.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F13 Brahma's Attendant - Flower-Bearing Celestial Maiden","offer_id":63673730793841,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/13_F13.jpg?v=1779892251"},{"product_id":"f14-merit-goddess","title":"F14 Merit Goddess","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe Mirror-Holding Celestial Maiden: One of the attendants of the Goddess of Merit, she holds a wish-fulfilling mirror.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F14 Merit Goddess","offer_id":63673763299697,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/14_F14.jpg?v=1779892398"},{"product_id":"f15-merit-heavenly-treasure-elephant","title":"F15 Merit Heavenly Treasure Elephant","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eThe Deity of Merit holds a precious pearl in his left hand, from which he releases five-colored clouds. A white elephant emerges from the clouds, its trunk holding a jeweled bottle. Various treasures are poured from the bottle and poured onto the Deity of Merit's head.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F15 Merit Heavenly Treasure Elephant","offer_id":63673782174065,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/15_F15.jpg?v=1779892578"},{"product_id":"f16-great-free-heaven-vajra-bell","title":"F16 Great Free Heaven Vajra Bell","description":"\u003c!-- Shopify Product Page Compatible Version --\u003e\n\u003cstyle\u003e\n    #floaria-product-section {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--cream);\n      background: var(--terracotta-base);\n      padding: 40px 20px 80px;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    #floaria-product-section *,\n    #floaria-product-section *::before,\n    #floaria-product-section *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography System *\/\n    #floaria-product-section .heading-display {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.1;\n    }\n\n    #floaria-product-section .heading-slab {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-weight: 400;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    #floaria-product-section .body-text {\n      font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Container *\/\n    #floaria-product-section .floaria-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* Logo *\/\n    #floaria-product-section .floaria-logo {\n      display: block;\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 60px;\n      opacity: 0.5;\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    #floaria-product-section .floaria-logo-small {\n      width: 32px;\n      height: 32px;\n      margin: 0 auto;\n      opacity: 0.35;\n    }\n\n    \/* ==========================================\n       Culture Accordion — Header\n    ========================================== *\/\n    #floaria-product-section .culture-section {\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .culture-accordion {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));\n      border: 1px solid rgba(255, 248, 240, 0.1);\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .culture-accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: background 0.3s ease;\n      gap: 16px;\n    }\n\n    #floaria-product-section .culture-accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    \/* Flex container for text — eyebrow above title, side by side with icon *\/\n    #floaria-product-section .culture-accordion-trigger {\n      display: flex;\n      flex-direction: column;\n      gap: 5px;\n      flex: 1;\n      min-width: 0;\n    }\n\n    #floaria-product-section .culture-accordion-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-muted);\n      line-height: 1;\n    }\n\n    #floaria-product-section .culture-accordion-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 18px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin: 0;\n      line-height: 1.2;\n      white-space: normal;\n    }\n\n    \/* ========== FIXED: Icon size enforced here ========== *\/\n    #floaria-product-section .culture-accordion-icon {\n      width: 22px;\n      height: 22px;\n      color: var(--gold-muted);\n      flex-shrink: 0;\n      transition: transform 0.4s ease;\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-icon {\n      transform: rotate(180deg);\n    }\n\n    #floaria-product-section .culture-accordion-content {\n      border-top: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .culture-content-wrapper {\n      padding: 24px;\n    }\n\n    #floaria-product-section .culture-lead {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.85);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .culture-divider {\n      height: 1px;\n      width: 40px;\n      background: linear-gradient(90deg, var(--gold-muted), transparent);\n      margin: 20px 0;\n    }\n\n    #floaria-product-section .culture-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin: 0 0 10px 0;\n    }\n\n    #floaria-product-section .culture-body {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      margin-bottom: 16px;\n    }\n\n    #floaria-product-section .culture-body:last-of-type {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .culture-footnote {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      text-align: center;\n      margin-top: 20px;\n      padding-top: 16px;\n      border-top: 1px solid rgba(255, 248, 240, 0.06);\n    }\n\n    \/* Animations *\/\n    @keyframes floariaFadeUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaScaleIn {\n      from { opacity: 0; transform: scale(0.96); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes floariaSlideRight {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes floariaFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-6px); }\n    }\n\n    @keyframes floariaReveal {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes floariaAccordionOpen {\n      from { opacity: 0; transform: translateY(-10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #floaria-product-section .culture-accordion[open] .culture-accordion-content {\n      animation: floariaAccordionOpen 0.4s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-fade-up {\n      animation: floariaFadeUp 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-scale-in {\n      animation: floariaScaleIn 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .animate-slide-right {\n      animation: floariaSlideRight 0.7s ease-out forwards;\n    }\n\n    #floaria-product-section .delay-1 { animation-delay: 0.1s; }\n    #floaria-product-section .delay-2 { animation-delay: 0.2s; }\n    #floaria-product-section .delay-3 { animation-delay: 0.3s; }\n    #floaria-product-section .delay-4 { animation-delay: 0.4s; }\n    #floaria-product-section .delay-5 { animation-delay: 0.5s; }\n\n    \/* Section Dividers *\/\n    #floaria-product-section .section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      padding: 50px 0;\n    }\n\n    #floaria-product-section .divider-line {\n      height: 1px;\n      width: 60px;\n      background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);\n    }\n\n    #floaria-product-section .divider-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      animation: floariaFloat 3s ease-in-out infinite;\n    }\n\n    \/* Hero Section - Stacked Layout *\/\n    #floaria-product-section .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .hero-content {\n      animation: floariaFadeUp 0.8s ease-out forwards;\n      opacity: 0;\n      order: 2;\n    }\n\n    #floaria-product-section .hero-image-wrapper {\n      position: relative;\n      animation: floariaScaleIn 0.8s ease-out 0.25s forwards;\n      opacity: 0;\n      order: 1;\n    }\n\n    #floaria-product-section .hero-tag {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 16px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #floaria-product-section .hero-tag::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold-bright);\n    }\n\n    #floaria-product-section .hero-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n      color: var(--cream);\n      margin-bottom: 20px;\n    }\n\n    #floaria-product-section .hero-subtitle {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--cream);\n      opacity: 0.85;\n      padding-bottom: 16px;\n      margin-bottom: 20px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.15);\n    }\n\n    #floaria-product-section .hero-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.8);\n      margin-bottom: 14px;\n    }\n\n    #floaria-product-section .hero-description strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .hero-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      background: rgba(0, 0, 0, 0.2);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #floaria-product-section .hero-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .hero-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 1s ease;\n    }\n\n    #floaria-product-section .hero-image-wrapper:hover .hero-image {\n      transform: scale(1.04);\n    }\n\n    #floaria-product-section .image-placeholder {\n      position: absolute;\n      inset: 0;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      letter-spacing: 0.1em;\n      color: rgba(255, 248, 240, 0.3);\n      text-transform: uppercase;\n      text-align: center;\n      padding: 20px;\n      background: rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Content Sections *\/\n    #floaria-product-section .content-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .section-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    #floaria-product-section .section-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 14px;\n    }\n\n    \/* Section Title Colors *\/\n    #floaria-product-section .title-gold { color: var(--gold-bright); }\n    #floaria-product-section .title-sage { color: #A8B89A; }\n    #floaria-product-section .title-slate { color: #B8C4D0; }\n    #floaria-product-section .title-cream { color: var(--cream); }\n    #floaria-product-section .title-muted { color: var(--gold-muted); }\n\n    #floaria-product-section .section-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.2;\n    }\n\n    #floaria-product-section .section-description {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(255, 248, 240, 0.75);\n      max-width: 580px;\n      margin: 16px auto 0;\n    }\n\n    \/* Glass Card *\/\n    #floaria-product-section .glass-card {\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 16px;\n      padding: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #floaria-product-section .glass-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(255, 248, 240, 0.25), transparent);\n    }\n\n    #floaria-product-section .specs-eyebrow {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold-bright);\n      margin-bottom: 20px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid rgba(255, 248, 240, 0.08);\n    }\n\n    #floaria-product-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .spec-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      color: rgba(255, 248, 240, 0.85);\n    }\n\n    #floaria-product-section .spec-icon {\n      color: var(--gold-muted);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .spec-label {\n      color: var(--cream);\n      font-weight: 500;\n    }\n\n    #floaria-product-section .spec-note {\n      font-size: 11px;\n      color: rgba(255, 248, 240, 0.4);\n      font-style: italic;\n      margin-top: 20px;\n      text-align: center;\n    }\n\n    \/* Pigment Section - Stacked Layout *\/\n    #floaria-product-section .pigment-section {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    #floaria-product-section .accordion-card {\n      background: rgba(0, 0, 0, 0.12);\n      border: 1px solid rgba(255, 248, 240, 0.06);\n      border-radius: 10px;\n      overflow: hidden;\n      margin-top: 20px;\n    }\n\n    #floaria-product-section .accordion-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 16px;\n      cursor: pointer;\n      transition: background 0.3s ease;\n      user-select: none;\n    }\n\n    #floaria-product-section .accordion-header:hover {\n      background: rgba(255, 248, 240, 0.03);\n    }\n\n    #floaria-product-section .accordion-title {\n      font-family: 'DM Sans', -apple-system, sans-serif;\n      font-size: 12px;\n      font-weight: 400;\n      color: var(--cream);\n    }\n\n    #floaria-product-section .accordion-icon {\n      width: 18px;\n      height: 18px;\n      color: var(--gold-muted);\n      transition: transform 0.35s ease;\n      flex-shrink: 0;\n    }\n\n    #floaria-product-section .accordion-card[open] .accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    #floaria-product-section .accordion-content {\n      padding: 0 16px 16px;\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n      border-top: 1px solid rgba(255, 248, 240, 0.05);\n    }\n\n    #floaria-product-section .accordion-content p {\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .accordion-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .accordion-content strong {\n      color: var(--gold-bright);\n      font-weight: 500;\n    }\n\n    \/* Workflow Section - Keep Side by Side on Desktop *\/\n    #floaria-product-section .workflow-section {\n      padding: 60px 0;\n    }\n\n    #floaria-product-section .workflow-step {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 50px;\n    }\n\n    #floaria-product-section .workflow-step:last-child {\n      margin-bottom: 0;\n    }\n\n    #floaria-product-section .workflow-step.reverse {\n      direction: rtl;\n    }\n\n    #floaria-product-section .workflow-step.reverse \u003e * {\n      direction: ltr;\n    }\n\n    #floaria-product-section .step-image-frame {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 16\/10;\n      background: rgba(0, 0, 0, 0.18);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .step-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .step-content {\n      padding: 10px 0;\n    }\n\n    #floaria-product-section .step-number {\n      font-family: 'Cinzel', 'Times New Roman', serif;\n      font-size: 9px;\n      letter-spacing: 0.18em;\n      color: var(--gold-muted);\n      margin-bottom: 10px;\n    }\n\n    #floaria-product-section .step-title {\n      font-family: 'Cormorant Garamond', Georgia, serif;\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--cream);\n      margin-bottom: 12px;\n    }\n\n    #floaria-product-section .step-description {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.75;\n      color: rgba(255, 248, 240, 0.75);\n    }\n\n    \/* Kit Section *\/\n    #floaria-product-section .kit-section {\n      text-align: center;\n      padding: 50px 0 20px;\n    }\n\n    #floaria-product-section .kit-wrapper {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      aspect-ratio: 16\/9;\n      background: rgba(0, 0, 0, 0.2);\n      margin-top: 30px;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n    }\n\n    #floaria-product-section .kit-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s ease;\n    }\n\n    #floaria-product-section .kit-wrapper:hover .kit-image {\n      transform: scale(1.03);\n    }\n\n    #floaria-product-section .kit-overlay {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 24px 20px;\n      background: linear-gradient(to top, rgba(26, 15, 10, 0.88), transparent);\n    }\n\n    #floaria-product-section .kit-items {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    #floaria-product-section .kit-item {\n      text-align: left;\n    }\n\n    #floaria-product-section .kit-item-title {\n      font-size: 11px;\n      font-weight: 500;\n      color: var(--cream);\n      margin-bottom: 3px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #floaria-product-section .kit-item-title::before {\n      content: '◆';\n      color: var(--gold-muted);\n      font-size: 8px;\n    }\n\n    #floaria-product-section .kit-item-desc {\n      font-size: 10px;\n      font-weight: 300;\n      color: rgba(255, 248, 240, 0.55);\n    }\n\n    \/* Usage Guide Section *\/\n    #floaria-product-section .guide-section {\n      padding: 60px 0 20px;\n    }\n\n    #floaria-product-section .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 30px;\n    }\n\n    #floaria-product-section .guide-image-frame {\n      position: relative;\n      border-radius: 14px;\n      overflow: hidden;\n      background: rgba(0, 0, 0, 0.15);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    #floaria-product-section .guide-image-frame:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);\n    }\n\n    #floaria-product-section .guide-image {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    #floaria-product-section .guide-caption {\n      font-size: 10px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: rgba(255, 248, 240, 0.45);\n      text-align: center;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    \/* Reveal Animation *\/\n    #floaria-product-section .reveal {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n\n    #floaria-product-section .reveal.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive - Mobile Layout *\/\n    @media (max-width: 768px) {\n      #floaria-product-section {\n        padding: 30px 16px 60px;\n      }\n\n      #floaria-product-section .specs-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #floaria-product-section .kit-items {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      #floaria-product-section .section-divider {\n        padding: 35px 0;\n      }\n\n      #floaria-product-section .guide-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #floaria-product-section .culture-accordion-header {\n        padding: 16px 20px;\n      }\n\n      #floaria-product-section .culture-accordion-title {\n        font-size: 16px;\n      }\n\n      #floaria-product-section .workflow-step {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        margin-bottom: 40px;\n      }\n\n      #floaria-product-section .workflow-step.reverse {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #floaria-product-section .kit-items {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"floaria-product-section\" style=\"--terracotta-deep: #8B3A1D; --terracotta-base: #A64D2D; --terracotta-light: #C4673A; --cream: #FFF8F0; --gold-muted: #D4A574; --gold-bright: #FFD7A0; --ink: #1A0F0A; --sage: #7D8B6A; --slate: #4A5568;\"\u003e\n\u003cdiv class=\"floaria-container\"\u003e\n\u003c!-- Logo --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo\"\u003e\n\n\u003c!-- Cultural Heritage Accordion --\u003e\n\u003csection class=\"culture-section\"\u003e\n\u003cdetails class=\"culture-accordion reveal\"\u003e\n\u003csummary class=\"culture-accordion-header\"\u003e\n  \u003cdiv class=\"culture-accordion-trigger\"\u003e\n    \u003cspan class=\"culture-accordion-eyebrow\"\u003eAbout This Artwork\u003c\/span\u003e\n    \u003ch3 class=\"culture-accordion-title\"\u003eMural Cultural Heritage \u0026amp; Origins\u003c\/h3\u003e\n  \u003c\/div\u003e\n  \u003csvg class=\"culture-accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"culture-accordion-content\"\u003e\n\u003cdiv class=\"culture-content-wrapper\"\u003e\n\u003cp class=\"culture-lead\"\u003eThis mural restoration kit draws direct inspiration from the timeless grotto paintings of Dunhuang (敦煌), a UNESCO World Heritage site located along the ancient Silk Road in Gansu Province, China.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eIntroduction to the mural patterns\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eMahesvara: A transliteration of the Sanskrit Mahesvara, also known as Mahesvara Deva. This deity is the lord of the three thousand great worlds, possessing great freedom within them, hence the name. Originally, he was one of the principal deities of Brahmanism, known as Wenva. In Indian mythology, he is a god of destruction, as well as a god of asceticism and dance. In Buddhism, he is a guardian deity, the god who guards the northeast. It is said that this deity originally had five heads, three eyes, and four arms, with the third eye capable of spewing divine fire to burn everything. After the Sinicization of Buddhism, he is depicted as having three eyes and eight arms, holding a white flamingo, a vajra bell, and a ruler.\n\u003c\/p\u003e\n\u003cp class=\"culture-body\"\u003eDating back to the 4th century CE, the Mogao Caves contain one of humanity's greatest artistic treasures—a collection of 45,000 square meters of murals depicting Buddhist mythology, Silk Road trade, and daily life across multiple dynasties. These paintings represent a unique fusion of Chinese, Indian, Persian, and Greek artistic traditions.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003eArtistic Technique\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eTraditional Dunhuang murals were created using mineral pigments ground from precious stones—malachite for greens, cinnabar for reds, lapis lazuli for blues—mixed with organic binders. The artists applied these pigments onto clay-slip plaster bases, creating the distinctive matte finish that has survived for over a millennium.\u003c\/p\u003e\n\u003ch4 class=\"culture-subtitle\"\u003ePreservation Challenge\u003c\/h4\u003e\n\u003cp class=\"culture-body\"\u003eToday, these murals face threats from sandstorms, moisture, and tourism. Conservation teams work painstakingly to document and preserve every brushstroke. This kit invites you to continue that legacy—not through copying, but through understanding and personal interpretation of these ancient techniques.\u003c\/p\u003e\n\u003cdiv class=\"culture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"culture-footnote\"\u003e\u003cem\u003eTemplate ready — replace this content with your specific mural's cultural background, historical context, and artistic significance.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/25a2e8d4e96fc3959e40f01ee0cc5acb.jpg?v=1779807227\" alt=\"FloAria Restoring Kit\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eRestoration Kit Overview\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag animate-fade-up\"\u003eIntangible Cultural Heritage\u003c\/div\u003e\n\u003ch2 class=\"hero-title animate-fade-up delay-1\"\u003eZero Experience Required.\u003cbr\u003eRestore Your Own Ancient Mural.\u003c\/h2\u003e\n\u003cdiv class=\"hero-subtitle animate-fade-up delay-2\"\u003eThe Ultimate Mural Restoration Kit\u003c\/div\u003e\n\u003cp class=\"hero-description animate-fade-up delay-3\"\u003eFeaturing a lightweight clay board mapped with a precise mineral silkscreen manuscript, this kit invites you to experience the authentic workflow of ancient conservators: \u003cstrong\u003eRecoloring, Weathering, and Framing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"hero-description animate-fade-up delay-4\"\u003eMore than just an art project, this collection stands as the ultimate whitepaper of our relentless material research and dedication to heritage preservation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider animate-fade-up delay-5\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Journey Section --\u003e\n\u003csection class=\"content-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eA Journey of Creation\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eBegin Your Restoration\u003c\/h2\u003e\n\u003cp class=\"section-description\"\u003eWhether you are a beginner or a seasoned art enthusiast, the Mural Restoration Kit will bring you unique joy and a profound sense of achievement. Every stroke and every hue is a journey into ancient art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card reveal\"\u003e\n\u003cdiv class=\"specs-eyebrow\"\u003eSpecifications \u0026amp; Dimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Board Dimensions:\u003c\/span\u003e Approx. 210 × 260 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eClay Thickness:\u003c\/span\u003e Approx. 12~15 mm (±2mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eFloating Frame (Outer):\u003c\/span\u003e Approx. 265 × 315 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eIncluded:\u003c\/span\u003e Full suite of painting \u0026amp; weathering tools, plus 9 exclusive natural mineral pigments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\" style=\"grid-column: span 2;\"\u003e\n\u003cspan class=\"spec-icon\"\u003e◆\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"spec-label\"\u003eMounting:\u003c\/span\u003e The frame is equipped with invisible hooks and hardware, ready to be displayed on your wall upon completion.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-note\"\u003e* Due to the authentic handcrafting process of the clay base, slight variations in size and shape are natural, making every piece entirely unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Divider --\u003e\n\u003cdiv class=\"section-divider\"\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"divider-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath d=\"M12 2L15 9H22L16 14L18 21L12 17L6 21L8 14L2 9H9L12 2Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Pigment Section --\u003e\n\u003csection class=\"pigment-section\"\u003e\n\u003cdiv class=\"hero-image-wrapper reveal\"\u003e\n\u003cdiv class=\"hero-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/a330c87417ccc82473e137d2fbbea2d8.jpg?v=1779807590\" alt=\"Ready-to-Use Mineral Pigments\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eMineral Pigments Macro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Sacred Medium\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eReady-to-Use\u003cbr\u003eTraditional Mineral Pigments\u003c\/h2\u003e\n\u003cdetails class=\"accordion-card\"\u003e\n\u003csummary class=\"accordion-header\"\u003e\u003cspan class=\"accordion-title\"\u003eRead The Craftsmanship Details\u003c\/span\u003e \u003csvg class=\"accordion-icon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6v12M6 12h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp\u003eTraditional mural pigments are sourced from raw minerals, botanical extracts, and composite colors, heavily relying on supreme color durability.\u003c\/p\u003e\n\u003cp\u003eWe have refined this ancient craft—our proprietary formula (patent pending) stabilizes the crushed minerals. Once pulverized and ground, the pigments are pre-mixed with the perfect viscosity of organic binders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSimply add water; no complex glue-mixing is required.\u003c\/strong\u003e Non-fading and non-flaking, this innovative approach effortlessly bridges the gap between you and traditional art, making ancient techniques accessible to modern hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Logo Small --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\" alt=\"FloAria Emblem\" class=\"floaria-logo-small\"\u003e\u003c\/div\u003e\n\n\u003c!-- Workflow Section --\u003e\n\u003csection class=\"workflow-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eThe Restoration Workflow\u003c\/div\u003e\n\u003ch2 class=\"section-title title-muted\"\u003eFrom Dust to Masterpiece\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ac2f3caaf9bcc9bed5565edc217c2b50.jpg?v=1779807998\" alt=\"Recoloring Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 1 — Recoloring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eRecoloring\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eBreathe life into the ancient manuscript. Using the provided mineral pigments, layer vibrant yet earthy tones onto the highly porous clay base, recreating the profound, matte finish of timeless grotto walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"workflow-step reverse reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/0b2ead92b0caae2a55af9ad89944091d.jpg?v=1779807998\" alt=\"Weathering Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 2 — Weathering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3 class=\"step-title title-slate\"\u003eWeathering\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eMaster the alchemy of aging. Utilize our archaic weathering mediums and sanding tools to create localized chipping, historical dust accumulation, and the beautiful patina of centuries passed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"workflow-step reveal\"\u003e\n\u003cdiv class=\"step-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/1f61f2e8143d24a205321d54d9de8747.jpg?v=1779807998\" alt=\"Framing Stage\" class=\"hero-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eStage 3 — Framing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-number\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3 class=\"step-title title-cream\"\u003eFraming\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eEnshrine your creation. Secure your finished clay board into the custom museum-grade floating frame. The suspended shadow gap elevates the heavy clay, transforming it into a gallery-ready relic for your sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Kit Section --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eInside The Ritual Box\u003c\/div\u003e\n\u003ch2 class=\"section-title title-gold\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eEverything you need to manifest your own sacred mural, beautifully curated in one package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-wrapper reveal\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/58996e28187caa91d1d4669084f76c57.png?v=1779808162\" alt=\"FloAria Full Material Kit\" class=\"kit-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003eThe Full Alchemy Kit — Flatlay View\u003c\/div\u003e\n\u003cdiv class=\"kit-overlay\"\u003e\n\u003cdiv class=\"kit-items\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003ePre-cracked Clay Board\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eSilkscreen manuscript base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eNatural Pigments\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003e9 colors of ready-to-use minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eFloating Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eMuseum-grade display mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cdiv class=\"kit-item-title\"\u003eArtisan Brush Set\u003c\/div\u003e\n\u003cdiv class=\"kit-item-desc\"\u003eLinework, shading \u0026amp; weathering tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Usage Guide Section --\u003e\n\u003csection class=\"guide-section\"\u003e\n\u003cdiv class=\"section-header reveal\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eUsage Instructions\u003c\/div\u003e\n\u003ch2 class=\"section-title title-sage\"\u003eHow to Use Your Tools\u003c\/h2\u003e\n\u003cp class=\"section-description\" style=\"margin-top: 14px;\"\u003eFollow the numbered guide below to master each instrument in your ritual kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-grid reveal\"\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/22739a886cc46c6de2db2179ab39bd2a.jpg?v=1779808706\" alt=\"Tool Reference Chart\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Identification Chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-image-frame\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/77efedb917fc6130b24b5c4d86df857e.jpg?v=1779808706\" alt=\"Tool Usage Guide\" class=\"guide-image\"\u003e\n\u003cdiv class=\"guide-caption\"\u003eTool Usage Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    \/\/ Scroll Reveal - Shopify Compatible\n    (function() {\n      var section = document.getElementById('floaria-product-section');\n      if (!section) return;\n\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.1,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      section.querySelectorAll('.reveal').forEach(function(el) {\n        observer.observe(el);\n      });\n    })();\n  \u003c\/script\u003e","brand":"FloAria","offers":[{"title":"F16 Great Free Heaven Vajra Bell","offer_id":63673802228081,"sku":null,"price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/16_F16.jpg?v=1779892718"},{"product_id":"vaisravana","title":"Vaisravana","description":"\n\u003c!-- ========== BRAND HEADER ========== --\u003e\n\u003cdiv class=\"brand-header\"\u003e\n  \u003cdiv class=\"brand-logo-wrap\"\u003e\n    \u003cimg class=\"brand-logo\" alt=\"FloAria\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\"\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"brand-tagline\"\u003eDunhuang Art · Wall Painting Experience\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== CULTURAL BACKGROUND (Collapsible) ========== --\u003e\n\u003cdiv class=\"cult-section\"\u003e\n  \u003cinput class=\"cult-cb\" id=\"cultToggle\" type=\"checkbox\"\u003e\n  \u003cdiv class=\"cult-body\"\u003e\n    \u003clabel class=\"cult-btn\" for=\"cultToggle\"\u003e\n      \u003cspan\u003eDiscover the Thousand-Year Wisdom of Dunhuang Murals\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"cult-panel\"\u003e\n      \u003cdiv class=\"cult-inner\"\u003e\n        \u003ch3\u003eClay Board Murals — A Dialogue Across Time\u003c\/h3\u003e\n        \u003cp\u003eDeep within the caves of Mogao in Dunhuang, ancient artists wove eternal paintings using \u003cstrong\u003eearth, minerals, and time\u003c\/strong\u003e. A thousand years later, we invite you to become the continuation of this dialogue.\u003c\/p\u003e\n        \u003cp\u003eWe believe that art is not the accumulation of technique, but \u003cstrong\u003ethe voice of the soul\u003c\/strong\u003e. Each clay board carries the wisdom of the ancients. \u003cstrong\u003eImperfection is the very soul of mural beauty\u003c\/strong\u003e — the fine cracks, the mottled colors, the natural weathering marks — these are the most precious gifts that time bestows upon art.\u003c\/p\u003e\n        \u003cp\u003eThis is \u003cstrong\u003ea spiritual journey spanning millennia\u003c\/strong\u003e. As you quiet your mind and gently apply pigment to the rough clay board, you will discover: \u003cstrong\u003ethe noise fades away, and the soul finds its resting place\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== HERO SECTION ========== --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n  \u003cdiv class=\"hero-bg-overlay\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-content\"\u003e\n    \u003cimg class=\"hero-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1378.jpg?v=1779977488\" alt=\"Fresco Creation Kits\"\u003e\n    \u003cdiv class=\"hero-text\"\u003e\n      \u003ch1\u003eUnlock Your Creative Genius\u003c\/h1\u003e\n      \u003cp class=\"hero-subtitle\"\u003eA Journey Through Time — Wall Painting Experience\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eEscape the chaos. Create a sanctuary for your soul.\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eNo experience needed. The beauty of murals lies in their \"living imperfection.\"\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 1 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PRODUCT PARAMETERS ========== --\u003e\n\u003cdiv class=\"params-section\"\u003e\n  \u003cdiv class=\"params-card\"\u003e\n\n    \u003cdiv class=\"params-header\"\u003e\n      \u003cspan\u003ePackage Contents\u003c\/span\u003e\n      \u003ch2\u003eFresco Creation Kit\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cinput class=\"params-cb\" id=\"paramsToggle\" type=\"checkbox\"\u003e\n    \u003cdiv class=\"params-toggle-wrap\"\u003e\n      \u003clabel class=\"toggle-label\" for=\"paramsToggle\"\u003e\n        \u003cspan class=\"toggle-chevron\"\u003e\u003c\/span\u003e\n        \u003cspan\u003eView Package Contents\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"params-hidden\"\u003e\n        \u003cdiv class=\"params-grid\"\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eBoard Size\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003e200 × 300 mm\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eStandard mural size for detailed work\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eBrush Kit\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eFull Tool Set\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eMultiple sizes for outlining \u0026amp; details\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eClay Board\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eTraditional Formula\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eHemp, wheat bran, straw, cotton\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003ePigments\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003e6 Mineral Pigments\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eCinnabar, Azurite, Malachite \u0026amp; more\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eMediums\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eGelatin + Ink\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003e1:1 mixing for rich layered colors\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eTemplates\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eClassic Line Art\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eAuthentic Dunhuang patterns\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-params\"\u003e\n      \u003cdiv class=\"params-grid\"\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eBoard Size\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003e200 × 300 mm\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eStandard mural size for detailed work\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eBrush Kit\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eFull Tool Set\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eMultiple sizes for outlining \u0026amp; details\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eClay Board\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eTraditional Formula\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eHemp, wheat bran, straw, cotton\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003ePigments\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003e6 Mineral Pigments\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eCinnabar, Azurite, Malachite \u0026amp; more\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eMediums\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eGelatin + Ink\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003e1:1 mixing for rich layered colors\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eTemplates\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eClassic Line Art\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eAuthentic Dunhuang patterns\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== MUD BOARD SECTION ========== --\u003e\n\u003cdiv class=\"mud-section\"\u003e\n  \u003cdiv class=\"mud-card\"\u003e\n    \u003cinput class=\"mb-cb\" id=\"mudToggle\" type=\"checkbox\"\u003e\n\n    \u003cdiv class=\"mud-header\"\u003e\n      \u003cspan\u003eCraftsmanship\u003c\/span\u003e\n      \u003ch2\u003eHeritage \u0026amp; Innovation in Clay Board Craftsmanship\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"mud-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1366.jpg?v=1779975005\" alt=\"Clay Board Material\"\u003e\n\n    \u003clabel class=\"mb-toggle\" for=\"mudToggle\"\u003e\n      \u003cspan class=\"mb-toggle-text\"\u003eView Details\u003c\/span\u003e\n      \u003cspan class=\"mb-arrow\"\u003e▸\u003c\/span\u003e\n    \u003c\/label\u003e\n\n    \u003cdiv class=\"mb-content\"\u003e\n      \u003cp\u003eTraditional clay board foundations are made from natural materials including hemp fiber, wheat bran, straw, and cotton — materials refined through generations of master craftsmen.\u003c\/p\u003e\n      \u003cp\u003eWe've preserved these authentic properties while optimizing our formula and techniques for enhanced performance. The improved clay boards provide a significantly better creative experience.\u003c\/p\u003e\n\n      \u003cdiv class=\"mud-tags\"\u003e\n        \u003cspan\u003eHemp Fiber\u003c\/span\u003e\n        \u003cspan\u003eWheat Bran\u003c\/span\u003e\n        \u003cspan\u003eStraw\u003c\/span\u003e\n        \u003cspan\u003eCotton\u003c\/span\u003e\n        \u003cspan\u003eLoess\u003c\/span\u003e\n        \u003cspan\u003eFine Sand\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"mud-note\"\u003eNote: Slight imperfections may exist due to handmade production\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PIGMENTS SECTION ========== --\u003e\n\u003cdiv class=\"pig-section\"\u003e\n  \u003cdiv class=\"pig-card\"\u003e\n    \u003cinput class=\"pig-cb\" id=\"pigToggle\" type=\"checkbox\"\u003e\n\n    \u003cdiv class=\"pig-header\"\u003e\n      \u003cspan\u003eMineral Pigments\u003c\/span\u003e\n      \u003ch2\u003eNature's Color Code\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"pig-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1368.jpg?v=1779975523\" alt=\"Mineral Pigments\"\u003e\n\n    \u003cdiv class=\"pig-swatches\"\u003e\n      \u003cspan title=\"Cinnabar\" style=\"background:#C45D3A;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Azurite\" style=\"background:#4A7B8C;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Malachite\" style=\"background:#C9A959;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Ochre\" style=\"background:#6B4423;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Yellow Ochre\" style=\"background:#2D4A3E;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Realgar\" style=\"background:#8B4513;\" class=\"swatch\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"pig-toggle\" for=\"pigToggle\"\u003e\n      \u003cspan class=\"pig-toggle-text\"\u003eView Details\u003c\/span\u003e\n      \u003cspan class=\"pig-arrow\"\u003e▸\u003c\/span\u003e\n    \u003c\/label\u003e\n\n    \u003cdiv class=\"pig-content\"\u003e\n      \u003cblockquote\u003e\"Cinnabar is frozen sunrise; Azurite is distilled deep sea.\u003cbr\u003eEvery stroke you take is a conversation with the ancients.\"\u003c\/blockquote\u003e\n      \u003cp\u003eWhen mineral pigments are mixed with gelatin in a 1:1 ratio, colors slowly penetrate and settle — just as they did for mural painters a thousand years ago.\u003c\/p\u003e\n      \u003cp\u003eThe roughness of the clay \"eats\" some color; mineral particles leave natural spots. These imperfections are precisely the most precious gifts.\u003c\/p\u003e\n      \u003cdiv class=\"pig-tip\"\u003e\u003cspan\u003eTip: Mix pigments with gelatin in 1:1 ratio\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 2 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003cpath d=\"M12 19l7-7 3 3-7 7-3-3z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== USAGE INSTRUCTIONS ========== --\u003e\n\u003cdiv class=\"usage-section\"\u003e\n  \u003cdiv class=\"usage-header\"\u003e\n    \u003cspan\u003eTutorial\u003c\/span\u003e\n    \u003ch2\u003eHow to Create Your Mural\u003c\/h2\u003e\n    \u003cp\u003eSix steps to your masterpiece\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cimg class=\"usage-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/2.webp?v=1779975054\" alt=\"Tutorial\"\u003e\n\n  \u003cdiv class=\"usage-grid\"\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e01\u003c\/span\u003e\n      \u003ch4\u003eTransfer\u003c\/h4\u003e\n      \u003cp\u003ePlace transfer paper face-down on clay board. Trace outlines with charcoal pencil.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e02\u003c\/span\u003e\n      \u003ch4\u003eOutline\u003c\/h4\u003e\n      \u003cp\u003eUse ink to trace outlines. Let dry completely before coloring.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e03\u003c\/span\u003e\n      \u003ch4\u003eColor\u003c\/h4\u003e\n      \u003cp\u003eLayer colors progressively. Apply background broadly and let partially dry.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e04\u003c\/span\u003e\n      \u003ch4\u003eRedraw Lines\u003c\/h4\u003e\n      \u003cp\u003eUse ink to redraw lines covered by colors, restoring crisp outlines.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e05\u003c\/span\u003e\n      \u003ch4\u003eAging\u003c\/h4\u003e\n      \u003cp\u003eSand gently to simulate natural weathering. Focus on edges.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e06\u003c\/span\u003e\n      \u003ch4\u003eFrame\u003c\/h4\u003e\n      \u003cp\u003ePlace in the included frame. Secure bottom with screws and attach hardware.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== TIPS SECTION ========== --\u003e\n\u003cdiv class=\"tips-section\"\u003e\n  \u003cdiv class=\"tips-card\"\u003e\n    \u003cdiv class=\"tips-header\"\u003e\n      \u003ch3\u003ePro Tips\u003c\/h3\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tips-grid\"\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eMix gelatin and mineral pigments in 1:1 ratio before use\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eApply background color broadly and let half-dry before next step\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eAdd colors in layers, light to dark\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eUse fine brushes for details and line work\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eInk can be diluted for light\/medium\/dark shading tones\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eAdding ink to colors creates darker, richer tones\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 3 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003crect ry=\"2\" rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\n        \u003ccircle r=\"1.5\" cy=\"8.5\" cx=\"8.5\"\u003e\u003c\/circle\u003e\n        \u003cpolyline points=\"21 15 16 10 5 21\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PRODUCT OVERVIEW ========== --\u003e\n\u003cdiv class=\"overview-section\"\u003e\n  \u003cimg class=\"overview-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/908fc7c2263eceacff06f174d4041af5.jpg?v=1779976010\" alt=\"Fresco Creation Kits Collection Overview\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== FOOTER ========== --\u003e\n\u003cdiv class=\"site-footer\"\u003e\n  \u003cimg class=\"footer-logo\" alt=\"FloAria\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\"\u003e\n  \u003cp\u003eFloAria · Dunhuang Art · Bringing Art to Life\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* ==================== TOKENS ==================== *\/\n:root {\n  --c-bg: #2D2420;\n  --c-bg-deep: #1A1512;\n  --c-card: rgba(50, 35, 28, 0.45);\n  --c-card-deep: rgba(50, 35, 28, 0.5);\n  --c-gold: #C9A959;\n  --c-gold-light: #D4B96A;\n  --c-text: #F5F0E8;\n  --c-text-dim: rgba(245, 240, 232, 0.65);\n  --c-border: rgba(201, 169, 89, 0.22);\n  --c-border-light: rgba(201, 169, 89, 0.15);\n  --f-display: 'Cormorant Garamond', serif;\n  --f-body: 'DM Sans', sans-serif;\n}\n\n\/* ==================== BASE RESET ==================== *\/\n.cult-section *,\n.hero-section *,\n.params-section *,\n.mud-section *,\n.pig-section *,\n.tips-section *,\n.usage-section *,\n.divider-wrap * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* ==================== BRAND HEADER ==================== *\/\n.brand-header {\n  text-align: center;\n  padding: 30px 24px 20px;\n}\n.brand-logo-wrap {\n  display: block;\n  text-align: center;\n}\n.brand-logo {\n  max-width: 100px;\n  height: auto;\n  display: inline-block;\n  margin: 0 auto;\n}\n.brand-tagline {\n  font-family: var(--f-body);\n  font-size: 10px;\n  letter-spacing: 0.35em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  margin-top: 10px;\n}\n\n\/* ==================== CULTURAL SECTION ==================== *\/\n.cult-section {\n  max-width: 860px;\n  margin: 0 auto 50px;\n  padding: 0 24px;\n}\n.cult-cb { display: none; }\n.cult-body \u003e .cult-panel {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.cult-cb:checked + .cult-body \u003e .cult-panel {\n  max-height: 800px;\n}\n.cult-cb:checked + .cult-body .cult-btn {\n  background: linear-gradient(135deg, #6B4838, #5A3F33);\n  border-color: var(--c-gold);\n}\n.cult-btn {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  width: 100%;\n  background: linear-gradient(135deg, #5C3D2E, #4A2F23);\n  border: 1px solid rgba(201, 169, 89, 0.4);\n  padding: 16px 24px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n}\n.cult-btn:hover {\n  background: linear-gradient(135deg, #6B4838, #5A3F33);\n  border-color: var(--c-gold);\n}\n.cult-btn span {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.cult-cb:checked + .cult-body .cult-btn span::before { content: \"▸ \"; }\n.cult-cb:not(:checked) + .cult-body .cult-btn span::before { content: \"▾ \"; }\n.cult-inner {\n  padding: 30px 10px 10px;\n  opacity: 0.6;\n  transition: opacity 0.4s ease;\n}\n.cult-cb:checked + .cult-body .cult-inner { opacity: 1; }\n.cult-inner h3 {\n  font-family: var(--f-display);\n  font-size: 22px;\n  font-weight: 500;\n  color: var(--c-gold);\n  margin-bottom: 18px;\n  text-align: center;\n}\n.cult-inner p {\n  font-family: var(--f-display);\n  font-size: 16px;\n  color: var(--c-text);\n  margin-bottom: 14px;\n  line-height: 1.9;\n  text-align: justify;\n  opacity: 0.92;\n}\n.cult-inner p strong { color: var(--c-gold); }\n\n\/* ==================== HERO SECTION ==================== *\/\n.hero-section {\n  position: relative;\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 40px 24px 70px;\n  overflow: hidden;\n}\n.hero-bg-overlay {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: linear-gradient(180deg, transparent 0%, rgba(45, 36, 32, 0.25) 100%);\n  pointer-events: none;\n}\n.hero-content {\n  position: relative;\n  z-index: 2;\n  width: 100%;\n}\n.hero-img {\n  width: 100%;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 12px;\n  display: block;\n  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);\n}\n.hero-text {\n  text-align: center;\n  padding: 30px 0 0;\n  max-width: 860px;\n  margin: 0 auto;\n}\n.hero-text h1 {\n  font-family: var(--f-display);\n  font-size: clamp(28px, 5vw, 46px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-text);\n  letter-spacing: 0.03em;\n  margin-bottom: 10px;\n}\n.hero-subtitle {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n}\n.hero-desc {\n  font-family: var(--f-display);\n  font-size: 16px;\n  color: var(--c-text);\n  opacity: 0.88;\n  margin-bottom: 8px;\n}\n\n\/* ==================== SECTION DIVIDER WRAPPER ==================== *\/\n.divider-wrap {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n.section-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 16px;\n  padding: 30px 0;\n}\n.divider-line {\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, var(--c-gold));\n}\n.divider-line--right {\n  background: linear-gradient(90deg, var(--c-gold), transparent);\n}\n.divider-icon {\n  width: 32px;\n  height: 32px;\n  border: 1px solid rgba(201, 169, 89, 0.5);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  background: var(--c-bg);\n}\n\n\/* ==================== PRODUCT PARAMS ==================== *\/\n.params-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.params-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.45), rgba(40, 28, 22, 0.35));\n  border: 1px solid var(--c-border);\n  border-radius: 10px;\n  padding: 40px;\n}\n.params-header {\n  text-align: center;\n  margin-bottom: 30px;\n}\n.params-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.params-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(22px, 4vw, 32px);\n  font-weight: 500;\n  color: var(--c-text);\n  letter-spacing: 0.05em;\n}\n\n\/* Params toggle *\/\n.params-cb { display: none; }\n.params-toggle-wrap { display: block; }\n.params-hidden {\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.params-cb:checked ~ .params-toggle-wrap .params-hidden {\n  max-height: 600px;\n  opacity: 1;\n}\n.params-cb:checked ~ .params-toggle-wrap .toggle-label {\n  background: rgba(50, 35, 28, 0.6);\n  border-color: rgba(201, 169, 89, 0.5);\n}\n.params-cb:checked ~ .params-toggle-wrap .toggle-label .toggle-chevron::before { content: \"▸ \"; }\n.params-cb:not(:checked) ~ .params-toggle-wrap .toggle-label .toggle-chevron::before { content: \"▾ \"; }\n.toggle-label {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.35);\n  padding: 12px 20px;\n  cursor: pointer;\n  margin-bottom: 24px;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n}\n.toggle-label span:last-child {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n.toggle-chevron {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  font-size: 11px;\n}\n\n\/* Desktop always visible *\/\n.desktop-params { display: none; }\n@media (min-width: 601px) {\n  .params-toggle-wrap { display: none !important; }\n  .desktop-params { display: block; }\n}\n\n\/* Params grid *\/\n.params-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  max-width: 760px;\n  margin: 0 auto;\n}\n@media (max-width: 900px) { .params-grid { max-width: none; grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 500px) { .params-grid { grid-template-columns: 1fr; } }\n\n.param-item {\n  background: rgba(255, 255, 255, 0.04);\n  border: 1px solid var(--c-border-light);\n  border-radius: 6px;\n  padding: 20px;\n  text-align: center;\n}\n.param-item span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.8;\n  display: block;\n  margin-bottom: 8px;\n}\n.param-value {\n  font-family: var(--f-display);\n  font-size: 19px;\n  font-weight: 500;\n  color: var(--c-text);\n  margin-bottom: 6px;\n}\n.param-desc {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-text);\n  opacity: 0.65;\n  line-height: 1.5;\n}\n\n\/* ==================== MUD BOARD SECTION ==================== *\/\n.mud-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.mud-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.5), rgba(38, 26, 20, 0.4));\n  border: 1px solid var(--c-border);\n  border-radius: 12px;\n  padding: 40px;\n  position: relative;\n}\n.mb-cb { display: none; }\n\n.mb-toggle {\n  display: none;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  padding: 14px 20px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n  margin-top: 20px;\n}\n.mb-toggle:hover { border-color: var(--c-gold); }\n.mb-toggle .mb-toggle-text {\n  font-family: var(--f-display);\n  font-size: 14px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.mb-arrow {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  transition: transform 0.3s ease;\n  display: inline-block;\n}\n\n.mud-header {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.mud-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.mud-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 500;\n  color: var(--c-gold);\n  letter-spacing: 0.04em;\n  margin: 0 0 8px;\n}\n.mud-img {\n  width: 100%;\n  max-width: 420px;\n  margin: 0 auto 25px;\n  aspect-ratio: 4\/3;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);\n}\n\n.mb-content {\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n}\n.mb-cb:checked ~ .mb-content {\n  max-height: 500px;\n  opacity: 1;\n}\n.mb-cb:checked ~ .mb-toggle .mb-arrow { transform: rotate(90deg); }\n\n@media (min-width: 769px) {\n  .mb-toggle { display: none !important; }\n  .mb-content {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n  }\n}\n\n.mb-content p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  line-height: 1.9;\n  margin-bottom: 14px;\n  opacity: 0.88;\n  text-align: center;\n  max-width: 680px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.mb-content .mud-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 18px;\n}\n.mb-content .mud-tags span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  color: var(--c-text);\n  padding: 5px 12px;\n  background: rgba(201, 169, 89, 0.1);\n  border: 1px solid rgba(201, 169, 89, 0.2);\n  border-radius: 20px;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n.mud-note {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  opacity: 0.8;\n  text-align: center;\n  padding-top: 16px;\n  border-top: 1px solid rgba(201, 169, 89, 0.2);\n  max-width: 400px;\n  margin: 0 auto;\n}\n\n\/* ==================== PIGMENTS SECTION ==================== *\/\n.pig-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.pig-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.5), rgba(38, 26, 20, 0.4));\n  border: 1px solid var(--c-border);\n  border-radius: 12px;\n  padding: 40px;\n  position: relative;\n}\n.pig-cb { display: none; }\n\n.pig-toggle {\n  display: none;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  padding: 14px 20px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n  margin-top: 20px;\n}\n.pig-toggle:hover { border-color: var(--c-gold); }\n.pig-toggle-text {\n  font-family: var(--f-display);\n  font-size: 14px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.pig-arrow {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  transition: transform 0.3s ease;\n  display: inline-block;\n}\n\n.pig-header {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.pig-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.pig-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-gold);\n  letter-spacing: 0.04em;\n  margin: 0 0 8px;\n}\n.pig-img {\n  width: 100%;\n  max-width: 340px;\n  margin: 0 auto 20px;\n  aspect-ratio: 1;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);\n}\n.pig-swatches {\n  display: flex;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 20px;\n}\n.swatch {\n  width: 26px;\n  height: 26px;\n  border-radius: 50%;\n  border: 2px solid rgba(201, 169, 89, 0.3);\n  display: inline-block;\n}\n\n.pig-content {\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n}\n.pig-cb:checked ~ .pig-content {\n  max-height: 600px;\n  opacity: 1;\n}\n.pig-cb:checked ~ .pig-toggle .pig-arrow { transform: rotate(90deg); }\n\n@media (min-width: 769px) {\n  .pig-toggle { display: none !important; }\n  .pig-content {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n  }\n}\n\n.pig-content blockquote {\n  font-family: var(--f-display);\n  font-size: 18px;\n  font-style: italic;\n  color: var(--c-text);\n  line-height: 1.7;\n  margin-bottom: 18px;\n  padding-left: 18px;\n  border-left: 3px solid var(--c-gold);\n  text-align: center;\n  max-width: 560px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pig-content p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  line-height: 1.9;\n  margin-bottom: 12px;\n  opacity: 0.88;\n  text-align: center;\n  max-width: 620px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pig-tip {\n  text-align: center;\n}\n.pig-tip span {\n  display: inline-block;\n  font-family: var(--f-body);\n  font-size: 10px;\n  color: var(--c-gold);\n  padding: 10px 16px;\n  background: rgba(201, 169, 89, 0.1);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  border-radius: 4px;\n  letter-spacing: 0.05em;\n}\n\n\/* ==================== USAGE SECTION ==================== *\/\n.usage-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.usage-header {\n  text-align: center;\n  margin-bottom: 35px;\n}\n.usage-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.usage-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(22px, 4vw, 34px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-text);\n  letter-spacing: 0.04em;\n  margin: 0;\n}\n.usage-header p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  opacity: 0.7;\n  margin-top: 8px;\n}\n.usage-img {\n  max-width: 750px;\n  margin: 0 auto 35px;\n  width: 100%;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);\n}\n.usage-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n@media (max-width: 900px) { .usage-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }\n@media (max-width: 550px) { .usage-grid { grid-template-columns: 1fr; } }\n\n.usage-item {\n  background: rgba(45, 32, 26, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.18);\n  border-radius: 8px;\n  padding: 22px;\n}\n.usage-num {\n  font-family: var(--f-display);\n  font-size: 38px;\n  font-weight: 300;\n  color: var(--c-gold);\n  opacity: 0.2;\n  line-height: 1;\n  margin-bottom: 12px;\n  display: block;\n}\n.usage-item h4 {\n  font-family: var(--f-display);\n  font-size: 17px;\n  font-weight: 500;\n  color: var(--c-text);\n  margin-bottom: 8px;\n}\n.usage-item p {\n  font-family: var(--f-body);\n  font-size: 12px;\n  color: var(--c-text);\n  line-height: 1.7;\n  opacity: 0.8;\n}\n\n\/* ==================== TIPS SECTION ==================== *\/\n.tips-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.tips-card {\n  background: linear-gradient(160deg, rgba(70, 42, 38, 0.5), rgba(50, 32, 28, 0.45));\n  border: 1px solid rgba(201, 169, 89, 0.25);\n  border-radius: 12px;\n  padding: 36px;\n}\n.tips-header {\n  text-align: center;\n  margin-bottom: 28px;\n}\n.tips-header h3 {\n  font-family: var(--f-display);\n  font-size: 24px;\n  font-weight: 500;\n  color: var(--c-gold);\n  letter-spacing: 0.05em;\n  margin: 0;\n}\n.tips-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n}\n@media (max-width: 580px) { .tips-grid { grid-template-columns: 1fr; } }\n\n.tip-item {\n  display: flex;\n  gap: 12px;\n  padding: 14px;\n  background: rgba(255, 255, 255, 0.03);\n  border-radius: 6px;\n  align-items: flex-start;\n}\n.tip-dot {\n  width: 5px;\n  height: 5px;\n  background: var(--c-gold);\n  border-radius: 50%;\n  margin-top: 8px;\n  flex-shrink: 0;\n}\n.tip-item p {\n  font-family: var(--f-body);\n  font-size: 12px;\n  color: var(--c-text);\n  line-height: 1.7;\n  opacity: 0.85;\n  margin: 0;\n}\n\n\/* ==================== OVERVIEW SECTION ==================== *\/\n.overview-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 70px;\n}\n.overview-img {\n  width: 100%;\n  max-width: 950px;\n  margin: 0 auto;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 10px;\n  display: block;\n  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);\n}\n\n\/* ==================== FOOTER ==================== *\/\n.site-footer {\n  text-align: center;\n  padding: 35px 24px 30px;\n  border-top: 1px solid rgba(201, 169, 89, 0.2);\n}\n.footer-logo {\n  max-width: 60px;\n  opacity: 0.7;\n  display: block;\n  margin: 0 auto 14px;\n}\n.site-footer p {\n  font-family: var(--f-body);\n  font-size: 10px;\n  color: var(--c-gold);\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  opacity: 0.6;\n  margin: 0;\n}\n\u003c\/style\u003e","brand":"FloAria","offers":[{"title":"Default Title","offer_id":63674436551025,"sku":null,"price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1386.jpg?v=1779980549"},{"product_id":"long-box-jade-maiden","title":"Long Box Jade Maiden","description":"\n\u003c!-- ========== BRAND HEADER ========== --\u003e\n\u003cdiv class=\"brand-header\"\u003e\n  \u003cdiv class=\"brand-logo-wrap\"\u003e\n    \u003cimg class=\"brand-logo\" alt=\"FloAria\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\"\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"brand-tagline\"\u003eDunhuang Art · Wall Painting Experience\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== CULTURAL BACKGROUND (Collapsible) ========== --\u003e\n\u003cdiv class=\"cult-section\"\u003e\n  \u003cinput class=\"cult-cb\" id=\"cultToggle\" type=\"checkbox\"\u003e\n  \u003cdiv class=\"cult-body\"\u003e\n    \u003clabel class=\"cult-btn\" for=\"cultToggle\"\u003e\n      \u003cspan\u003eDiscover the Thousand-Year Wisdom of Dunhuang Murals\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"cult-panel\"\u003e\n      \u003cdiv class=\"cult-inner\"\u003e\n        \u003ch3\u003eClay Board Murals — A Dialogue Across Time\u003c\/h3\u003e\n        \u003cp\u003eDeep within the caves of Mogao in Dunhuang, ancient artists wove eternal paintings using \u003cstrong\u003eearth, minerals, and time\u003c\/strong\u003e. A thousand years later, we invite you to become the continuation of this dialogue.\u003c\/p\u003e\n        \u003cp\u003eWe believe that art is not the accumulation of technique, but \u003cstrong\u003ethe voice of the soul\u003c\/strong\u003e. Each clay board carries the wisdom of the ancients. \u003cstrong\u003eImperfection is the very soul of mural beauty\u003c\/strong\u003e — the fine cracks, the mottled colors, the natural weathering marks — these are the most precious gifts that time bestows upon art.\u003c\/p\u003e\n        \u003cp\u003eThis is \u003cstrong\u003ea spiritual journey spanning millennia\u003c\/strong\u003e. As you quiet your mind and gently apply pigment to the rough clay board, you will discover: \u003cstrong\u003ethe noise fades away, and the soul finds its resting place\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== HERO SECTION ========== --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n  \u003cdiv class=\"hero-bg-overlay\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-content\"\u003e\n    \u003cimg class=\"hero-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1378.jpg?v=1779977488\" alt=\"Fresco Creation Kits\"\u003e\n    \u003cdiv class=\"hero-text\"\u003e\n      \u003ch1\u003eUnlock Your Creative Genius\u003c\/h1\u003e\n      \u003cp class=\"hero-subtitle\"\u003eA Journey Through Time — Wall Painting Experience\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eEscape the chaos. Create a sanctuary for your soul.\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eNo experience needed. The beauty of murals lies in their \"living imperfection.\"\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 1 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PRODUCT PARAMETERS ========== --\u003e\n\u003cdiv class=\"params-section\"\u003e\n  \u003cdiv class=\"params-card\"\u003e\n\n    \u003cdiv class=\"params-header\"\u003e\n      \u003cspan\u003ePackage Contents\u003c\/span\u003e\n      \u003ch2\u003eFresco Creation Kit\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cinput class=\"params-cb\" id=\"paramsToggle\" type=\"checkbox\"\u003e\n    \u003cdiv class=\"params-toggle-wrap\"\u003e\n      \u003clabel class=\"toggle-label\" for=\"paramsToggle\"\u003e\n        \u003cspan class=\"toggle-chevron\"\u003e\u003c\/span\u003e\n        \u003cspan\u003eView Package Contents\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"params-hidden\"\u003e\n        \u003cdiv class=\"params-grid\"\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eBoard Size\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003e200 × 300 mm\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eStandard mural size for detailed work\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eBrush Kit\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eFull Tool Set\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eMultiple sizes for outlining \u0026amp; details\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eClay Board\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eTraditional Formula\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eHemp, wheat bran, straw, cotton\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003ePigments\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003e6 Mineral Pigments\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eCinnabar, Azurite, Malachite \u0026amp; more\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eMediums\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eGelatin + Ink\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003e1:1 mixing for rich layered colors\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eTemplates\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eClassic Line Art\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eAuthentic Dunhuang patterns\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-params\"\u003e\n      \u003cdiv class=\"params-grid\"\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eBoard Size\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003e200 × 300 mm\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eStandard mural size for detailed work\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eBrush Kit\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eFull Tool Set\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eMultiple sizes for outlining \u0026amp; details\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eClay Board\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eTraditional Formula\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eHemp, wheat bran, straw, cotton\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003ePigments\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003e6 Mineral Pigments\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eCinnabar, Azurite, Malachite \u0026amp; more\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eMediums\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eGelatin + Ink\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003e1:1 mixing for rich layered colors\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eTemplates\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eClassic Line Art\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eAuthentic Dunhuang patterns\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== MUD BOARD SECTION ========== --\u003e\n\u003cdiv class=\"mud-section\"\u003e\n  \u003cdiv class=\"mud-card\"\u003e\n    \u003cinput class=\"mb-cb\" id=\"mudToggle\" type=\"checkbox\"\u003e\n\n    \u003cdiv class=\"mud-header\"\u003e\n      \u003cspan\u003eCraftsmanship\u003c\/span\u003e\n      \u003ch2\u003eHeritage \u0026amp; Innovation in Clay Board Craftsmanship\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"mud-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1366.jpg?v=1779975005\" alt=\"Clay Board Material\"\u003e\n\n    \u003clabel class=\"mb-toggle\" for=\"mudToggle\"\u003e\n      \u003cspan class=\"mb-toggle-text\"\u003eView Details\u003c\/span\u003e\n      \u003cspan class=\"mb-arrow\"\u003e▸\u003c\/span\u003e\n    \u003c\/label\u003e\n\n    \u003cdiv class=\"mb-content\"\u003e\n      \u003cp\u003eTraditional clay board foundations are made from natural materials including hemp fiber, wheat bran, straw, and cotton — materials refined through generations of master craftsmen.\u003c\/p\u003e\n      \u003cp\u003eWe've preserved these authentic properties while optimizing our formula and techniques for enhanced performance. The improved clay boards provide a significantly better creative experience.\u003c\/p\u003e\n\n      \u003cdiv class=\"mud-tags\"\u003e\n        \u003cspan\u003eHemp Fiber\u003c\/span\u003e\n        \u003cspan\u003eWheat Bran\u003c\/span\u003e\n        \u003cspan\u003eStraw\u003c\/span\u003e\n        \u003cspan\u003eCotton\u003c\/span\u003e\n        \u003cspan\u003eLoess\u003c\/span\u003e\n        \u003cspan\u003eFine Sand\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"mud-note\"\u003eNote: Slight imperfections may exist due to handmade production\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PIGMENTS SECTION ========== --\u003e\n\u003cdiv class=\"pig-section\"\u003e\n  \u003cdiv class=\"pig-card\"\u003e\n    \u003cinput class=\"pig-cb\" id=\"pigToggle\" type=\"checkbox\"\u003e\n\n    \u003cdiv class=\"pig-header\"\u003e\n      \u003cspan\u003eMineral Pigments\u003c\/span\u003e\n      \u003ch2\u003eNature's Color Code\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"pig-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1368.jpg?v=1779975523\" alt=\"Mineral Pigments\"\u003e\n\n    \u003cdiv class=\"pig-swatches\"\u003e\n      \u003cspan title=\"Cinnabar\" style=\"background:#C45D3A;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Azurite\" style=\"background:#4A7B8C;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Malachite\" style=\"background:#C9A959;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Ochre\" style=\"background:#6B4423;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Yellow Ochre\" style=\"background:#2D4A3E;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Realgar\" style=\"background:#8B4513;\" class=\"swatch\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"pig-toggle\" for=\"pigToggle\"\u003e\n      \u003cspan class=\"pig-toggle-text\"\u003eView Details\u003c\/span\u003e\n      \u003cspan class=\"pig-arrow\"\u003e▸\u003c\/span\u003e\n    \u003c\/label\u003e\n\n    \u003cdiv class=\"pig-content\"\u003e\n      \u003cblockquote\u003e\"Cinnabar is frozen sunrise; Azurite is distilled deep sea.\u003cbr\u003eEvery stroke you take is a conversation with the ancients.\"\u003c\/blockquote\u003e\n      \u003cp\u003eWhen mineral pigments are mixed with gelatin in a 1:1 ratio, colors slowly penetrate and settle — just as they did for mural painters a thousand years ago.\u003c\/p\u003e\n      \u003cp\u003eThe roughness of the clay \"eats\" some color; mineral particles leave natural spots. These imperfections are precisely the most precious gifts.\u003c\/p\u003e\n      \u003cdiv class=\"pig-tip\"\u003e\u003cspan\u003eTip: Mix pigments with gelatin in 1:1 ratio\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 2 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003cpath d=\"M12 19l7-7 3 3-7 7-3-3z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== USAGE INSTRUCTIONS ========== --\u003e\n\u003cdiv class=\"usage-section\"\u003e\n  \u003cdiv class=\"usage-header\"\u003e\n    \u003cspan\u003eTutorial\u003c\/span\u003e\n    \u003ch2\u003eHow to Create Your Mural\u003c\/h2\u003e\n    \u003cp\u003eSix steps to your masterpiece\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cimg class=\"usage-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/2.webp?v=1779975054\" alt=\"Tutorial\"\u003e\n\n  \u003cdiv class=\"usage-grid\"\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e01\u003c\/span\u003e\n      \u003ch4\u003eTransfer\u003c\/h4\u003e\n      \u003cp\u003ePlace transfer paper face-down on clay board. Trace outlines with charcoal pencil.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e02\u003c\/span\u003e\n      \u003ch4\u003eOutline\u003c\/h4\u003e\n      \u003cp\u003eUse ink to trace outlines. Let dry completely before coloring.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e03\u003c\/span\u003e\n      \u003ch4\u003eColor\u003c\/h4\u003e\n      \u003cp\u003eLayer colors progressively. Apply background broadly and let partially dry.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e04\u003c\/span\u003e\n      \u003ch4\u003eRedraw Lines\u003c\/h4\u003e\n      \u003cp\u003eUse ink to redraw lines covered by colors, restoring crisp outlines.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e05\u003c\/span\u003e\n      \u003ch4\u003eAging\u003c\/h4\u003e\n      \u003cp\u003eSand gently to simulate natural weathering. Focus on edges.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e06\u003c\/span\u003e\n      \u003ch4\u003eFrame\u003c\/h4\u003e\n      \u003cp\u003ePlace in the included frame. Secure bottom with screws and attach hardware.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== TIPS SECTION ========== --\u003e\n\u003cdiv class=\"tips-section\"\u003e\n  \u003cdiv class=\"tips-card\"\u003e\n    \u003cdiv class=\"tips-header\"\u003e\n      \u003ch3\u003ePro Tips\u003c\/h3\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tips-grid\"\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eMix gelatin and mineral pigments in 1:1 ratio before use\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eApply background color broadly and let half-dry before next step\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eAdd colors in layers, light to dark\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eUse fine brushes for details and line work\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eInk can be diluted for light\/medium\/dark shading tones\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eAdding ink to colors creates darker, richer tones\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 3 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003crect ry=\"2\" rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\n        \u003ccircle r=\"1.5\" cy=\"8.5\" cx=\"8.5\"\u003e\u003c\/circle\u003e\n        \u003cpolyline points=\"21 15 16 10 5 21\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PRODUCT OVERVIEW ========== --\u003e\n\u003cdiv class=\"overview-section\"\u003e\n  \u003cimg class=\"overview-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/908fc7c2263eceacff06f174d4041af5.jpg?v=1779976010\" alt=\"Fresco Creation Kits Collection Overview\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== FOOTER ========== --\u003e\n\u003cdiv class=\"site-footer\"\u003e\n  \u003cimg class=\"footer-logo\" alt=\"FloAria\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\"\u003e\n  \u003cp\u003eFloAria · Dunhuang Art · Bringing Art to Life\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* ==================== TOKENS ==================== *\/\n:root {\n  --c-bg: #2D2420;\n  --c-bg-deep: #1A1512;\n  --c-card: rgba(50, 35, 28, 0.45);\n  --c-card-deep: rgba(50, 35, 28, 0.5);\n  --c-gold: #C9A959;\n  --c-gold-light: #D4B96A;\n  --c-text: #F5F0E8;\n  --c-text-dim: rgba(245, 240, 232, 0.65);\n  --c-border: rgba(201, 169, 89, 0.22);\n  --c-border-light: rgba(201, 169, 89, 0.15);\n  --f-display: 'Cormorant Garamond', serif;\n  --f-body: 'DM Sans', sans-serif;\n}\n\n\/* ==================== BASE RESET ==================== *\/\n.cult-section *,\n.hero-section *,\n.params-section *,\n.mud-section *,\n.pig-section *,\n.tips-section *,\n.usage-section *,\n.divider-wrap * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* ==================== BRAND HEADER ==================== *\/\n.brand-header {\n  text-align: center;\n  padding: 30px 24px 20px;\n}\n.brand-logo-wrap {\n  display: block;\n  text-align: center;\n}\n.brand-logo {\n  max-width: 100px;\n  height: auto;\n  display: inline-block;\n  margin: 0 auto;\n}\n.brand-tagline {\n  font-family: var(--f-body);\n  font-size: 10px;\n  letter-spacing: 0.35em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  margin-top: 10px;\n}\n\n\/* ==================== CULTURAL SECTION ==================== *\/\n.cult-section {\n  max-width: 860px;\n  margin: 0 auto 50px;\n  padding: 0 24px;\n}\n.cult-cb { display: none; }\n.cult-body \u003e .cult-panel {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.cult-cb:checked + .cult-body \u003e .cult-panel {\n  max-height: 800px;\n}\n.cult-cb:checked + .cult-body .cult-btn {\n  background: linear-gradient(135deg, #6B4838, #5A3F33);\n  border-color: var(--c-gold);\n}\n.cult-btn {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  width: 100%;\n  background: linear-gradient(135deg, #5C3D2E, #4A2F23);\n  border: 1px solid rgba(201, 169, 89, 0.4);\n  padding: 16px 24px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n}\n.cult-btn:hover {\n  background: linear-gradient(135deg, #6B4838, #5A3F33);\n  border-color: var(--c-gold);\n}\n.cult-btn span {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.cult-cb:checked + .cult-body .cult-btn span::before { content: \"▸ \"; }\n.cult-cb:not(:checked) + .cult-body .cult-btn span::before { content: \"▾ \"; }\n.cult-inner {\n  padding: 30px 10px 10px;\n  opacity: 0.6;\n  transition: opacity 0.4s ease;\n}\n.cult-cb:checked + .cult-body .cult-inner { opacity: 1; }\n.cult-inner h3 {\n  font-family: var(--f-display);\n  font-size: 22px;\n  font-weight: 500;\n  color: var(--c-gold);\n  margin-bottom: 18px;\n  text-align: center;\n}\n.cult-inner p {\n  font-family: var(--f-display);\n  font-size: 16px;\n  color: var(--c-text);\n  margin-bottom: 14px;\n  line-height: 1.9;\n  text-align: justify;\n  opacity: 0.92;\n}\n.cult-inner p strong { color: var(--c-gold); }\n\n\/* ==================== HERO SECTION ==================== *\/\n.hero-section {\n  position: relative;\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 40px 24px 70px;\n  overflow: hidden;\n}\n.hero-bg-overlay {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: linear-gradient(180deg, transparent 0%, rgba(45, 36, 32, 0.25) 100%);\n  pointer-events: none;\n}\n.hero-content {\n  position: relative;\n  z-index: 2;\n  width: 100%;\n}\n.hero-img {\n  width: 100%;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 12px;\n  display: block;\n  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);\n}\n.hero-text {\n  text-align: center;\n  padding: 30px 0 0;\n  max-width: 860px;\n  margin: 0 auto;\n}\n.hero-text h1 {\n  font-family: var(--f-display);\n  font-size: clamp(28px, 5vw, 46px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-text);\n  letter-spacing: 0.03em;\n  margin-bottom: 10px;\n}\n.hero-subtitle {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n}\n.hero-desc {\n  font-family: var(--f-display);\n  font-size: 16px;\n  color: var(--c-text);\n  opacity: 0.88;\n  margin-bottom: 8px;\n}\n\n\/* ==================== SECTION DIVIDER WRAPPER ==================== *\/\n.divider-wrap {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n.section-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 16px;\n  padding: 30px 0;\n}\n.divider-line {\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, var(--c-gold));\n}\n.divider-line--right {\n  background: linear-gradient(90deg, var(--c-gold), transparent);\n}\n.divider-icon {\n  width: 32px;\n  height: 32px;\n  border: 1px solid rgba(201, 169, 89, 0.5);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  background: var(--c-bg);\n}\n\n\/* ==================== PRODUCT PARAMS ==================== *\/\n.params-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.params-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.45), rgba(40, 28, 22, 0.35));\n  border: 1px solid var(--c-border);\n  border-radius: 10px;\n  padding: 40px;\n}\n.params-header {\n  text-align: center;\n  margin-bottom: 30px;\n}\n.params-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.params-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(22px, 4vw, 32px);\n  font-weight: 500;\n  color: var(--c-text);\n  letter-spacing: 0.05em;\n}\n\n\/* Params toggle *\/\n.params-cb { display: none; }\n.params-toggle-wrap { display: block; }\n.params-hidden {\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.params-cb:checked ~ .params-toggle-wrap .params-hidden {\n  max-height: 600px;\n  opacity: 1;\n}\n.params-cb:checked ~ .params-toggle-wrap .toggle-label {\n  background: rgba(50, 35, 28, 0.6);\n  border-color: rgba(201, 169, 89, 0.5);\n}\n.params-cb:checked ~ .params-toggle-wrap .toggle-label .toggle-chevron::before { content: \"▸ \"; }\n.params-cb:not(:checked) ~ .params-toggle-wrap .toggle-label .toggle-chevron::before { content: \"▾ \"; }\n.toggle-label {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.35);\n  padding: 12px 20px;\n  cursor: pointer;\n  margin-bottom: 24px;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n}\n.toggle-label span:last-child {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n.toggle-chevron {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  font-size: 11px;\n}\n\n\/* Desktop always visible *\/\n.desktop-params { display: none; }\n@media (min-width: 601px) {\n  .params-toggle-wrap { display: none !important; }\n  .desktop-params { display: block; }\n}\n\n\/* Params grid *\/\n.params-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  max-width: 760px;\n  margin: 0 auto;\n}\n@media (max-width: 900px) { .params-grid { max-width: none; grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 500px) { .params-grid { grid-template-columns: 1fr; } }\n\n.param-item {\n  background: rgba(255, 255, 255, 0.04);\n  border: 1px solid var(--c-border-light);\n  border-radius: 6px;\n  padding: 20px;\n  text-align: center;\n}\n.param-item span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.8;\n  display: block;\n  margin-bottom: 8px;\n}\n.param-value {\n  font-family: var(--f-display);\n  font-size: 19px;\n  font-weight: 500;\n  color: var(--c-text);\n  margin-bottom: 6px;\n}\n.param-desc {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-text);\n  opacity: 0.65;\n  line-height: 1.5;\n}\n\n\/* ==================== MUD BOARD SECTION ==================== *\/\n.mud-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.mud-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.5), rgba(38, 26, 20, 0.4));\n  border: 1px solid var(--c-border);\n  border-radius: 12px;\n  padding: 40px;\n  position: relative;\n}\n.mb-cb { display: none; }\n\n.mb-toggle {\n  display: none;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  padding: 14px 20px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n  margin-top: 20px;\n}\n.mb-toggle:hover { border-color: var(--c-gold); }\n.mb-toggle .mb-toggle-text {\n  font-family: var(--f-display);\n  font-size: 14px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.mb-arrow {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  transition: transform 0.3s ease;\n  display: inline-block;\n}\n\n.mud-header {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.mud-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.mud-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 500;\n  color: var(--c-gold);\n  letter-spacing: 0.04em;\n  margin: 0 0 8px;\n}\n.mud-img {\n  width: 100%;\n  max-width: 420px;\n  margin: 0 auto 25px;\n  aspect-ratio: 4\/3;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);\n}\n\n.mb-content {\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n}\n.mb-cb:checked ~ .mb-content {\n  max-height: 500px;\n  opacity: 1;\n}\n.mb-cb:checked ~ .mb-toggle .mb-arrow { transform: rotate(90deg); }\n\n@media (min-width: 769px) {\n  .mb-toggle { display: none !important; }\n  .mb-content {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n  }\n}\n\n.mb-content p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  line-height: 1.9;\n  margin-bottom: 14px;\n  opacity: 0.88;\n  text-align: center;\n  max-width: 680px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.mb-content .mud-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 18px;\n}\n.mb-content .mud-tags span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  color: var(--c-text);\n  padding: 5px 12px;\n  background: rgba(201, 169, 89, 0.1);\n  border: 1px solid rgba(201, 169, 89, 0.2);\n  border-radius: 20px;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n.mud-note {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  opacity: 0.8;\n  text-align: center;\n  padding-top: 16px;\n  border-top: 1px solid rgba(201, 169, 89, 0.2);\n  max-width: 400px;\n  margin: 0 auto;\n}\n\n\/* ==================== PIGMENTS SECTION ==================== *\/\n.pig-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.pig-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.5), rgba(38, 26, 20, 0.4));\n  border: 1px solid var(--c-border);\n  border-radius: 12px;\n  padding: 40px;\n  position: relative;\n}\n.pig-cb { display: none; }\n\n.pig-toggle {\n  display: none;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  padding: 14px 20px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n  margin-top: 20px;\n}\n.pig-toggle:hover { border-color: var(--c-gold); }\n.pig-toggle-text {\n  font-family: var(--f-display);\n  font-size: 14px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.pig-arrow {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  transition: transform 0.3s ease;\n  display: inline-block;\n}\n\n.pig-header {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.pig-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.pig-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-gold);\n  letter-spacing: 0.04em;\n  margin: 0 0 8px;\n}\n.pig-img {\n  width: 100%;\n  max-width: 340px;\n  margin: 0 auto 20px;\n  aspect-ratio: 1;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);\n}\n.pig-swatches {\n  display: flex;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 20px;\n}\n.swatch {\n  width: 26px;\n  height: 26px;\n  border-radius: 50%;\n  border: 2px solid rgba(201, 169, 89, 0.3);\n  display: inline-block;\n}\n\n.pig-content {\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n}\n.pig-cb:checked ~ .pig-content {\n  max-height: 600px;\n  opacity: 1;\n}\n.pig-cb:checked ~ .pig-toggle .pig-arrow { transform: rotate(90deg); }\n\n@media (min-width: 769px) {\n  .pig-toggle { display: none !important; }\n  .pig-content {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n  }\n}\n\n.pig-content blockquote {\n  font-family: var(--f-display);\n  font-size: 18px;\n  font-style: italic;\n  color: var(--c-text);\n  line-height: 1.7;\n  margin-bottom: 18px;\n  padding-left: 18px;\n  border-left: 3px solid var(--c-gold);\n  text-align: center;\n  max-width: 560px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pig-content p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  line-height: 1.9;\n  margin-bottom: 12px;\n  opacity: 0.88;\n  text-align: center;\n  max-width: 620px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pig-tip {\n  text-align: center;\n}\n.pig-tip span {\n  display: inline-block;\n  font-family: var(--f-body);\n  font-size: 10px;\n  color: var(--c-gold);\n  padding: 10px 16px;\n  background: rgba(201, 169, 89, 0.1);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  border-radius: 4px;\n  letter-spacing: 0.05em;\n}\n\n\/* ==================== USAGE SECTION ==================== *\/\n.usage-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.usage-header {\n  text-align: center;\n  margin-bottom: 35px;\n}\n.usage-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.usage-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(22px, 4vw, 34px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-text);\n  letter-spacing: 0.04em;\n  margin: 0;\n}\n.usage-header p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  opacity: 0.7;\n  margin-top: 8px;\n}\n.usage-img {\n  max-width: 750px;\n  margin: 0 auto 35px;\n  width: 100%;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);\n}\n.usage-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n@media (max-width: 900px) { .usage-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }\n@media (max-width: 550px) { .usage-grid { grid-template-columns: 1fr; } }\n\n.usage-item {\n  background: rgba(45, 32, 26, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.18);\n  border-radius: 8px;\n  padding: 22px;\n}\n.usage-num {\n  font-family: var(--f-display);\n  font-size: 38px;\n  font-weight: 300;\n  color: var(--c-gold);\n  opacity: 0.2;\n  line-height: 1;\n  margin-bottom: 12px;\n  display: block;\n}\n.usage-item h4 {\n  font-family: var(--f-display);\n  font-size: 17px;\n  font-weight: 500;\n  color: var(--c-text);\n  margin-bottom: 8px;\n}\n.usage-item p {\n  font-family: var(--f-body);\n  font-size: 12px;\n  color: var(--c-text);\n  line-height: 1.7;\n  opacity: 0.8;\n}\n\n\/* ==================== TIPS SECTION ==================== *\/\n.tips-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.tips-card {\n  background: linear-gradient(160deg, rgba(70, 42, 38, 0.5), rgba(50, 32, 28, 0.45));\n  border: 1px solid rgba(201, 169, 89, 0.25);\n  border-radius: 12px;\n  padding: 36px;\n}\n.tips-header {\n  text-align: center;\n  margin-bottom: 28px;\n}\n.tips-header h3 {\n  font-family: var(--f-display);\n  font-size: 24px;\n  font-weight: 500;\n  color: var(--c-gold);\n  letter-spacing: 0.05em;\n  margin: 0;\n}\n.tips-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n}\n@media (max-width: 580px) { .tips-grid { grid-template-columns: 1fr; } }\n\n.tip-item {\n  display: flex;\n  gap: 12px;\n  padding: 14px;\n  background: rgba(255, 255, 255, 0.03);\n  border-radius: 6px;\n  align-items: flex-start;\n}\n.tip-dot {\n  width: 5px;\n  height: 5px;\n  background: var(--c-gold);\n  border-radius: 50%;\n  margin-top: 8px;\n  flex-shrink: 0;\n}\n.tip-item p {\n  font-family: var(--f-body);\n  font-size: 12px;\n  color: var(--c-text);\n  line-height: 1.7;\n  opacity: 0.85;\n  margin: 0;\n}\n\n\/* ==================== OVERVIEW SECTION ==================== *\/\n.overview-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 70px;\n}\n.overview-img {\n  width: 100%;\n  max-width: 950px;\n  margin: 0 auto;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 10px;\n  display: block;\n  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);\n}\n\n\/* ==================== FOOTER ==================== *\/\n.site-footer {\n  text-align: center;\n  padding: 35px 24px 30px;\n  border-top: 1px solid rgba(201, 169, 89, 0.2);\n}\n.footer-logo {\n  max-width: 60px;\n  opacity: 0.7;\n  display: block;\n  margin: 0 auto 14px;\n}\n.site-footer p {\n  font-family: var(--f-body);\n  font-size: 10px;\n  color: var(--c-gold);\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  opacity: 0.6;\n  margin: 0;\n}\n\u003c\/style\u003e","brand":"FloAria","offers":[{"title":"Default Title","offer_id":63689958621553,"sku":null,"price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/c36242bc7767b3a53b2d0fb74de331b3.jpg?v=1779981265"},{"product_id":"lingzhi-jade-maiden","title":"Lingzhi Jade Maiden","description":"\n\u003c!-- ========== BRAND HEADER ========== --\u003e\n\u003cdiv class=\"brand-header\"\u003e\n  \u003cdiv class=\"brand-logo-wrap\"\u003e\n    \u003cimg class=\"brand-logo\" alt=\"FloAria\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\"\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"brand-tagline\"\u003eDunhuang Art · Wall Painting Experience\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== CULTURAL BACKGROUND (Collapsible) ========== --\u003e\n\u003cdiv class=\"cult-section\"\u003e\n  \u003cinput class=\"cult-cb\" id=\"cultToggle\" type=\"checkbox\"\u003e\n  \u003cdiv class=\"cult-body\"\u003e\n    \u003clabel class=\"cult-btn\" for=\"cultToggle\"\u003e\n      \u003cspan\u003eDiscover the Thousand-Year Wisdom of Dunhuang Murals\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"cult-panel\"\u003e\n      \u003cdiv class=\"cult-inner\"\u003e\n        \u003ch3\u003eClay Board Murals — A Dialogue Across Time\u003c\/h3\u003e\n        \u003cp\u003eDeep within the caves of Mogao in Dunhuang, ancient artists wove eternal paintings using \u003cstrong\u003eearth, minerals, and time\u003c\/strong\u003e. A thousand years later, we invite you to become the continuation of this dialogue.\u003c\/p\u003e\n        \u003cp\u003eWe believe that art is not the accumulation of technique, but \u003cstrong\u003ethe voice of the soul\u003c\/strong\u003e. Each clay board carries the wisdom of the ancients. \u003cstrong\u003eImperfection is the very soul of mural beauty\u003c\/strong\u003e — the fine cracks, the mottled colors, the natural weathering marks — these are the most precious gifts that time bestows upon art.\u003c\/p\u003e\n        \u003cp\u003eThis is \u003cstrong\u003ea spiritual journey spanning millennia\u003c\/strong\u003e. As you quiet your mind and gently apply pigment to the rough clay board, you will discover: \u003cstrong\u003ethe noise fades away, and the soul finds its resting place\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== HERO SECTION ========== --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n  \u003cdiv class=\"hero-bg-overlay\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-content\"\u003e\n    \u003cimg class=\"hero-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1378.jpg?v=1779977488\" alt=\"Fresco Creation Kits\"\u003e\n    \u003cdiv class=\"hero-text\"\u003e\n      \u003ch1\u003eUnlock Your Creative Genius\u003c\/h1\u003e\n      \u003cp class=\"hero-subtitle\"\u003eA Journey Through Time — Wall Painting Experience\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eEscape the chaos. Create a sanctuary for your soul.\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eNo experience needed. The beauty of murals lies in their \"living imperfection.\"\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 1 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PRODUCT PARAMETERS ========== --\u003e\n\u003cdiv class=\"params-section\"\u003e\n  \u003cdiv class=\"params-card\"\u003e\n\n    \u003cdiv class=\"params-header\"\u003e\n      \u003cspan\u003ePackage Contents\u003c\/span\u003e\n      \u003ch2\u003eFresco Creation Kit\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cinput class=\"params-cb\" id=\"paramsToggle\" type=\"checkbox\"\u003e\n    \u003cdiv class=\"params-toggle-wrap\"\u003e\n      \u003clabel class=\"toggle-label\" for=\"paramsToggle\"\u003e\n        \u003cspan class=\"toggle-chevron\"\u003e\u003c\/span\u003e\n        \u003cspan\u003eView Package Contents\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"params-hidden\"\u003e\n        \u003cdiv class=\"params-grid\"\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eBoard Size\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003e200 × 300 mm\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eStandard mural size for detailed work\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eBrush Kit\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eFull Tool Set\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eMultiple sizes for outlining \u0026amp; details\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eClay Board\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eTraditional Formula\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eHemp, wheat bran, straw, cotton\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003ePigments\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003e6 Mineral Pigments\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eCinnabar, Azurite, Malachite \u0026amp; more\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eMediums\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eGelatin + Ink\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003e1:1 mixing for rich layered colors\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eTemplates\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eClassic Line Art\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eAuthentic Dunhuang patterns\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-params\"\u003e\n      \u003cdiv class=\"params-grid\"\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eBoard Size\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003e200 × 300 mm\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eStandard mural size for detailed work\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eBrush Kit\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eFull Tool Set\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eMultiple sizes for outlining \u0026amp; details\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eClay Board\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eTraditional Formula\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eHemp, wheat bran, straw, cotton\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003ePigments\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003e6 Mineral Pigments\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eCinnabar, Azurite, Malachite \u0026amp; more\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eMediums\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eGelatin + Ink\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003e1:1 mixing for rich layered colors\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eTemplates\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eClassic Line Art\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eAuthentic Dunhuang patterns\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== MUD BOARD SECTION ========== --\u003e\n\u003cdiv class=\"mud-section\"\u003e\n  \u003cdiv class=\"mud-card\"\u003e\n    \u003cinput class=\"mb-cb\" id=\"mudToggle\" type=\"checkbox\"\u003e\n\n    \u003cdiv class=\"mud-header\"\u003e\n      \u003cspan\u003eCraftsmanship\u003c\/span\u003e\n      \u003ch2\u003eHeritage \u0026amp; Innovation in Clay Board Craftsmanship\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"mud-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1366.jpg?v=1779975005\" alt=\"Clay Board Material\"\u003e\n\n    \u003clabel class=\"mb-toggle\" for=\"mudToggle\"\u003e\n      \u003cspan class=\"mb-toggle-text\"\u003eView Details\u003c\/span\u003e\n      \u003cspan class=\"mb-arrow\"\u003e▸\u003c\/span\u003e\n    \u003c\/label\u003e\n\n    \u003cdiv class=\"mb-content\"\u003e\n      \u003cp\u003eTraditional clay board foundations are made from natural materials including hemp fiber, wheat bran, straw, and cotton — materials refined through generations of master craftsmen.\u003c\/p\u003e\n      \u003cp\u003eWe've preserved these authentic properties while optimizing our formula and techniques for enhanced performance. The improved clay boards provide a significantly better creative experience.\u003c\/p\u003e\n\n      \u003cdiv class=\"mud-tags\"\u003e\n        \u003cspan\u003eHemp Fiber\u003c\/span\u003e\n        \u003cspan\u003eWheat Bran\u003c\/span\u003e\n        \u003cspan\u003eStraw\u003c\/span\u003e\n        \u003cspan\u003eCotton\u003c\/span\u003e\n        \u003cspan\u003eLoess\u003c\/span\u003e\n        \u003cspan\u003eFine Sand\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"mud-note\"\u003eNote: Slight imperfections may exist due to handmade production\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PIGMENTS SECTION ========== --\u003e\n\u003cdiv class=\"pig-section\"\u003e\n  \u003cdiv class=\"pig-card\"\u003e\n    \u003cinput class=\"pig-cb\" id=\"pigToggle\" type=\"checkbox\"\u003e\n\n    \u003cdiv class=\"pig-header\"\u003e\n      \u003cspan\u003eMineral Pigments\u003c\/span\u003e\n      \u003ch2\u003eNature's Color Code\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"pig-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1368.jpg?v=1779975523\" alt=\"Mineral Pigments\"\u003e\n\n    \u003cdiv class=\"pig-swatches\"\u003e\n      \u003cspan title=\"Cinnabar\" style=\"background:#C45D3A;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Azurite\" style=\"background:#4A7B8C;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Malachite\" style=\"background:#C9A959;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Ochre\" style=\"background:#6B4423;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Yellow Ochre\" style=\"background:#2D4A3E;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Realgar\" style=\"background:#8B4513;\" class=\"swatch\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"pig-toggle\" for=\"pigToggle\"\u003e\n      \u003cspan class=\"pig-toggle-text\"\u003eView Details\u003c\/span\u003e\n      \u003cspan class=\"pig-arrow\"\u003e▸\u003c\/span\u003e\n    \u003c\/label\u003e\n\n    \u003cdiv class=\"pig-content\"\u003e\n      \u003cblockquote\u003e\"Cinnabar is frozen sunrise; Azurite is distilled deep sea.\u003cbr\u003eEvery stroke you take is a conversation with the ancients.\"\u003c\/blockquote\u003e\n      \u003cp\u003eWhen mineral pigments are mixed with gelatin in a 1:1 ratio, colors slowly penetrate and settle — just as they did for mural painters a thousand years ago.\u003c\/p\u003e\n      \u003cp\u003eThe roughness of the clay \"eats\" some color; mineral particles leave natural spots. These imperfections are precisely the most precious gifts.\u003c\/p\u003e\n      \u003cdiv class=\"pig-tip\"\u003e\u003cspan\u003eTip: Mix pigments with gelatin in 1:1 ratio\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 2 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003cpath d=\"M12 19l7-7 3 3-7 7-3-3z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== USAGE INSTRUCTIONS ========== --\u003e\n\u003cdiv class=\"usage-section\"\u003e\n  \u003cdiv class=\"usage-header\"\u003e\n    \u003cspan\u003eTutorial\u003c\/span\u003e\n    \u003ch2\u003eHow to Create Your Mural\u003c\/h2\u003e\n    \u003cp\u003eSix steps to your masterpiece\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cimg class=\"usage-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/2.webp?v=1779975054\" alt=\"Tutorial\"\u003e\n\n  \u003cdiv class=\"usage-grid\"\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e01\u003c\/span\u003e\n      \u003ch4\u003eTransfer\u003c\/h4\u003e\n      \u003cp\u003ePlace transfer paper face-down on clay board. Trace outlines with charcoal pencil.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e02\u003c\/span\u003e\n      \u003ch4\u003eOutline\u003c\/h4\u003e\n      \u003cp\u003eUse ink to trace outlines. Let dry completely before coloring.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e03\u003c\/span\u003e\n      \u003ch4\u003eColor\u003c\/h4\u003e\n      \u003cp\u003eLayer colors progressively. Apply background broadly and let partially dry.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e04\u003c\/span\u003e\n      \u003ch4\u003eRedraw Lines\u003c\/h4\u003e\n      \u003cp\u003eUse ink to redraw lines covered by colors, restoring crisp outlines.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e05\u003c\/span\u003e\n      \u003ch4\u003eAging\u003c\/h4\u003e\n      \u003cp\u003eSand gently to simulate natural weathering. Focus on edges.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e06\u003c\/span\u003e\n      \u003ch4\u003eFrame\u003c\/h4\u003e\n      \u003cp\u003ePlace in the included frame. Secure bottom with screws and attach hardware.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== TIPS SECTION ========== --\u003e\n\u003cdiv class=\"tips-section\"\u003e\n  \u003cdiv class=\"tips-card\"\u003e\n    \u003cdiv class=\"tips-header\"\u003e\n      \u003ch3\u003ePro Tips\u003c\/h3\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tips-grid\"\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eMix gelatin and mineral pigments in 1:1 ratio before use\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eApply background color broadly and let half-dry before next step\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eAdd colors in layers, light to dark\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eUse fine brushes for details and line work\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eInk can be diluted for light\/medium\/dark shading tones\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eAdding ink to colors creates darker, richer tones\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 3 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003crect ry=\"2\" rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\n        \u003ccircle r=\"1.5\" cy=\"8.5\" cx=\"8.5\"\u003e\u003c\/circle\u003e\n        \u003cpolyline points=\"21 15 16 10 5 21\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PRODUCT OVERVIEW ========== --\u003e\n\u003cdiv class=\"overview-section\"\u003e\n  \u003cimg class=\"overview-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/908fc7c2263eceacff06f174d4041af5.jpg?v=1779976010\" alt=\"Fresco Creation Kits Collection Overview\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== FOOTER ========== --\u003e\n\u003cdiv class=\"site-footer\"\u003e\n  \u003cimg class=\"footer-logo\" alt=\"FloAria\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\"\u003e\n  \u003cp\u003eFloAria · Dunhuang Art · Bringing Art to Life\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* ==================== TOKENS ==================== *\/\n:root {\n  --c-bg: #2D2420;\n  --c-bg-deep: #1A1512;\n  --c-card: rgba(50, 35, 28, 0.45);\n  --c-card-deep: rgba(50, 35, 28, 0.5);\n  --c-gold: #C9A959;\n  --c-gold-light: #D4B96A;\n  --c-text: #F5F0E8;\n  --c-text-dim: rgba(245, 240, 232, 0.65);\n  --c-border: rgba(201, 169, 89, 0.22);\n  --c-border-light: rgba(201, 169, 89, 0.15);\n  --f-display: 'Cormorant Garamond', serif;\n  --f-body: 'DM Sans', sans-serif;\n}\n\n\/* ==================== BASE RESET ==================== *\/\n.cult-section *,\n.hero-section *,\n.params-section *,\n.mud-section *,\n.pig-section *,\n.tips-section *,\n.usage-section *,\n.divider-wrap * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* ==================== BRAND HEADER ==================== *\/\n.brand-header {\n  text-align: center;\n  padding: 30px 24px 20px;\n}\n.brand-logo-wrap {\n  display: block;\n  text-align: center;\n}\n.brand-logo {\n  max-width: 100px;\n  height: auto;\n  display: inline-block;\n  margin: 0 auto;\n}\n.brand-tagline {\n  font-family: var(--f-body);\n  font-size: 10px;\n  letter-spacing: 0.35em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  margin-top: 10px;\n}\n\n\/* ==================== CULTURAL SECTION ==================== *\/\n.cult-section {\n  max-width: 860px;\n  margin: 0 auto 50px;\n  padding: 0 24px;\n}\n.cult-cb { display: none; }\n.cult-body \u003e .cult-panel {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.cult-cb:checked + .cult-body \u003e .cult-panel {\n  max-height: 800px;\n}\n.cult-cb:checked + .cult-body .cult-btn {\n  background: linear-gradient(135deg, #6B4838, #5A3F33);\n  border-color: var(--c-gold);\n}\n.cult-btn {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  width: 100%;\n  background: linear-gradient(135deg, #5C3D2E, #4A2F23);\n  border: 1px solid rgba(201, 169, 89, 0.4);\n  padding: 16px 24px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n}\n.cult-btn:hover {\n  background: linear-gradient(135deg, #6B4838, #5A3F33);\n  border-color: var(--c-gold);\n}\n.cult-btn span {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.cult-cb:checked + .cult-body .cult-btn span::before { content: \"▸ \"; }\n.cult-cb:not(:checked) + .cult-body .cult-btn span::before { content: \"▾ \"; }\n.cult-inner {\n  padding: 30px 10px 10px;\n  opacity: 0.6;\n  transition: opacity 0.4s ease;\n}\n.cult-cb:checked + .cult-body .cult-inner { opacity: 1; }\n.cult-inner h3 {\n  font-family: var(--f-display);\n  font-size: 22px;\n  font-weight: 500;\n  color: var(--c-gold);\n  margin-bottom: 18px;\n  text-align: center;\n}\n.cult-inner p {\n  font-family: var(--f-display);\n  font-size: 16px;\n  color: var(--c-text);\n  margin-bottom: 14px;\n  line-height: 1.9;\n  text-align: justify;\n  opacity: 0.92;\n}\n.cult-inner p strong { color: var(--c-gold); }\n\n\/* ==================== HERO SECTION ==================== *\/\n.hero-section {\n  position: relative;\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 40px 24px 70px;\n  overflow: hidden;\n}\n.hero-bg-overlay {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: linear-gradient(180deg, transparent 0%, rgba(45, 36, 32, 0.25) 100%);\n  pointer-events: none;\n}\n.hero-content {\n  position: relative;\n  z-index: 2;\n  width: 100%;\n}\n.hero-img {\n  width: 100%;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 12px;\n  display: block;\n  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);\n}\n.hero-text {\n  text-align: center;\n  padding: 30px 0 0;\n  max-width: 860px;\n  margin: 0 auto;\n}\n.hero-text h1 {\n  font-family: var(--f-display);\n  font-size: clamp(28px, 5vw, 46px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-text);\n  letter-spacing: 0.03em;\n  margin-bottom: 10px;\n}\n.hero-subtitle {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n}\n.hero-desc {\n  font-family: var(--f-display);\n  font-size: 16px;\n  color: var(--c-text);\n  opacity: 0.88;\n  margin-bottom: 8px;\n}\n\n\/* ==================== SECTION DIVIDER WRAPPER ==================== *\/\n.divider-wrap {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n.section-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 16px;\n  padding: 30px 0;\n}\n.divider-line {\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, var(--c-gold));\n}\n.divider-line--right {\n  background: linear-gradient(90deg, var(--c-gold), transparent);\n}\n.divider-icon {\n  width: 32px;\n  height: 32px;\n  border: 1px solid rgba(201, 169, 89, 0.5);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  background: var(--c-bg);\n}\n\n\/* ==================== PRODUCT PARAMS ==================== *\/\n.params-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.params-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.45), rgba(40, 28, 22, 0.35));\n  border: 1px solid var(--c-border);\n  border-radius: 10px;\n  padding: 40px;\n}\n.params-header {\n  text-align: center;\n  margin-bottom: 30px;\n}\n.params-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.params-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(22px, 4vw, 32px);\n  font-weight: 500;\n  color: var(--c-text);\n  letter-spacing: 0.05em;\n}\n\n\/* Params toggle *\/\n.params-cb { display: none; }\n.params-toggle-wrap { display: block; }\n.params-hidden {\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.params-cb:checked ~ .params-toggle-wrap .params-hidden {\n  max-height: 600px;\n  opacity: 1;\n}\n.params-cb:checked ~ .params-toggle-wrap .toggle-label {\n  background: rgba(50, 35, 28, 0.6);\n  border-color: rgba(201, 169, 89, 0.5);\n}\n.params-cb:checked ~ .params-toggle-wrap .toggle-label .toggle-chevron::before { content: \"▸ \"; }\n.params-cb:not(:checked) ~ .params-toggle-wrap .toggle-label .toggle-chevron::before { content: \"▾ \"; }\n.toggle-label {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.35);\n  padding: 12px 20px;\n  cursor: pointer;\n  margin-bottom: 24px;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n}\n.toggle-label span:last-child {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n.toggle-chevron {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  font-size: 11px;\n}\n\n\/* Desktop always visible *\/\n.desktop-params { display: none; }\n@media (min-width: 601px) {\n  .params-toggle-wrap { display: none !important; }\n  .desktop-params { display: block; }\n}\n\n\/* Params grid *\/\n.params-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  max-width: 760px;\n  margin: 0 auto;\n}\n@media (max-width: 900px) { .params-grid { max-width: none; grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 500px) { .params-grid { grid-template-columns: 1fr; } }\n\n.param-item {\n  background: rgba(255, 255, 255, 0.04);\n  border: 1px solid var(--c-border-light);\n  border-radius: 6px;\n  padding: 20px;\n  text-align: center;\n}\n.param-item span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.8;\n  display: block;\n  margin-bottom: 8px;\n}\n.param-value {\n  font-family: var(--f-display);\n  font-size: 19px;\n  font-weight: 500;\n  color: var(--c-text);\n  margin-bottom: 6px;\n}\n.param-desc {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-text);\n  opacity: 0.65;\n  line-height: 1.5;\n}\n\n\/* ==================== MUD BOARD SECTION ==================== *\/\n.mud-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.mud-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.5), rgba(38, 26, 20, 0.4));\n  border: 1px solid var(--c-border);\n  border-radius: 12px;\n  padding: 40px;\n  position: relative;\n}\n.mb-cb { display: none; }\n\n.mb-toggle {\n  display: none;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  padding: 14px 20px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n  margin-top: 20px;\n}\n.mb-toggle:hover { border-color: var(--c-gold); }\n.mb-toggle .mb-toggle-text {\n  font-family: var(--f-display);\n  font-size: 14px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.mb-arrow {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  transition: transform 0.3s ease;\n  display: inline-block;\n}\n\n.mud-header {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.mud-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.mud-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 500;\n  color: var(--c-gold);\n  letter-spacing: 0.04em;\n  margin: 0 0 8px;\n}\n.mud-img {\n  width: 100%;\n  max-width: 420px;\n  margin: 0 auto 25px;\n  aspect-ratio: 4\/3;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);\n}\n\n.mb-content {\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n}\n.mb-cb:checked ~ .mb-content {\n  max-height: 500px;\n  opacity: 1;\n}\n.mb-cb:checked ~ .mb-toggle .mb-arrow { transform: rotate(90deg); }\n\n@media (min-width: 769px) {\n  .mb-toggle { display: none !important; }\n  .mb-content {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n  }\n}\n\n.mb-content p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  line-height: 1.9;\n  margin-bottom: 14px;\n  opacity: 0.88;\n  text-align: center;\n  max-width: 680px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.mb-content .mud-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 18px;\n}\n.mb-content .mud-tags span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  color: var(--c-text);\n  padding: 5px 12px;\n  background: rgba(201, 169, 89, 0.1);\n  border: 1px solid rgba(201, 169, 89, 0.2);\n  border-radius: 20px;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n.mud-note {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  opacity: 0.8;\n  text-align: center;\n  padding-top: 16px;\n  border-top: 1px solid rgba(201, 169, 89, 0.2);\n  max-width: 400px;\n  margin: 0 auto;\n}\n\n\/* ==================== PIGMENTS SECTION ==================== *\/\n.pig-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.pig-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.5), rgba(38, 26, 20, 0.4));\n  border: 1px solid var(--c-border);\n  border-radius: 12px;\n  padding: 40px;\n  position: relative;\n}\n.pig-cb { display: none; }\n\n.pig-toggle {\n  display: none;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  padding: 14px 20px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n  margin-top: 20px;\n}\n.pig-toggle:hover { border-color: var(--c-gold); }\n.pig-toggle-text {\n  font-family: var(--f-display);\n  font-size: 14px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.pig-arrow {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  transition: transform 0.3s ease;\n  display: inline-block;\n}\n\n.pig-header {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.pig-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.pig-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-gold);\n  letter-spacing: 0.04em;\n  margin: 0 0 8px;\n}\n.pig-img {\n  width: 100%;\n  max-width: 340px;\n  margin: 0 auto 20px;\n  aspect-ratio: 1;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);\n}\n.pig-swatches {\n  display: flex;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 20px;\n}\n.swatch {\n  width: 26px;\n  height: 26px;\n  border-radius: 50%;\n  border: 2px solid rgba(201, 169, 89, 0.3);\n  display: inline-block;\n}\n\n.pig-content {\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n}\n.pig-cb:checked ~ .pig-content {\n  max-height: 600px;\n  opacity: 1;\n}\n.pig-cb:checked ~ .pig-toggle .pig-arrow { transform: rotate(90deg); }\n\n@media (min-width: 769px) {\n  .pig-toggle { display: none !important; }\n  .pig-content {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n  }\n}\n\n.pig-content blockquote {\n  font-family: var(--f-display);\n  font-size: 18px;\n  font-style: italic;\n  color: var(--c-text);\n  line-height: 1.7;\n  margin-bottom: 18px;\n  padding-left: 18px;\n  border-left: 3px solid var(--c-gold);\n  text-align: center;\n  max-width: 560px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pig-content p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  line-height: 1.9;\n  margin-bottom: 12px;\n  opacity: 0.88;\n  text-align: center;\n  max-width: 620px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pig-tip {\n  text-align: center;\n}\n.pig-tip span {\n  display: inline-block;\n  font-family: var(--f-body);\n  font-size: 10px;\n  color: var(--c-gold);\n  padding: 10px 16px;\n  background: rgba(201, 169, 89, 0.1);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  border-radius: 4px;\n  letter-spacing: 0.05em;\n}\n\n\/* ==================== USAGE SECTION ==================== *\/\n.usage-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.usage-header {\n  text-align: center;\n  margin-bottom: 35px;\n}\n.usage-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.usage-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(22px, 4vw, 34px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-text);\n  letter-spacing: 0.04em;\n  margin: 0;\n}\n.usage-header p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  opacity: 0.7;\n  margin-top: 8px;\n}\n.usage-img {\n  max-width: 750px;\n  margin: 0 auto 35px;\n  width: 100%;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);\n}\n.usage-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n@media (max-width: 900px) { .usage-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }\n@media (max-width: 550px) { .usage-grid { grid-template-columns: 1fr; } }\n\n.usage-item {\n  background: rgba(45, 32, 26, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.18);\n  border-radius: 8px;\n  padding: 22px;\n}\n.usage-num {\n  font-family: var(--f-display);\n  font-size: 38px;\n  font-weight: 300;\n  color: var(--c-gold);\n  opacity: 0.2;\n  line-height: 1;\n  margin-bottom: 12px;\n  display: block;\n}\n.usage-item h4 {\n  font-family: var(--f-display);\n  font-size: 17px;\n  font-weight: 500;\n  color: var(--c-text);\n  margin-bottom: 8px;\n}\n.usage-item p {\n  font-family: var(--f-body);\n  font-size: 12px;\n  color: var(--c-text);\n  line-height: 1.7;\n  opacity: 0.8;\n}\n\n\/* ==================== TIPS SECTION ==================== *\/\n.tips-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.tips-card {\n  background: linear-gradient(160deg, rgba(70, 42, 38, 0.5), rgba(50, 32, 28, 0.45));\n  border: 1px solid rgba(201, 169, 89, 0.25);\n  border-radius: 12px;\n  padding: 36px;\n}\n.tips-header {\n  text-align: center;\n  margin-bottom: 28px;\n}\n.tips-header h3 {\n  font-family: var(--f-display);\n  font-size: 24px;\n  font-weight: 500;\n  color: var(--c-gold);\n  letter-spacing: 0.05em;\n  margin: 0;\n}\n.tips-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n}\n@media (max-width: 580px) { .tips-grid { grid-template-columns: 1fr; } }\n\n.tip-item {\n  display: flex;\n  gap: 12px;\n  padding: 14px;\n  background: rgba(255, 255, 255, 0.03);\n  border-radius: 6px;\n  align-items: flex-start;\n}\n.tip-dot {\n  width: 5px;\n  height: 5px;\n  background: var(--c-gold);\n  border-radius: 50%;\n  margin-top: 8px;\n  flex-shrink: 0;\n}\n.tip-item p {\n  font-family: var(--f-body);\n  font-size: 12px;\n  color: var(--c-text);\n  line-height: 1.7;\n  opacity: 0.85;\n  margin: 0;\n}\n\n\/* ==================== OVERVIEW SECTION ==================== *\/\n.overview-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 70px;\n}\n.overview-img {\n  width: 100%;\n  max-width: 950px;\n  margin: 0 auto;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 10px;\n  display: block;\n  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);\n}\n\n\/* ==================== FOOTER ==================== *\/\n.site-footer {\n  text-align: center;\n  padding: 35px 24px 30px;\n  border-top: 1px solid rgba(201, 169, 89, 0.2);\n}\n.footer-logo {\n  max-width: 60px;\n  opacity: 0.7;\n  display: block;\n  margin: 0 auto 14px;\n}\n.site-footer p {\n  font-family: var(--f-body);\n  font-size: 10px;\n  color: var(--c-gold);\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  opacity: 0.6;\n  margin: 0;\n}\n\u003c\/style\u003e","brand":"FloAria","offers":[{"title":"Default Title","offer_id":63689975595377,"sku":null,"price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/04600c2aed9114b8f0a01c0416e174b4.jpg?v=1779981300"},{"product_id":"thousand-buddha-painting","title":"Thousand Buddha Painting","description":"\n\u003c!-- ========== BRAND HEADER ========== --\u003e\n\u003cdiv class=\"brand-header\"\u003e\n  \u003cdiv class=\"brand-logo-wrap\"\u003e\n    \u003cimg class=\"brand-logo\" alt=\"FloAria\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\"\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"brand-tagline\"\u003eDunhuang Art · Wall Painting Experience\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== CULTURAL BACKGROUND (Collapsible) ========== --\u003e\n\u003cdiv class=\"cult-section\"\u003e\n  \u003cinput class=\"cult-cb\" id=\"cultToggle\" type=\"checkbox\"\u003e\n  \u003cdiv class=\"cult-body\"\u003e\n    \u003clabel class=\"cult-btn\" for=\"cultToggle\"\u003e\n      \u003cspan\u003eDiscover the Thousand-Year Wisdom of Dunhuang Murals\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"cult-panel\"\u003e\n      \u003cdiv class=\"cult-inner\"\u003e\n        \u003ch3\u003eClay Board Murals — A Dialogue Across Time\u003c\/h3\u003e\n        \u003cp\u003eDeep within the caves of Mogao in Dunhuang, ancient artists wove eternal paintings using \u003cstrong\u003eearth, minerals, and time\u003c\/strong\u003e. A thousand years later, we invite you to become the continuation of this dialogue.\u003c\/p\u003e\n        \u003cp\u003eWe believe that art is not the accumulation of technique, but \u003cstrong\u003ethe voice of the soul\u003c\/strong\u003e. Each clay board carries the wisdom of the ancients. \u003cstrong\u003eImperfection is the very soul of mural beauty\u003c\/strong\u003e — the fine cracks, the mottled colors, the natural weathering marks — these are the most precious gifts that time bestows upon art.\u003c\/p\u003e\n        \u003cp\u003eThis is \u003cstrong\u003ea spiritual journey spanning millennia\u003c\/strong\u003e. As you quiet your mind and gently apply pigment to the rough clay board, you will discover: \u003cstrong\u003ethe noise fades away, and the soul finds its resting place\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== HERO SECTION ========== --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n  \u003cdiv class=\"hero-bg-overlay\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-content\"\u003e\n    \u003cimg class=\"hero-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1378.jpg?v=1779977488\" alt=\"Fresco Creation Kits\"\u003e\n    \u003cdiv class=\"hero-text\"\u003e\n      \u003ch1\u003eUnlock Your Creative Genius\u003c\/h1\u003e\n      \u003cp class=\"hero-subtitle\"\u003eA Journey Through Time — Wall Painting Experience\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eEscape the chaos. Create a sanctuary for your soul.\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eNo experience needed. The beauty of murals lies in their \"living imperfection.\"\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 1 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PRODUCT PARAMETERS ========== --\u003e\n\u003cdiv class=\"params-section\"\u003e\n  \u003cdiv class=\"params-card\"\u003e\n\n    \u003cdiv class=\"params-header\"\u003e\n      \u003cspan\u003ePackage Contents\u003c\/span\u003e\n      \u003ch2\u003eFresco Creation Kit\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cinput class=\"params-cb\" id=\"paramsToggle\" type=\"checkbox\"\u003e\n    \u003cdiv class=\"params-toggle-wrap\"\u003e\n      \u003clabel class=\"toggle-label\" for=\"paramsToggle\"\u003e\n        \u003cspan class=\"toggle-chevron\"\u003e\u003c\/span\u003e\n        \u003cspan\u003eView Package Contents\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"params-hidden\"\u003e\n        \u003cdiv class=\"params-grid\"\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eBoard Size\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003e200 × 300 mm\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eStandard mural size for detailed work\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eBrush Kit\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eFull Tool Set\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eMultiple sizes for outlining \u0026amp; details\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eClay Board\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eTraditional Formula\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eHemp, wheat bran, straw, cotton\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003ePigments\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003e6 Mineral Pigments\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eCinnabar, Azurite, Malachite \u0026amp; more\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eMediums\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eGelatin + Ink\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003e1:1 mixing for rich layered colors\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eTemplates\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eClassic Line Art\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eAuthentic Dunhuang patterns\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-params\"\u003e\n      \u003cdiv class=\"params-grid\"\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eBoard Size\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003e200 × 300 mm\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eStandard mural size for detailed work\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eBrush Kit\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eFull Tool Set\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eMultiple sizes for outlining \u0026amp; details\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eClay Board\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eTraditional Formula\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eHemp, wheat bran, straw, cotton\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003ePigments\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003e6 Mineral Pigments\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eCinnabar, Azurite, Malachite \u0026amp; more\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eMediums\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eGelatin + Ink\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003e1:1 mixing for rich layered colors\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eTemplates\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eClassic Line Art\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eAuthentic Dunhuang patterns\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== MUD BOARD SECTION ========== --\u003e\n\u003cdiv class=\"mud-section\"\u003e\n  \u003cdiv class=\"mud-card\"\u003e\n    \u003cinput class=\"mb-cb\" id=\"mudToggle\" type=\"checkbox\"\u003e\n\n    \u003cdiv class=\"mud-header\"\u003e\n      \u003cspan\u003eCraftsmanship\u003c\/span\u003e\n      \u003ch2\u003eHeritage \u0026amp; Innovation in Clay Board Craftsmanship\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"mud-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1366.jpg?v=1779975005\" alt=\"Clay Board Material\"\u003e\n\n    \u003clabel class=\"mb-toggle\" for=\"mudToggle\"\u003e\n      \u003cspan class=\"mb-toggle-text\"\u003eView Details\u003c\/span\u003e\n      \u003cspan class=\"mb-arrow\"\u003e▸\u003c\/span\u003e\n    \u003c\/label\u003e\n\n    \u003cdiv class=\"mb-content\"\u003e\n      \u003cp\u003eTraditional clay board foundations are made from natural materials including hemp fiber, wheat bran, straw, and cotton — materials refined through generations of master craftsmen.\u003c\/p\u003e\n      \u003cp\u003eWe've preserved these authentic properties while optimizing our formula and techniques for enhanced performance. The improved clay boards provide a significantly better creative experience.\u003c\/p\u003e\n\n      \u003cdiv class=\"mud-tags\"\u003e\n        \u003cspan\u003eHemp Fiber\u003c\/span\u003e\n        \u003cspan\u003eWheat Bran\u003c\/span\u003e\n        \u003cspan\u003eStraw\u003c\/span\u003e\n        \u003cspan\u003eCotton\u003c\/span\u003e\n        \u003cspan\u003eLoess\u003c\/span\u003e\n        \u003cspan\u003eFine Sand\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"mud-note\"\u003eNote: Slight imperfections may exist due to handmade production\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PIGMENTS SECTION ========== --\u003e\n\u003cdiv class=\"pig-section\"\u003e\n  \u003cdiv class=\"pig-card\"\u003e\n    \u003cinput class=\"pig-cb\" id=\"pigToggle\" type=\"checkbox\"\u003e\n\n    \u003cdiv class=\"pig-header\"\u003e\n      \u003cspan\u003eMineral Pigments\u003c\/span\u003e\n      \u003ch2\u003eNature's Color Code\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"pig-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1368.jpg?v=1779975523\" alt=\"Mineral Pigments\"\u003e\n\n    \u003cdiv class=\"pig-swatches\"\u003e\n      \u003cspan title=\"Cinnabar\" style=\"background:#C45D3A;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Azurite\" style=\"background:#4A7B8C;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Malachite\" style=\"background:#C9A959;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Ochre\" style=\"background:#6B4423;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Yellow Ochre\" style=\"background:#2D4A3E;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Realgar\" style=\"background:#8B4513;\" class=\"swatch\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"pig-toggle\" for=\"pigToggle\"\u003e\n      \u003cspan class=\"pig-toggle-text\"\u003eView Details\u003c\/span\u003e\n      \u003cspan class=\"pig-arrow\"\u003e▸\u003c\/span\u003e\n    \u003c\/label\u003e\n\n    \u003cdiv class=\"pig-content\"\u003e\n      \u003cblockquote\u003e\"Cinnabar is frozen sunrise; Azurite is distilled deep sea.\u003cbr\u003eEvery stroke you take is a conversation with the ancients.\"\u003c\/blockquote\u003e\n      \u003cp\u003eWhen mineral pigments are mixed with gelatin in a 1:1 ratio, colors slowly penetrate and settle — just as they did for mural painters a thousand years ago.\u003c\/p\u003e\n      \u003cp\u003eThe roughness of the clay \"eats\" some color; mineral particles leave natural spots. These imperfections are precisely the most precious gifts.\u003c\/p\u003e\n      \u003cdiv class=\"pig-tip\"\u003e\u003cspan\u003eTip: Mix pigments with gelatin in 1:1 ratio\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 2 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003cpath d=\"M12 19l7-7 3 3-7 7-3-3z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== USAGE INSTRUCTIONS ========== --\u003e\n\u003cdiv class=\"usage-section\"\u003e\n  \u003cdiv class=\"usage-header\"\u003e\n    \u003cspan\u003eTutorial\u003c\/span\u003e\n    \u003ch2\u003eHow to Create Your Mural\u003c\/h2\u003e\n    \u003cp\u003eSix steps to your masterpiece\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cimg class=\"usage-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/2.webp?v=1779975054\" alt=\"Tutorial\"\u003e\n\n  \u003cdiv class=\"usage-grid\"\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e01\u003c\/span\u003e\n      \u003ch4\u003eTransfer\u003c\/h4\u003e\n      \u003cp\u003ePlace transfer paper face-down on clay board. Trace outlines with charcoal pencil.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e02\u003c\/span\u003e\n      \u003ch4\u003eOutline\u003c\/h4\u003e\n      \u003cp\u003eUse ink to trace outlines. Let dry completely before coloring.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e03\u003c\/span\u003e\n      \u003ch4\u003eColor\u003c\/h4\u003e\n      \u003cp\u003eLayer colors progressively. Apply background broadly and let partially dry.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e04\u003c\/span\u003e\n      \u003ch4\u003eRedraw Lines\u003c\/h4\u003e\n      \u003cp\u003eUse ink to redraw lines covered by colors, restoring crisp outlines.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e05\u003c\/span\u003e\n      \u003ch4\u003eAging\u003c\/h4\u003e\n      \u003cp\u003eSand gently to simulate natural weathering. Focus on edges.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e06\u003c\/span\u003e\n      \u003ch4\u003eFrame\u003c\/h4\u003e\n      \u003cp\u003ePlace in the included frame. Secure bottom with screws and attach hardware.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== TIPS SECTION ========== --\u003e\n\u003cdiv class=\"tips-section\"\u003e\n  \u003cdiv class=\"tips-card\"\u003e\n    \u003cdiv class=\"tips-header\"\u003e\n      \u003ch3\u003ePro Tips\u003c\/h3\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tips-grid\"\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eMix gelatin and mineral pigments in 1:1 ratio before use\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eApply background color broadly and let half-dry before next step\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eAdd colors in layers, light to dark\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eUse fine brushes for details and line work\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eInk can be diluted for light\/medium\/dark shading tones\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eAdding ink to colors creates darker, richer tones\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 3 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003crect ry=\"2\" rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\n        \u003ccircle r=\"1.5\" cy=\"8.5\" cx=\"8.5\"\u003e\u003c\/circle\u003e\n        \u003cpolyline points=\"21 15 16 10 5 21\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PRODUCT OVERVIEW ========== --\u003e\n\u003cdiv class=\"overview-section\"\u003e\n  \u003cimg class=\"overview-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/908fc7c2263eceacff06f174d4041af5.jpg?v=1779976010\" alt=\"Fresco Creation Kits Collection Overview\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== FOOTER ========== --\u003e\n\u003cdiv class=\"site-footer\"\u003e\n  \u003cimg class=\"footer-logo\" alt=\"FloAria\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\"\u003e\n  \u003cp\u003eFloAria · Dunhuang Art · Bringing Art to Life\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* ==================== TOKENS ==================== *\/\n:root {\n  --c-bg: #2D2420;\n  --c-bg-deep: #1A1512;\n  --c-card: rgba(50, 35, 28, 0.45);\n  --c-card-deep: rgba(50, 35, 28, 0.5);\n  --c-gold: #C9A959;\n  --c-gold-light: #D4B96A;\n  --c-text: #F5F0E8;\n  --c-text-dim: rgba(245, 240, 232, 0.65);\n  --c-border: rgba(201, 169, 89, 0.22);\n  --c-border-light: rgba(201, 169, 89, 0.15);\n  --f-display: 'Cormorant Garamond', serif;\n  --f-body: 'DM Sans', sans-serif;\n}\n\n\/* ==================== BASE RESET ==================== *\/\n.cult-section *,\n.hero-section *,\n.params-section *,\n.mud-section *,\n.pig-section *,\n.tips-section *,\n.usage-section *,\n.divider-wrap * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* ==================== BRAND HEADER ==================== *\/\n.brand-header {\n  text-align: center;\n  padding: 30px 24px 20px;\n}\n.brand-logo-wrap {\n  display: block;\n  text-align: center;\n}\n.brand-logo {\n  max-width: 100px;\n  height: auto;\n  display: inline-block;\n  margin: 0 auto;\n}\n.brand-tagline {\n  font-family: var(--f-body);\n  font-size: 10px;\n  letter-spacing: 0.35em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  margin-top: 10px;\n}\n\n\/* ==================== CULTURAL SECTION ==================== *\/\n.cult-section {\n  max-width: 860px;\n  margin: 0 auto 50px;\n  padding: 0 24px;\n}\n.cult-cb { display: none; }\n.cult-body \u003e .cult-panel {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.cult-cb:checked + .cult-body \u003e .cult-panel {\n  max-height: 800px;\n}\n.cult-cb:checked + .cult-body .cult-btn {\n  background: linear-gradient(135deg, #6B4838, #5A3F33);\n  border-color: var(--c-gold);\n}\n.cult-btn {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  width: 100%;\n  background: linear-gradient(135deg, #5C3D2E, #4A2F23);\n  border: 1px solid rgba(201, 169, 89, 0.4);\n  padding: 16px 24px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n}\n.cult-btn:hover {\n  background: linear-gradient(135deg, #6B4838, #5A3F33);\n  border-color: var(--c-gold);\n}\n.cult-btn span {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.cult-cb:checked + .cult-body .cult-btn span::before { content: \"▸ \"; }\n.cult-cb:not(:checked) + .cult-body .cult-btn span::before { content: \"▾ \"; }\n.cult-inner {\n  padding: 30px 10px 10px;\n  opacity: 0.6;\n  transition: opacity 0.4s ease;\n}\n.cult-cb:checked + .cult-body .cult-inner { opacity: 1; }\n.cult-inner h3 {\n  font-family: var(--f-display);\n  font-size: 22px;\n  font-weight: 500;\n  color: var(--c-gold);\n  margin-bottom: 18px;\n  text-align: center;\n}\n.cult-inner p {\n  font-family: var(--f-display);\n  font-size: 16px;\n  color: var(--c-text);\n  margin-bottom: 14px;\n  line-height: 1.9;\n  text-align: justify;\n  opacity: 0.92;\n}\n.cult-inner p strong { color: var(--c-gold); }\n\n\/* ==================== HERO SECTION ==================== *\/\n.hero-section {\n  position: relative;\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 40px 24px 70px;\n  overflow: hidden;\n}\n.hero-bg-overlay {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: linear-gradient(180deg, transparent 0%, rgba(45, 36, 32, 0.25) 100%);\n  pointer-events: none;\n}\n.hero-content {\n  position: relative;\n  z-index: 2;\n  width: 100%;\n}\n.hero-img {\n  width: 100%;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 12px;\n  display: block;\n  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);\n}\n.hero-text {\n  text-align: center;\n  padding: 30px 0 0;\n  max-width: 860px;\n  margin: 0 auto;\n}\n.hero-text h1 {\n  font-family: var(--f-display);\n  font-size: clamp(28px, 5vw, 46px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-text);\n  letter-spacing: 0.03em;\n  margin-bottom: 10px;\n}\n.hero-subtitle {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n}\n.hero-desc {\n  font-family: var(--f-display);\n  font-size: 16px;\n  color: var(--c-text);\n  opacity: 0.88;\n  margin-bottom: 8px;\n}\n\n\/* ==================== SECTION DIVIDER WRAPPER ==================== *\/\n.divider-wrap {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n.section-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 16px;\n  padding: 30px 0;\n}\n.divider-line {\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, var(--c-gold));\n}\n.divider-line--right {\n  background: linear-gradient(90deg, var(--c-gold), transparent);\n}\n.divider-icon {\n  width: 32px;\n  height: 32px;\n  border: 1px solid rgba(201, 169, 89, 0.5);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  background: var(--c-bg);\n}\n\n\/* ==================== PRODUCT PARAMS ==================== *\/\n.params-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.params-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.45), rgba(40, 28, 22, 0.35));\n  border: 1px solid var(--c-border);\n  border-radius: 10px;\n  padding: 40px;\n}\n.params-header {\n  text-align: center;\n  margin-bottom: 30px;\n}\n.params-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.params-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(22px, 4vw, 32px);\n  font-weight: 500;\n  color: var(--c-text);\n  letter-spacing: 0.05em;\n}\n\n\/* Params toggle *\/\n.params-cb { display: none; }\n.params-toggle-wrap { display: block; }\n.params-hidden {\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.params-cb:checked ~ .params-toggle-wrap .params-hidden {\n  max-height: 600px;\n  opacity: 1;\n}\n.params-cb:checked ~ .params-toggle-wrap .toggle-label {\n  background: rgba(50, 35, 28, 0.6);\n  border-color: rgba(201, 169, 89, 0.5);\n}\n.params-cb:checked ~ .params-toggle-wrap .toggle-label .toggle-chevron::before { content: \"▸ \"; }\n.params-cb:not(:checked) ~ .params-toggle-wrap .toggle-label .toggle-chevron::before { content: \"▾ \"; }\n.toggle-label {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.35);\n  padding: 12px 20px;\n  cursor: pointer;\n  margin-bottom: 24px;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n}\n.toggle-label span:last-child {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n.toggle-chevron {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  font-size: 11px;\n}\n\n\/* Desktop always visible *\/\n.desktop-params { display: none; }\n@media (min-width: 601px) {\n  .params-toggle-wrap { display: none !important; }\n  .desktop-params { display: block; }\n}\n\n\/* Params grid *\/\n.params-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  max-width: 760px;\n  margin: 0 auto;\n}\n@media (max-width: 900px) { .params-grid { max-width: none; grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 500px) { .params-grid { grid-template-columns: 1fr; } }\n\n.param-item {\n  background: rgba(255, 255, 255, 0.04);\n  border: 1px solid var(--c-border-light);\n  border-radius: 6px;\n  padding: 20px;\n  text-align: center;\n}\n.param-item span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.8;\n  display: block;\n  margin-bottom: 8px;\n}\n.param-value {\n  font-family: var(--f-display);\n  font-size: 19px;\n  font-weight: 500;\n  color: var(--c-text);\n  margin-bottom: 6px;\n}\n.param-desc {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-text);\n  opacity: 0.65;\n  line-height: 1.5;\n}\n\n\/* ==================== MUD BOARD SECTION ==================== *\/\n.mud-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.mud-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.5), rgba(38, 26, 20, 0.4));\n  border: 1px solid var(--c-border);\n  border-radius: 12px;\n  padding: 40px;\n  position: relative;\n}\n.mb-cb { display: none; }\n\n.mb-toggle {\n  display: none;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  padding: 14px 20px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n  margin-top: 20px;\n}\n.mb-toggle:hover { border-color: var(--c-gold); }\n.mb-toggle .mb-toggle-text {\n  font-family: var(--f-display);\n  font-size: 14px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.mb-arrow {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  transition: transform 0.3s ease;\n  display: inline-block;\n}\n\n.mud-header {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.mud-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.mud-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 500;\n  color: var(--c-gold);\n  letter-spacing: 0.04em;\n  margin: 0 0 8px;\n}\n.mud-img {\n  width: 100%;\n  max-width: 420px;\n  margin: 0 auto 25px;\n  aspect-ratio: 4\/3;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);\n}\n\n.mb-content {\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n}\n.mb-cb:checked ~ .mb-content {\n  max-height: 500px;\n  opacity: 1;\n}\n.mb-cb:checked ~ .mb-toggle .mb-arrow { transform: rotate(90deg); }\n\n@media (min-width: 769px) {\n  .mb-toggle { display: none !important; }\n  .mb-content {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n  }\n}\n\n.mb-content p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  line-height: 1.9;\n  margin-bottom: 14px;\n  opacity: 0.88;\n  text-align: center;\n  max-width: 680px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.mb-content .mud-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 18px;\n}\n.mb-content .mud-tags span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  color: var(--c-text);\n  padding: 5px 12px;\n  background: rgba(201, 169, 89, 0.1);\n  border: 1px solid rgba(201, 169, 89, 0.2);\n  border-radius: 20px;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n.mud-note {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  opacity: 0.8;\n  text-align: center;\n  padding-top: 16px;\n  border-top: 1px solid rgba(201, 169, 89, 0.2);\n  max-width: 400px;\n  margin: 0 auto;\n}\n\n\/* ==================== PIGMENTS SECTION ==================== *\/\n.pig-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.pig-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.5), rgba(38, 26, 20, 0.4));\n  border: 1px solid var(--c-border);\n  border-radius: 12px;\n  padding: 40px;\n  position: relative;\n}\n.pig-cb { display: none; }\n\n.pig-toggle {\n  display: none;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  padding: 14px 20px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n  margin-top: 20px;\n}\n.pig-toggle:hover { border-color: var(--c-gold); }\n.pig-toggle-text {\n  font-family: var(--f-display);\n  font-size: 14px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.pig-arrow {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  transition: transform 0.3s ease;\n  display: inline-block;\n}\n\n.pig-header {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.pig-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.pig-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-gold);\n  letter-spacing: 0.04em;\n  margin: 0 0 8px;\n}\n.pig-img {\n  width: 100%;\n  max-width: 340px;\n  margin: 0 auto 20px;\n  aspect-ratio: 1;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);\n}\n.pig-swatches {\n  display: flex;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 20px;\n}\n.swatch {\n  width: 26px;\n  height: 26px;\n  border-radius: 50%;\n  border: 2px solid rgba(201, 169, 89, 0.3);\n  display: inline-block;\n}\n\n.pig-content {\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n}\n.pig-cb:checked ~ .pig-content {\n  max-height: 600px;\n  opacity: 1;\n}\n.pig-cb:checked ~ .pig-toggle .pig-arrow { transform: rotate(90deg); }\n\n@media (min-width: 769px) {\n  .pig-toggle { display: none !important; }\n  .pig-content {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n  }\n}\n\n.pig-content blockquote {\n  font-family: var(--f-display);\n  font-size: 18px;\n  font-style: italic;\n  color: var(--c-text);\n  line-height: 1.7;\n  margin-bottom: 18px;\n  padding-left: 18px;\n  border-left: 3px solid var(--c-gold);\n  text-align: center;\n  max-width: 560px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pig-content p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  line-height: 1.9;\n  margin-bottom: 12px;\n  opacity: 0.88;\n  text-align: center;\n  max-width: 620px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pig-tip {\n  text-align: center;\n}\n.pig-tip span {\n  display: inline-block;\n  font-family: var(--f-body);\n  font-size: 10px;\n  color: var(--c-gold);\n  padding: 10px 16px;\n  background: rgba(201, 169, 89, 0.1);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  border-radius: 4px;\n  letter-spacing: 0.05em;\n}\n\n\/* ==================== USAGE SECTION ==================== *\/\n.usage-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.usage-header {\n  text-align: center;\n  margin-bottom: 35px;\n}\n.usage-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.usage-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(22px, 4vw, 34px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-text);\n  letter-spacing: 0.04em;\n  margin: 0;\n}\n.usage-header p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  opacity: 0.7;\n  margin-top: 8px;\n}\n.usage-img {\n  max-width: 750px;\n  margin: 0 auto 35px;\n  width: 100%;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);\n}\n.usage-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n@media (max-width: 900px) { .usage-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }\n@media (max-width: 550px) { .usage-grid { grid-template-columns: 1fr; } }\n\n.usage-item {\n  background: rgba(45, 32, 26, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.18);\n  border-radius: 8px;\n  padding: 22px;\n}\n.usage-num {\n  font-family: var(--f-display);\n  font-size: 38px;\n  font-weight: 300;\n  color: var(--c-gold);\n  opacity: 0.2;\n  line-height: 1;\n  margin-bottom: 12px;\n  display: block;\n}\n.usage-item h4 {\n  font-family: var(--f-display);\n  font-size: 17px;\n  font-weight: 500;\n  color: var(--c-text);\n  margin-bottom: 8px;\n}\n.usage-item p {\n  font-family: var(--f-body);\n  font-size: 12px;\n  color: var(--c-text);\n  line-height: 1.7;\n  opacity: 0.8;\n}\n\n\/* ==================== TIPS SECTION ==================== *\/\n.tips-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.tips-card {\n  background: linear-gradient(160deg, rgba(70, 42, 38, 0.5), rgba(50, 32, 28, 0.45));\n  border: 1px solid rgba(201, 169, 89, 0.25);\n  border-radius: 12px;\n  padding: 36px;\n}\n.tips-header {\n  text-align: center;\n  margin-bottom: 28px;\n}\n.tips-header h3 {\n  font-family: var(--f-display);\n  font-size: 24px;\n  font-weight: 500;\n  color: var(--c-gold);\n  letter-spacing: 0.05em;\n  margin: 0;\n}\n.tips-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n}\n@media (max-width: 580px) { .tips-grid { grid-template-columns: 1fr; } }\n\n.tip-item {\n  display: flex;\n  gap: 12px;\n  padding: 14px;\n  background: rgba(255, 255, 255, 0.03);\n  border-radius: 6px;\n  align-items: flex-start;\n}\n.tip-dot {\n  width: 5px;\n  height: 5px;\n  background: var(--c-gold);\n  border-radius: 50%;\n  margin-top: 8px;\n  flex-shrink: 0;\n}\n.tip-item p {\n  font-family: var(--f-body);\n  font-size: 12px;\n  color: var(--c-text);\n  line-height: 1.7;\n  opacity: 0.85;\n  margin: 0;\n}\n\n\/* ==================== OVERVIEW SECTION ==================== *\/\n.overview-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 70px;\n}\n.overview-img {\n  width: 100%;\n  max-width: 950px;\n  margin: 0 auto;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 10px;\n  display: block;\n  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);\n}\n\n\/* ==================== FOOTER ==================== *\/\n.site-footer {\n  text-align: center;\n  padding: 35px 24px 30px;\n  border-top: 1px solid rgba(201, 169, 89, 0.2);\n}\n.footer-logo {\n  max-width: 60px;\n  opacity: 0.7;\n  display: block;\n  margin: 0 auto 14px;\n}\n.site-footer p {\n  font-family: var(--f-body);\n  font-size: 10px;\n  color: var(--c-gold);\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  opacity: 0.6;\n  margin: 0;\n}\n\u003c\/style\u003e","brand":"FloAria","offers":[{"title":"Default Title","offer_id":63689983721841,"sku":null,"price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/35ddd86e0691f41d4a57aed0f48d5904.jpg?v=1779981395"},{"product_id":"virupaksha","title":"Virupaksha","description":"\n\u003c!-- ========== BRAND HEADER ========== --\u003e\n\u003cdiv class=\"brand-header\"\u003e\n  \u003cdiv class=\"brand-logo-wrap\"\u003e\n    \u003cimg class=\"brand-logo\" alt=\"FloAria\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\"\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"brand-tagline\"\u003eDunhuang Art · Wall Painting Experience\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== CULTURAL BACKGROUND (Collapsible) ========== --\u003e\n\u003cdiv class=\"cult-section\"\u003e\n  \u003cinput class=\"cult-cb\" id=\"cultToggle\" type=\"checkbox\"\u003e\n  \u003cdiv class=\"cult-body\"\u003e\n    \u003clabel class=\"cult-btn\" for=\"cultToggle\"\u003e\n      \u003cspan\u003eDiscover the Thousand-Year Wisdom of Dunhuang Murals\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"cult-panel\"\u003e\n      \u003cdiv class=\"cult-inner\"\u003e\n        \u003ch3\u003eClay Board Murals — A Dialogue Across Time\u003c\/h3\u003e\n        \u003cp\u003eDeep within the caves of Mogao in Dunhuang, ancient artists wove eternal paintings using \u003cstrong\u003eearth, minerals, and time\u003c\/strong\u003e. A thousand years later, we invite you to become the continuation of this dialogue.\u003c\/p\u003e\n        \u003cp\u003eWe believe that art is not the accumulation of technique, but \u003cstrong\u003ethe voice of the soul\u003c\/strong\u003e. Each clay board carries the wisdom of the ancients. \u003cstrong\u003eImperfection is the very soul of mural beauty\u003c\/strong\u003e — the fine cracks, the mottled colors, the natural weathering marks — these are the most precious gifts that time bestows upon art.\u003c\/p\u003e\n        \u003cp\u003eThis is \u003cstrong\u003ea spiritual journey spanning millennia\u003c\/strong\u003e. As you quiet your mind and gently apply pigment to the rough clay board, you will discover: \u003cstrong\u003ethe noise fades away, and the soul finds its resting place\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== HERO SECTION ========== --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n  \u003cdiv class=\"hero-bg-overlay\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-content\"\u003e\n    \u003cimg class=\"hero-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1378.jpg?v=1779977488\" alt=\"Fresco Creation Kits\"\u003e\n    \u003cdiv class=\"hero-text\"\u003e\n      \u003ch1\u003eUnlock Your Creative Genius\u003c\/h1\u003e\n      \u003cp class=\"hero-subtitle\"\u003eA Journey Through Time — Wall Painting Experience\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eEscape the chaos. Create a sanctuary for your soul.\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eNo experience needed. The beauty of murals lies in their \"living imperfection.\"\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 1 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PRODUCT PARAMETERS ========== --\u003e\n\u003cdiv class=\"params-section\"\u003e\n  \u003cdiv class=\"params-card\"\u003e\n\n    \u003cdiv class=\"params-header\"\u003e\n      \u003cspan\u003ePackage Contents\u003c\/span\u003e\n      \u003ch2\u003eFresco Creation Kit\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cinput class=\"params-cb\" id=\"paramsToggle\" type=\"checkbox\"\u003e\n    \u003cdiv class=\"params-toggle-wrap\"\u003e\n      \u003clabel class=\"toggle-label\" for=\"paramsToggle\"\u003e\n        \u003cspan class=\"toggle-chevron\"\u003e\u003c\/span\u003e\n        \u003cspan\u003eView Package Contents\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"params-hidden\"\u003e\n        \u003cdiv class=\"params-grid\"\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eBoard Size\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003e200 × 300 mm\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eStandard mural size for detailed work\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eBrush Kit\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eFull Tool Set\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eMultiple sizes for outlining \u0026amp; details\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eClay Board\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eTraditional Formula\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eHemp, wheat bran, straw, cotton\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003ePigments\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003e6 Mineral Pigments\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eCinnabar, Azurite, Malachite \u0026amp; more\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eMediums\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eGelatin + Ink\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003e1:1 mixing for rich layered colors\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"param-item\"\u003e\n            \u003cspan\u003eTemplates\u003c\/span\u003e\n            \u003cp class=\"param-value\"\u003eClassic Line Art\u003c\/p\u003e\n            \u003cp class=\"param-desc\"\u003eAuthentic Dunhuang patterns\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-params\"\u003e\n      \u003cdiv class=\"params-grid\"\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eBoard Size\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003e200 × 300 mm\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eStandard mural size for detailed work\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eBrush Kit\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eFull Tool Set\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eMultiple sizes for outlining \u0026amp; details\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eClay Board\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eTraditional Formula\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eHemp, wheat bran, straw, cotton\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003ePigments\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003e6 Mineral Pigments\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eCinnabar, Azurite, Malachite \u0026amp; more\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eMediums\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eGelatin + Ink\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003e1:1 mixing for rich layered colors\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"param-item\"\u003e\n          \u003cspan\u003eTemplates\u003c\/span\u003e\n          \u003cp class=\"param-value\"\u003eClassic Line Art\u003c\/p\u003e\n          \u003cp class=\"param-desc\"\u003eAuthentic Dunhuang patterns\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== MUD BOARD SECTION ========== --\u003e\n\u003cdiv class=\"mud-section\"\u003e\n  \u003cdiv class=\"mud-card\"\u003e\n    \u003cinput class=\"mb-cb\" id=\"mudToggle\" type=\"checkbox\"\u003e\n\n    \u003cdiv class=\"mud-header\"\u003e\n      \u003cspan\u003eCraftsmanship\u003c\/span\u003e\n      \u003ch2\u003eHeritage \u0026amp; Innovation in Clay Board Craftsmanship\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"mud-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1366.jpg?v=1779975005\" alt=\"Clay Board Material\"\u003e\n\n    \u003clabel class=\"mb-toggle\" for=\"mudToggle\"\u003e\n      \u003cspan class=\"mb-toggle-text\"\u003eView Details\u003c\/span\u003e\n      \u003cspan class=\"mb-arrow\"\u003e▸\u003c\/span\u003e\n    \u003c\/label\u003e\n\n    \u003cdiv class=\"mb-content\"\u003e\n      \u003cp\u003eTraditional clay board foundations are made from natural materials including hemp fiber, wheat bran, straw, and cotton — materials refined through generations of master craftsmen.\u003c\/p\u003e\n      \u003cp\u003eWe've preserved these authentic properties while optimizing our formula and techniques for enhanced performance. The improved clay boards provide a significantly better creative experience.\u003c\/p\u003e\n\n      \u003cdiv class=\"mud-tags\"\u003e\n        \u003cspan\u003eHemp Fiber\u003c\/span\u003e\n        \u003cspan\u003eWheat Bran\u003c\/span\u003e\n        \u003cspan\u003eStraw\u003c\/span\u003e\n        \u003cspan\u003eCotton\u003c\/span\u003e\n        \u003cspan\u003eLoess\u003c\/span\u003e\n        \u003cspan\u003eFine Sand\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"mud-note\"\u003eNote: Slight imperfections may exist due to handmade production\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PIGMENTS SECTION ========== --\u003e\n\u003cdiv class=\"pig-section\"\u003e\n  \u003cdiv class=\"pig-card\"\u003e\n    \u003cinput class=\"pig-cb\" id=\"pigToggle\" type=\"checkbox\"\u003e\n\n    \u003cdiv class=\"pig-header\"\u003e\n      \u003cspan\u003eMineral Pigments\u003c\/span\u003e\n      \u003ch2\u003eNature's Color Code\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"pig-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/IMG_1368.jpg?v=1779975523\" alt=\"Mineral Pigments\"\u003e\n\n    \u003cdiv class=\"pig-swatches\"\u003e\n      \u003cspan title=\"Cinnabar\" style=\"background:#C45D3A;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Azurite\" style=\"background:#4A7B8C;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Malachite\" style=\"background:#C9A959;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Ochre\" style=\"background:#6B4423;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Yellow Ochre\" style=\"background:#2D4A3E;\" class=\"swatch\"\u003e\u003c\/span\u003e\n      \u003cspan title=\"Realgar\" style=\"background:#8B4513;\" class=\"swatch\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"pig-toggle\" for=\"pigToggle\"\u003e\n      \u003cspan class=\"pig-toggle-text\"\u003eView Details\u003c\/span\u003e\n      \u003cspan class=\"pig-arrow\"\u003e▸\u003c\/span\u003e\n    \u003c\/label\u003e\n\n    \u003cdiv class=\"pig-content\"\u003e\n      \u003cblockquote\u003e\"Cinnabar is frozen sunrise; Azurite is distilled deep sea.\u003cbr\u003eEvery stroke you take is a conversation with the ancients.\"\u003c\/blockquote\u003e\n      \u003cp\u003eWhen mineral pigments are mixed with gelatin in a 1:1 ratio, colors slowly penetrate and settle — just as they did for mural painters a thousand years ago.\u003c\/p\u003e\n      \u003cp\u003eThe roughness of the clay \"eats\" some color; mineral particles leave natural spots. These imperfections are precisely the most precious gifts.\u003c\/p\u003e\n      \u003cdiv class=\"pig-tip\"\u003e\u003cspan\u003eTip: Mix pigments with gelatin in 1:1 ratio\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 2 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003cpath d=\"M12 19l7-7 3 3-7 7-3-3z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== USAGE INSTRUCTIONS ========== --\u003e\n\u003cdiv class=\"usage-section\"\u003e\n  \u003cdiv class=\"usage-header\"\u003e\n    \u003cspan\u003eTutorial\u003c\/span\u003e\n    \u003ch2\u003eHow to Create Your Mural\u003c\/h2\u003e\n    \u003cp\u003eSix steps to your masterpiece\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cimg class=\"usage-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/2.webp?v=1779975054\" alt=\"Tutorial\"\u003e\n\n  \u003cdiv class=\"usage-grid\"\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e01\u003c\/span\u003e\n      \u003ch4\u003eTransfer\u003c\/h4\u003e\n      \u003cp\u003ePlace transfer paper face-down on clay board. Trace outlines with charcoal pencil.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e02\u003c\/span\u003e\n      \u003ch4\u003eOutline\u003c\/h4\u003e\n      \u003cp\u003eUse ink to trace outlines. Let dry completely before coloring.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e03\u003c\/span\u003e\n      \u003ch4\u003eColor\u003c\/h4\u003e\n      \u003cp\u003eLayer colors progressively. Apply background broadly and let partially dry.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e04\u003c\/span\u003e\n      \u003ch4\u003eRedraw Lines\u003c\/h4\u003e\n      \u003cp\u003eUse ink to redraw lines covered by colors, restoring crisp outlines.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e05\u003c\/span\u003e\n      \u003ch4\u003eAging\u003c\/h4\u003e\n      \u003cp\u003eSand gently to simulate natural weathering. Focus on edges.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-item\"\u003e\n      \u003cspan class=\"usage-num\"\u003e06\u003c\/span\u003e\n      \u003ch4\u003eFrame\u003c\/h4\u003e\n      \u003cp\u003ePlace in the included frame. Secure bottom with screws and attach hardware.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== TIPS SECTION ========== --\u003e\n\u003cdiv class=\"tips-section\"\u003e\n  \u003cdiv class=\"tips-card\"\u003e\n    \u003cdiv class=\"tips-header\"\u003e\n      \u003ch3\u003ePro Tips\u003c\/h3\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tips-grid\"\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eMix gelatin and mineral pigments in 1:1 ratio before use\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eApply background color broadly and let half-dry before next step\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eAdd colors in layers, light to dark\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eUse fine brushes for details and line work\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eInk can be diluted for light\/medium\/dark shading tones\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tip-item\"\u003e\n        \u003cspan class=\"tip-dot\"\u003e\u003c\/span\u003e\n        \u003cp\u003eAdding ink to colors creates darker, richer tones\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== SECTION DIVIDER 3 ========== --\u003e\n\u003cdiv class=\"divider-wrap\"\u003e\n  \u003cdiv class=\"section-divider\"\u003e\n    \u003cdiv class=\"divider-line divider-line--left\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e\n      \u003csvg fill=\"#C9A959\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n        \u003crect ry=\"2\" rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\n        \u003ccircle r=\"1.5\" cy=\"8.5\" cx=\"8.5\"\u003e\u003c\/circle\u003e\n        \u003cpolyline points=\"21 15 16 10 5 21\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"divider-line divider-line--right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== PRODUCT OVERVIEW ========== --\u003e\n\u003cdiv class=\"overview-section\"\u003e\n  \u003cimg class=\"overview-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/908fc7c2263eceacff06f174d4041af5.jpg?v=1779976010\" alt=\"Fresco Creation Kits Collection Overview\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========== FOOTER ========== --\u003e\n\u003cdiv class=\"site-footer\"\u003e\n  \u003cimg class=\"footer-logo\" alt=\"FloAria\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/7429dc8f5857f2e49a91ab8fb51ecd2e-removebg-preview.png?v=1779680130\"\u003e\n  \u003cp\u003eFloAria · Dunhuang Art · Bringing Art to Life\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* ==================== TOKENS ==================== *\/\n:root {\n  --c-bg: #2D2420;\n  --c-bg-deep: #1A1512;\n  --c-card: rgba(50, 35, 28, 0.45);\n  --c-card-deep: rgba(50, 35, 28, 0.5);\n  --c-gold: #C9A959;\n  --c-gold-light: #D4B96A;\n  --c-text: #F5F0E8;\n  --c-text-dim: rgba(245, 240, 232, 0.65);\n  --c-border: rgba(201, 169, 89, 0.22);\n  --c-border-light: rgba(201, 169, 89, 0.15);\n  --f-display: 'Cormorant Garamond', serif;\n  --f-body: 'DM Sans', sans-serif;\n}\n\n\/* ==================== BASE RESET ==================== *\/\n.cult-section *,\n.hero-section *,\n.params-section *,\n.mud-section *,\n.pig-section *,\n.tips-section *,\n.usage-section *,\n.divider-wrap * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* ==================== BRAND HEADER ==================== *\/\n.brand-header {\n  text-align: center;\n  padding: 30px 24px 20px;\n}\n.brand-logo-wrap {\n  display: block;\n  text-align: center;\n}\n.brand-logo {\n  max-width: 100px;\n  height: auto;\n  display: inline-block;\n  margin: 0 auto;\n}\n.brand-tagline {\n  font-family: var(--f-body);\n  font-size: 10px;\n  letter-spacing: 0.35em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  margin-top: 10px;\n}\n\n\/* ==================== CULTURAL SECTION ==================== *\/\n.cult-section {\n  max-width: 860px;\n  margin: 0 auto 50px;\n  padding: 0 24px;\n}\n.cult-cb { display: none; }\n.cult-body \u003e .cult-panel {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.cult-cb:checked + .cult-body \u003e .cult-panel {\n  max-height: 800px;\n}\n.cult-cb:checked + .cult-body .cult-btn {\n  background: linear-gradient(135deg, #6B4838, #5A3F33);\n  border-color: var(--c-gold);\n}\n.cult-btn {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  width: 100%;\n  background: linear-gradient(135deg, #5C3D2E, #4A2F23);\n  border: 1px solid rgba(201, 169, 89, 0.4);\n  padding: 16px 24px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n}\n.cult-btn:hover {\n  background: linear-gradient(135deg, #6B4838, #5A3F33);\n  border-color: var(--c-gold);\n}\n.cult-btn span {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.cult-cb:checked + .cult-body .cult-btn span::before { content: \"▸ \"; }\n.cult-cb:not(:checked) + .cult-body .cult-btn span::before { content: \"▾ \"; }\n.cult-inner {\n  padding: 30px 10px 10px;\n  opacity: 0.6;\n  transition: opacity 0.4s ease;\n}\n.cult-cb:checked + .cult-body .cult-inner { opacity: 1; }\n.cult-inner h3 {\n  font-family: var(--f-display);\n  font-size: 22px;\n  font-weight: 500;\n  color: var(--c-gold);\n  margin-bottom: 18px;\n  text-align: center;\n}\n.cult-inner p {\n  font-family: var(--f-display);\n  font-size: 16px;\n  color: var(--c-text);\n  margin-bottom: 14px;\n  line-height: 1.9;\n  text-align: justify;\n  opacity: 0.92;\n}\n.cult-inner p strong { color: var(--c-gold); }\n\n\/* ==================== HERO SECTION ==================== *\/\n.hero-section {\n  position: relative;\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 40px 24px 70px;\n  overflow: hidden;\n}\n.hero-bg-overlay {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: linear-gradient(180deg, transparent 0%, rgba(45, 36, 32, 0.25) 100%);\n  pointer-events: none;\n}\n.hero-content {\n  position: relative;\n  z-index: 2;\n  width: 100%;\n}\n.hero-img {\n  width: 100%;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 12px;\n  display: block;\n  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);\n}\n.hero-text {\n  text-align: center;\n  padding: 30px 0 0;\n  max-width: 860px;\n  margin: 0 auto;\n}\n.hero-text h1 {\n  font-family: var(--f-display);\n  font-size: clamp(28px, 5vw, 46px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-text);\n  letter-spacing: 0.03em;\n  margin-bottom: 10px;\n}\n.hero-subtitle {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n}\n.hero-desc {\n  font-family: var(--f-display);\n  font-size: 16px;\n  color: var(--c-text);\n  opacity: 0.88;\n  margin-bottom: 8px;\n}\n\n\/* ==================== SECTION DIVIDER WRAPPER ==================== *\/\n.divider-wrap {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n.section-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 16px;\n  padding: 30px 0;\n}\n.divider-line {\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, var(--c-gold));\n}\n.divider-line--right {\n  background: linear-gradient(90deg, var(--c-gold), transparent);\n}\n.divider-icon {\n  width: 32px;\n  height: 32px;\n  border: 1px solid rgba(201, 169, 89, 0.5);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  background: var(--c-bg);\n}\n\n\/* ==================== PRODUCT PARAMS ==================== *\/\n.params-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.params-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.45), rgba(40, 28, 22, 0.35));\n  border: 1px solid var(--c-border);\n  border-radius: 10px;\n  padding: 40px;\n}\n.params-header {\n  text-align: center;\n  margin-bottom: 30px;\n}\n.params-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.params-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(22px, 4vw, 32px);\n  font-weight: 500;\n  color: var(--c-text);\n  letter-spacing: 0.05em;\n}\n\n\/* Params toggle *\/\n.params-cb { display: none; }\n.params-toggle-wrap { display: block; }\n.params-hidden {\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.params-cb:checked ~ .params-toggle-wrap .params-hidden {\n  max-height: 600px;\n  opacity: 1;\n}\n.params-cb:checked ~ .params-toggle-wrap .toggle-label {\n  background: rgba(50, 35, 28, 0.6);\n  border-color: rgba(201, 169, 89, 0.5);\n}\n.params-cb:checked ~ .params-toggle-wrap .toggle-label .toggle-chevron::before { content: \"▸ \"; }\n.params-cb:not(:checked) ~ .params-toggle-wrap .toggle-label .toggle-chevron::before { content: \"▾ \"; }\n.toggle-label {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.35);\n  padding: 12px 20px;\n  cursor: pointer;\n  margin-bottom: 24px;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n}\n.toggle-label span:last-child {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n.toggle-chevron {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  font-size: 11px;\n}\n\n\/* Desktop always visible *\/\n.desktop-params { display: none; }\n@media (min-width: 601px) {\n  .params-toggle-wrap { display: none !important; }\n  .desktop-params { display: block; }\n}\n\n\/* Params grid *\/\n.params-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  max-width: 760px;\n  margin: 0 auto;\n}\n@media (max-width: 900px) { .params-grid { max-width: none; grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 500px) { .params-grid { grid-template-columns: 1fr; } }\n\n.param-item {\n  background: rgba(255, 255, 255, 0.04);\n  border: 1px solid var(--c-border-light);\n  border-radius: 6px;\n  padding: 20px;\n  text-align: center;\n}\n.param-item span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.8;\n  display: block;\n  margin-bottom: 8px;\n}\n.param-value {\n  font-family: var(--f-display);\n  font-size: 19px;\n  font-weight: 500;\n  color: var(--c-text);\n  margin-bottom: 6px;\n}\n.param-desc {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-text);\n  opacity: 0.65;\n  line-height: 1.5;\n}\n\n\/* ==================== MUD BOARD SECTION ==================== *\/\n.mud-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.mud-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.5), rgba(38, 26, 20, 0.4));\n  border: 1px solid var(--c-border);\n  border-radius: 12px;\n  padding: 40px;\n  position: relative;\n}\n.mb-cb { display: none; }\n\n.mb-toggle {\n  display: none;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  padding: 14px 20px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n  margin-top: 20px;\n}\n.mb-toggle:hover { border-color: var(--c-gold); }\n.mb-toggle .mb-toggle-text {\n  font-family: var(--f-display);\n  font-size: 14px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.mb-arrow {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  transition: transform 0.3s ease;\n  display: inline-block;\n}\n\n.mud-header {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.mud-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.mud-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 500;\n  color: var(--c-gold);\n  letter-spacing: 0.04em;\n  margin: 0 0 8px;\n}\n.mud-img {\n  width: 100%;\n  max-width: 420px;\n  margin: 0 auto 25px;\n  aspect-ratio: 4\/3;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);\n}\n\n.mb-content {\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n}\n.mb-cb:checked ~ .mb-content {\n  max-height: 500px;\n  opacity: 1;\n}\n.mb-cb:checked ~ .mb-toggle .mb-arrow { transform: rotate(90deg); }\n\n@media (min-width: 769px) {\n  .mb-toggle { display: none !important; }\n  .mb-content {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n  }\n}\n\n.mb-content p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  line-height: 1.9;\n  margin-bottom: 14px;\n  opacity: 0.88;\n  text-align: center;\n  max-width: 680px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.mb-content .mud-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 18px;\n}\n.mb-content .mud-tags span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  color: var(--c-text);\n  padding: 5px 12px;\n  background: rgba(201, 169, 89, 0.1);\n  border: 1px solid rgba(201, 169, 89, 0.2);\n  border-radius: 20px;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n.mud-note {\n  font-family: var(--f-body);\n  font-size: 11px;\n  color: var(--c-gold);\n  opacity: 0.8;\n  text-align: center;\n  padding-top: 16px;\n  border-top: 1px solid rgba(201, 169, 89, 0.2);\n  max-width: 400px;\n  margin: 0 auto;\n}\n\n\/* ==================== PIGMENTS SECTION ==================== *\/\n.pig-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.pig-card {\n  background: linear-gradient(160deg, rgba(50, 35, 28, 0.5), rgba(38, 26, 20, 0.4));\n  border: 1px solid var(--c-border);\n  border-radius: 12px;\n  padding: 40px;\n  position: relative;\n}\n.pig-cb { display: none; }\n\n.pig-toggle {\n  display: none;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: rgba(50, 35, 28, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  padding: 14px 20px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  border-radius: 4px;\n  margin-top: 20px;\n}\n.pig-toggle:hover { border-color: var(--c-gold); }\n.pig-toggle-text {\n  font-family: var(--f-display);\n  font-size: 14px;\n  color: var(--c-gold);\n  letter-spacing: 0.08em;\n}\n.pig-arrow {\n  font-family: var(--f-body);\n  color: var(--c-gold);\n  transition: transform 0.3s ease;\n  display: inline-block;\n}\n\n.pig-header {\n  text-align: center;\n  margin-bottom: 25px;\n}\n.pig-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.pig-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-gold);\n  letter-spacing: 0.04em;\n  margin: 0 0 8px;\n}\n.pig-img {\n  width: 100%;\n  max-width: 340px;\n  margin: 0 auto 20px;\n  aspect-ratio: 1;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);\n}\n.pig-swatches {\n  display: flex;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 20px;\n}\n.swatch {\n  width: 26px;\n  height: 26px;\n  border-radius: 50%;\n  border: 2px solid rgba(201, 169, 89, 0.3);\n  display: inline-block;\n}\n\n.pig-content {\n  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;\n  max-height: 0;\n  overflow: hidden;\n  opacity: 0;\n}\n.pig-cb:checked ~ .pig-content {\n  max-height: 600px;\n  opacity: 1;\n}\n.pig-cb:checked ~ .pig-toggle .pig-arrow { transform: rotate(90deg); }\n\n@media (min-width: 769px) {\n  .pig-toggle { display: none !important; }\n  .pig-content {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n  }\n}\n\n.pig-content blockquote {\n  font-family: var(--f-display);\n  font-size: 18px;\n  font-style: italic;\n  color: var(--c-text);\n  line-height: 1.7;\n  margin-bottom: 18px;\n  padding-left: 18px;\n  border-left: 3px solid var(--c-gold);\n  text-align: center;\n  max-width: 560px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pig-content p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  line-height: 1.9;\n  margin-bottom: 12px;\n  opacity: 0.88;\n  text-align: center;\n  max-width: 620px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.pig-tip {\n  text-align: center;\n}\n.pig-tip span {\n  display: inline-block;\n  font-family: var(--f-body);\n  font-size: 10px;\n  color: var(--c-gold);\n  padding: 10px 16px;\n  background: rgba(201, 169, 89, 0.1);\n  border: 1px solid rgba(201, 169, 89, 0.3);\n  border-radius: 4px;\n  letter-spacing: 0.05em;\n}\n\n\/* ==================== USAGE SECTION ==================== *\/\n.usage-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.usage-header {\n  text-align: center;\n  margin-bottom: 35px;\n}\n.usage-header span {\n  font-family: var(--f-body);\n  font-size: 9px;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--c-gold);\n  opacity: 0.75;\n  display: block;\n  margin-bottom: 10px;\n}\n.usage-header h2 {\n  font-family: var(--f-display);\n  font-size: clamp(22px, 4vw, 34px);\n  font-weight: 500;\n  font-style: italic;\n  color: var(--c-text);\n  letter-spacing: 0.04em;\n  margin: 0;\n}\n.usage-header p {\n  font-family: var(--f-display);\n  font-size: 15px;\n  color: var(--c-text);\n  opacity: 0.7;\n  margin-top: 8px;\n}\n.usage-img {\n  max-width: 750px;\n  margin: 0 auto 35px;\n  width: 100%;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 8px;\n  display: block;\n  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);\n}\n.usage-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n@media (max-width: 900px) { .usage-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }\n@media (max-width: 550px) { .usage-grid { grid-template-columns: 1fr; } }\n\n.usage-item {\n  background: rgba(45, 32, 26, 0.4);\n  border: 1px solid rgba(201, 169, 89, 0.18);\n  border-radius: 8px;\n  padding: 22px;\n}\n.usage-num {\n  font-family: var(--f-display);\n  font-size: 38px;\n  font-weight: 300;\n  color: var(--c-gold);\n  opacity: 0.2;\n  line-height: 1;\n  margin-bottom: 12px;\n  display: block;\n}\n.usage-item h4 {\n  font-family: var(--f-display);\n  font-size: 17px;\n  font-weight: 500;\n  color: var(--c-text);\n  margin-bottom: 8px;\n}\n.usage-item p {\n  font-family: var(--f-body);\n  font-size: 12px;\n  color: var(--c-text);\n  line-height: 1.7;\n  opacity: 0.8;\n}\n\n\/* ==================== TIPS SECTION ==================== *\/\n.tips-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 50px;\n}\n.tips-card {\n  background: linear-gradient(160deg, rgba(70, 42, 38, 0.5), rgba(50, 32, 28, 0.45));\n  border: 1px solid rgba(201, 169, 89, 0.25);\n  border-radius: 12px;\n  padding: 36px;\n}\n.tips-header {\n  text-align: center;\n  margin-bottom: 28px;\n}\n.tips-header h3 {\n  font-family: var(--f-display);\n  font-size: 24px;\n  font-weight: 500;\n  color: var(--c-gold);\n  letter-spacing: 0.05em;\n  margin: 0;\n}\n.tips-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n}\n@media (max-width: 580px) { .tips-grid { grid-template-columns: 1fr; } }\n\n.tip-item {\n  display: flex;\n  gap: 12px;\n  padding: 14px;\n  background: rgba(255, 255, 255, 0.03);\n  border-radius: 6px;\n  align-items: flex-start;\n}\n.tip-dot {\n  width: 5px;\n  height: 5px;\n  background: var(--c-gold);\n  border-radius: 50%;\n  margin-top: 8px;\n  flex-shrink: 0;\n}\n.tip-item p {\n  font-family: var(--f-body);\n  font-size: 12px;\n  color: var(--c-text);\n  line-height: 1.7;\n  opacity: 0.85;\n  margin: 0;\n}\n\n\/* ==================== OVERVIEW SECTION ==================== *\/\n.overview-section {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px 70px;\n}\n.overview-img {\n  width: 100%;\n  max-width: 950px;\n  margin: 0 auto;\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n  border-radius: 10px;\n  display: block;\n  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);\n}\n\n\/* ==================== FOOTER ==================== *\/\n.site-footer {\n  text-align: center;\n  padding: 35px 24px 30px;\n  border-top: 1px solid rgba(201, 169, 89, 0.2);\n}\n.footer-logo {\n  max-width: 60px;\n  opacity: 0.7;\n  display: block;\n  margin: 0 auto 14px;\n}\n.site-footer p {\n  font-family: var(--f-body);\n  font-size: 10px;\n  color: var(--c-gold);\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  opacity: 0.6;\n  margin: 0;\n}\n\u003c\/style\u003e","brand":"FloAria","offers":[{"title":"Default Title","offer_id":63689984606577,"sku":null,"price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/2873\/3041\/files\/ca38c725680c3d70c62e7f46a832d831.jpg?v=1779981452"}],"url":"https:\/\/floaria.com\/collections\/mural-creation-kits.oembed","provider":"FloAria","version":"1.0","type":"link"}