.gim-shops-items{
	color: var(--black);
}
.gim-shops-items a{
	color: var(--black);
}
.media_tags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.media_tags .gim-border-btn{
	color: var(--white);
    border: 1px solid var(--white);
}
.media_tags .gim-border-btn:hover{
	background: transparent;
}
.gim-shops-item__bg .gim-shops-item__bg-left{
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0;
	height: 100%;
}
.gim-shops-item__bg-left img, .gim-shops-item__bg-right img{
	height: 100%!important;
	width: auto!important;
}
.gim-shops-item__bg .gim-shops-item__bg-right{
	position: absolute;
	right: 0;
	top: 0px;
	bottom: 0;
	height: 100%;
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 1200px) {
	.gim-shops-item__bg .gim-shops-item__bg-left, .gim-shops-item__bg .gim-shops-item__bg-right{
 		height: calc(100% + 50px);
 		top: -50px;
	}
}
@media screen and (min-width: 1600px){
    
}