.post-thumb-img-content.post-thumb img{
    object-fit: cover;
    height: 100% !important;
    width: auto;
    border-radius: 8px;
}
.post-thumb-img-content.post-thumb{
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
article{
	border-radius: 8px;
}
.entry-header{
	margin-bottom: 0 !important;
}
/**/
.entry-title{
    display: none !important;
}
.entry-content{
    display:grid;
	gap:30px;
}
.info-product-show h1 {
    font-weight: 500 !important;
}
.thumb-product-show{
	display:flex;
	justify-content:center;
	align-items:self-start;
}
.thumb-product-show img{
	width:100%;
	height:auto;
	border: 1px solid #e9e9e9;
}
@media screen and (min-width: 592px) {
.entry-content{
    display:flex;
	gap:30px;
}
.thumb-product-show{
    flex:1;
}
.info-product-show{
    flex:1.5;
}
}

h2.entry-title.ast-blog-single-element{
 margin-inline: 20px !important;
}
.ast-excerpt-container.ast-blog-single-element,
p.ast-blog-single-element.ast-read-more-container.read-more{
 display: none !important;
}