.tnj-products-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.tnj-product-item {
    border: 1px solid #ddd;
    background: #fff;
}

.tnj-product-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tnj-product-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.tnj-product-content {
    padding: 16px;
}

.tnj-product-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.tnj-product-button {
    display: inline-block;
    text-decoration: none;
}


.tnj-product-gallery-wrap {
    padding: 0 16px 16px;
}

.tnj-product-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tnj-product-gallery-item {
    width: 72px;
}

.tnj-product-gallery-image {
    display: block;
    width: 100%;
    height: auto;
}
