#article-page .article-container {
    background-color: #fafafa;
    border-radius: 4px;
}
#article-page .content-table,#article-page .product-sidebar-suggestion {
    border-radius: 4px;
}
#article-page .sticky {
    margin-bottom: unset;
}
#article-page .grid-products {
    /* background-color: #F5F5F5; */
    background-color: unset;
}


#article-page .grid-products {
    /* background-color: #F5F5F5; */
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px;
    gap: 19px;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#article-page .product-suggestions-container.in-article .grid-products {
    padding: 10px 0;
}
#article-page .grid-products .product-element {
    display: flex;
    margin: 5px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: auto;
    justify-content: center;
    flex: 1;
    flex-direction: column;
    gap: 15px !important;
    max-width: 22%;
    text-align: center;
    width: 22%;
    min-width: 22%;
    transition: border-color 0.3s ease;
    cursor: pointer;
    padding-top: 13px;
    padding-bottom: 15px;
}
#article-page .grid-products .product-element-content {
    margin: 0 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 2;
}
#article-page .hp-grid-img-bloc {
    border: 1px solid #ccc;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px;
    text-align: center;
    margin: auto;
    background-color: #fff;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#article-page .grid-products .product-element .product-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#article-page .grid-hp-product-infos {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#article-page .grid-products .titleElement {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.3;
    max-height: calc(1.3em * 3);
    font-size: 17px;
    font-weight: 600;
    color: #232323;
}
#article-page .article-container {
    overflow: hidden;
    padding: 10px 20px;
    /* margin-top: 35px; */
    margin-top: unset;
}
#article-page .suggest-pdt-btn {
    background-color: #fe8c05;
    color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    width: 100%;
}
#article-page .sticky {
    margin-top: unset;
}
#article-page .post-title {
    margin-bottom: 32px;
}
#article-page .product-suggestions-container.in-article .grid-products {
    padding: 10px 0;
    background-color: unset;
    margin-bottom: 25px;
}
#article-page .grid-products .titleElement>a {
    color: #363636;
}
#article-page .grid-products .product-element .product-img-container>img {
    max-width: 100%;
    max-height: 100%;
    transition: max-width 0.5s ease, max-height 0.5s ease;
}
#article-page .product-suggestions-container.end-article {
    margin-top: 35px;
}
#article-page ul.table-content-li li{
    border-top: dashed 1px #c4c4c4;
}
#article-page ul.table-content-li a:hover {
    color: #0171bc;
}
#article-page .product-element .titleElement a:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
#article-page .product-element:hover {
    border: 2px solid #0e94ed;
    box-shadow: #d9d9d9 0px 0px 10px 5px;
}
#article-page .product-element a:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}