            .pd-detail-card {
                margin: 0 0 24px;
            }
            .pd-detail-card__shell {
                background: #fff;
                border: 1px solid #e2e8f0;
                border-radius: 24px;
                box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
            }
            .pd-detail-card__header {
                padding: 20px 22px 14px;
                border-bottom: 1px solid #eef2f7;
                background: linear-gradient(180deg, #fff, #f8fafc);
            }
            .pd-detail-card__title {
                margin: 0 0 10px;
                font-size: clamp(20px, 2vw, 26px);
                font-weight: 900;
                color: #0f172a;
                line-height: 1.45;
            }
            .pd-detail-card__shop-row {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 10px;
                flex-wrap: wrap;
            }
            .pd-detail-card__shop-meta {
                display: inline-flex;
                align-items: center;
                gap: 8px;
            }
            .pd-detail-card__shop-logo-wrap {
                width: 32px;
                height: 32px;
                border-radius: 50%;
                overflow: hidden;
                border: 1px solid #dbe2ea;
                flex-shrink: 0;
            }
            .pd-detail-card__shop-logo {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .pd-detail-card__shop-name {
                font-size: 13px;
                font-weight: 800;
                color: #475569;
            }
            .pd-detail-card__shop-link {
                font-size: 12px;
                font-weight: 800;
                color: #3730a3;
                text-decoration: none;
                padding: 6px 12px;
                border-radius: 999px;
                background: #eef2ff;
                border: 1px solid #c7d2fe;
            }
            .pd-detail-card__body {
                padding: 16px 22px 22px;
            }
            .pd-detail-card__gallery-wrap {
                margin-bottom: 16px;
                padding: 12px;
                border-radius: 16px;
                background: #f8fafc;
                border: 1px solid #e2e8f0;
            }
            .pd-detail-card__gallery {
                display: flex;
                gap: 10px;
                overflow-x: auto;
                padding-bottom: 2px;
            }
            .pd-detail-card__gallery-item {
                flex: 0 0 auto;
                width: 108px;
                height: 108px;
                padding: 0;
                border: 1px solid #cbd5e1;
                border-radius: 14px;
                overflow: hidden;
                background: #fff;
                cursor: pointer;
            }
            .pd-detail-card__gallery-item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
            .pd-detail-card__block {
                margin-bottom: 14px;
            }
            .pd-detail-card__label {
                margin: 0 0 8px;
                font-size: 12px;
                font-weight: 800;
                color: #64748b;
            }
            .pd-detail-card__label--seo {
                display: inline-flex;
                align-items: center;
                gap: 6px;
                color: #3730a3;
            }
            .pd-detail-card__text {
                font-size: 15px;
                line-height: 1.85;
                color: #334155;
            }
            .pd-detail-card__text--seo {
                background: #f8fafc;
                border: 1px solid #e2e8f0;
                border-radius: 14px;
                padding: 12px 14px;
            }
            .pd-detail-card__purchase {
                margin-top: 18px;
                padding: 12px;
                border-radius: 20px;
                border: 1px solid #e8edf5;
                background: linear-gradient(180deg, #fff, #f8fafc);
            }
            .pd-detail-card__price-card {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                gap: 8px 12px;
                padding: 14px 16px;
                border-radius: 18px;
                border: 1px solid #fbcfe8;
                background: linear-gradient(135deg, #fff1f7 0%, #ffe4ee 100%);
            }
            .pd-detail-card__price-old {
                text-decoration: line-through;
                color: #94a3b8;
                font-size: 16px;
            }
            .pd-detail-card__price-current {
                font-size: 24px;
                font-weight: 900;
                color: #111827;
            }
            .pd-detail-card__price-badge {
                background: #dc2626;
                color: #fff;
                font-size: 13px;
                font-weight: 800;
                padding: 4px 8px;
                border-radius: 8px;
            }
            .pd-detail-card__buy-btn {
                margin-top: 10px;
                width: 100%;
            }
