.productGrid {
    display: flex;
    flex-wrap: wrap;
}

.productGrid .product {
    display: flex !important;
}

.productGrid .product .card .card-figure__link {
    max-height: 200px;
    min-height: 200px;
}

.productGrid .product .card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.productGrid .product .card .card-image {
    width: 180px;
    height: 180px;
}

.card {
    margin-bottom: 10px;
}

.card-title > a {
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
}

.card-body {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-between;
    flex-direction: column;
}

.card-brand {
    margin-top: 5px;
    display: none;
}

.card-text {
    margin-top: 10px;
}

.price-add-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    background: #252323;
    color:#fff;
}

.price-section {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    padding: 0 10px;
    width: 100%;
}

.non-sale-price--withTax, non-sale-price--withoutTax {
    font-size: 14px;
    color: #333;
}

.non-sale-price--withTax > span, non-sale-price--withoutTax > span {
    margin-right: 2px !important;
}

.price-section span{
    margin: auto 0;
}

.card-figcaption-button {
    background-color: #fef200;
    color: #333;
    border:none;
    border-radius: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding:8px 10px;
    width: 100%;
    text-align: left;
}

.card-figcaption-button:active, .card-figcaption-button:focus {
    color:#333;
    background: #c3ba00;
}

.brand-empty {
    height: 25px;
}

.brand-logo {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 0 10px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.price-now-label {
    margin-right: 2px !important;
}

@media screen and (min-width: 801px) {
    .card-brand {
        display: inline-block;
    }

    .card-title > a {
        text-align: center;
        padding: 0;
    }

    .price-section {
        padding: 0 20px;
    }

    .card-figcaption-button {
        padding: 8px 20px;
    }
}

@media screen and (min-width: 1181px) {
    .price-section {
        width: auto;
    }
    .card-figcaption-button {
        width: auto;
    }

    .brand-logo {
        padding: 0;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1261px) {

}
