@media(min-width: 651px) {
    .fancim_v1_2 .shop_v1_2 .wishlist-button {
        font-size: 0.875rem;
    }
    .fancim_v1_2 .shop_v1_2 .wishlist-button-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .fancim_v1_2 .wishlist-soldOut p {
        font-size: 2.75rem;
    }
}

@media(max-width: 650px) {
    .fancim_v1_2 .shop_v1_2 .wishlist-button {
        font-size: 0.75rem;
    }
    .fancim_v1_2 .wishlist-soldOut p {
        font-size: 2rem;
    }
}

.fancim_v1_2 .shop_v1_2 .wishlist-button {
    width: calc((100% - 16px) / 2);
    border: 1px solid #ddd;
    padding-top: 8px;
    padding-bottom: 10px;
    float: left;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 16px;
    background: #fff;
    word-break: keep-all;
    text-align: center;
    outline: none;
}

.fancim_v1_2 .shop_v1_2 .wishlist-button:last-child {
    margin-right: 0px;
}

.fancim_v1_2 .wishlist-soldOut p {
    font-family: 'Black Han Sans', sans-serif;
    font-weight: 400;
}