/* Frontend Badge Styles */
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    position: relative;
    overflow: visible !important;
}

.cib-product-badge {
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

.cib-product-badge img {
    width: 100%;
    height: auto;
    pointer-events: none;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover .cib-product-badge img {
    transform: scale(1.05);
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}.cib-position-preview {
    position: relative;
    width: 300px;
    height: auto;
}

.cib-position-marker {
    position: absolute;
    z-index: 10;
    cursor: move;
}

.cib-position-marker img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
}
