.sw-labels{
    position: relative;
}
.sw-labels-container.position-list {
    position: relative;
    right: 0;
    display: flex;
    flex-direction: row;
    z-index: 9;
    gap: 2px;
    width: fit-content;
    flex-wrap: wrap;
}
.sw-labels-container.position-list span {
    background: #1B2850;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 5px;
    padding: 0 5px;
}
.offerdiscount {
    background: #f50000 !important;
}
.swatch-labels {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center; 
    gap: 4px;   
}
.swatch-labels .label{
    padding: 2px;
    background: #e90000;
    color: #fff;
}
.swatch-option.color {
    position: relative;
}
.swatch-content {
    position: relative;
}
.swatch-content {
    position: relative;
    top: -35px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

/* .sw-labels-container.position-list span.discount {
    background: #1B2850;
    order: 1;
}
.sw-labels-container.position-list span.new {
    background: #FFA1AA;
    order: 2;
    color: black;
}
.sw-labels-container.position-list span.ebook {
    background: #FFD5B1;
    order: 3;
    color: black;
}
.sw-labels-container.position-list span.audiobook {
    background: #ECE8E5;
    order: 4;
    color: black;
} */