/* =========================================================
   CHI TIẾT SẢN PHẨM V2
   ĐAM MÊ CÂU CÁ
========================================================= */

    /* ---------------------------------------------------------
   1. BIẾN MÀU VÀ THIẾT LẬP CHUNG
--------------------------------------------------------- */

    .product-detail-v2 {
        --dm-blue: #0f9ed8;
        --dm-blue-dark: #087eb2;
        --dm-green: #18c964;
        --dm-red: #e53935;
        --dm-orange: #ff9800;
        --dm-purple: #8e44ad;
        --dm-yellow: #f5c542;

        --dm-text: #202428;
        --dm-muted: #687078;
        --dm-bg: #f5f7f9;
        --dm-card: #ffffff;
        --dm-border: #e4ebf0;

        width: 100%;
        max-width: 100%;
    }

    #product-detail,
    #product-detail *,
    #product-detail *::before,
    #product-detail *::after {
        box-sizing: border-box;
    }

    #product-detail {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    #product-detail .container,
    #product-detail .products-wrap,
    #product-detail .product-detail-main,
    #product-detail .listimg-desc-product,
    #product-detail .product-view-content {
        max-width: 100%;
        min-width: 0;
    }


    /* ---------------------------------------------------------
   2. BỐ CỤC CHÍNH
--------------------------------------------------------- */

    #product-detail .product-detail-main {
        width: 100%;
    }

    #product-detail .listimg-desc-product,
    #product-detail .product-view-content {
        width: 100%;
    }


    /* ---------------------------------------------------------
   3. MODAL
--------------------------------------------------------- */

    #product-detail .modal-content {
        background: #ffffff;
        border: 1px solid #999999;
        border-radius: 10px;
    }

    #product-detail .modal-title {
        color: #333333;
    }

    #product-detail .modal-header .close {
        color: #333333;
        opacity: 1;
        font-size: 28px;
    }

    #product-detail .modal-header .close:hover {
        color: #ff0000;
    }

    #product-detail .modal-header .close:focus {
        outline: none;
    }

    #product-detail .modal-body {
        color: #666666;
    }


    /* ---------------------------------------------------------
   4. THẺ THÔNG TIN SẢN PHẨM V2
--------------------------------------------------------- */

    .dm-product-summary {
        width: 100%;
    }

    .dm-product-eyebrow {
        margin-bottom: 9px;

        color: var(--dm-blue);

        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }

    .dm-product-title {
        margin: 0 0 16px;

        color: var(--dm-text);

        font-size: 23px;
        font-weight: 800;
        line-height: 1.35;
    }

    .dm-product-price-label {
        margin-bottom: 3px;

        color: var(--dm-muted);

        font-size: 12px;
        font-weight: 600;
    }

    .dm-product-price-line {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .dm-product-price {
        color: var(--dm-red);

        font-size: 28px;
        font-weight: 800;
        line-height: 1.2;
    }

    .dm-product-old-price {
        color: #9aa0a5;

        font-size: 14px;
        text-decoration: line-through;
    }

    .dm-product-sale {
        padding: 4px 8px;

        color: var(--dm-red);
        background: #fff0f0;

        border-radius: 999px;

        font-size: 12px;
        font-weight: 800;
    }

    .dm-product-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;

        margin-top: 15px;
        padding-top: 13px;

        border-top: 1px solid var(--dm-border);
    }

    .dm-product-brand {
        display: flex;
        flex-direction: column;

        min-width: 0;
    }

    .dm-product-brand span {
        color: var(--dm-muted);

        font-size: 11px;
    }

    .dm-product-brand strong {
        margin-top: 2px;

        color: var(--dm-text);

        font-size: 13px;
        line-height: 1.4;

        overflow-wrap: break-word;
    }

    .dm-stock {
        flex: 0 0 auto;

        padding: 6px 10px;

        border-radius: 999px;

        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

    .dm-stock-in {
        color: #128744;
        background: #eafff1;
    }

    .dm-stock-out {
        color: var(--dm-red);
        background: #fff0f0;
    }

    .dm-product-experience-line {
        display: flex;
        align-items: flex-start;
        gap: 9px;

        margin-top: 14px;
        padding: 11px 12px;

        background: #f4fbfe;

        border: 1px solid #dceff7;
        border-radius: 12px;
    }

    .dm-product-experience-line span {
        flex: 0 0 auto;

        font-size: 17px;
    }

    .dm-product-experience-line p {
        margin: 0;

        color: #52636c;

        font-size: 12px;
        line-height: 1.5;
    }


    /* ---------------------------------------------------------
   5. MÔ TẢ NGẮN
--------------------------------------------------------- */

    #product-detail .product-view-desc {
        margin-top: 16px;
        padding: 13px;

        background: #f7f9fa;

        border-radius: 12px;
    }

    #product-detail .product-view-desc h4 {
        margin: 0 0 7px;

        color: var(--dm-text);

        font-size: 14px;
        font-weight: 700;
    }

    #product-detail .product-view-desc p {
        margin: 0;

        color: #666666;

        font-size: 13px;
        line-height: 1.6;
    }


    /* ---------------------------------------------------------
   6. TIÊU ĐỀ CHỌN PHÂN LOẠI
--------------------------------------------------------- */

    .product-options {
        margin-top: 18px;
        margin-bottom: 20px;
    }

    .dm-option-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;

        margin-bottom: 12px;
    }

    .dm-option-heading>div {
        min-width: 0;
    }

    .dm-option-step {
        display: block;

        margin-bottom: 3px;

        color: var(--dm-blue);

        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.6px;
    }

    .dm-option-heading h2 {
        margin: 0;

        color: var(--dm-text);

        font-size: 16px;
        font-weight: 800;
        line-height: 1.35;
    }

    .dm-option-required {
        flex: 0 0 auto;

        padding: 4px 8px;

        color: #9a6b00;
        background: #fff8dc;

        border-radius: 999px;

        font-size: 10px;
        font-weight: 800;
    }


    /* ---------------------------------------------------------
   7. NÚT PHÂN LOẠI
--------------------------------------------------------- */

    .parameter-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;

        width: 100%;
    }

    .parameter-button {
        position: relative;

        margin: 0;
        min-height: 42px;
        max-width: 100%;

        padding: 9px 15px;

        background: #ffffff;
        color: #273038;

        border: 1px solid #d5e0e7;
        border-radius: 999px;

        cursor: pointer;

        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;

        transition:
            background-color 0.2s ease,
            border-color 0.2s ease,
            color 0.2s ease,
            box-shadow 0.2s ease,
            transform 0.2s ease;
    }

    .parameter-button:hover {
        background: #f5fbff;
        border-color: var(--dm-blue);
    }

    .parameter-button:active {
        transform: scale(0.97);
    }

    .parameter-button.selected {
        padding-right: 30px;

        background: var(--dm-blue);
        color: #ffffff;

        border-color: var(--dm-blue);

        box-shadow: 0 4px 12px rgba(15, 158, 216, 0.25);
    }

    .parameter-button.selected::after {
        content: "✓";

        position: absolute;
        top: 50%;
        right: 11px;

        transform: translateY(-50%);

        font-size: 12px;
        font-weight: 800;
    }


    /* ---------------------------------------------------------
   8. PHẦN MUA LẺ
--------------------------------------------------------- */

    .quantity-options {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .quantity-note {
        width: 100%;
        margin: 10px 0;

        line-height: 1.5;
    }

    .quantity-input {
        width: 100%;
        max-width: 220px;

        margin: 12px 0;
    }

    .retail-price-box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;

        margin: 12px 0;
    }

    .price-label {
        color: #333333;

        font-size: 16px;
        font-weight: 700;
    }

    .price {
        color: var(--dm-red);

        font-size: 20px;
        font-weight: 800;
    }

    .highlighted-button {
        width: 100%;
        max-width: 100%;

        padding: 11px 16px;

        background: #ff5733;
        color: #ffffff;

        border: 0;
        border-radius: 6px;

        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;

        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);

        cursor: pointer;

        transition:
            background-color 0.3s ease,
            box-shadow 0.3s ease,
            transform 0.2s ease;
    }

    .highlighted-button:hover {
        background: #c70039;

        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
    }

    .highlighted-button:active {
        transform: scale(0.98);
    }


    /* ---------------------------------------------------------
   9. NÚT CHỌN SẢN PHẨM CHÍNH
--------------------------------------------------------- */

    #product-detail .actions-qty {
        width: 100%;
    }

    #product-detail .actions-qty__button,
    #product-detail .actions-qty__button_1 {
        width: 100%;
    }

    #product-detail .detail-button {
        width: 100%;
        min-height: 48px;

        padding: 11px 16px;

        border: 0;
        border-radius: 14px;

        font-size: 15px;
        font-weight: 800;
        line-height: 1.2;
    }

    .product-detail-v2 #MuaNgayButton {
        background: linear-gradient(135deg,
                var(--dm-blue),
                var(--dm-blue-dark));

        color: #ffffff;

        box-shadow: 0 6px 15px rgba(15, 158, 216, 0.25);
    }

    .product-detail-v2 #MuaNgayButton:active {
        transform: scale(0.98);
    }


    /* ---------------------------------------------------------
   10. KHỐI NIỀM TIN
--------------------------------------------------------- */

    .product-trust-box {
        width: 100%;

        margin-top: 18px;
        padding: 16px;

        background: #ffffff;

        border: 1px solid #e6edf2;
        border-radius: 16px;

        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    }

    .product-trust-title {
        margin-bottom: 14px;

        color: #222222;

        font-size: 15px;
        font-weight: 800;
        line-height: 1.4;
    }

    .product-trust-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;

        width: 100%;
    }

    .product-trust-item {
        display: flex;
        align-items: flex-start;
        gap: 9px;

        width: 100%;
        min-width: 0;

        padding: 10px;

        background: #f8fafb;

        border-radius: 12px;
    }

    .product-trust-item>div {
        flex: 1 1 auto;

        min-width: 0;
    }

    .product-trust-icon {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 50%;

        color: #ffffff;

        font-size: 13px;
        font-weight: 800;
    }

    .trust-green {
        background: var(--dm-green);
    }

    .trust-blue {
        background: var(--dm-blue);
    }

    .trust-orange {
        background: var(--dm-orange);
    }

    .trust-purple {
        background: var(--dm-purple);
    }

    .product-trust-item strong {
        display: block;

        color: #222222;

        font-size: 12px;
        font-weight: 700;
        line-height: 1.35;

        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .product-trust-item p {
        width: 100%;
        max-width: 100%;

        margin: 3px 0 0;

        color: #777777;

        font-size: 10.5px;
        line-height: 1.45;

        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word;
    }


    /* ---------------------------------------------------------
   11. KHUYẾN MẠI
--------------------------------------------------------- */

    #product-detail .fk-boxs {
        margin-top: 16px;

        border-radius: 14px;

        overflow: hidden;
    }


    /* ---------------------------------------------------------
   12. THANH MUA CỐ ĐỊNH TRÊN MOBILE
--------------------------------------------------------- */

    .mobile-buy-bar {
        position: fixed;

        left: 0;
        right: 0;
        bottom: calc(74px + env(safe-area-inset-bottom));

        z-index: 9990;

        display: flex;
        align-items: center;
        gap: 12px;

        width: 100%;

        padding: 10px 12px;

        background: rgba(255, 255, 255, 0.97);

        border-top: 1px solid #e2e8ed;

        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);

        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .mobile-buy-price {
        flex: 0 0 105px;

        min-width: 0;
    }

    .mobile-buy-price span {
        display: block;

        color: #777777;

        font-size: 11px;
    }

    .mobile-buy-price strong {
        display: block;

        color: var(--dm-red);

        font-size: 17px;
        font-weight: 800;
        line-height: 1.25;

        white-space: nowrap;
    }

    .mobile-buy-button {
        flex: 1 1 auto;

        width: auto;
        min-width: 0;
        min-height: 46px;

        padding: 10px 12px;

        background: var(--dm-blue);
        color: #ffffff;

        border: 0;
        border-radius: 12px;

        font-size: 15px;
        font-weight: 800;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

        box-shadow: 0 5px 14px rgba(15, 158, 216, 0.3);

        transition:
            transform 0.2s ease,
            background-color 0.2s ease;
    }

    .mobile-buy-button:hover {
        background: var(--dm-blue-dark);
    }

    .mobile-buy-button:active {
        transform: scale(0.97);
    }

    /* ---------------------------------------------------------
   TIẾP TỤC HÀNH TRÌNH
--------------------------------------------------------- */

    .dm-journey {
        width: 100%;

        margin-top: 18px;
        padding: 16px;

        background:
            linear-gradient(145deg,
                #ffffff 0%,
                #f7fbfd 100%);

        border: 1px solid var(--dm-border);
        border-radius: 18px;

        box-shadow: 0 5px 18px rgba(25, 42, 54, 0.06);
    }

    .dm-journey-header {
        display: flex;
        align-items: flex-start;
        gap: 12px;

        margin-bottom: 16px;
    }

    .dm-journey-compass {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;

        display: flex;
        align-items: center;
        justify-content: center;

        background: #eef9fd;

        border: 1px solid #d8eef7;
        border-radius: 13px;

        font-size: 21px;
    }

    .dm-journey-header>div:last-child {
        min-width: 0;
    }

    .dm-journey-label {
        display: block;

        margin-bottom: 3px;

        color: var(--dm-blue);

        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.7px;
    }

    .dm-journey-header h2 {
        margin: 0;

        color: var(--dm-text);

        font-size: 18px;
        font-weight: 800;
        line-height: 1.35;
    }

    .dm-journey-header p {
        margin: 5px 0 0;

        color: var(--dm-muted);

        font-size: 12px;
        line-height: 1.5;
    }

    .dm-journey-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dm-journey-card {
        position: relative;

        display: flex;
        align-items: flex-start;
        gap: 12px;

        width: 100%;
        min-width: 0;

        padding: 13px;

        color: var(--dm-text);
        background: #ffffff;

        border: 1px solid var(--dm-border);
        border-left-width: 4px;
        border-radius: 14px;

        text-decoration: none;

        transition:
            transform 0.2s ease,
            box-shadow 0.2s ease,
            border-color 0.2s ease;
    }

    .dm-journey-card:hover {
        color: var(--dm-text);

        transform: translateY(-2px);

        box-shadow: 0 8px 18px rgba(25, 42, 54, 0.08);
    }

    .dm-journey-card:active {
        transform: scale(0.985);
    }

    .dm-journey-icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 12px;

        font-size: 19px;
    }

    .dm-journey-content {
        flex: 1 1 auto;

        min-width: 0;
    }

    .dm-journey-title-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 8px;
    }

    .dm-journey-title-row h3 {
        margin: 0;

        color: var(--dm-text);

        font-size: 14px;
        font-weight: 800;
        line-height: 1.35;
    }

    .dm-journey-status {
        flex: 0 0 auto;

        padding: 3px 7px;

        background: #f2f5f7;
        color: #778087;

        border-radius: 999px;

        font-size: 9px;
        font-weight: 700;
        white-space: nowrap;
    }

    .dm-journey-content>p {
        margin: 5px 0 8px;

        color: var(--dm-muted);

        font-size: 11.5px;
        line-height: 1.5;
    }

    .dm-journey-action {
        display: inline-flex;
        align-items: center;
        gap: 5px;

        font-size: 11px;
        font-weight: 800;
    }

    .dm-journey-action span {
        transition: transform 0.2s ease;
    }

    .dm-journey-card:hover .dm-journey-action span {
        transform: translateX(3px);
    }
