.brand-items-tiles {
    row-gap: 12px;
}

.brand-items-tile {
    align-self: stretch;
}

.part-card-item {
    min-height: 566px;
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 12px 8px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
}

.part-card-item > div {
    background-color: white;
    width: 100%;
    z-index: 3;
}

.part-card-item .btn-secondary {
    background-color: #333333 !important;
    border-color: #333333 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.part-card-item:hover {
    box-shadow: none;
}

.part-card-item:hover .part-card-image {
    border-radius: 8px 8px 0 0;
    border: 1px solid #E0E0E0;
    border-bottom: none;
}

.part-card-item:hover .part-card-body {
    border-left: 1px solid #E0E0E0;
    border-right:  1px solid #E0E0E0;
}

.part-card-item:hover .btn-secondary {
    background-color: #1D1D1D !important;
    border-color: #1D1D1D !important;
}

.col-custom {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

@media (min-width: 1200px) {
    .col-custom {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.part-card-image {
    height: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
}

.part-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.part-card-image svg {
    width: 100%;
    object-fit: contain;
}

.part-card-body {
    position: relative;
    padding: 0 12px;
    flex-grow: 1;
    border-left: 1px solid transparent;
    border-right:  1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.part-card-body-bottom {
    margin-bottom: 24px;
}

.part-card-sku-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 10px;
}

.part-card-sku {
    font-family: Montserrat;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #00ADEF;
}

.part-card-offers {
    font-style: normal;
    height: 20px;
    border-radius: 6px;
    padding: 4px 6px;
    background-color: #F9F8F9;
    color: #111111;
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
}

.part-card-name {
    top: 48px;
    max-height: 62px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #111111;
    overflow: hidden;
}

.part-card-name:hover {
    text-decoration: underline;
}

.part-card-name a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #111111;
    margin-bottom: 36px;
    text-decoration: none;
}

.part-card-manufacturer-tile {
    margin-bottom: 8px;
}

.part-card-grey-tile {
    border-radius: 6px;
    padding: 8px 12px 8px 12px;
    background-color: #F9F8F9;
}

.part-card-grey-tile-header {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #828282;
    margin-bottom: 6px;
}

.part-card-grey-tile-value {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #202427;
}

.part-card-condition-tile {
    margin-bottom: 24px;
}


.part-card-price-from {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #828282;
    margin-bottom: 12px;
}

.part-card-price {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #202427;
}

.part-card-button {
    flex-grow: 0;
    width: 100%;
    border-radius: 0 8px !important;
}

@media (max-width: 1549px) {

}

@media (max-width: 1240px) {
    .part-card-item {

    }
}


@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .brand-items-tile {
        flex-basis: 304px;
        flex-shrink: 0;
        max-width: unset;
        width: 304px;
    }
}

