.tsinf-product-overview .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tsinf-product-overview .product-list .product {
    background-color: #FFFFFF;
    box-sizing: border-box;
    margin: 0 24px 73px 24px;
    overflow: hidden;
    width: 480px;
}

.archive .tsinf-product-overview .product-list .product {
    box-shadow: 0 0 7px rgba(37,37,37,.2);
}

body .post {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
  
}

body .post .post-thumbnail,
body .product .product-main-image {
    position: relative;
}

body .post .post-thumbnail img,
body .product .product-main-image img {
    height: auto;
    max-width: 100%;
}

body .product-main-image .product-gallery-button,
body .product .product-main-image .product-gallery-button {
    background-color: rgba(217, 217, 217, 0.8);
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4583 19.7917C16.0607 19.7917 19.7917 16.0607 19.7917 11.4583C19.7917 6.85596 16.0607 3.125 11.4583 3.125C6.85596 3.125 3.125 6.85596 3.125 11.4583C3.125 16.0607 6.85596 19.7917 11.4583 19.7917Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.875 21.875L17.3438 17.3438' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center right 12px;
    background-size: 25px 25px;
    border-radius: 15px;
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    padding: 9px 42px 8px 14px;
    position: absolute;
    right: 14px;
    text-transform: none;
    top: 12px;
}

.product-main-image .product-gallery-button:hover {
    background-color: rgba(217, 217, 217, 1);
}

body .post .post-description,
.tsinf-product-overview .product-list .product .product-description {
    box-sizing: border-box;
    padding: 36px 15px 25px 15px;
}

body .post .post-title,
.tsinf-product-overview .product-list .product .product-title {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
    margin: 0 0 29px 0;
}

body .post .post-title a:link,
body .post .post-title a:visited,
.tsinf-product-overview .product-list .product .product-title a:link,
.tsinf-product-overview .product-list .product .product-title a:visited {
    color: #000;
    text-decoration: none;
}

body .post .post-title a:hover,
.tsinf-product-overview .product-list .product .product-title a:hover {
    color: #BE4DA6;
}

body .post .post-content,
.tsinf-product-overview .product-list .product .product-content {
    box-sizing: border-box;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 172px;
    line-height: 160%;
    margin: 0 0 35px 0;
    overflow: hidden;
}

body .post .read-more-container,
.tsinf-product-overview .product-list .product .read-more-container {
    margin: 0 0 10px 0;
}

body .post .read-more-container a:link,
body .post .read-more-container a:visited,
.tsinf-product-overview .product-list .product .read-more-container a:link,
.tsinf-product-overview .product-list .product .read-more-container a:visited {
    color: #BE4DA6;
    text-decoration: none;
}

body .post .read-more-container a:hover,
.tsinf-product-overview .product-list .product .read-more-container a:hover {
    text-decoration: underline;
}