.dm-recommendation-badge {
    display: inline-flex;
    align-items: center;

    max-width: 100%;
    margin-top: 7px;
    padding: 4px 7px;

    background: #eef8f2;
    color: #168747;

    border-radius: 999px;

    font-size: 9px;
    font-weight: 700;
    line-height: 1.25;

    white-space: normal;
}

.dm-topic-product-match {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    max-width: 100%;
    margin-top: 7px;
    padding: 3px 7px;

    background: #f5f1fb;
    color: #76509b;

    border-radius: 999px;

    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.25;

    white-space: normal;
}

    /* Video */

    .dm-journey-video {
        border-left-color: #8e44ad;
    }

    .dm-journey-video .dm-journey-icon {
        background: #f6edfb;
    }

    .dm-journey-video .dm-journey-action {
        color: #8e44ad;
    }


    /* Thư viện */

    .dm-journey-library {
        border-left-color: #0f9ed8;
    }

    .dm-journey-library .dm-journey-icon {
        background: #eaf8fd;
    }

    .dm-journey-library .dm-journey-action {
        color: #0f8fc4;
    }


    /* Trải nghiệm */

    .dm-journey-experience {
        border-left-color: #ff9800;
    }

    .dm-journey-experience .dm-journey-icon {
        background: #fff5e6;
    }

    .dm-journey-experience .dm-journey-action {
        color: #d97900;
    }


    /* Hội Quán */

    .dm-journey-community {
        border-left-color: #18c964;
    }

    .dm-journey-community .dm-journey-icon {
        background: #eafff1;
    }

    .dm-journey-community .dm-journey-action {
        color: #159447;
    }


    /* Câu chuyện */

    .dm-journey-story {
        border-left-color: #e95b70;
    }

    .dm-journey-story .dm-journey-icon {
        background: #fff0f3;
    }

    .dm-journey-story .dm-journey-action {
        color: #d84b62;
    }
    /* =========================================================
   TRẢI NGHIỆM SẢN PHẨM
========================================================= */

