.latest_wrapper {background: var(--b_background);padding: 25px 0;margin-top: 25px;}
.latest_wrapper .title {margin: 0 0 25px;font-weight: var(--text_normal);}

.latest_wrapper .product {position: relative;width: 130px;height: 100%;padding: 4px;font-size: 12px;line-height: 16px;color: var(--heading);background: var(--background);border: 1px solid var(--background);border-radius: var(--global_border_radius_element);text-align: center;cursor: pointer;}
.latest_wrapper .product .image {background: #fff;border-radius: var(--global_border_radius_element);}
.latest_wrapper .product .image img {display: block;margin-bottom: 10px;border-radius: var(--global_border_radius_element);}
.latest_wrapper .product .price {font-size: 14px;font-weight: var(--text_medium);line-height: 18px;padding: 5px 10px;margin-top: 15px;color: var(--description);background: var(--primary);border-radius: 10px;}