.product-tile {
    height: calc(100% - 2rem);
    background-color: #fff;
    position: relative;
    transition: all .35s;
    margin-bottom: 2rem;
}

.product-tile:hover {
    box-shadow: 0 3px 30px -3px rgba(0, 0, 0, 0.8);
}

.product-tile-body-container {
    display: flex;
    flex-direction: column;
}

.product-tile-body {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 1.125rem;
    line-height: 24px;
    padding: 1rem 3.125rem 1rem 1rem;
}

.product-tile-default .product-tile-body-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
}

.product-tile-default .product-tile-body a {
    display: block;
}

.product-tile-default .product-tile-body a i {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.product-tile.product-tile-full-link a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