.dm-product-content {
    width: 100%;
    margin-top: 18px;
    padding: 16px;

    background: #ffffff;

    border: 1px solid var(--dm-border);
    border-radius: 18px;

    box-shadow: 0 5px 18px rgba(25, 42, 54, 0.06);
}

.dm-product-content-heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin-bottom: 15px;
}

.dm-product-content-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f4edfb;

    border-radius: 13px;

    font-size: 20px;
}

.dm-product-content-heading > div {
    min-width: 0;
}

.dm-product-content-label {
    display: block;

    margin-bottom: 3px;

    color: #8e44ad;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.dm-product-content-heading h2 {
    margin: 0;

    color: var(--dm-text);

    font-size: 18px;
    font-weight: 800;
}

.dm-product-content-heading p {
    margin: 5px 0 0;

    color: var(--dm-muted);

    font-size: 12px;
    line-height: 1.5;
}

.dm-product-content-block + .dm-product-content-block {
    margin-top: 14px;
}

.dm-product-content-title {
    margin-bottom: 9px;

    color: var(--dm-text);

    font-size: 14px;
    font-weight: 800;
}

.dm-product-video-scroll {
    display: flex;
    gap: 10px;

    overflow-x: auto;

    padding-bottom: 3px;

    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.dm-product-video-scroll::-webkit-scrollbar {
    display: none;
}

.dm-product-video-card {
    flex: 0 0 180px;

    color: var(--dm-text);

    text-decoration: none;

    scroll-snap-align: start;
}

.dm-product-video-thumb {
    position: relative;

    width: 100%;
    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #eef1f3;

    border-radius: 12px;
}

.dm-product-video-thumb img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.dm-product-video-play {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translate(-50%, -50%);

    background: rgba(15, 158, 216, 0.92);
    color: #ffffff;

    border-radius: 50%;
}

.dm-product-video-card h3 {
    margin: 7px 2px 0;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.dm-product-article-list {
    display: grid;
    gap: 9px;
}

.dm-product-article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    padding: 12px;

    color: var(--dm-text);
    background: #f8fafb;

    border: 1px solid #e5ebef;
    border-radius: 12px;

    text-decoration: none;
}

.dm-product-article-item > div {
    min-width: 0;
}

.dm-product-article-item h3 {
    margin: 0;

    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.dm-product-article-item p {
    display: -webkit-box;

    margin: 4px 0 0;

    overflow: hidden;

    color: var(--dm-muted);

    font-size: 11px;
    line-height: 1.45;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dm-product-article-item > span {
    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eef9fd;
    color: var(--dm-blue);

    border-radius: 50%;

    font-size: 21px;
}

    /* =========================================================
   DESKTOP VÀ TABLET TỪ 768PX
========================================================= */

    @media (min-width: 768px) {

        #product-detail .product-detail-main {
            display: grid;
            grid-template-columns:
                minmax(0, 1fr) minmax(0, 1fr);

            gap: 20px;
            align-items: start;
        }

        #product-detail .listimg-desc-product,
        #product-detail .product-view-content {
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }

        .product-trust-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .dm-journey-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .dm-journey-card:last-child:nth-child(odd) {
            grid-column: 1 / -1;
        }
    }


    /* =========================================================
   MOBILE DƯỚI 768PX
========================================================= */

    @media (max-width: 767.98px) {

        #product-detail {
            padding-bottom: 210px;

            background: var(--dm-bg);
        }

        #product-detail .container {
            width: 100%;
            max-width: 100%;

            padding-left: 10px;
            padding-right: 10px;
        }

        #product-detail .product-detail-main {
            width: 100%;
            max-width: 100%;

            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        #product-detail .listimg-desc-product,
        #product-detail .product-view-content {
            width: 100%;
            max-width: 100%;

            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        #product-detail .product-view-content {
            margin-top: 10px;
        }

        #product-detail .product-mobile-card {
            width: 100%;
            max-width: 100%;

            margin-left: 0;
            margin-right: 0;

            padding: 16px;

            background: var(--dm-card);

            border: 1px solid var(--dm-border);
            border-radius: 18px;

            box-shadow: 0 5px 18px rgba(25, 42, 54, 0.06);
        }

        #product-detail .breadcrumb {
            display: flex;
            flex-wrap: nowrap;

            margin-bottom: 8px;
            padding: 8px 4px;

            font-size: 11px;

            white-space: nowrap;
            overflow-x: auto;

            scrollbar-width: none;
        }

        #product-detail .breadcrumb::-webkit-scrollbar {
            display: none;
        }

        .dm-product-title {
            font-size: 22px;
        }

        .dm-product-price {
            font-size: 27px;
        }

        .product-detail-v2 .product-options {
            margin-top: 18px;
            padding-top: 17px;

            border-top: 1px solid var(--dm-border);
        }

        .product-trust-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .product-trust-grid {
            grid-template-columns: 1fr;
            gap: 10px;
        }

        .product-trust-item {
            display: flex;
            align-items: center;
            gap: 12px;

            width: 100%;
            min-height: 72px;
            padding: 12px 14px;
        }

        .product-trust-item>div {
            flex: 1;
            min-width: 0;
        }

        .product-trust-icon {
            width: 34px;
            height: 34px;
            flex: 0 0 34px;

            font-size: 15px;
        }

        .product-trust-item strong {
            font-size: 13px;
            line-height: 1.35;
        }

        .product-trust-item p {
            margin-top: 4px;

            font-size: 11.5px;
            line-height: 1.45;
        }
    }


    /* =========================================================
   MOBILE NHỎ DƯỚI 390PX
========================================================= */

    @media (max-width: 390px) {

        #product-detail .container {
            padding-left: 7px;
            padding-right: 7px;
        }

        #product-detail .product-mobile-card {
            padding: 13px;
        }

        .dm-product-title {
            font-size: 20px;
        }

        .dm-product-price {
            font-size: 25px;
        }

        .dm-product-meta {
            align-items: flex-start;
        }

        .product-trust-grid {
            grid-template-columns: 1fr;
        }

        .mobile-buy-price {
            flex-basis: 95px;
        }

        .mobile-buy-button {
            font-size: 14px;
        }

        .dm-journey {
            padding: 13px;
        }

        .dm-journey-card {
            gap: 10px;
            padding: 11px;
        }

        .dm-journey-title-row {
            flex-direction: column;
            gap: 5px;
        }

        .dm-journey-status {
            align-self: flex-start;
        }
    }
    
    /* =========================================================
   TIẾP TỤC HÀNH TRÌNH THEO CHỦ ĐỀ
========================================================= */

