@media screen and (min-width:992px){
	.theShops {
			display: grid;
			grid-template-columns: 32% 32% 32%;
			gap: 20px;
	}

	.theShops > * {
			gap:2%;
	}

	.shopcard a.shopbtnlink {
		position: absolute;
		bottom: 0;
	}
}

.js-showresultstxt {
    font-size:12px;
    color: #a19494;
}

.shopcard {
	background-color: #ffffff;
}

.shopcard[data-location="online"]:after {
    content:"ONLINE-ONLY";
    position:absolute;
    right:1.5em;
    bottom:.75em;
    font-size:12px;
    color: #a19494;
}


.shopcard:not(.showShop) {
display:none;
}

select#city,
select#city option {
    text-transform: capitalize;
}

#spotlightShopForm input[name='zip'],
#spotlightShopForm select {
    height:36px;
    padding: 0 1em;
}

.theShops:has( ._showrandom) .shopcard {
    display: none;
}


.theShops:has( ._showrandom) .shopcard._showrandom {
    display: block;
}

.theShops .js-shop-name {
    font-family: Balto-Medium;
}

body:has( .theShops[data-shopsby="category"]) .spotlightShopFormWrapper {
    display: none;
}