.search-cards-bigtext {
    height: 100px;
    color: var(--tertiary-color);
    font-size: 45px;
    line-height: 78px;
    font-family: Roboto;
    font-weight: 900;
    margin-top: 80px;
}


.search-cards-inputsearch {
    width: 30%;
    height: 43px;
    box-shadow: 0 2px 4px rgba(26, 160, 209, 0.2);
    border-radius: 4px;
    border: none;
    margin-right: -10px;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 25px;
    outline: none;
}

.search-cards-buttonsearch {
    box-shadow: 0 5px 6px rgba(255, 145, 0, 0.4);
    height: 45px;
    width: 160px;
    border-radius: 0 4px 4px 0;
    background-color: var(--secondary-color);
    border: none;
    font-size: 16px;
    color: var(--secondary-font-color);
    font-weight: 700;
    outline: none;
    cursor: pointer;
}

.search-cards-buttonsearch:hover {
    background-color: var(--hover-color);
}

.search-cards-searchicon {
    position: absolute;
    margin-left: -75px;
    margin-top: 2px;
}

.search-cards-heart {
    position: absolute;
    top: 3%;
    right: 3%;
}

.search-cards-img {
    position: absolute;
    top: 25%;
    left: 30%;
    max-width: 40%;
}

.search-cards-footer {
    top: 60%;
    left: 10%;
    font-size: 1.5rem;
    font-weight: bolder;
    color: var(--secondary-color);
    text-align: center;
    border-top: solid;
    border-width: thin;
    padding-top: 1rem;
}

.search-cards-card {
    box-shadow: 0 2px 4px rgba(var(--primary-color-rgb), .2);
    border-radius: 4px;
    background-color: var(--alternative-background);
    margin: 3px;

    width: 100%;
    padding-top: 70%;
    /* 1:1 Aspect Ratio */
    position: relative;
    /* If you want text inside of it */
    cursor: pointer;
}

.search-cards-resultcontainer {
    display: grid;
    grid-template-columns: repeat(4, 22%);
    margin-top: 32px;
    margin-bottom: 200px;
    grid-gap: 22px;
    display: none;
}

.search-cards-resultcontainer.single-store-search-container {
    margin: 0;
}
