.thm-related-product-variation .thm-shop-products-product:not(:last-child) {
    margin-bottom: 32px;
}
.thm-related-product-variation .thm-shop-products-product-additional-image {
    display: none;
}
@media (max-width: 768px) {
    body .thm-related-product-variation .thm-shop-products-product-content-info-title {
        font-size: 15px;
    }
}

/* Product Variation by Category */
.thm-related-product-variation-category {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 26px;
    row-gap: 16px;
}
@media (max-width: 1024px) {
    .thm-related-product-variation-category {
        gap: 16px;
    }
}
.thm-related-product-variation-category.thm-related-product-variation .thm-shop-products-product {
    margin-bottom: 0;
    min-height: 247px;
}
.thm-related-product-variation-category .thm-shop-products-product .thm-shop-products-product-thumbnail img {
    height: 112px;
}
.thm-related-product-variation-category .thm-shop-products-product .thm-shop-products-product-content-info {
    gap: 0;
}
.thm-related-product-variation-category .thm-shop-products-product .thm-shop-products-product-content-info-title {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
}
.thm-related-product-variation-category .thm-shop-products-product--parent .thm-shop-products-product-content-info-title {
    font-size: 16px;
}
.thm-related-product-variation-category .thm-shop-products-product .thm-shop-products-product-content-info-sku {
    font-size: 9px;
}
.thm-related-product-variation-category .thm-shop-products-product .woocommerce-Price-currencySymbol {
    font-size: 16px;
}
.thm-related-product-variation-category .thm-shop-products-product .thm-shop-products-product-content-info-price {
    font-size: 20px;
}
.thm-related-product-variation-category .thm-shop-products-product .thm-shop-products-product-content-link {
    font-size: 13px;
    padding: 1px;
}
@media (min-width: 1024px) {
    .thm-related-product-variation-category .thm-shop-products-product .thm-shop-products-product-content-link.show-parent-in-store {
        font-size: 16px;
        padding: 6px;
    }
}