.grid-card {
    max-width: 260px;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    text-decoration: none;
    border-radius: 10px;
    border: rgba(0, 0, 0, 0.2) 0.5px solid;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    cursor: pointer;
    align-items: center;
    background-color: #fff;
    align-items: center;
}

@media screen and (max-width: 649px) {
    .grid-card {
        margin: 0 1.55vw;
    }
}

.grid-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 184px;
}

@media screen and (max-width: 649px) {
    .grid-image-wrapper {
        height: 28.35vw;
    }
}


.grid-image {
    width: 260px;
    max-height: 200px;
}

@media screen and (max-width: 649px) {
    .grid-image {
        width: 37.8vw;
    }
}

.grid-image-button {
    width: fit-content;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    z-index: 4;
}

.grid-info-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 245px;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .grid-info-section {
        width: 37.8vw;
    }
}

.grid-dealer {
    font-size: 12px;
    font-weight: normal;
    margin: 6px 0;
    padding: 0 16px;
    color: #6c757d;
}

@media screen and (max-width: 649px) {
    .grid-dealer {
        font-size: 1.7vw;
        margin: 0.92vw 0;
        padding: 0 2.45vw;
    }
}

.grid-title {
    font-size: 18px;
    font-weight: 500;
    margin: 6px 0;
    padding: 0 16px;
}

@media screen and (max-width: 649px) {
    .grid-title {
        font-size: 2.6vw;
        margin: 0.92vw 0;
        padding: 0 2.45vw;
    }
}

.grid-text {
    margin: 2px 0;
    padding: 0 16px;
    font-size: 14px;
}

@media screen and (max-width: 649px) {
    .grid-text {
        margin: 0.3vw 0;
        padding: 0 2.45vw;
        font-size: 2.3vw;
    }
}

.grid-text-title {
    font-weight: 700;
}

.grid-list-wrapper {
    flex-grow: 1;
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 18px 0 18px;
    justify-content: end;
    flex-direction: column;
    row-gap: 16px;
}

@media screen and (max-width: 649px) {
    .grid-list-wrapper {
        margin: 2.8vw 0 2.8vw;
        row-gap: 2.5vw;
    }
}

/* .grid-list-wrapper:last-of-type {
    justify-content: space-between;
}*/

/*.grid-list-item {
    margin-left: 16px;
}

@media screen and (max-width: 649px) {
    .grid-list-item {
        margin-left: 2.45vw;
    }
}*/

.grid-price {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1;
    color: #262626;
    margin: 0;
    text-align: center;
} 

@media screen and (max-width: 649px) {
    .grid-price {
        font-size: 2.6vw;
    }
}

.grid-button {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    color: #e5571d;
    border: 2px solid #e5571d;
    padding: 6px;
    border-radius: 2px;
    margin: auto;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}



@media screen and (max-width: 649px) {
    .grid-button {
        font-size: 2.6vw;
    }
}

.grid-wishlist {
    color: gray;
    opacity: 0.5;
    border: none;
    border-radius: 200px;
    padding: 7px;
    margin-right: 8px;
    background: none;
    cursor: pointer;
}

@media screen and (max-width: 649px) {
    .grid-wishlist {
        padding: 0.95vw;
        margin-right: 1.25vw;
    }
}

.grid-wishlist.active {
    color: red;
    opacity: 1;
}

@media screen and (max-width: 649px) {
    .grid-wishlist-icon {
        height: 2.05vw;
    }
}

.grid-cpo-icon {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 649px) {
    .grid-cpo-icon {
        width: 14vw;
    }
}