.gshop-guides-showcase .gshop-guide-card__media--catalog {
    position: relative;
    min-height: 184px;
    padding: 0;
    background: #fff;
}

.gshop-guides-showcase .gshop-guide-card__media--catalog::before,
.gshop-guides-showcase .gshop-guide-card__media--catalog::after {
    display: none;
}

.gshop-guides-showcase .gshop-guide-card__media--catalog img {
    width: 100%;
    height: 184px;
    display: block;
    object-fit: contain;
    padding: 10px;
    background: linear-gradient(145deg,#fff,#f0f2f4);
    transition: transform .28s ease;
}

.gshop-guides-showcase .gshop-guide-card:hover .gshop-guide-card__media--catalog img {
    transform: scale(1.045);
}

body.gshop-premium-header-active .site-content > .ast-container > .content-area > article > .entry-header,
body.gshop-premium-header-active .site-main > article > .entry-header,
body.gshop-premium-header-active .entry-content > .wp-block-post-title:first-child {
    display: none !important;
}

@media(max-width:600px){
    .gshop-guides-showcase .gshop-guide-card__media--catalog,
    .gshop-guides-showcase .gshop-guide-card__media--catalog img{height:165px;min-height:165px}
}
