/* ==================================================
   DNF SINGLE PRODUCT RELATED PRODUCTS - CLEAN REBUILD
   ================================================== */

body.single-product .dnf-sp-related-products {
    width: 100vw;
    max-width: none;
    margin: 44px calc(50% - 50vw) 0;
    padding: 0 40px 42px;
    background: #ffffff;
    box-sizing: border-box;
}

body.single-product .dnf-sp-related-head {
    margin: 0 0 20px;
}

body.single-product .dnf-sp-related-head h2 {
    margin: 0;
    color: #111111;
    font-size: clamp(28px, 2.05vw, 36px);
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

body.single-product .dnf-sp-related-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    align-items: stretch;
    border-left: 1px solid #eeeeee;
}

body.single-product .dnf-sp-card {
    display: grid;
    grid-template-rows: 260px 92px 66px 46px;
    height: 464px;
    min-height: 464px;
    max-height: 464px;
    padding: 0 16px 18px;
    box-sizing: border-box;
    background: #ffffff;
    border-right: 1px solid #eeeeee;
    overflow: hidden;
}

body.single-product .dnf-sp-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    overflow: hidden;
    text-decoration: none;
}

body.single-product .dnf-sp-card-image img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

body.single-product .dnf-sp-card-title {
    display: block;
    height: 92px;
    overflow: hidden;
    margin: 0;
    padding: 14px 0 0;
    color: #111111;
    font-size: 15.5px;
    font-weight: 650;
    line-height: 1.38;
    text-decoration: none;
}

body.single-product .dnf-sp-card-title:hover {
    color: #61aa85;
}

body.single-product .dnf-sp-card-price {
    display: block;
    height: 66px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

body.single-product .dnf-sp-card-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #111111;
    border: 1px solid #111111;
    color: #ffffff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 750;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
}

body.single-product .dnf-sp-card-button:hover {
    background: #61aa85;
    border-color: #61aa85;
    color: #ffffff;
}

/* Ẩn Woo related mặc định nếu còn sót */
body.single-product section.related.products {
    display: none !important;
}

@media (max-width: 921px) {
    body.single-product .dnf-sp-related-products {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    body.single-product .dnf-sp-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.single-product .dnf-sp-card {
        grid-template-rows: 190px 88px 66px 46px;
        height: 390px;
        min-height: 390px;
        max-height: 390px;
        padding-left: 10px;
        padding-right: 10px;
    }

    body.single-product .dnf-sp-card-image,
    body.single-product .dnf-sp-card-image img {
        height: 190px;
    }

    body.single-product .dnf-sp-card-title {
        height: 88px;
        font-size: 14px;
        line-height: 1.35;
    }
}
