﻿{"id":501,"date":"2025-03-06T05:03:48","date_gmt":"2025-03-06T13:03:48","guid":{"rendered":"https:\/\/fursone.com\/?page_id=501"},"modified":"2026-05-25T16:59:10","modified_gmt":"2026-05-26T00:59:10","slug":"products","status":"publish","type":"page","link":"https:\/\/fursone.com\/ru\/products\/","title":{"rendered":"Product"},"content":{"rendered":"\n<section id=\"products-hero\">\r\n    <script type=\"application\/ld+json\">\r\n    {\r\n      \"@context\": \"https:\/\/schema.org\",\r\n      \"@type\": \"WebPage\",\r\n      \"name\": \"Premium Fabric Collections | Fursone Textile Manufacturer\",\r\n      \"description\": \"Sourcing high-end tweed, woolen overcoats, and performance knits directly from Wenzhou manufacturer. 100m ready stock, 1000m custom MOQ.\"\r\n    }\r\n    <\/script>\r\n\r\n    <style>\r\n        #products-hero {\r\n            position: relative;\r\n            width: 100%;\r\n            height: 90vh;\r\n            min-height: 600px;\r\n            overflow: hidden;\r\n            display: flex;\r\n            align-items: center;\r\n            font-family: var(--font-heading, 'Playfair Display', serif);\r\n            color: #f3f2e6;\r\n            background-color: #26292a;\r\n        }\r\n\r\n        #products-hero img.bg-image {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            z-index: 0;\r\n        }\r\n\r\n        #products-hero .overlay-gradient {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(to right, rgba(38, 41, 42, 0.95) 0%, rgba(38, 41, 42, 0.8) 40%, rgba(38, 41, 42, 0.4) 100%);\r\n            z-index: 1;\r\n        }\r\n\r\n        #products-hero .breadcrumb {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        #products-hero .breadcrumb a {\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            letter-spacing: 1px;\r\n            text-transform: uppercase;\r\n            color: rgba(243, 242, 230, 0.6);\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        #products-hero .breadcrumb a:hover {\r\n            color: #f3f2e6;\r\n        }\r\n\r\n        #products-hero .breadcrumb span {\r\n            font-size: 10px;\r\n            color: rgba(243, 242, 230, 0.4);\r\n        }\r\n\r\n        #products-hero .content-container {\r\n            position: relative;\r\n            z-index: 2;\r\n            width: 100%;\r\n            max-width: 1600px;\r\n            margin: 0 auto;\r\n            padding-left: 100px;\r\n            padding-right: 40px;\r\n            display: flex;\r\n            justify-content: flex-start;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        #products-hero .text-content {\r\n            max-width: 800px;\r\n            animation: fadeInMove 1s ease-out forwards;\r\n        }\r\n\r\n        #products-hero .pre-header {\r\n            display: block;\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 14px;\r\n            font-weight: 700;\r\n            letter-spacing: 3px;\r\n            margin-bottom: 25px;\r\n            opacity: 0.95;\r\n            border-left: 3px solid #ffffff;\r\n            padding-left: 18px;\r\n            text-transform: uppercase;\r\n            color: #f9f9f9;\r\n        }\r\n\r\n        #products-hero h1 {\r\n            font-family: var(--font-heading, 'Playfair Display', serif);\r\n            font-size: clamp(32px, 4.2vw, 52px);\r\n            font-weight: 700;\r\n            line-height: 1.25;\r\n            margin-bottom: 30px;\r\n            text-shadow: 0 5px 20px rgba(38, 41, 42, 0.5);\r\n            color: #f3f2e6;\r\n        }\r\n\r\n        #products-hero .sub-text {\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 16px;\r\n            line-height: 1.7;\r\n            margin-bottom: 40px;\r\n            opacity: 0.95;\r\n            color: #f3f2e6;\r\n            font-weight: 400;\r\n        }\r\n\r\n        #products-hero .sub-text em {\r\n            font-style: italic;\r\n            font-weight: 500;\r\n            color: #f3f2e6;\r\n            border-bottom: 1px solid rgba(147, 77, 52, 0.3);\r\n        }\r\n\r\n        #products-hero .btn {\r\n            padding: 16px 40px;\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 13px;\r\n            font-weight: 700;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            letter-spacing: 1.5px;\r\n            border-radius: 0;\r\n            text-align: center;\r\n            white-space: nowrap;\r\n            text-transform: uppercase;\r\n            cursor: pointer;\r\n            display: inline-block;\r\n        }\r\n\r\n        #products-hero .btn-primary {\r\n            background-color: #934d34;\r\n            color: #f3f2e6;\r\n            border: 1px solid #934d34;\r\n        }\r\n\r\n        #products-hero .btn-primary:hover {\r\n            background-color: transparent;\r\n            color: #f3f2e6;\r\n            border-color: #ffffff;\r\n        }\r\n\r\n        @keyframes fadeInMove {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(20px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            #products-hero {\r\n                height: auto !important;\r\n                min-height: 74svh !important;\r\n                padding: 108px 0 64px !important;\r\n                align-items: center;\r\n            }\r\n\r\n            #products-hero img.bg-image {\r\n                object-position: center bottom !important;\r\n            }\r\n\r\n            #products-hero .overlay-gradient {\r\n                background: rgba(38, 41, 42, 0.75);\r\n            }\r\n\r\n            #products-hero .breadcrumb {\r\n                display: none !important;\r\n            }\r\n\r\n            #products-hero .breadcrumb a {\r\n                font-size: 11px;\r\n            }\r\n\r\n            #products-hero .content-container {\r\n                padding-left: 30px;\r\n                padding-right: 30px;\r\n                justify-content: center;\r\n                text-align: center;\r\n            }\r\n\r\n            #products-hero .text-content {\r\n                max-width: 100%;\r\n            }\r\n\r\n            #products-hero .pre-header {\r\n                border-left: none;\r\n                margin-bottom: 12px;\r\n                font-size: 10px;\r\n                padding-left: 0;\r\n                letter-spacing: 1.6px !important;\r\n            }\r\n\r\n            #products-hero h1 {\r\n                font-size: 23px !important;\r\n                line-height: 1.14 !important;\r\n                margin-bottom: 14px !important;\r\n                letter-spacing: -0.5px;\r\n                text-shadow: 0 2px 10px rgba(38, 41, 42, 0.3);\r\n            }\r\n\r\n            #products-hero .sub-text {\r\n                font-size: 13px;\r\n                line-height: 1.45;\r\n                margin-bottom: 20px;\r\n                font-weight: 400;\r\n                opacity: 0.9;\r\n                letter-spacing: 0;\r\n            }\r\n\r\n            #products-hero .btn {\r\n                padding: 12px 24px !important;\r\n                font-size: 11px !important;\r\n                font-weight: 600;\r\n                flex: 0 1 auto;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" class=\"bg-image\" src=\"https:\/\/fursone.com\/wp-content\/uploads\/2026\/02\/boucle-fancy-yarn-tweed-fabric-textile-fursone-001-scaled.jpg\" alt=\"Premium Fabric Collections Manufacturer Fursone\" width=\"1920\" height=\"1080\">\r\n\r\n    <div class=\"overlay-gradient\"><\/div>\r\n\r\n    <div class=\"content-container\">\r\n        <div class=\"text-content\">\r\n            <nav class=\"breadcrumb\">\r\n                <a href=\"\/\">Home<\/a>\r\n                <span>\/<\/span>\r\n                <span>Products<\/span>\r\n            <\/nav>\r\n\r\n            <span class=\"pre-header\">6 Core Collections \u00b7 Stock + Custom<\/span>\r\n\r\n            <h1>Find the right fabric category in one screen.<\/h1>\r\n\r\n            <p class=\"sub-text\">\r\n                Scan six core collections, compare MOQ, and jump straight to tweed, overcoat, or knit programs built for fast sourcing.\r\n            <\/p>\r\n\r\n            <a href=\"#contact\" class=\"btn btn-primary\">Request Fabric Samples<\/a>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    (function() {\r\n        var content = document.querySelector('#products-hero .text-content');\r\n        if (content) {\r\n            window.addEventListener('scroll', function() {\r\n                var scrolled = window.scrollY;\r\n                if (scrolled < 500) {\r\n                    content.style.opacity = 1 - (scrolled \/ 500);\r\n                }\r\n            });\r\n        }\r\n    })();\r\n    <\/script>\r\n<\/section>\r\n\r\n<section id=\"product-categories\">\r\n    <script type=\"application\/ld+json\">\r\n    {\r\n      \"@context\": \"https:\/\/schema.org\",\r\n      \"@type\": \"ItemList\",\r\n      \"itemListElement\": [\r\n        { \"@type\": \"ListItem\", \"position\": 1, \"name\": \"Chanel-Style Tweed\", \"url\": \"https:\/\/fursone.com\/products\/chanel-style-tweed\" },\r\n        { \"@type\": \"ListItem\", \"position\": 2, \"name\": \"Woolen Overcoat Fabric\", \"url\": \"https:\/\/fursone.com\/products\/woolen-overcoat\" },\r\n        { \"@type\": \"ListItem\", \"position\": 3, \"name\": \"Knitted Overcoat Fabric\", \"url\": \"https:\/\/fursone.com\/products\/knitted-overcoat\" },\r\n        { \"@type\": \"ListItem\", \"position\": 4, \"name\": \"Performance Knit Essentials\", \"url\": \"https:\/\/fursone.com\/products\/knit-fabric\" },\r\n        { \"@type\": \"ListItem\", \"position\": 5, \"name\": \"Fashion Sweater Knit\", \"url\": \"https:\/\/fursone.com\/products\/sweater-knit\" },\r\n        { \"@type\": \"ListItem\", \"position\": 6, \"name\": \"Heritage Cable Knit\", \"url\": \"https:\/\/fursone.com\/products\/cable-sweater-knit\" }\r\n      ]\r\n    }\r\n    <\/script>\r\n\r\n    <style>\r\n        :root {\r\n            --bg-primary: #f3f2e6;\r\n            --text-main: #26292a;\r\n            --cta-button: #934d34;\r\n            --white: #ffffff;\r\n            --gray-300: #e0e0e0;\r\n        }\r\n\r\n        #product-categories {\r\n            background-color: var(--bg-primary);\r\n            padding: 80px 0;\r\n            font-family: 'Helvetica Neue', Arial, sans-serif;\r\n            color: var(--text-main);\r\n        }\r\n\r\n        #product-categories .container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n            padding: 0 40px;\r\n        }\r\n\r\n        #product-categories .section-header {\r\n            text-align: center;\r\n            margin-bottom: 60px;\r\n            max-width: 800px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n\r\n        #product-categories .section-label {\r\n            display: inline-block;\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 12px;\r\n            font-weight: 700;\r\n            letter-spacing: 2.4px;\r\n            text-transform: uppercase;\r\n            color: var(--cta-button);\r\n            margin-bottom: 14px;\r\n        }\r\n\r\n        #product-categories h2 {\r\n            font-family: var(--font-heading, 'Playfair Display', serif);\r\n            font-size: 36px;\r\n            line-height: 1.3;\r\n            color: var(--text-main);\r\n            margin: 0 0 20px 0;\r\n            font-weight: 400;\r\n        }\r\n\r\n        #product-categories .section-desc {\r\n            font-size: 16px;\r\n            font-weight: 300;\r\n            line-height: 1.8;\r\n            opacity: 0.9;\r\n            margin: 0;\r\n        }\r\n\r\n        #product-categories .grid-container {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 30px;\r\n        }\r\n\r\n        #product-categories .cat-card {\r\n            display: block;\r\n            text-decoration: none;\r\n            color: var(--text-main);\r\n            transition: all 0.3s ease;\r\n            background: #ffffff;\r\n            border: 1px solid rgba(38, 41, 42, 0.08);\r\n        }\r\n\r\n        #product-categories .card-img-wrapper {\r\n            position: relative;\r\n            width: 100%;\r\n            padding-bottom: 76%;\r\n            overflow: hidden;\r\n            background: #f0f0f0;\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        #product-categories .card-img-wrapper img {\r\n            position: absolute !important;\r\n            top: 0 !important;\r\n            left: 0 !important;\r\n            width: 100% !important;\r\n            height: 100% !important;\r\n            object-fit: cover !important;\r\n            transition: transform 0.6s ease;\r\n        }\r\n\r\n        #product-categories .cat-card:hover .card-img-wrapper img {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        #product-categories .card-content {\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: flex-start;\r\n            gap: 10px;\r\n            padding: 22px 22px 20px;\r\n            min-height: 208px;\r\n        }\r\n\r\n        #product-categories h3 {\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 14px;\r\n            font-weight: 500;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n            margin: 0;\r\n        }\r\n\r\n        #product-categories .arrow-icon {\r\n            font-size: 18px;\r\n            color: var(--text-main);\r\n            transition: transform 0.3s ease;\r\n            display: none;\r\n        }\r\n\r\n        #product-categories .cat-card:hover .arrow-icon {\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        #product-categories .card-specs,\r\n        #product-categories .card-desc {\r\n            display: block;\r\n        }\r\n\r\n        #product-categories .card-specs {\r\n            font-size: 11px;\r\n            font-weight: 700;\r\n            color: var(--cta-button);\r\n            margin: 0;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1.1px;\r\n        }\r\n\r\n        #product-categories .card-desc {\r\n            font-size: 14px;\r\n            font-weight: 300;\r\n            line-height: 1.6;\r\n            opacity: 0.85;\r\n            margin: 0;\r\n            flex-grow: 1;\r\n        }\r\n\r\n        #product-categories .card-link {\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            align-self: flex-start;\r\n            border-bottom: 1px solid var(--text-main);\r\n            padding-bottom: 3px;\r\n            transition: all 0.3s ease;\r\n            margin-top: auto;\r\n        }\r\n\r\n        #product-categories .cat-card:hover .card-link {\r\n            color: var(--cta-button);\r\n            border-color: var(--cta-button);\r\n            padding-right: 5px;\r\n        }\r\n\r\n        \/* Mobile Responsive *\/\r\n        @media (max-width: 1024px) {\r\n            #product-categories .grid-container {\r\n                grid-template-columns: repeat(2, 1fr);\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            #product-categories {\r\n                padding: 56px 0 !important;\r\n            }\r\n\r\n            #product-categories .container {\r\n                padding: 0 20px;\r\n            }\r\n\r\n            #product-categories .section-header {\r\n                text-align: left;\r\n                margin-bottom: 28px;\r\n            }\r\n\r\n            #product-categories h2 {\r\n                font-size: 28px;\r\n            }\r\n\r\n            #product-categories .section-desc {\r\n                font-size: 13px;\r\n                line-height: 1.55;\r\n            }\r\n\r\n            #product-categories .grid-container {\r\n                display: grid !important;\r\n                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\r\n                overflow: visible !important;\r\n                gap: 12px !important;\r\n                padding-bottom: 0 !important;\r\n                margin-left: 0 !important;\r\n                margin-right: 0 !important;\r\n                padding-right: 0 !important;\r\n                width: 100% !important;\r\n            }\r\n            \r\n            #product-categories .grid-container::-webkit-scrollbar {\r\n                display: none;\r\n            }\r\n\r\n            #product-categories .cat-card {\r\n                flex: 0 0 auto !important;\r\n                scroll-snap-align: start;\r\n                height: auto;\r\n                min-width: 0;\r\n            }\r\n\r\n            #product-categories .card-content {\r\n                padding: 14px 14px 16px;\r\n                min-height: 194px;\r\n                gap: 8px;\r\n            }\r\n\r\n            #product-categories .card-img-wrapper {\r\n                padding-bottom: 68%;\r\n            }\r\n            \r\n            #product-categories h3 {\r\n                font-size: 15px !important;\r\n                line-height: 1.35 !important;\r\n            }\r\n\r\n            #product-categories .card-specs {\r\n                font-size: 10px !important;\r\n            }\r\n\r\n            #product-categories .card-desc {\r\n                font-size: 12px !important;\r\n                line-height: 1.5 !important;\r\n            }\r\n\r\n            #product-categories .card-link {\r\n                font-size: 10px !important;\r\n                line-height: 1.4 !important;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <div class=\"container\">\r\n        <div class=\"section-header\">\r\n                <span class=\"section-label\">Quick Product Entry<\/span>\r\n                <h2>Scan the right collection fast<\/h2>\r\n                <p class=\"section-desc\">Choose by fabric type, MOQ, and end use first. Then open the collection page that matches your sourcing goal.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"grid-container\">\r\n            <!-- 1. Chanel-Style Tweed -->\r\n            <a href=\"\/chanel-style-tweed\/\" class=\"cat-card\">\r\n                <div class=\"card-img-wrapper\">\r\n                    <img decoding=\"async\" src=\"https:\/\/fursone.com\/wp-content\/uploads\/2026\/02\/boucle-fancy-yarn-tweed-fabric-textile-fursone-001-scaled.jpg\" width=\"800\" height=\"600\" loading=\"lazy\" alt=\"Luxury Chanel Style Tweed Fabric Manufacturer\">\r\n                <\/div>\r\n                <div class=\"card-content\">\r\n                    <h3>Chanel-Style Tweed<\/h3>\r\n                    <div class=\"card-specs\">MOQ: 100m stock \/ 1000m custom<\/div>\r\n                    <p class=\"card-desc\">For boutique jackets, luxury-inspired suits, and statement capsule collections.<\/p>\r\n                    <span class=\"card-link\">View Tweed<\/span>\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <!-- 2. Woolen Overcoat -->\r\n            <a href=\"\/woolen-overcoat\/\" class=\"cat-card\">\r\n                <div class=\"card-img-wrapper\">\r\n                    <img decoding=\"async\" src=\"https:\/\/fursone.com\/wp-content\/uploads\/2026\/02\/worsted-woolen-tweed-fabric-textile-yarn-fursone-001-scaled.jpg\" width=\"800\" height=\"600\" loading=\"lazy\" alt=\"Heavy Woolen Overcoat Fabric Wholesale\">\r\n                <\/div>\r\n                <div class=\"card-content\">\r\n                    <h3>Woolen Overcoat<\/h3>\r\n                    <div class=\"card-specs\">MOQ: 100m stock \/ 1000m custom<\/div>\r\n                    <p class=\"card-desc\">For structured overcoats, tailoring programs, and cold-season outerwear ranges.<\/p>\r\n                    <span class=\"card-link\">View Overcoat<\/span>\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <!-- 3. Knitted Overcoat (Trend) -->\r\n            <a href=\"\/knitted-overcoat\/\" class=\"cat-card\">\r\n                <div class=\"card-img-wrapper\">\r\n                    <img decoding=\"async\" src=\"https:\/\/fursone.com\/wp-content\/uploads\/2026\/02\/knitted-embroidery-fabric-textile-fursone-001-scaled.jpg\" width=\"800\" height=\"600\" loading=\"lazy\" alt=\"Knitted Overcoat Fabric Manufacturer\">\r\n                <\/div>\r\n                <div class=\"card-content\">\r\n                    <h3>Knitted Overcoat<\/h3>\r\n                    <div class=\"card-specs\">MOQ: 100m stock \/ 1000m custom<\/div>\r\n                    <p class=\"card-desc\">For soft overcoats, fashion-forward outerwear, and flexible comfort-driven silhouettes.<\/p>\r\n                    <span class=\"card-link\">View Knit Coat<\/span>\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <!-- 4. Performance Knit -->\r\n            <a href=\"\/knit-fabric\/\" class=\"cat-card\">\r\n                <div class=\"card-img-wrapper\">\r\n                    <img decoding=\"async\" src=\"https:\/\/fursone.com\/wp-content\/uploads\/2026\/02\/chenille-tweed-fabric-textile-melange-fursone-001-scaled.jpg\" width=\"800\" height=\"600\" loading=\"lazy\" alt=\"Performance Stretch Knit Fabric Supplier\">\r\n                <\/div>\r\n                <div class=\"card-content\">\r\n                    <h3>Performance Knit<\/h3>\r\n                    <div class=\"card-specs\">MOQ: 100m stock \/ 1000m custom<\/div>\r\n                    <p class=\"card-desc\">For lounge sets, athleisure capsules, and premium basics that need recovery and softness.<\/p>\r\n                    <span class=\"card-link\">View Performance<\/span>\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <!-- 5. Fashion Sweater Knit -->\r\n            <a href=\"\/sweater-knit\/\" class=\"cat-card\">\r\n                <div class=\"card-img-wrapper\">\r\n                    <img decoding=\"async\" src=\"https:\/\/fursone.com\/wp-content\/uploads\/2026\/02\/boucle-fancy-yarn-tweed-fabric-textile-fursone-010-scaled.jpg\" width=\"800\" height=\"600\" loading=\"lazy\" alt=\"Fashion Sweater Knit Fabric Wholesale\">\r\n                <\/div>\r\n                <div class=\"card-content\">\r\n                    <h3>Fashion Sweater Knit<\/h3>\r\n                    <div class=\"card-specs\">MOQ: 100m stock \/ 1000m custom<\/div>\r\n                    <p class=\"card-desc\">For cardigans, pullovers, and elevated knitwear lines that need loft and hand feel.<\/p>\r\n                    <span class=\"card-link\">View Sweater<\/span>\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <!-- 6. Heritage Cable Knit -->\r\n            <a href=\"\/cable-sweater-knit\/\" class=\"cat-card\">\r\n                <div class=\"card-img-wrapper\">\r\n                    <img decoding=\"async\" src=\"https:\/\/fursone.com\/wp-content\/uploads\/2026\/02\/worsted-woolen-tweed-fabric-textile-yarn-fursone-020-scaled.jpg\" width=\"800\" height=\"600\" loading=\"lazy\" alt=\"3D Cable Knit Sweater Fabric\">\r\n                <\/div>\r\n                <div class=\"card-content\">\r\n                    <h3>Heritage Cable Knit<\/h3>\r\n                    <div class=\"card-specs\">MOQ: 100m stock \/ 1000m custom<\/div>\r\n                    <p class=\"card-desc\">For chunky sweaters, winter storytelling collections, and classic textured knit programs.<\/p>\r\n                    <span class=\"card-link\">View Cable Knit<\/span>\r\n                <\/div>\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    (function() {\r\n        \/\/ Intersection Observer for fade-in animation\r\n        const cards = document.querySelectorAll('#product-categories .cat-card');\r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.style.opacity = '1';\r\n                    entry.target.style.transform = 'translateY(0)';\r\n                    observer.unobserve(entry.target);\r\n                }\r\n            });\r\n        }, { threshold: 0.1 });\r\n\r\n        cards.forEach((card, index) => {\r\n            card.style.opacity = '0';\r\n            card.style.transform = 'translateY(30px)';\r\n            card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;\r\n            observer.observe(card);\r\n        });\r\n    })();\r\n    <\/script>\r\n<\/section>\r\n\r\n\r\n<section id=\"manufacturing-services\">\r\n    <script type=\"application\/ld+json\">\r\n    {\r\n      \"@context\": \"https:\/\/schema.org\",\r\n      \"@type\": \"Service\",\r\n      \"name\": \"Textile OEM & Ready Stock\",\r\n      \"provider\": {\r\n        \"@type\": \"Organization\",\r\n        \"name\": \"Fursone Textile Manufacturer\"\r\n      },\r\n      \"description\": \"Flexible manufacturing solutions: 100m ready stock for sampling and 1000m deep customization for exclusive brand developments.\"\r\n    }\r\n    <\/script>\r\n\r\n    <style>\r\n        :root {\r\n            --bg-secondary: #d9d5c9;\r\n            --text-main: #26292a;\r\n            --cta-button: #934d34;\r\n            --white: #ffffff;\r\n        }\r\n\r\n        #manufacturing-services {\r\n            background-color: var(--bg-secondary);\r\n            padding: 100px 0;\r\n            font-family: 'Helvetica Neue', Arial, sans-serif;\r\n            color: var(--text-main);\r\n        }\r\n\r\n        #manufacturing-services .container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n            padding: 0 40px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 60px;\r\n        }\r\n\r\n        #manufacturing-services .content-col {\r\n            flex: 1;\r\n            max-width: 600px;\r\n        }\r\n\r\n        #manufacturing-services h2 {\r\n            font-family: var(--font-heading, 'Playfair Display', serif);\r\n            font-size: 42px;\r\n            line-height: 1.2;\r\n            margin: 0 0 25px 0;\r\n            font-weight: 400;\r\n        }\r\n\r\n        #manufacturing-services .intro-text {\r\n            font-size: 16px;\r\n            font-weight: 300;\r\n            line-height: 1.8;\r\n            opacity: 0.9;\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        #manufacturing-services .service-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 30px;\r\n        }\r\n\r\n        #manufacturing-services .service-card {\r\n            background: var(--white);\r\n            padding: 35px;\r\n            border-left: 4px solid var(--cta-button);\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.03);\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        #manufacturing-services .service-card:hover {\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        #manufacturing-services .card-title {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 15px;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        #manufacturing-services .card-title h3 {\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 20px;\r\n            font-weight: 600;\r\n            text-transform: uppercase;\r\n            margin: 0;\r\n            letter-spacing: 0.5px;\r\n        }\r\n\r\n        #manufacturing-services .moq-badge {\r\n            background: var(--text-main);\r\n            color: var(--white);\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 12px;\r\n            font-weight: 700;\r\n            padding: 4px 10px;\r\n            border-radius: 2px;\r\n        }\r\n\r\n        #manufacturing-services .service-desc {\r\n            font-size: 14px;\r\n            font-weight: 300;\r\n            line-height: 1.7;\r\n            margin: 0;\r\n            opacity: 0.85;\r\n        }\r\n\r\n        #manufacturing-services .service-features {\r\n            margin-top: 15px;\r\n            padding: 0;\r\n            list-style: none;\r\n        }\r\n\r\n        #manufacturing-services .service-features li {\r\n            font-size: 13px;\r\n            font-weight: 500;\r\n            margin-bottom: 8px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n        }\r\n\r\n        #manufacturing-services .service-features li::before {\r\n            content: \"\u2713\";\r\n            color: var(--cta-button);\r\n            font-weight: bold;\r\n        }\r\n\r\n        #manufacturing-services .image-col {\r\n            flex: 1;\r\n            position: relative;\r\n        }\r\n\r\n        #manufacturing-services .image-wrapper {\r\n            position: relative;\r\n            padding-top: 120%;\r\n            overflow: hidden;\r\n            border: 1px solid rgba(38,41,42,0.1);\r\n        }\r\n\r\n        #manufacturing-services .image-wrapper img {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n\r\n        \/* Mobile Responsive *\/\r\n        @media (max-width: 992px) {\r\n            #manufacturing-services .container {\r\n                flex-direction: column;\r\n                padding: 0 20px;\r\n            }\r\n\r\n            #manufacturing-services .content-col,\r\n            #manufacturing-services .image-col {\r\n                width: 100%;\r\n                max-width: 100%;\r\n            }\r\n\r\n            #manufacturing-services h2 {\r\n                font-size: 32px;\r\n            }\r\n            \r\n            #manufacturing-services .image-wrapper {\r\n                padding-top: 75%;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <div class=\"container\">\r\n        <div class=\"content-col\">\r\n            <h2>Flexible Sourcing Models<\/h2>\r\n            <p class=\"intro-text\">\r\n                Whether you're an emerging designer testing the market or a global brand requiring exclusive yardage, our vertical integration ensures precision and speed without compromising on luxury aesthetics.\r\n            <\/p>\r\n\r\n            <div class=\"service-grid\">\r\n                <!-- Ready Stock -->\r\n                <div class=\"service-card\">\r\n                    <div class=\"card-title\">\r\n                        <h3>Ready Stock<\/h3>\r\n                        <span class=\"moq-badge\">100m MOQ<\/span>\r\n                    <\/div>\r\n                    <p class=\"service-desc\">\r\n                        Access our curated inventory of 100+ trending fabrics. Ideal for capsule collections, immediate sampling, and low-risk market testing.\r\n                    <\/p>\r\n                    <ul class=\"service-features\">\r\n                        <li>72-Hour Dispatch from Wenzhou<\/li>\r\n                        <li>Full Technical Data Sheet (TDS) Provided<\/li>\r\n                        <li>No Lab Dip Required<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <!-- Custom OEM -->\r\n                <div class=\"service-card\">\r\n                    <div class=\"card-title\">\r\n                        <h3>Custom Manufacturing<\/h3>\r\n                        <span class=\"moq-badge\">1000m MOQ<\/span>\r\n                    <\/div>\r\n                    <p class=\"service-desc\">\r\n                        Develop proprietary fabrics tailored to your brand. We dye specific Pantone colors, adjust wool ratios, and engineer functional finishes.\r\n                    <\/p>\r\n                    <ul class=\"service-features\">\r\n                        <li>7-10 Days Rapid Prototyping (Hand-loom)<\/li>\r\n                        <li>95%+ Consistency on Re-orders<\/li>\r\n                        <li>Exclusive IP Protection<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"image-col\">\r\n            <div class=\"image-wrapper\">\r\n                <img decoding=\"async\" src=\"https:\/\/fursone.com\/wp-content\/uploads\/2026\/02\/textile-factory-workshop-production-equipment-manufacturing-fursone-04-scaled.jpg\" width=\"800\" height=\"1000\" loading=\"lazy\" alt=\"Fursone Textile Manufacturing Looms Wenzhou\">\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    (function() {\r\n        const section = document.getElementById('manufacturing-services');\r\n        const cards = section.querySelectorAll('.service-card');\r\n        \r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    cards.forEach((card, index) => {\r\n                        setTimeout(() => {\r\n                            card.style.opacity = '1';\r\n                            card.style.transform = 'translateX(0)';\r\n                        }, index * 150);\r\n                    });\r\n                    observer.unobserve(entry.target);\r\n                }\r\n            });\r\n        }, { threshold: 0.2 });\r\n\r\n        cards.forEach(card => {\r\n            card.style.opacity = '0';\r\n            card.style.transform = 'translateX(-30px)';\r\n            card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\r\n        });\r\n\r\n        observer.observe(section);\r\n    })();\r\n    <\/script>\r\n<\/section>\r\n\r\n<!-- ========================= GEO: Technical Specifications & FAQ ========================= -->\r\n<section id=\"tech-specs-geo\">\r\n    <script type=\"application\/ld+json\">\r\n    {\r\n      \"@context\": \"https:\/\/schema.org\",\r\n      \"@type\": \"FAQPage\",\r\n      \"mainEntity\": [\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"What is the MOQ for custom fabric development?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"For custom developments, our Minimum Order Quantity (MOQ) is 1,000 meters per color to ensure yarn dyeing consistency and machine efficiency.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Do you offer ready-stock fabrics for sampling?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Yes, we maintain an active inventory of our core collections. Ready-stock fabrics are available with a low MOQ of just 100 meters, perfect for capsule collections and sampling.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Are your fabrics eco-certified?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Yes, Fursone Textile is GRS (Global Recycled Standard) and Oeko-Tex Standard 100 certified, ensuring sustainable and safe materials.\"\r\n          }\r\n        }\r\n      ]\r\n    }\r\n    <\/script>\r\n    <style>\r\n        #tech-specs-geo {\r\n            background-color: #ffffff;\r\n            padding: 80px 0;\r\n            border-top: 1px solid rgba(38, 41, 42, 0.05);\r\n        }\r\n        #tech-specs-geo .container {\r\n            max-width: 1000px;\r\n            margin: 0 auto;\r\n            padding: 0 40px;\r\n        }\r\n        #tech-specs-geo .geo-header {\r\n            text-align: center;\r\n            margin-bottom: 50px;\r\n        }\r\n        #tech-specs-geo h2 {\r\n            font-family: var(--font-heading, 'Playfair Display', serif);\r\n            font-size: 36px;\r\n            color: var(--text-main, #26292a);\r\n            margin-bottom: 20px;\r\n            font-weight: 400;\r\n        }\r\n        #tech-specs-geo .geo-desc {\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 16px;\r\n            line-height: 1.8;\r\n            color: var(--text-main, #26292a);\r\n            opacity: 0.8;\r\n            margin: 0 auto;\r\n        }\r\n        #tech-specs-geo .faq-item {\r\n            margin-bottom: 30px;\r\n            padding-bottom: 20px;\r\n            border-bottom: 1px solid rgba(38, 41, 42, 0.1);\r\n        }\r\n        #tech-specs-geo .faq-item h3 {\r\n            font-family: var(--font-heading, 'Playfair Display', serif);\r\n            font-size: 20px;\r\n            color: var(--text-main, #26292a);\r\n            margin-bottom: 10px;\r\n            font-weight: 500;\r\n        }\r\n        #tech-specs-geo .faq-item p {\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 15px;\r\n            line-height: 1.6;\r\n            color: var(--text-main, #26292a);\r\n            opacity: 0.8;\r\n        }\r\n    <\/style>\r\n    <div class=\"container\">\r\n        <div class=\"geo-header\">\r\n            <h2>Sourcing Guidelines & FAQ<\/h2>\r\n            <p class=\"geo-desc\">Essential information for B2B buyers regarding our manufacturing metrics and fabric ordering process.<\/p>\r\n        <\/div>\r\n        <div class=\"faq-list\">\r\n            <div class=\"faq-item\">\r\n                <h3>What is the MOQ for custom fabric development?<\/h3>\r\n                <p>For custom developments, our Minimum Order Quantity (MOQ) is 1,000 meters per color to ensure yarn dyeing consistency and machine efficiency.<\/p>\r\n            <\/div>\r\n            <div class=\"faq-item\">\r\n                <h3>Do you offer ready-stock fabrics for sampling?<\/h3>\r\n                <p>Yes, we maintain an active inventory of our core collections. Ready-stock fabrics are available with a low MOQ of just 100 meters, perfect for capsule collections and sampling.<\/p>\r\n            <\/div>\r\n            <div class=\"faq-item\">\r\n                <h3>Are your fabrics eco-certified?<\/h3>\r\n                <p>Yes, Fursone Textile is GRS (Global Recycled Standard) and Oeko-Tex Standard 100 certified, ensuring sustainable and safe materials.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section id=\"products-cta\">\r\n    <script type=\"application\/ld+json\">\r\n    {\r\n      \"@context\": \"https:\/\/schema.org\",\r\n      \"@type\": \"WebPageElement\",\r\n      \"name\": \"Product Inquiry CTA\",\r\n      \"description\": \"Contact Fursone for fabric samples and bulk factory quotes.\"\r\n    }\r\n    <\/script>\r\n\r\n    <style>\r\n        :root {\r\n            --bg-primary: #f3f2e6;\r\n            --text-main: #26292a;\r\n            --cta-button: #934d34;\r\n            --cta-text: #f3f2e6;\r\n        }\r\n\r\n        #products-cta {\r\n            background-color: var(--bg-primary);\r\n            padding: 100px 0;\r\n            text-align: center;\r\n            font-family: 'Helvetica Neue', Arial, sans-serif;\r\n        }\r\n\r\n        #products-cta .container {\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            padding: 0 40px;\r\n        }\r\n\r\n        #products-cta h2 {\r\n            font-family: var(--font-heading, 'Playfair Display', serif);\r\n            font-size: 36px;\r\n            line-height: 1.3;\r\n            color: var(--text-main);\r\n            margin: 0 0 20px 0;\r\n            font-weight: 400;\r\n        }\r\n\r\n        #products-cta p {\r\n            font-size: 16px;\r\n            font-weight: 300;\r\n            line-height: 1.8;\r\n            color: var(--text-main);\r\n            opacity: 0.9;\r\n            margin: 0 0 40px 0;\r\n        }\r\n\r\n        #products-cta .btn-cta {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 16px 40px;\r\n            background-color: var(--cta-button);\r\n            color: var(--cta-text);\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 13px;\r\n            font-weight: 700;\r\n            letter-spacing: 1.5px;\r\n            text-transform: uppercase;\r\n            text-decoration: none;\r\n            border: 1px solid var(--cta-button);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        #products-cta .btn-cta:hover {\r\n            background-color: transparent;\r\n            color: var(--text-main);\r\n            border-color: var(--text-main);\r\n        }\r\n\r\n        #products-cta .trust-badges {\r\n            margin-top: 30px;\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 20px;\r\n            font-family: var(--font-body, 'Playfair', serif);\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            text-transform: uppercase;\r\n            color: var(--text-main);\r\n            opacity: 0.7;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            #products-hero .content-container,\r\n            #product-categories .container,\r\n            #manufacturing-services .container,\r\n            #products-cta .container {\r\n                padding-left: 24px !important;\r\n                padding-right: 24px !important;\r\n                box-sizing: border-box !important;\r\n            }\r\n            #products-hero h1,\r\n            #product-categories h2,\r\n            #manufacturing-services h2,\r\n            #products-cta h2 {\r\n                font-size: 30px !important;\r\n                line-height: 1.25 !important;\r\n            }\r\n            #products-hero .sub-text,\r\n            #product-categories .section-desc,\r\n            #product-categories .card-desc,\r\n            #manufacturing-services .intro-text,\r\n            #manufacturing-services .service-desc,\r\n            #manufacturing-services .service-features li,\r\n            #products-cta p {\r\n                font-size: 17px !important;\r\n                line-height: 1.7 !important;\r\n            }\r\n            #product-categories h3,\r\n            #manufacturing-services .service-card h3 {\r\n                font-size: 18px !important;\r\n                line-height: 1.4 !important;\r\n            }\r\n            #product-categories .card-link,\r\n            #products-cta .trust-badges {\r\n                font-size: 12px !important;\r\n                line-height: 1.5 !important;\r\n            }\r\n            #products-hero .btn,\r\n            #products-cta .btn-cta {\r\n                display: inline-flex !important;\r\n                align-items: center !important;\r\n                justify-content: center !important;\r\n                padding: 12px 22px !important;\r\n                font-size: 13px !important;\r\n                font-weight: 700 !important;\r\n                letter-spacing: 1.2px !important;\r\n                text-align: center !important;\r\n            }\r\n            #products-hero .pre-header {\r\n                font-size: 11px !important;\r\n            }\r\n            #product-categories .cat-card {\r\n                flex-basis: 88% !important;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <div class=\"container\">\r\n        <h2>Source Direct from the Manufacturer<\/h2>\r\n        <p>Whether you need A4 swatches of our Chanel-style tweed or a 1000-meter custom dyeing run for performance knits, our Wenzhou factory is equipped to deliver.<\/p>\r\n        <a href=\"#contact\" class=\"btn-cta\">Request Fabric Samples<\/a>\r\n        \r\n        <div class=\"trust-badges\">\r\n            <span>ISO 9001 Certified<\/span>\r\n            <span>\u2022<\/span>\r\n            <span>Oeko-Tex Standard 100<\/span>\r\n            <span>\u2022<\/span>\r\n            <span>GRS Capability<\/span>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    (function() {\r\n        const cta = document.getElementById('products-cta');\r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.style.opacity = '1';\r\n                    entry.target.style.transform = 'translateY(0)';\r\n                    observer.unobserve(entry.target);\r\n                }\r\n            });\r\n        }, { threshold: 0.2 });\r\n\r\n        cta.style.opacity = '0';\r\n        cta.style.transform = 'translateY(30px)';\r\n        cta.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\r\n        \r\n        observer.observe(cta);\r\n    })();\r\n    <\/script>\r\n<\/section>\r\n\r\n<!-- FURSONE GLOBAL MOBILE OVERRIDES (EvergoCasa Minotti Standards) -->\r\n    <style>\r\n        @media (max-width: 768px) {\r\n            \/* 1. Global Box Sizing & Body *\/\r\n            html, body {\r\n                overflow-x: hidden !important;\r\n                width: 100% !important;\r\n            }\r\n            * {\r\n                box-sizing: border-box !important;\r\n            }\r\n\r\n            \/* 2. Container Safety Margins *\/\r\n            #hero-minimalist-final .content-container,\r\n            .container {\r\n                padding-left: 20px !important;\r\n                padding-right: 20px !important;\r\n                width: 100% !important;\r\n                max-width: 100% !important;\r\n                margin: 0 auto !important;\r\n                box-sizing: border-box !important;\r\n            }\r\n\r\n            \/* 3. Section Breathing Room *\/\r\n            section {\r\n                padding: 50px 0 60px 0 !important;\r\n                margin: 0 !important;\r\n                overflow-x: hidden !important;\r\n            }\r\n            \r\n            \/* Exceptions for full-bleed or hero *\/\r\n            #hero-minimalist-final {\r\n                padding: 0 !important;\r\n                height: 100svh !important;\r\n                min-height: 550px !important;\r\n            }\r\n            #why-fursone-section .container,\r\n            #b2b-split-slider .container {\r\n                padding-left: 20px !important;\r\n                padding-right: 20px !important;\r\n            }\r\n            #why-fursone-section .text-column,\r\n            #b2b-split-slider .right-content {\r\n                padding: 30px 20px 0 20px !important;\r\n                box-sizing: border-box !important;\r\n            }\r\n\r\n            \/* 4. Typography Hierarchy (Minotti Style) *\/\r\n            h1 {\r\n                font-size: 32px !important;\r\n                line-height: 1.15 !important;\r\n                margin-bottom: 20px !important;\r\n                text-align: left !important;\r\n            }\r\n            \r\n            h2 {\r\n                font-size: 28px !important;\r\n                line-height: 1.25 !important;\r\n                margin-top: 0 !important;\r\n                margin-bottom: 16px !important;\r\n                text-align: left !important;\r\n            }\r\n\r\n            h3 {\r\n                font-size: 18px !important;\r\n                line-height: 1.4 !important;\r\n                margin-bottom: 8px !important;\r\n            }\r\n\r\n            p, .intro-text, .sub-text, .faq-answer p, .blog-excerpt, #why-fursone-section .feature-item p {\r\n                font-size: 16px !important;\r\n                line-height: 1.6 !important;\r\n                margin-bottom: 24px !important;\r\n                text-align: left !important;\r\n                opacity: 0.85 !important;\r\n                font-weight: 300 !important;\r\n            }\r\n\r\n            \/* Remove excessive margins from intro texts *\/\r\n            .intro-text {\r\n                margin-left: 0 !important;\r\n                margin-right: 0 !important;\r\n            }\r\n\r\n            \/* 5. Buttons (Underlined Text Links) *\/\r\n            .btn, .cta-button, #hero-minimalist-final .btn {\r\n                background: transparent !important;\r\n                color: var(--text-main, #26292a) !important;\r\n                border: none !important;\r\n                border-bottom: 1px solid var(--text-main, #26292a) !important;\r\n                padding: 0 0 4px 0 !important;\r\n                margin: 0 !important;\r\n                font-size: 12px !important;\r\n                font-weight: 600 !important;\r\n                width: auto !important;\r\n                display: inline-flex !important;\r\n                text-transform: uppercase !important;\r\n                letter-spacing: 1.5px !important;\r\n                border-radius: 0 !important;\r\n                box-shadow: none !important;\r\n                justify-content: flex-start !important;\r\n            }\r\n\r\n            \/* Hero button needs white text on dark background *\/\r\n            #hero-minimalist-final .btn, #products-hero .btn {\r\n                color: #f3f2e6 !important;\r\n                border-bottom-color: #f3f2e6 !important;\r\n            }\r\n\r\n            \/* Restore Products Hero Button *\/\r\n            #products-hero .btn-primary {\r\n                background-color: #934d34 !important;\r\n                border: 1px solid #934d34 !important;\r\n                padding: 12px 22px !important;\r\n                border-bottom: 1px solid #934d34 !important;\r\n            }\r\n            \r\n            .cta-wrapper {\r\n                text-align: left !important;\r\n                margin-top: 10px !important;\r\n                padding-bottom: 10px !important;\r\n            }\r\n\r\n            \/* 6. Image Grids (Horizontal Scroll) *\/\r\n            .collections-grid,\r\n            .blog-grid {\r\n                display: flex !important;\r\n                flex-wrap: nowrap !important;\r\n                overflow-x: auto !important;\r\n                scroll-snap-type: x mandatory !important;\r\n                gap: 16px !important;\r\n                padding-bottom: 20px !important;\r\n                margin-left: 0 !important;\r\n                margin-right: -20px !important; \/* Bleed out right edge *\/\r\n                padding-right: 40px !important; \/* Add extra padding so the last item doesn't stick to the edge *\/\r\n                width: calc(100% + 20px) !important;\r\n            }\r\n            \r\n            .collections-grid::-webkit-scrollbar,\r\n            .blog-grid::-webkit-scrollbar {\r\n                display: none !important;\r\n            }\r\n            \r\n            .collection-card,\r\n            .blog-card {\r\n                flex: 0 0 85% !important;\r\n                scroll-snap-align: start !important;\r\n                height: auto !important; \/* Allow card to adjust to content *\/\r\n            }\r\n\r\n            \/* Fix image ratios *\/\r\n            .image-wrapper, .blog-card-image {\r\n                position: relative !important;\r\n                display: block !important;\r\n                overflow: hidden !important;\r\n                border-radius: 0 !important;\r\n            }\r\n            .image-wrapper {\r\n                padding-bottom: 120% !important; \/* Elegant vertical rectangle *\/\r\n                height: 0 !important; \/* Force padding-bottom to dictate height *\/\r\n            }\r\n            .blog-card-image {\r\n                height: 250px !important;\r\n                min-height: 250px !important;\r\n                max-height: 250px !important;\r\n                width: 100% !important;\r\n                object-fit: cover !important;\r\n            }\r\n            .image-wrapper img, .collection-image, img.bg-image {\r\n                height: 100% !important;\r\n                min-height: 100% !important;\r\n                max-height: none !important;\r\n                object-fit: cover !important;\r\n                width: 100% !important;\r\n                max-width: none !important;\r\n                position: absolute !important;\r\n                top: 0 !important;\r\n                left: 0 !important;\r\n                right: 0 !important;\r\n                bottom: 0 !important;\r\n                display: block !important;\r\n                border-radius: 0 !important;\r\n            }\r\n\r\n            \/* 7. Manufacturing Section Fixes *\/\r\n            #manufacturing-section .capability-row {\r\n                flex-direction: column !important;\r\n                gap: 24px !important;\r\n                margin-bottom: 50px !important;\r\n            }\r\n            #manufacturing-section .image-col {\r\n                height: 350px !important;\r\n                width: 100% !important; \/* Remove bleed to keep 20px breathing room *\/\r\n                margin-left: 0 !important; \r\n            }\r\n            #manufacturing-section .text-col {\r\n                padding: 0 20px !important;\r\n                box-sizing: border-box !important;\r\n            }\r\n            \r\n            \/* 8. FAQ specific *\/\r\n            .faq-question {\r\n                font-size: 16px !important;\r\n                padding: 20px !important;\r\n                align-items: center !important;\r\n            }\r\n            .faq-answer {\r\n                padding: 0 20px !important;\r\n            }\r\n                } \/* End of @media (max-width: 768px) *\/\r\n\r\n                \/* 9. Mobile Hero Centering Only *\/\r\n        @media (max-width: 768px) {\r\n\r\n        [id$=\"-hero\"] .btn-group,\r\n        #hero-minimalist-final .btn-group {\r\n            align-items: center !important;\r\n            justify-content: center !important;\r\n            width: 100% !important;\r\n        }\r\n        [id$=\"-hero\"] .content-container,\r\n        #hero-minimalist-final .content-container {\r\n            justify-content: center !important;\r\n            align-items: center !important;\r\n        }\r\n\r\n        [id$=\"-hero\"] .text-content,\r\n        #hero-minimalist-final .text-content {\r\n            display: flex !important;\r\n            flex-direction: column !important;\r\n            align-items: center !important;\r\n            text-align: center !important;\r\n            margin: 0 auto !important;\r\n        }\r\n\r\n        [id$=\"-hero\"] h1,\r\n        #hero-minimalist-final h1,\r\n        [id$=\"-hero\"] .sub-text,\r\n        #hero-minimalist-final .sub-text,\r\n        [id$=\"-hero\"] .pre-header,\r\n        #hero-minimalist-final .pre-header {\r\n            text-align: center !important;\r\n        }\r\n\r\n        [id$=\"-hero\"] .breadcrumb,\r\n        #hero-minimalist-final .breadcrumb {\r\n            justify-content: center !important;\r\n            width: 100% !important;\r\n        }\r\n\r\n        [id$=\"-hero\"] .btn,\r\n        #hero-minimalist-final .btn,\r\n        [id$=\"-hero\"] .btn-primary,\r\n        #hero-minimalist-final .btn-primary {\r\n            justify-content: center !important;\r\n            margin: 0 auto !important;\r\n            display: inline-flex !important;\r\n        }\r\n    \r\n        }\r\n    <\/style>\r\n\r\n<script>\r\n    (function() {\r\n        const section = document.getElementById('why-fursone-section');\r\n        \r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    const items = section.querySelectorAll('.feature-item');\r\n                    items.forEach((item, index) => {\r\n                        setTimeout(() => {\r\n                            item.style.opacity = '1';\r\n                            item.style.transform = 'translateY(0)';\r\n                        }, index * 100);\r\n                    });\r\n                    observer.unobserve(entry.target);\r\n                }\r\n            });\r\n        }, { threshold: 0.2 });\r\n\r\n        const grid = section.querySelector('.feature-grid');\r\n        if (grid) {\r\n            const items = section.querySelectorAll('.feature-item');\r\n            items.forEach(item => {\r\n                item.style.opacity = '0';\r\n                item.style.transform = 'translateY(20px)';\r\n                item.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\r\n            });\r\n            observer.observe(grid);\r\n        }\r\n    })();\r\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>Home \/ Products 6 Core Collections \u00b7 Stock + Custom Find the right fabric category in one screen. Scan six core collections, compare MOQ, and jump straight to tweed, overcoat, or knit programs built for fast sourcing. Request Fabric Samples Quick Product Entry Scan the right collection fast Choose by fabric type, MOQ, and end &#8230; <a title=\"Product\" class=\"read-more\" href=\"https:\/\/fursone.com\/ru\/products\/\" aria-label=\"\u041f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e Product\">\u0427\u0438\u0442\u0430\u0442\u044c \u0434\u0430\u043b\u0435\u0435<\/a><\/p>","protected":false},"author":1,"featured_media":3143,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-501","page","type-page","status-publish","has-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/fursone.com\/ru\/wp-json\/wp\/v2\/pages\/501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fursone.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fursone.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fursone.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fursone.com\/ru\/wp-json\/wp\/v2\/comments?post=501"}],"version-history":[{"count":22,"href":"https:\/\/fursone.com\/ru\/wp-json\/wp\/v2\/pages\/501\/revisions"}],"predecessor-version":[{"id":3519,"href":"https:\/\/fursone.com\/ru\/wp-json\/wp\/v2\/pages\/501\/revisions\/3519"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fursone.com\/ru\/wp-json\/wp\/v2\/media\/3143"}],"wp:attachment":[{"href":"https:\/\/fursone.com\/ru\/wp-json\/wp\/v2\/media?parent=501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}