.t-store__prod-snippet__container {
    padding-top: 20px;
    border-color: red #32a1ce;
    padding-bottom: 120px;
}

.t-slds__bgimg {
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.t-store__card__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

@media screen and (max-width: 640px)
.t838 .t838__blockbutton {
    display: block;
    width: 100%;
    padding-left: 0;
    height: 25px;
    font-size: 12px;
}

.t-store__parts-switch-btn {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    /* cursor: pointer; */
    /* position: relative; */
    font-weight: 500;
    color: black;
    text-decoration: none;
    padding: .8em 1em calc(.8em + 3px);
    border-radius: 5px;
    background: #ffffff;
    transition: 0.2s;
}


