.sw-labels {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}
.sw-labels-container.position-list {
    display: flex;
    flex-direction: column;
    z-index: 9;
    gap: 2px;
    align-items: start;
}
.sw-labels-container.position-list span {
    padding: 0 15px;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 500;
    height: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
    box-sizing: border-box;
    border-radius: 10px;
    height: 35px;
}
.sw-labels-container.position-list span.superoffer {
    background: #B61D27;
}
.sw-labels-container.position-list span.discount {
    background: #1F305F;
    font-family: 'PFFuturaNeu Bold';
}
.sw-labels-container.position-list span.bestseller {
    height: 40px;
}
.sw-labels-container.position-list span.offerdiscount {
    height: 50px;
    font-size: 22px;
    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;
    height: auto;
}
.catalog-product-view .product.media .sw-labels {
    left: unset;
    right: 10px;
    top: 10px;
}
.catalog-product-view .product.media .sw-labels .sw-labels-container.position-list {
    align-items: end;
}