.dm-topic-journey {
    width: 100%;

    margin-top: 24px;
    padding-top: 20px;

    border-top: 1px solid var(--dm-border);
}

.dm-topic-journey-heading {
    margin-bottom: 14px;
}

.dm-topic-journey-heading h2 {
    margin: 0 0 5px;

    color: #168747;

    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

.dm-topic-journey-heading p {
    margin: 0;

    color: var(--dm-muted);

    font-size: 12px;
    line-height: 1.55;
}

.dm-topic-block {
    overflow: hidden;

    margin-top: 14px;

    background: #ffffff;

    border: 1px solid #dfeae3;
    border-radius: 14px;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.dm-topic-block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    padding: 11px 13px;

    background: #f3fbf6;

    border-bottom: 1px solid #dfeae3;

    color: #168747;

    font-size: 14px;
    font-weight: 800;
}

.dm-topic-block-title a {
    flex: 0 0 auto;

    color: #078bd1;

    font-size: 11px;
    font-weight: 800;

    text-decoration: none;
}

.dm-topic-article-list {
    padding: 12px;
}

.dm-topic-article-item {
    padding: 12px;

    background: #ffffff;

    border: 1px solid #dce8e0;
    border-radius: 12px;
}

.dm-topic-article-item + .dm-topic-article-item {
    margin-top: 9px;
}

.dm-topic-article-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    color: inherit;

    text-decoration: none;
}

