{"product_id":"steel-rope-systems","title":"STEEL ROPE SYSTEMS","description":"\u003cstyle\u003e\n:root{\n--gold:#D4AF37;\n--gold-light:#FFE08A;\n--gold-dark:#8B6A10;\n--bg1:#050505;\n--bg2:#111111;\n--bg3:#202020;\n--text:#EAEAEA;\n}\n\n*{\nbox-sizing:border-box;\n}\n\n\n.steel-rope-section{\n\nposition:relative;\n\noverflow:hidden;\n\npadding:75px 35px;\n\nborder-radius:30px;\n\nbackground:\n\nlinear-gradient(135deg,var(--bg1),var(--bg2),var(--bg3));\n\ncolor:var(--text);\n\nfont-family:Arial,sans-serif;\n\n}\n\n\n\/* Animated Industrial Glow *\/\n\n.steel-rope-section:before{\n\ncontent:\"\";\n\nposition:absolute;\n\nwidth:550px;\n\nheight:550px;\n\nbackground:\n\nradial-gradient(circle,var(--gold),transparent 65%);\n\ntop:-250px;\n\nright:-220px;\n\nopacity:.15;\n\nanimation:steelGlow 8s infinite alternate;\n\n}\n\n\n\n@keyframes steelGlow{\n\n0%{\n\ntransform:scale(1);\n\nopacity:.12;\n\n}\n\n100%{\n\ntransform:scale(1.35) translate(-50px,50px);\n\nopacity:.25;\n\n}\n\n}\n\n\n\n\n.steel-container{\n\nmax-width:1200px;\n\nmargin:auto;\n\nposition:relative;\n\nz-index:2;\n\n}\n\n\n\n\n\/* Title *\/\n\n\n.steel-title{\n\ntext-align:center;\n\nfont-size:44px;\n\nfont-weight:900;\n\nletter-spacing:1px;\n\nbackground:\n\nlinear-gradient(90deg,var(--gold-light),var(--gold));\n\n-webkit-background-clip:text;\n\ncolor:transparent;\n\nanimation:steelTitle 1s ease;\n\n}\n\n\n\n@keyframes steelTitle{\n\nfrom{\n\nopacity:0;\n\ntransform:translateY(-40px);\n\n}\n\nto{\n\nopacity:1;\n\ntransform:translateY(0);\n\n}\n\n}\n\n\n\n\n.steel-intro{\n\nmax-width:900px;\n\nmargin:25px auto;\n\ntext-align:center;\n\nfont-size:18px;\n\nline-height:1.8;\n\ncolor:#d0d0d0;\n\n}\n\n\n\n\n\/* Benefits *\/\n\n\n.steel-benefits{\n\ndisplay:grid;\n\ngrid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n\ngap:25px;\n\nmargin-top:55px;\n\n}\n\n\n\n\n.steel-card{\n\nposition:relative;\n\noverflow:hidden;\n\nbackground:\n\nlinear-gradient(145deg,#101010,#1c1c1c);\n\npadding:30px;\n\nborder-radius:22px;\n\ntext-align:center;\n\nborder:1px solid rgba(212,175,55,.25);\n\ntransition:.4s;\n\n}\n\n\n\n.steel-card:hover{\n\ntransform:translateY(-12px);\n\nborder-color:var(--gold);\n\nbox-shadow:\n\n0 15px 40px rgba(212,175,55,.25);\n\n}\n\n\n\n.steel-card:after{\n\ncontent:\"\";\n\nposition:absolute;\n\nwidth:120px;\n\nheight:120px;\n\nbackground:var(--gold);\n\nopacity:.08;\n\nborder-radius:50%;\n\nright:-50px;\n\nbottom:-50px;\n\n}\n\n\n\n\n.steel-icon{\n\nfont-size:42px;\n\nmargin-bottom:15px;\n\n}\n\n\n\n.steel-card h3{\n\ncolor:var(--gold-light);\n\nfont-size:20px;\n\nmargin-bottom:12px;\n\n}\n\n\n\n.steel-card p{\n\nfont-size:15px;\n\nline-height:1.7;\n\ncolor:#ccc;\n\n}\n\n\n\n\n\/* Specifications *\/\n\n\n.steel-specs{\n\nmargin-top:65px;\n\npadding:35px;\n\nbackground:#090909;\n\nborder-radius:25px;\n\nborder:1px solid rgba(212,175,55,.25);\n\n}\n\n\n\n.steel-specs h2{\n\ntext-align:center;\n\ncolor:var(--gold);\n\nfont-size:28px;\n\nmargin-bottom:30px;\n\n}\n\n\n\n.spec-grid{\n\ndisplay:grid;\n\ngrid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n\ngap:18px;\n\n}\n\n\n\n.spec-box{\n\nbackground:#151515;\n\npadding:20px;\n\nborder-radius:15px;\n\nborder-left:4px solid var(--gold);\n\nline-height:1.6;\n\n}\n\n\n\n.spec-box strong{\n\ncolor:var(--gold-light);\n\n}\n\n\n\n\n\n\/* Footer *\/\n\n\n.steel-footer{\n\nmargin-top:45px;\n\ntext-align:center;\n\nfont-size:17px;\n\nline-height:1.8;\n\ncolor:#ccc;\n\n}\n\n\n\n\n\/* PDF Button *\/\n\n\n.steel-pdf{\n\ndisplay:block;\n\nwidth:max-content;\n\nmargin:40px auto 0;\n\npadding:16px 38px;\n\nborder-radius:50px;\n\nbackground:\n\nlinear-gradient(90deg,var(--gold-dark),var(--gold));\n\ncolor:#000;\n\nfont-weight:900;\n\ntext-decoration:none;\n\ntransition:.35s;\n\n}\n\n\n\n.steel-pdf:hover{\n\ntransform:scale(1.08);\n\nbox-shadow:\n\n0 0 30px rgba(212,175,55,.6);\n\n}\n\n\n\n\n\/* Mobile *\/\n\n\n@media(max-width:768px){\n\n.steel-rope-section{\n\npadding:50px 20px;\n\n}\n\n\n.steel-title{\n\nfont-size:32px;\n\n}\n\n\n.steel-intro{\n\nfont-size:16px;\n\n}\n\n\n.steel-card{\n\npadding:25px 20px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\n\n\u003csection class=\"steel-rope-section\"\u003e\n\n\u003cdiv class=\"steel-container\"\u003e\n\n\n\u003ch1 class=\"steel-title\"\u003e\n\n🏗️ Steel Rope Cable Carriers – Decee Trading\n\n\u003c\/h1\u003e\n\n\n\n\n\u003cp class=\"steel-intro\"\u003e\n\nAt \u003cstrong\u003eDecee Trading\u003c\/strong\u003e, we provide reliable mining and industrial cable management solutions, including high-quality \u003cstrong\u003eSteel Rope Cable Carriers\u003c\/strong\u003e designed for demanding operating environments.\n\n\u003cbr\u003e\u003cbr\u003e\n\nOur steel rope systems are specially engineered for light-duty applications where dust and dirt buildup is common, providing dependable cable support and efficient operation in challenging conditions.\n\n\u003c\/p\u003e\n\n\n\n\n\u003cdiv class=\"steel-benefits\"\u003e\n\n\n\n\u003cdiv class=\"steel-card\"\u003e\n\n\u003cdiv class=\"steel-icon\"\u003e\n🛡️\n\u003c\/div\u003e\n\n\u003ch3\u003e\nDust \u0026amp; Dirt Resistant\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDesigned for environments where contamination can affect traditional cable management systems.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\n\u003cdiv class=\"steel-card\"\u003e\n\n\u003cdiv class=\"steel-icon\"\u003e\n🔗\n\u003c\/div\u003e\n\n\u003ch3\u003e\nReliable Cable Guidance\n\u003c\/h3\u003e\n\n\u003cp\u003e\nKeeps cables organised, supported, and protected during continuous movement.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\n\n\u003cdiv class=\"steel-card\"\u003e\n\n\u003cdiv class=\"steel-icon\"\u003e\n⚙️\n\u003c\/div\u003e\n\n\u003ch3\u003e\nDurable Construction\n\u003c\/h3\u003e\n\n\u003cp\u003e\nSteel rope design provides dependable performance for mining and industrial applications.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\n\n\u003cdiv class=\"steel-card\"\u003e\n\n\u003cdiv class=\"steel-icon\"\u003e\n🏭\n\u003c\/div\u003e\n\n\u003ch3\u003e\nIndustrial Reliability\n\u003c\/h3\u003e\n\n\u003cp\u003e\nHelps reduce cable wear and downtime while supporting safe operations.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\n\n\n\n\n\u003cdiv class=\"steel-specs\"\u003e\n\n\n\u003ch2\u003e\n\n⚙️ Product Features \u0026amp; Specifications\n\n\u003c\/h2\u003e\n\n\n\n\u003cdiv class=\"spec-grid\"\u003e\n\n\n\n\u003cdiv class=\"spec-box\"\u003e\n\n\u003cstrong\u003e🔹 Product Type\u003c\/strong\u003e\u003cbr\u003e\n\nSteel Rope Cable Carrier System\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"spec-box\"\u003e\n\n\u003cstrong\u003e🔹 Application\u003c\/strong\u003e\u003cbr\u003e\n\nLight-duty mining and industrial environments\n\n\u003c\/div\u003e\n\n\n\n\n\u003cdiv class=\"spec-box\"\u003e\n\n\u003cstrong\u003e🔹 Design\u003c\/strong\u003e\u003cbr\u003e\n\nSteel rope-based cable guidance solution\n\n\u003c\/div\u003e\n\n\n\n\n\u003cdiv class=\"spec-box\"\u003e\n\n\u003cstrong\u003e🔹 Environment\u003c\/strong\u003e\u003cbr\u003e\n\nSuitable for dusty and dirty operating areas\n\n\u003c\/div\u003e\n\n\n\n\n\u003cdiv class=\"spec-box\"\u003e\n\n\u003cstrong\u003e🔹 Performance\u003c\/strong\u003e\u003cbr\u003e\n\nReliable cable support with long service life\n\n\u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\n\n\n\u003cp class=\"steel-footer\"\u003e\n\nAt \u003cstrong\u003eDecee Trading\u003c\/strong\u003e, we deliver dependable industrial solutions built around strength, durability, and engineering excellence — helping customers keep their operations running safely and efficiently.\n\n\u003c\/p\u003e\n\n\n\n\n\n\u003ca class=\"steel-pdf\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1005\/3156\/8962\/files\/Steel_Rope_Data_adcae80d-658c-4df3-9264-dc07c137dd00.pdf?v=1784191223\" target=\"_blank\"\u003e\n\n📄 Download Steel Rope Technical Information\n\n\u003c\/a\u003e\n\n\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Decee Trading (Pty) Ltd.","offers":[{"title":"Default Title","offer_id":54990873198914,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1005\/3156\/8962\/files\/rn-image_picker_lib_temp_37eb1d18-f1e0-4680-b33f-5f154a6bb503.jpg?v=1784190886","url":"https:\/\/deceetrading.co.za\/products\/steel-rope-systems","provider":"Decee Trading (Pty) Ltd.","version":"1.0","type":"link"}