.wholesale-product-tag {
    position: absolute;
    top: 14px;
    right: -32px;
    z-index: 10;
    background: #dc2626;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 7px 36px;
    transform: rotate(45deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    text-transform: uppercase;
}

.wholesale-product-notice {
    color: #dc2626;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 0.5rem;
}

.product-image-container {
    position: relative;
    overflow: hidden;
}
