.product-card__item-tags {
    display: flex
}

.product-card__tags {
    display: flex;
    flex-direction: column;
    gap: 0!important;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-card__tag {
    display: flex;
    align-items: center;
    max-width: 34px;
    min-width: 34px;
    height: 34px;
    overflow: hidden;
    /* background-color: #3c3c3c; */
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: default;
    justify-content: flex-start!important;
    border-radius: 0!important;
}

.product-card__tag:hover {
    font-size: 10px;
    width: fit-content;
    max-width: fit-content;
}

.product-card__tag-icon {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 6px;
    flex-shrink: 0;
}

.product-card__tag:hover .product-card__tag-icon {
    margin-right: 6px;
}

.product-card__tag span {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.product-card__tag:hover span {
    opacity: 1;
    transform: translateX(0);
}

.is-action {
    background-color: #DEDE2B!important;
    color: #000;
    min-width: 4rem;
}
.is-action .product-card__tag-icon {
    display: none;
}
.is-action span {
    opacity: 1;
    transform: translateX(0);
    font-size: 12px;
}
/* .is-favoritItem { background-color: #CBBBA7!important; }
.is-new { background-color: #DEDE2B; color: #000; }
.is-tempus { background-color: #E7E1DB; color: #000; }
.is-japan { background-color: #3C3C3C!important; }
.is-swiss { background-color: #3C3C3C!important; }
.product-card__tag.is-new { background:#FFFFFF!important; color:white!important; }
.product-card__tag.is-new:hover { background:#CBBBA7!important; } */
.is-swiss { background-color: unset!important; }
.is-swiss:hover { background-color: #3C3C3C!important; }
.is-japan { background-color: unset!important; }
.is-japan .product-card__tag-icon { border: 1px solid #c8bfbf!important;
  border-radius: 100%!important; }
.is-japan:hover { background-color: #3C3C3C!important; }
.is-japan:hover .product-card__tag-icon { border: 0px solid #c8bfbf!important;
  border-radius: 100%!important; }
.product-card__tag.is-new { background:#FFFFFF!important; }
.product-card__tag.is-new:hover { background:#dbf507!important; color:black!important;}
