/* Ensure the dot positions relative to the image, not the full product link */
.bde-woo-product-image {
    position: relative;
}

.unique-sold-dot {
    display: block;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 10;
}

/* --- Red dot: single product page --- */
.unique-sold-dot--single {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    z-index: 10;
}

/* --- Hide Notify Me button/form on unique items --- */
.unique-item-sold .cwg_popup_submit,
.unique-item-sold .cwginstock-subscribe-form,
.unique-item-sold .cwg-instock-notify-btn,
.unique-item-sold [class*="cwginstock"],
.unique-item-sold [class*="cwg-instock"] {
    display: none !important;
}