.current-store-item__bg{
	display: block;
}
.current-store-item__bg img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.current-store-item__meta{
	background: #EDEDED;
	position: relative;
}
.current-store-item__meta > svg{
	display: none;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 50px;
}
.current-store-item__title{
	font-weight: 700;
	text-transform: uppercase;
	color: #181818;
	font-family: 'D-DIN Condensed', sans-serif;
}
.current-store-item__grid{

}
.current-store-item__address{
	color: #181818;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.current-store-item__location{
	font-size: 14px;
	line-height: 24px;
	color: #555555;
	text-decoration: none;
}
.current-store-item__all{
	font-size: 16px;
	line-height: 1;
	text-decoration: underline;
	color: #555555;
	font-weight: 700;
}
.current-store-item [data-mh="col-2"]{
	display: flex;
	align-items: center;
}
.current-store-item [data-mh="col-2"]{
	margin-top: 40px;
}
.current-store-item__btn.gb-button{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 0.5em;
	max-width: 320px;
	font-family: D-DIN Condensed;
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px 24px;
	margin-right: 16px;
	border: 2px solid #181818;
	background-color: #181818;
	color: #F8F8F8;
	text-decoration: none;
}
.current-store-item__btn.gb-button:hover{
	border-color: var(--contrast-3);
	background-color: #555555;
	color: #F8F8F8;
}
.current-store-item__btn.gb-button svg path{
	fill: #f8f8f8;
	transition: all 0.3s ease-out;
}
.current-store-item__btn.gb-button:hover svg path{
	fill: #f8f8f8;
}
.current-store-item__bg{
	height: 55.46vw;
}

@media only screen and (min-width: 768px){
	.current-store-item__bg{
		height: 44.27vw;
	}
	.current-store-item__grid{
		display: grid;

		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.current-store-item__grid--mobile{
		display: grid;
		gap: 16px;
		margin-top: 38px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.current-store-item__title{
		font-size: 32px;
	}
	/*55.46*/
}
.tab-mob{
	display: none !important;
}
@media only screen and (min-width: 1000px){
	.current-store-item__grid--mobile{
		display: none;
	}
	.current-store-item__bg{
		height: 375px;
	}
	.current-store-item__meta{
		padding: 50px 36px 36px;
	}
	.current-store-item__title{
		margin-bottom: 24px;
		font-size: 40px;
		line-height: 40px;
	}

	.current-store-item__address{
		max-width: 225px;
	}
    .tab-mob{
        display: none !important;
    }
}
@media only screen and (max-width: 1000px){
    .current-store-item{
        background: #EDEDED;
    }
    .current-store-item__meta{
        padding: 16px 25px 25px;
    }
    .current-store-item__title{
        margin-bottom: 10px;
    }
    .current-store-item__address{
        margin-bottom: 0;
    }
    .current-store-item__location{
        font-weight: 700;
    }
    .only-des{
        display: none !important;
    }
    .current-store-item__meta > svg{
        display: none;
    }
    .store-item__hours{
        margin-top: 0;
        margin-bottom: 0;
		padding-left: 8px;
    }
    .see-all-btn{
        color: #181818 !important;
        background: #00000000 !important;
        margin-top: 15px;
    }
    .see-all-btn:hover{
        border-color: #555555 !important;
        background-color: #555555 !important;
        color: #F8F8F8 !important;
    }
    .current-store-item__btn.gb-button{
        max-width: 1000px;
        margin-right: 0;
		margin-top: 0;
    }
    .see-all-btn svg{
        filter: invert(1);
    }
    .see-all-btn:hover svg{
        filter: invert(0);
    }
    .current-store-item{
        height: 100%;
    }
	.current-store-item__title{
		 font-size: 32px;
	}
}
@media only screen and (max-width: 767px){
    .current-store-item__meta{
        padding: 14px 25px 8px;
    }
	.current-store-item__grid > div:first-child{
		margin-bottom: 32px;
	}
	.store-item__hours{
		padding-left: 0;
	}
	.current-store-item__grid--mobile{
		margin-top: 40px;
	}
}

@media only screen and (min-width: 1024px){
    .real-verge-wrap{
        height: 100%;
    }

    .real-verge-block{
        height: 100% !important;
    }
}