.pro-detail-section {
            padding: 90px 0;
        }

        .pro-detail-section.compact {
            padding: 40px 0 90px;
        }

        .pro-detail-section .section-title {
            margin-bottom: 45px;
        }

        .tech-list {
            margin-top: 30px;
        }

        .tech-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 15px;
            font-size: 16px;
            color: var(--thm-black);
            font-weight: 500;
        }

        .tech-list li i {
            position: absolute;
            left: 0;
            top: 5px;
            color: var(--thm-primary);
        }

        .pro-overview-img {
            position: relative;
            display: block;
        }

        .pro-overview-img img {
            width: 100%;
            border-radius: 10px;
        }

        .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 30px;
        }

        .spec-table td,
        .spec-table th {
            border: 1px solid #eee;
            padding: 15px;
            text-align: left;
        }

        .spec-table th {
            background-color: #f9f9f9;
            font-weight: 600;
        }

        .weaving-item {
            text-align: center;
            margin-bottom: 30px;
            padding: 20px;
            background: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
        }

        .weaving-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .weaving-item h5 {
            margin-top: 15px;
            font-size: 16px;
            font-weight: 600;
        }

        .hook-style-img {
            max-width: 120px;
            margin: 0 auto;
        }

        /* Sidebar Styling (Referencing list_products.html) */
        .product__sidebar-single {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
        }

        .product__sidebar-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--thm-black);
            margin-bottom: 25px;
            padding: 0 0 15px 27px;
            border-bottom: 1px solid #f1f1f1;
            position: relative;
        }

        .product__sidebar-title:after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 27px;
            width: 50px;
            height: 2px;
            background: var(--thm-primary);
        }

        .product__sidebar-single ul li {
            position: relative;
            margin-bottom: 5px;
        }

        .product__sidebar-single ul li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #333;
            font-weight: 600;
            padding: 10px 12px;
            font-size: 13px;
            border-radius: 8px;
            transition: all 0.3s;
            border: 1px solid transparent;
            min-width: 0;
            overflow: hidden;
        }

        .product__sidebar-single ul li a .cat-name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 15px;
            flex: 1;
        }

        .product__sidebar-single ul li a:hover,
        .product__sidebar-single ul li.active a {
            background: #fff5f2;
            color: var(--thm-primary);
            border-color: rgba(var(--thm-primary-rgb), 0.1);
            transform: translateX(5px);
        }

        .shop-product__tags-list a {
            display: inline-block;
            background: #f8f9fa;
            color: #555;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 13px;
            margin: 0 5px 8px 0;
            transition: all 0.3s;
            border: 1px solid #eee;
        }

        .shop-product__tags-list a:hover {
            background: var(--thm-primary);
            color: #fff;
            border-color: var(--thm-primary);
            box-shadow: 0 5px 15px rgba(var(--thm-primary-rgb), 0.3);
        }

        /* Robust Sidebar Contact Fix */
        .shop-sidebar__contact-inner {
            background: #1c2434 !important;
            padding: 40px 25px !important;
            border-radius: 12px !important;
            color: #ffffff !important;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .shop-sidebar__contact-inner h4 {
            color: #ffffff !important;
            font-size: 22px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .shop-sidebar__contact-inner p {
            color: rgba(255, 255, 255, 0.8) !important;
            font-size: 14px;
            margin-bottom: 25px;
        }

        .shop-search form {
            position: relative;
        }

        .shop-search input {
            width: 100%;
            height: 60px;
            background: #f8f8f8;
            border: 1px solid #eee;
            padding: 0 60px 0 25px;
            border-radius: 8px;
            outline: none;
            transition: all 0.3s;
        }

        .shop-search input:focus {
            border-color: var(--thm-primary);
            background: #fff;
        }

        .shop-search button {
            position: absolute;
            top: 0;
            right: 0;
            width: 60px;
            height: 60px;
            background: var(--thm-primary);
            color: #fff;
            border: none;
            border-radius: 0 8px 8px 0;
            cursor: pointer;
            transition: all 0.3s;
        }

        .shop-search button:hover {
            background: var(--thm-black);
        }

        /* Horizontal Footer CTA Styling */
        .footer-cta-section {
            padding: 50px 0;
            background: #f8f9fa;
            border-top: 1px solid #eee;
            margin-top: 60px;
        }

        .footer-cta-box {
            background: #1c2434;
            border-radius: 15px;
            padding: 40px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .footer-cta-content {
            display: flex;
            align-items: center;
        }

        .footer-cta-icon {
            font-size: 50px;
            color: var(--thm-primary);
            margin-right: 30px;
        }

        .footer-cta-text h4 {
            color: #fff;
            font-size: 24px;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .footer-cta-text p {
            color: rgba(255, 255, 255, 0.7);
            margin: 0;
            font-size: 15px;
        }

        /* Unified Expertise Section Styling */
        .expertise-section {
            padding: 80px 0;
            background: #f8f9fa;
            border-top: 1px solid #eee;
        }

        .expertise-card {
            background: #fff;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
            position: relative;
        }

        .expert-advice-card {
            background: #1c2434;
            color: #fff;
            padding: 40px;
            border-radius: 15px;
            position: relative;
            overflow: hidden;
        }

        .expert-advice-card:before {
            content: '';
            position: absolute;
            top: -20px;
            right: -20px;
            width: 100px;
            height: 100px;
            background: rgba(var(--thm-primary-rgb), 0.1);
            border-radius: 50%;
        }

        .expert-advice-card h4 {
            color: #fff;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .expert-advice-card p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        /* Modern Accordion */
        .expert-accordion .accordion-item {
            border: none;
            margin-bottom: 15px;
            background: transparent;
        }

        .expert-accordion .accordion-button {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 8px !important;
            padding: 20px 25px;
            font-size: 17px;
            font-weight: 700;
            color: #1c2434;
            box-shadow: none;
        }

        .expert-accordion .accordion-button:not(.collapsed) {
            background: #fff;
            color: var(--thm-primary);
            border-color: var(--thm-primary);
        }

        .expert-accordion .accordion-body {
            padding: 20px 25px;
            font-size: 15px;
            line-height: 1.7;
            color: #666;
            background: #fff;
            border-radius: 0 0 8px 8px !important;
            border: 1px solid var(--thm-primary);
            border-top: none;
            margin-top: -5px;
        }

        .glossary-tags {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }

        .glossary-tags h5 {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #999;
            margin-bottom: 20px;
            font-weight: 700;
        }

        /* -----------------------------------------------------------
           Backend Editor Stylizer (Dynamic Icon Injection)
        ----------------------------------------------------------- */
        .category-description-rich-text {
            color: #666;
            font-size: 16px;
            line-height: 1.8;
            margin-top: 25px;
        }

        .category-description-rich-text ul {
            display: flex !important;
            flex-wrap: wrap !important;
            padding: 0 !important;
            margin: 5px 0 0 0 !important;
            list-style: none !important;
        }

        .category-description-rich-text ul li {
            width: 50% !important;
            padding: 0 15px 0px 0 !important;
            font-size: 15px !important;
            color: #666 !important;
            box-sizing: border-box !important;
            display: flex !important;
            align-items: flex-start !important;
        }

        /* Bold titles in the list */
        .category-description-rich-text ul li b,
        .category-description-rich-text ul li strong {
            color: #1c2434 !important;
            font-weight: 700 !important;
            display: inline-block;
            margin-right: 5px;
        }

        /* Standard check-circle icon styling to match thm-primary (Orange) */
        .category-description-rich-text ul li i {
            color: #ff5e14 !important;
            /* Fixed Vibrant Orange */
            margin-right: 15px !important;
            font-size: 19px !important;
            line-height: 1 !important;
            flex-shrink: 0 !important;
            margin-top: 4px !important;
        }

        @media only screen and (max-width: 991px) {
            .category-description-rich-text ul li {
                width: 100% !important;
            }
        }

        /* Enhanced Modern Search Widget */
        .shop-search.product__sidebar-single {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
        }

        .shop-search.product__sidebar-single:hover {
            border-color: var(--thm-primary);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        }

        .shop-search form {
            position: relative;
            display: flex;
            align-items: center;
        }

        .shop-search input[type="text"] {
            width: 100%;
            height: 55px;
            background: #f7f8fa;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 0 60px 0 20px;
            font-size: 15px;
            color: #1c2434;
            transition: all 0.3s;
        }

        .shop-search input[type="text"]:focus {
            background: #fff;
            border-color: var(--thm-primary);
            box-shadow: 0 0 15px rgba(var(--thm-primary-rgb), 0.1);
        }

        .shop-search button {
            position: absolute;
            right: 5px;
            top: 5px;
            bottom: 5px;
            width: 45px;
            height: 45px;
            background: var(--thm-primary);
            color: #fff;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .shop-search button:hover {
            background: #1c2434;
            transform: scale(1.05);
        }

        /* -----------------------------------------------------------
           Matrix Table Dynamic Stylizer
        ----------------------------------------------------------- */
        .matrix-table-dynamic table {
            width: 100% !important;
            border-collapse: collapse !important;
            margin-top: 10px;
        }

        .matrix-table-dynamic table th {
            padding: 15px 20px !important;
            background: #fcfcfc !important;
            border-bottom: 2px solid #eee !important;
            text-align: left !important;
            font-weight: 700 !important;
            color: #1c2434 !important;
        }

        .matrix-table-dynamic table td {
            padding: 15px 20px !important;
            border-bottom: 1px solid #f2f2f2 !important;
            color: #666 !important;
            font-size: 15px;
        }

        .matrix-table-dynamic table tr:nth-child(even) {
            background-color: #fdfdfd;
        }