.men_diamond {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 60px;
    background-color: #000000;
}
.section_banner_main_men_diamond .wrapper_banner_main_men_diamond {
    position: relative;
    width: 100%;
}
.section_banner_main_men_diamond .wrapper_banner_main_men_diamond .box_content_banner_main {
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 1;
}
.section_banner_main_men_diamond .wrapper_banner_main_men_diamond .wrapper_text_banner_main_men_diamond {
    max-width: 345px;
}
.section_banner_main_men_diamond .wrapper_banner_main_men_diamond .wrapper_text_banner_main_men_diamond h1 {
    font-weight: 300;
    font-size: 26px;
    line-height: 33px;
}
.section_banner_main_men_diamond .wrapper_banner_main_men_diamond .wrapper_text_banner_main_men_diamond span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .men_diamond {
        gap: 40px;
    }
    .section_banner_main_men_diamond .wrapper_banner_main_men_diamond .box_content_banner_main {
        position: unset;
    }
    .section_banner_main_men_diamond .wrapper_banner_main_men_diamond .wrapper_text_banner_main_men_diamond {
        max-width: unset;
    }
    .section_banner_main_men_diamond .wrapper_banner_main_men_diamond .wrapper_text_banner_main_men_diamond h1 {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 27px;
    }
    .section_banner_main_men_diamond .wrapper_banner_main_men_diamond .wrapper_text_banner_main_men_diamond span {
        font-size: 15px;
        line-height: 20px;
    }
}

/*banner sub*/
.section_banner_sub_men_diamond .banner_sub_men_diamond {
    position: relative;
}
.section_banner_sub_men_diamond .banner_sub_men_diamond .image_banner_sub_mobile {
    display: none;
}
.section_banner_sub_men_diamond .banner_sub_men_diamond .wrapper_text_banner {
    position: absolute;
    max-width: 315px;
    left: 0;
    top: 50%;
    margin-left: 50%;
    transform: translate(0%, -50%);
    padding: 0 10px;
}
.section_banner_sub_men_diamond .banner_sub_men_diamond .wrapper_text_banner h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.33333;
}
.section_banner_sub_men_diamond .banner_sub_men_diamond .wrapper_text_banner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .section_banner_sub_men_diamond .banner_sub_men_diamond .image_banner_sub {
        display: none;
    }
    .section_banner_sub_men_diamond .banner_sub_men_diamond .image_banner_sub_mobile {
        display: block;
    }
    .section_banner_sub_men_diamond .banner_sub_men_diamond .wrapper_text_banner {
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: 30px;
        text-align: center;
        top: auto;
        margin-left: 0;
        max-width: unset;
        width: 100%;
    }
    .section_banner_sub_men_diamond .banner_sub_men_diamond .wrapper_text_banner h3 {
        font-size: 17px;
    }
    .section_banner_sub_men_diamond .banner_sub_men_diamond .wrapper_text_banner p {
        font-size: 15px;
    }
}

/*list product*/
.section_list_product_men_diamond .wrapper_list_product_men_diamond .list_product_men_diamond {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    row-gap: 30px;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .list_product_men_diamond .product_box_men_diamond {
    width: 23%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .list_product_men_diamond .product_box_men_diamond a:hover {
    text-decoration: none;
    list-style: none;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .list_product_men_diamond .product_box_men_diamond .product_image_men_diamond {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .list_product_men_diamond .product_box_men_diamond .product_image_men_diamond img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .list_product_men_diamond .product_box_men_diamond .product_men_diamond_information .product_name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .list_product_men_diamond .product_box_men_diamond .product_men_diamond_information .product_price_men_diamond {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .list_product_men_diamond .product_box_men_diamond .product_men_diamond_information .product_price_men_diamond .product_regular_price {
    text-decoration: line-through;
    color: #ccc;
    font-weight: 400;
    line-height: 20px;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .list_product_men_diamond .product_box_men_diamond .icon_favorite {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .pagination_men_diamond {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .pagination_men_diamond a:hover{
    text-decoration: none;
    list-style: none;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .pagination_men_diamond .prev.page-numbers {
    color: #d9d9d9;
    padding: 7px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .pagination_men_diamond .next.page-numbers {
    color: #d9d9d9;
    padding: 7px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .pagination_men_diamond .page-numbers {
    padding: 7px 10px;
    font-size: 16px;
    color: #d9d9d9;
    display: flex;
    align-items: center;
}
.section_list_product_men_diamond .wrapper_list_product_men_diamond .pagination_men_diamond .page-numbers.current {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: transparent !important;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
    .section_list_product_men_diamond .wrapper_list_product_men_diamond .list_product_men_diamond .product_box_men_diamond {
        width: 48%;
    }
}


/*about*/
.section_about_men_diamond {
    margin-bottom: 40px;
}
.section_about_men_diamond .wrapper_about_men_diamond {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section_about_men_diamond .wrapper_about_men_diamond .box_content_men_diamond .title_content_men_diamond {
    font-size: 30px;
    line-height: 1.17647;
    font-weight: 500;
}
.section_about_men_diamond .wrapper_about_men_diamond .box_content_men_diamond p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42857;
    text-align: justify;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .section_about_men_diamond .wrapper_about_men_diamond .box_content_men_diamond .title_content_men_diamond {
        font-size: 24px;
    }
    .section_about_men_diamond .wrapper_about_men_diamond .box_content_men_diamond p {
        font-size: 15px;
    }
}


