        /* Unique Variable Names */
        :root {
            --vk-prime-dark: #000000;
            --vk-accent-deep: #F28200;
            --vk-canvas-bg: #fdfdfd;
            --vk-pure-white: #ffffff;
            --vk-txt-prime: #121212;
            --vk-txt-dim: #555555;
            --vk-round-lg: 24px;
            --vk-round-sm: 12px;
            --vk-speed-smooth: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            --vk-status-duration: 4000ms;
            /* 4 Seconds duration */
        }


        .vk-product-layout {
            max-width: 1100px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 60px;
            padding: 10px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        /* --- Left Side: Gallery --- */
        .vk-visual-frame {
            flex: 0.85;
            position: relative;
            width: 100%;
            max-width: 480px;
            aspect-ratio: 4 / 5;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            background-color: #f2f2f2;
            border: 1px solid rgba(0, 0, 0, 0.04);
        }

        .vk-stage-inner {
            width: 100%;
            height: 100%;
            position: relative;
        }

        /* WhatsApp Style Progress Bars */
        .vk-story-bars {
            position: absolute;
            top: 18px;
            left: 18px;
            right: 18px;
            display: flex;
            gap: 6px;
            z-index: 10;
        }

        .vk-bar-unit {
            height: 2px;
            flex: 1;
            background: #a3a3a3;
            border-radius: 2px;
            overflow: hidden;
            position: relative;
        }

        /* Filling Animation Layer */
        .vk-bar-fill {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 0%;
            background: #F28200;
            border-radius: 2px;
            box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
        }

        /* Animation class trigger */
        .vk-animating .vk-bar-fill {
            width: 100%;
            transition: width var(--vk-status-duration) linear;
        }

        /* Completed bars stay full */
        .vk-completed .vk-bar-fill {
            width: 100%;
        }

        .vk-hero-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--vk-speed-smooth);
        }

        /* Floating Nav */
        .vk-nav-overlay {
            position: absolute;
            bottom: 22px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 10px;
            z-index: 10;
        }

        .vk-thumb-box {
            width: 70px;
            height: 90px;
            border-radius: 10px;
            cursor: pointer;
            border: 2px solid transparent;
            overflow: hidden;
            transition: var(--vk-speed-smooth);
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(6px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        }

        .vk-thumb-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .vk-thumb-box:hover {
            transform: translateY(-3px);
        }

        .vk-thumb-box.vk-active-thumb {
            border-color: var(--vk-pure-white);
            transform: scale(1.06) translateY(-3px);
        }

        /* --- Right Side: Content --- */
        .vk-info-pane {
            flex: 1;
            padding: 10px 0;
            max-width: 500px;
        }

        .vk-mini-tag {
            font-size: 10px;
            text-transform: uppercase;
            font-weight: 800;
            letter-spacing: 2.2px;
            color: var(--vk-accent-deep);
            margin-bottom: 12px;
            display: block;
            opacity: 0.9;
        }

        .vk-title-main {
            font-size: 30px;
            text-transform: uppercase;
            font-weight: 800;
            line-height: 1.1;
            color: var(--vk-txt-prime);
            margin-bottom: 18px;
            letter-spacing: 1.8px;
        }

        .vk-summary-text {
            font-size: 17px;
            line-height: 1.65;
            color: var(--vk-txt-dim);
            margin-bottom: 35px;
            text-align: justify;
        }

        .vk-main-action-btn {
            background-color: var(--vk-prime-dark);
            color: var(--vk-pure-white);
            border: none;
            padding: 22px 35px;
            font-size: 15px;
            font-weight: 700;
            border-radius: 14px;
            cursor: pointer;
            transition: var(--vk-speed-smooth);
            width: 100%;
            max-width: 380px;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 0.5px;
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
        }

        .vk-main-action-btn:hover {
            background-color: #222;
            transform: translateY(-2px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }

        /* Responsive */
        @media (max-width: 900px) {
            .vk-product-layout {
                flex-direction: column;
                gap: 40px;
                text-align: left;
                align-items: left;
            }

            .vk-visual-frame {
                max-width: 100%;
                flex: none;
            }

            .vk-summary-text {
                margin: 0 auto 30px;
            }

            .vk-main-action-btn {
                margin: 0 auto;
            }

            .vk-info-pane {
                max-width: 100%;
            }
        }

        @media (max-width: 480px) {
            .vk-title-main {
                font-size: 20px;
            }

            .vk-thumb-box {
                width: 60px;
                height: 80px;
            }
        }





















        /* sub prodcut section css  */



        /* --- Unique CSS Variables --- */
        :root {
            --v32-primary: #F28200;
            --v32-dark: #2d3436;
            --v32-light-bg: #f0f2f5;
            --v32-border: #dee2e6;
            --v32-text: #333333;
            --v32-text-muted: #6c757d;
            --v32-white: #ffffff;
            --v32-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            --v32-radius: 12px;
            --v32-font: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        }


        /* --- Grid Layout Container --- */
        #v32-main-wrapper {
            max-width: 1100px;
            padding: 40px 30px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.6fr 1fr;
            /* Table wide, Form narrow */
            gap: 30px;
            align-items: start;
            /* Crucial for sticky behavior */
        }

        /* --- Column Styles --- */
        .v32-col-specs {
            background: var(--v32-white);

            box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
            overflow: hidden;
            border: 1px solid var(--v32-border);
        }

        .v32-col-form {
            background: var(--v32-white);
            border-radius: var(--v32-radius);
            box-shadow: var(--v32-shadow);
            border: 1px solid var(--v32-border);
            /* --- Sticky Functionality --- */
            position: -webkit-sticky;
            position: sticky;
            top: 40px; /* Distance from top of screen when scrolling */
            transition: all 0.3s ease;
        }

        /* --- Table Section Styling --- */
        .v32-table-wrapper {
            width: 100%;
        }

        .v32-data-table {
            width: 100%;
            border-collapse: collapse;
        }

        .v32-data-table thead tr {
            background: grey;
            color: white;
        }

        .v32-data-table th {
            padding: 18px 20px;
            text-align: left;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .v32-data-table td {
            padding: 14px 20px;
            border-bottom: 1px solid var(--v32-border);
            font-size: 0.95rem;
        }

        .v32-param-name {
            font-weight: 600;
            color: var(--v32-primary);
            width: 40%;
            background-color: rgba(0, 123, 255, 0.02);
        }

        tr:hover {
            background-color: #fcfcfc;
        }

        /* --- Form Container Section --- */
        .v32-form-inner {
            background: var(--v32-white);
            box-shadow: var(--v32-shadow);
            border: 1px solid var(--v32-border);

            position: sticky !important;
            top: 120px;
            /* change this */
            align-self: start;
        }

        .v32-form-title {
            font-size: 1.4rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--v32-primary);
            display: inline-block;
            color: var(--v32-dark);
            font-weight: 700;
        }

        /* --- Responsive Design (Mobile Fixes) --- */
        @media screen and (max-width: 992px) {
            #v32-main-wrapper {
                grid-template-columns: 1fr;
                /* Stack columns on tablets/mobile */
                gap: 30px;
            }

            .v32-col-form {
                position: static;
                /* Remove sticky on mobile */
                margin-bottom: 50px;
            }
        }

        @media screen and (max-width: 600px) {
            #v32-main-wrapper {
                padding: 20px;
            }

            /* Table to Card View Fix */
            .v32-data-table thead {
                display: none;
            }

            .v32-data-table tr {
                display: block;
                border-bottom: 8px solid #f0f2f5;
                padding: 10px 0;
            }

            .v32-data-table td {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                text-align: right;
                padding: 12px 15px;
                border-bottom: 1px dashed #eee;
                width: auto !important;
            }

            .v32-data-table td:last-child {
                border-bottom: none;
            }

            /* Label insertion via data-label */
            .v32-data-table td::before {
                content: attr(data-label);
                font-weight: 700;
                text-align: left;
                padding-right: 15px;
                color: var(--v32-text-muted);
                font-size: 0.75rem;
                text-transform: uppercase;
                flex-shrink: 0;
                width: 45%;
            }

            /* Wrap value text */
            .v32-data-table td span.v32-val {
                word-break: break-word;
                font-size: 0.9rem;
                color: var(--v32-text);
                line-height: 1.4;
            }

            .v32-param-name {
                background: none;
            }
        }