/*Prodyct card images turn into video*/
.main .shift-card__img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-custom-retailer-item .d-custom-retailer-item-info .d-bttn {
    display: flex;
    align-items: center;
    height: 55px;
}

.d-custom-retailer-item .d-custom-retailer-item-info .d-bttn + .d-bttn {
    margin-top: 16px;
}

.d-custom-retailer-item .d-custom-retailer-item-info .d-bttn:hover {
    color: initial;
    text-decoration: none;
    background-color: initial;
    border-color: #fff;
}

.d-custom-retailer-item-info .d-bttn span {
    margin-right: 8px;
}

.d-custom-retailer-item-info .d-bttn img {
    max-width: 115px;
}