.pd-title-row {
                position: relative;
                margin-bottom: 12px;
                padding-right: 52px;
            }
            .pd-title {
                margin: 0 !important;
            }
            .pd-share-btn {
                position: absolute;
                top: 0;
                right: 0;
                width: 40px;
                height: 40px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 10px;
                border: 1px solid #e2e8f0;
                background: #fff;
                color: #64748b;
                cursor: pointer;
                transition: all 0.2s ease;
                -webkit-tap-highlight-color: transparent;
            }
            .pd-share-btn:hover {
                background: #f8fafc;
                border-color: #cbd5e1;
                color: #0f172a;
                transform: translateY(-1px);
            }
            .pd-share-btn:active {
                transform: translateY(0);
            }
            .pd-share-btn svg {
                display: block;
            }

            .pd-share-modal-overlay {
                position: fixed;
                inset: 0;
                background: rgba(15, 23, 42, 0.75);
                backdrop-filter: blur(4px);
                z-index: 99999;
                display: none;
                align-items: center;
                justify-content: center;
                padding: 0;
                animation: fadeIn 0.2s ease;
            }
            .pd-share-modal-overlay.show {
                display: flex;
            }
            .pd-share-modal {
                background: #fff;
                border-radius: 20px;
                box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
                max-width: 480px;
                width: 100%;
                max-height: 90vh;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                animation: slideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
            }
            @keyframes fadeIn {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                }
            }
            @keyframes slideUp {
                from {
                    opacity: 0;
                    transform: translateY(20px) scale(0.95);
                }
                to {
                    opacity: 1;
                    transform: translateY(0) scale(1);
                }
            }

            .pd-share-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 20px 24px;
                border-bottom: 1px solid #f1f5f9;
            }
            .pd-share-title {
                font-size: 18px;
                font-weight: 700;
                color: #0f172a;
                margin: 0;
            }
            .pd-share-close {
                width: 32px;
                height: 32px;
                border-radius: 8px;
                border: 0;
                background: transparent;
                color: #64748b;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                transition: all 0.15s ease;
            }
            .pd-share-close:hover {
                background: #f1f5f9;
                color: #0f172a;
            }
            .pd-share-body {
                padding: 24px;
                overflow-y: auto;
            }

            .pd-share-preview {
                display: flex;
                gap: 12px;
                padding: 16px;
                background: #f8fafc;
                border-radius: 12px;
                margin-bottom: 24px;
            }
            .pd-share-preview-img {
                width: 64px;
                height: 64px;
                border-radius: 8px;
                object-fit: cover;
                flex-shrink: 0;
                border: 1px solid #e2e8f0;
            }
            .pd-share-preview-info {
                flex: 1;
                min-width: 0;
            }
            .pd-share-preview-name {
                font-size: 14px;
                font-weight: 600;
                color: #0f172a;
                margin: 0 0 4px 0;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            .pd-share-preview-price {
                font-size: 16px;
                font-weight: 700;
                color: #0ea5e9;
                margin: 0;
            }

            .pd-share-label {
                font-size: 13px;
                font-weight: 600;
                color: #475569;
                margin: 0 0 12px 0;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }
            .pd-share-grid {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 12px;
                margin-bottom: 24px;
            }
            .pd-share-option {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 8px;
                padding: 16px 8px;
                border: 1.5px solid #e2e8f0;
                border-radius: 12px;
                background: #fff;
                cursor: pointer;
                transition: all 0.2s ease;
                text-decoration: none;
                color: inherit;
            }
            .pd-share-option:hover {
                border-color: #94a3b8;
                background: #f8fafc;
                transform: translateY(-2px);
            }
            .pd-share-option:active {
                transform: translateY(0);
            }

            .pd-share-icon {
                width: 40px;
                height: 40px;
                border-radius: 10px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                position: relative;
            }
            .pd-share-icon svg {
                width: 24px;
                height: 24px;
                display: block;
            }
            .pd-share-icon-whatsapp {
                background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
                color: #fff;
            }
            .pd-share-icon-facebook {
                background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
                color: #fff;
            }
            .pd-share-icon-twitter {
                background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%);
                color: #fff;
            }
            .pd-share-icon-telegram {
                background: linear-gradient(135deg, #0088cc 0%, #0077b3 100%);
                color: #fff;
            }
            .pd-share-icon-email {
                background: linear-gradient(135deg, #ea4335 0%, #c5331f 100%);
                color: #fff;
            }
            .pd-share-icon-copy {
                background: linear-gradient(135deg, #f1db63 0%, #e5d146 100%);
                color: #fff;
            }
            .pd-share-icon-pdf {
                background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
                color: #fff;
            }
            .pd-share-name {
                font-size: 12px;
                font-weight: 600;
                color: #475569;
                text-align: center;
            }

            .pd-share-copy-section {
                background: #f8fafc;
                padding: 16px;
                border-radius: 12px;
            }
            .pd-share-copy-input-wrap {
                display: flex;
                gap: 8px;
            }
            .pd-share-copy-input {
                flex: 1;
                padding: 12px 14px;
                border: 1px solid #e2e8f0;
                border-radius: 10px;
                font-size: 14px;
                color: #0f172a;
                background: #fff;
                font-family: "Segoe UI", system-ui, sans-serif;
            }
            .pd-share-copy-input:focus {
                outline: 0;
                border-color: #0ea5e9;
                box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
            }
            .pd-share-copy-btn {
                padding: 12px 20px;
                border: 0;
                border-radius: 10px;
                background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
                color: #fff;
                font-size: 14px;
                font-weight: 600;
                cursor: pointer;
                transition: all 0.2s ease;
                white-space: nowrap;
                display: inline-flex;
                align-items: center;
                gap: 6px;
            }
            .pd-share-copy-btn:hover {
                background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
            }
            .pd-share-copy-btn:active {
                transform: translateY(0);
            }
            .pd-share-copy-btn svg {
                width: 16px;
                height: 16px;
            }
            .pd-share-copy-btn.copied {
                background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
                pointer-events: none;
            }

            @media (max-width: 640px) {
                .pd-share-modal {
                    border-radius: 20px 20px 0 0;
                    margin-top: auto;
                    max-height: 85vh;
                }
                .pd-share-grid {
                    grid-template-columns: repeat(3, 1fr);
                }
                .pd-share-header {
                    padding: 16px 20px;
                }
                .pd-share-body {
                    padding: 20px;
                }
                .pd-share-btn {
                    width: 36px;
                    height: 36px;
                }
                .pd-share-btn svg {
                    width: 18px;
                    height: 18px;
                }
            }
            @media (max-width: 480px) {
                .pd-share-grid {
                    grid-template-columns: repeat(3, 1fr);
                    gap: 10px;
                }
                .pd-share-option {
                    padding: 12px 6px;
                }
                .pd-share-icon {
                    width: 36px;
                    height: 36px;
                }
                .pd-share-icon svg {
                    width: 20px;
                    height: 20px;
                }
                .pd-share-name {
                    font-size: 11px;
                }
            }

            .mf-share {
                background: #fff;
                color: #fb923c;
                border: 2px solid #fb923c;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }
            .mf-share:active {
                transform: scale(0.95);
            }
            .mf-share svg {
                display: block;
            }

            @media (max-width: 640px) {
                .pd-share-btn {
                    display: none !important;
                }
            }

            .stock-badge.in {
                background: #e6f9ec;
                color: #15803d;
                border-radius: 999px;
                padding: 4px 10px;
                font-weight: 700;
            }
            .stock-badge.out {
                background: #fee2e2;
                color: #dc2626;
                border-radius: 999px;
                padding: 4px 10px;
                font-weight: 700;
            }

            .stock-info-btn {
                --c: #0ea5e9;
                --b: #bae6fd;
                --bg: #f0f9ff;
                --bg-h: #e0f2fe;
                --b-h: #0ea5e9;
                margin-left: 0;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                padding: 4px 10px;
                border-radius: 999px;
                border: 1.5px solid var(--b);
                background: var(--bg);
                color: var(--c);
                cursor: pointer;
                font-size: 12px;
                font-weight: 600;
                transition: all 0.2s ease;
                -webkit-tap-highlight-color: transparent;
            }
            .stock-info-btn:hover {
                background: var(--bg-h);
                border-color: var(--b-h);
                color: #0284c7;
                transform: translateY(-1px);
                box-shadow: 0 2px 8px rgba(14, 165, 233, 0.15);
            }
            .stock-info-btn:active {
                transform: translateY(0);
            }
            .stock-info-btn:focus-visible {
                outline: 0;
                box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2);
            }
            .stock-info-btn svg {
                width: 14px;
                height: 14px;
                flex-shrink: 0;
            }
            .stock-info-btn .btn-text {
                white-space: nowrap;
            }

            .stock-popover {
                position: absolute;
                z-index: 9999;
                min-width: 280px;
                max-width: 92vw;
                background: #0b1220;
                color: #eef3ff;
                border: 1px solid rgba(255, 255, 255, 0.08);
                border-radius: 14px;
                box-shadow: 0 20px 40px rgba(12, 12, 20, 0.45);
                padding: 12px 12px 8px;
                display: none;
            }
            .stock-popover.show {
                display: block;
            }
            .stock-popover::before {
                content: "";
                position: absolute;
                top: -8px;
                left: 24px;
                width: 14px;
                height: 14px;
                background: #0b1220;
                border-left: 1px solid rgba(255, 255, 255, 0.08);
                border-top: 1px solid rgba(255, 255, 255, 0.08);
                transform: rotate(45deg);
            }
            .sp-head {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 8px;
            }
            .sp-title {
                font-weight: 800;
                font-size: 14px;
            }
            .sp-close {
                background: transparent;
                border: 0;
                color: #98a2b3;
                cursor: pointer;
            }

            .sp-list {
                list-style: none;
                margin: 0;
                padding: 0;
                display: flex;
                flex-direction: column;
                gap: 8px;
            }
            .sp-item {
                display: grid;
                grid-template-columns: 1fr auto 32px;
                column-gap: 12px;
                align-items: center;
                padding: 10px 10px;
                min-height: 44px;
                border-radius: 10px;
                background: rgba(255, 255, 255, 0.03);
            }
            .sp-left {
                display: flex;
                align-items: center;
                gap: 10px;
            }
            .sp-dot {
                width: 10px;
                height: 10px;
                border-radius: 999px;
                background: var(--dot, #60a5fa);
                display: inline-block;
            }
            .sp-label {
                font-weight: 600;
                font-size: 13px;
            }

            .sp-qty {
                grid-column: 2;
                justify-self: end;
                min-width: 40px;
                text-align: right;
                font-weight: 800;
                font-size: 13px;
                color: #cfe4ff;
                font-variant-numeric: tabular-nums;
            }

            .sp-wa {
                grid-column: 3;
                justify-self: end;
                width: 32px;
                height: 32px;
                min-width: 32px;
                min-height: 32px;
                box-sizing: border-box;
                padding: 0;
                line-height: 0;
                text-decoration: none;
                outline: 0;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 999px;
                border: 1px solid rgba(37, 211, 102, 0.6); /* 1px untuk hasil "crisp" */
                background: rgba(37, 211, 102, 0.08);
                color: #25d366;
                transition:
                    background-color 0.15s ease,
                    border-color 0.15s ease,
                    transform 0.05s ease;
                -webkit-tap-highlight-color: transparent;
            }
            .sp-wa:hover {
                background: rgba(37, 211, 102, 0.16);
                border-color: rgba(37, 211, 102, 0.75);
            }
            .sp-wa:active {
                transform: translateY(0.5px) scale(0.98);
            }

            .sp-wa svg {
                width: 18px;
                height: 18px;
                display: block;
            }
            .stock-popover a {
                text-decoration: none;
            }

            #deskripsi img {
                max-width: 450px !important;
                height: unset !important;
            }
            @media (max-width: 640px) {
                .stock-popover {
                    position: fixed;
                    left: 0;
                    right: 0;
                    bottom: max(12px, env(safe-area-inset-bottom, 12px));
                    margin: 0 10px;
                    padding: 14px 12px 10px;
                    border-radius: 16px;
                }
                .stock-popover::before {
                    display: none;
                }
                .stock-info-btn {
                    padding: 4px 8px;
                    gap: 4px;
                    border: 0;
                    background: transparent;
                }
                .stock-info-btn:hover {
                    background: transparent;
                    box-shadow: none;
                    transform: none;
                }
                .stock-info-btn .btn-text {
                    display: none;
                }
                .stock-info-btn svg {
                    width: 16px;
                    height: 16px;
                }
                .sp-item {
                    grid-template-columns: 1fr auto 36px;
                }
                .sp-wa {
                    width: 36px;
                    height: 36px;
                    min-width: 36px;
                    min-height: 36px;
                }
                .sp-wa svg {
                    width: 19px;
                    height: 19px;
                }
            }

            .stock-dot {
                position: absolute;
                bottom: 8px;
                right: 8px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
                z-index: 2;
                cursor: help;
            }
            .stock-dot.ready {
                background: #10b981;
            }
            .stock-dot.low {
                background: #f59e0b;
            }
            .stock-dot.out {
                background: #ef4444;
            }
            .stock-dot:hover {
                transform: scale(1.2);
                transition: transform 0.2s ease;
            }
            @media (max-width: 640px) {
                .stock-dot {
                    width: 7px;
                    height: 7px;
                    bottom: 6px;
                    right: 6px;
                }
            }

            .pd-related-card .spec-chips {
                font-size: 11px;
                color: #64748b;
                margin: 4px 0 6px 0;
                line-height: 1.3;
                font-weight: 500;
            }
            .pd-related-card .spec-chips .spec-divider {
                margin: 0 4px;
                opacity: 0.6;
            }
            @media (max-width: 640px) {
                .pd-related-card .spec-chips {
                    font-size: 10px;
                    margin: 3px 0 5px 0;
                }
                #deskripsi img {
                    max-width: 300px !important;
                    height: unset !important;
                    justify-self: center !important;
                }
            }

            .pwp-trigger-badge {
                display: inline-flex;
                align-items: center;
                gap: 4px;
                padding: 3px 8px 4px;
                background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
                color: #78350f;
                border-radius: 6px;
                font-size: 0.65rem;
                font-weight: 600;
                border: 0;
            }
            .pwp-trigger-badge svg {
                flex-shrink: 0;
                width: 12px;
                height: 12px;
            }
            .pwp-deals-section {
                margin: 0;
                padding: 12px;
                background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
                border-radius: 12px;
                border: 2px solid #fbbf24;
            }
            .pwp-deals-header {
                display: flex;
                gap: 10px;
                margin-bottom: 10px;
            }
            .pwp-icon {
                flex-shrink: 0;
                color: #f59e0b;
                width: 18px;
                height: 18px;
            }
            .pwp-text .pwp-title {
                margin: 0 0 2px 0;
                font-size: 14px;
                font-weight: 700;
                color: #78350f;
            }
            .pwp-text .pwp-subtitle {
                margin: 0;
                font-size: 11px;
                color: #92400e;
                opacity: 0.9;
            }
            .pwp-deals-loading {
                text-align: center;
                padding: 40px 0;
                color: #92400e;
            }
            .pwp-spinner {
                width: 40px;
                height: 40px;
                border: 3px solid #fbbf24;
                border-top-color: #f59e0b;
                border-radius: 50%;
                animation: spin 0.8s linear infinite;
                margin: 0 auto 12px;
            }
            @keyframes spin {
                to {
                    transform: rotate(360deg);
                }
            }
            .pwp-deals-grid {
                display: flex;
                flex-direction: column;
                gap: 6px;
            }
            .pwp-deal-card {
                background: #fff;
                border-radius: 6px;
                overflow: hidden;
                border: 1px solid #fbbf24;
                display: flex;
                align-items: center;
                padding: 8px;
                gap: 10px;
            }
            .pwp-deal-card:hover {
                background: #fef3c7;
            }
            .pwp-deal-thumb {
                flex-shrink: 0;
                width: 50px;
                height: 50px;
                background: #f8fafc;
                overflow: hidden;
                border-radius: 4px;
            }
            .pwp-deal-thumb img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .pwp-deal-badge {
                background: #dc2626;
                color: #fff;
                padding: 2px 5px;
                border-radius: 3px;
                font-size: 9px;
                font-weight: 700;
                margin-left: auto;
            }
            .pwp-deal-info {
                flex: 1;
                display: flex;
                flex-direction: column;
                gap: 4px;
            }
            .pwp-deal-name {
                font-size: 12px;
                font-weight: 600;
                color: #0f172a;
                margin: 0;
                line-height: 1.2;
            }
            .pwp-deal-prices {
                display: flex;
                align-items: center;
                gap: 6px;
                flex-wrap: wrap;
            }
            .pwp-deal-price {
                font-size: 14px;
                font-weight: 800;
                color: #dc2626;
                white-space: nowrap;
            }
            .pwp-deal-original {
                font-size: 11px;
                color: #64748b;
                text-decoration: line-through;
                white-space: nowrap;
            }
            .pwp-cart-note {
                margin-top: 8px;
                padding: 6px 10px;
                background: #e0f2fe;
                border-left: 2px solid#0ea5e9;
                font-size: 11px;
                color: #0c4a6e;
                border-radius: 4px;
            }
            @media (max-width: 640px) {
                .pwp-deals-section {
                    margin: 12px 0;
                    padding: 10px;
                    border-radius: 10px;
                }
                .pwp-deals-header {
                    gap: 8px;
                }
                .pwp-text .pwp-title {
                    font-size: 13px;
                }
                .pwp-text .pwp-subtitle {
                    font-size: 10px;
                }
                .pwp-deal-card {
                    padding: 6px;
                    gap: 8px;
                }
                .pwp-deal-thumb {
                    width: 45px;
                    height: 45px;
                }
                .pwp-deal-name {
                    font-size: 11px;
                }
                .pwp-deal-price {
                    font-size: 13px;
                }
                .pwp-deal-original {
                    font-size: 10px;
                }
            }

            .preorder-badge {
                display: inline-flex;
                align-items: center;
                gap: 5px;
                padding: 6px 12px;
                background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
                color: #fff;
                border-radius: 8px;
                font-size: 13px;
                font-weight: 700;
                border: 0;
                box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
            }
            .preorder-badge svg {
                width: 16px;
                height: 16px;
                flex-shrink: 0;
            }
            .preorder-info {
                margin: 12px 0;
                padding: 14px;
                background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
                border: 1.5px solid #c4b5fd;
                border-radius: 12px;
            }
            .preorder-info-header {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 10px;
            }
            .preorder-info-icon {
                width: 20px;
                height: 20px;
                color: #7c3aed;
                flex-shrink: 0;
            }
            .preorder-info-title {
                font-size: 14px;
                font-weight: 700;
                color: #5b21b6;
                margin: 0;
            }
            .preorder-info-items {
                display: flex;
                flex-direction: column;
                gap: 8px;
            }
            .preorder-info-row {
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-size: 13px;
            }
            .preorder-info-label {
                color: #6b21a8;
                font-weight: 600;
            }
            .preorder-info-value {
                color: #5b21b6;
                font-weight: 700;
            }
            .preorder-info-value.highlight {
                color: #dc2626;
                font-size: 14px;
            }
            .preorder-info-note {
                margin-top: 10px;
                padding: 8px 10px;
                background: #fef3c7;
                border-left: 2px solid #f59e0b;
                font-size: 12px;
                color: #78350f;
                border-radius: 6px;
                line-height: 1.4;
            }
            @media (max-width: 640px) {
                .preorder-badge {
                    font-size: 12px;
                    padding: 5px 10px;
                }
                .preorder-info {
                    margin: 10px 0;
                    padding: 12px;
                }
                .preorder-info-title {
                    font-size: 13px;
                }
                .preorder-info-row {
                    font-size: 12px;
                }
                .preorder-info-note {
                    font-size: 11px;
                    padding: 6px 8px;
                }
            }