SLA Coating

A collection page of Siraya Tech

category
Products
3
Active ads
0
Depth
Published
2026/04/15

About

/* ── Siraya Tech Design Tokens ── */ .rte { --st-black: #1a1a1a; --st-blue: #297fce; --st-blue-dk: #1e63a6; --st-white: #ffffff; --st-primary: #cb1a36; --st-primary-dk: #a01228; --st-gray-light: #f4f4f4; --st-gray-mid: #e0e0e0; --st-gray-text: #555555; --st-border: #d8d8d8; --st-radius: 6px; --st-font: 'Helvetica Neue', Arial, sans-serif; font-family: var(--st-font); color: var(--st-black); line-height: 1.7; max-width: 900px; margin: 0 auto; } /* ── Intro paragraph ── */ .rte .st-intro { font-size: 1.08rem; color: var(--st-gray-text); margin-bottom: 2rem; border-left: 4px solid var(--st-primary); padding-left: 1rem; } /* ── Section headings ── */ .rte h2 { font-size: 1.3rem; font-weight: 700; color: var(--st-black); border-bottom: 2px solid var(--st-primary); padding-bottom: 0.35rem; margin-top: 2.5rem; margin-bottom: 1rem; letter-spacing: 0.01em; } /* ── Bullet lists ── */ .rte ul { margin: 0.75rem 0 1.25rem 0; padding-left: 1.4rem; } .rte ul li { margin-bottom: 0.45rem; line-height: 1.65; } .rte ul li strong { color: var(--st-black); } /* ── Product card grid ── */ .rte .st-product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin: 1.25rem 0 2rem; } .rte .st-product-card { background: var(--st-gray-light); border: 1px solid var(--st-border); border-radius: var(--st-radius); padding: 1.1rem 1.2rem; } .rte .st-product-card .st-card-title { font-weight: 700; font-size: 0.95rem; color: var(--st-black); margin-bottom: 0.4rem; } .rte .st-product-card .st-badge { display: inline-block; background: var(--st-primary); color: var(--st-white); font-size: 0.72rem; font-weight: 700; border-radius: 4px; padding: 2px 7px; margin-bottom: 0.5rem; letter-spacing: 0.04em; text-transform: uppercase; } .rte .st-product-card p { font-size: 0.87rem; color: var(--st-gray-text); margin: 0.35rem 0 0.7rem; line-height: 1.55; } .rte .st-product-card a.st-btn { display: inline-block; background: var(--st-primary); color: var(--st-white); fon