.fxb-badge {
    position: absolute;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
    z-index: 100;
    transition: all 0.3s ease;
}

/* Positions */
.fxb-badge-top-left {
    top: 10px;
    left: 10px;
}

.fxb-badge-top-right {
    top: 10px;
    right: 10px;
}

.fxb-badge-bottom-left {
    bottom: 10px;
    left: 10px;
}

.fxb-badge-bottom-right {
    bottom: 10px;
    right: 10px;
}

.fxb-badge-top-left,
.fxb-badge-top-right,
.fxb-badge-bottom-left,
.fxb-badge-bottom-right {
    position: absolute;
}

/* Sizes */
.fxb-badge-small {
    padding: 3px 8px;
    font-size: 12px;
}

.fxb-badge-medium {
    padding: 5px 10px;
    font-size: 14px;
}

.fxb-badge-large {
    padding: 7px 12px;
    font-size: 18px;
}

/* Shapes */
.fxb-badge-rectangle {
    border-radius: 0;
}

.fxb-badge-rounded {
    border-radius: 15px;
}

.fxb-badge-circle {
    border-radius: 200%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    white-space: normal;
    overflow: hidden;
    line-height: 1.2;
}
.fxb-badge-circle.fxb-badge-medium { 
    width: 80px;
    height: 80px;
    font-size: 16px;
}

.fxb-badge-circle.fxb-badge-large { 
    width: 100px;
    height: 100px;
    font-size: 22px;
}

/* Product container positioning */
.product {
    position: relative;
}
