.product_list {    list-style-type: none;}.product-container {    overflow: hidden;    position: relative;}.product-name {    text-decoration: none;    color: var(--bs-body-color);    font-size: 22px;    padding: 5px 8px;}.color-list-container {    margin: 10px 0;    height: 25px;    overflow: hidden;}.color_to_pick_list {    list-style-type: none;    display: flex;    padding: 0;    column-gap: 6px;}.color_to_pick_list li .color_pick {    width: 24px;    height: 24px;    display: block;    border: 1px solid #eee;} @media (min-width: 768px) {	.product_list .ajax_block_product:last-of-type {		max-width: calc(50% - 10px);	}}