.zg-layer-container .zg-discount-tag {
    margin-top: 15px;
    background-color: rgb(189, 57, 73);
    color: #fff;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.zg-layer-container .zg-new-or-best-seller-tag {
    text-align: center;
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: rgba(0, 0, 0, .8);
    z-index: 2;
    top: 10px;
    left: 10px;
    text-transform: uppercase;
}

.zg-add-registry_btn-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px;
}
.zg-add-registry_btn-wrapper .zg-add-registry-btn {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.zg-add-registry-btn_plus {
    width: 28px;
    height: 28px;
    background-color: white;
    border: 2px solid black;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s ease;
}
.zg-add-registry-btn_plus::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: black;
    transform: translate(-50%, -50%);
}
.zg-add-registry-btn_plus::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    background-color: black;
    transform: translate(-50%, -50%);
}

.zg-collection-container.registry .block-product-card[data-use-registry="true"] .zg-add-registry_btn-wrapper {
    display: block;
}
.zg-collection-container.registry .block-product-card[data-use-registry="true"] .product-list-collect-btn {
    display: none;
}

.zg-add-registry_btn-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px;
}
.zg-add-registry_btn-wrapper .zg-add-registry-btn {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.zg-add-registry-btn_plus {
    width: 28px;
    height: 28px;
    background-color: white;
    border: 2px solid black;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s ease;
}
.zg-add-registry-btn_plus::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: black;
    transform: translate(-50%, -50%);
}
.zg-add-registry-btn_plus::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    background-color: black;
    transform: translate(-50%, -50%);
}

.zg-collection-container.registry .block-product-card[data-use-registry="true"] .zg-add-registry_btn-wrapper {
    display: block;
}
.zg-collection-container.registry .block-product-card[data-use-registry="true"] .product-list-collect-btn {
    display: none;
}

@media (max-width: 959px) {
    .zg-layer-container .zg-new-or-best-seller-tag {
        display: none;
    }
}