.sw-labels{
    position: relative;
}
.sw-labels-container.position-list {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 9;
    gap: 2px;
    align-items: end;
}
.sw-labels-container.position-list span {
    padding: 0 10px;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    height: 25px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
    box-sizing: border-box;
}
.offerdiscount {
    background: #DE1F26 !important;
}
.sw-labels-container.position-list span.bestseller {
    height: 35px;
}
.sw-labels-container.position-list span.offerdiscount {
    height: 38px;
    font-size: 15px;
    padding: 0;
}
.swatch-labels {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center; 
    gap: 4px;   
}
.swatch-labels .label{
    padding: 2px;
    background: #DE1F26;
    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 span {
    font-size: 1.5rem;
    min-width: 60px;
    height: auto;
}
.product-items .sw-labels-container {
    padding-top: 5px;
    padding-right: 5px;
}