.dm-topic-article-item h3 {
    flex: 1;

    margin: 0;

    color: var(--dm-text);

    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.dm-topic-article-item > a > span {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eefaf2;
    color: #159447;

    border-radius: 50%;

    font-size: 21px;
}

.dm-topic-article-item small,
.dm-topic-product-info small {
    display: block;

    margin-top: 7px;

    color: #168747;

    font-size: 10px;
    font-weight: 700;
}

.dm-topic-hub-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    padding: 11px 13px;

    background: #f7fbf8;

    border-top: 1px solid #dfeae3;

    color: #68726b;

    font-size: 11px;
}

.dm-topic-hub-link a {
    color: #078bd1;

    font-weight: 800;

    text-decoration: none;
}

.dm-topic-video-scroll,
.dm-topic-product-scroll {
    display: flex;
    gap: 11px;

    overflow-x: auto;

    padding: 12px;

    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.dm-topic-video-scroll::-webkit-scrollbar,
.dm-topic-product-scroll::-webkit-scrollbar {
    display: none;
}

.dm-topic-video-card,
.dm-topic-product-card {
    flex: 0 0 155px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e4ebe6;
    border-radius: 12px;

    scroll-snap-align: start;
}

.dm-topic-video-card {
    color: var(--dm-text);

    text-decoration: none;
}

.dm-topic-video-thumb {
    position: relative;

    width: 100%;
    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #eef1f3;
}

.dm-topic-video-thumb img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.dm-topic-video-thumb span {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    color: #ffffff;

    font-size: 25px;
}

.dm-topic-video-card h3 {
    margin: 0;
    padding: 9px;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.dm-topic-product-image {
    display: block;

    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #f6f7f6;
}

.dm-topic-product-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.dm-topic-product-info {
    padding: 9px;
}

.dm-topic-product-info h3 {
    display: -webkit-box;

    min-height: 36px;
    margin: 0 0 7px;

    overflow: hidden;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dm-topic-product-info h3 a {
    color: var(--dm-text);

    text-decoration: none;
}

.dm-topic-product-info strong {
    color: var(--dm-red);

    font-size: 14px;
}
