.product-labels{top:7px;z-index:1;flex-direction:column;align-items:flex-start;gap:10px;max-width:50%;transition:all .3s;display:flex;position:absolute;inset-inline-start:7px;transform:translateZ(0)}.product-labels .label-with-img{max-width:50px;padding:0}.product-label{color:#fff;text-align:center;text-transform:uppercase;word-break:break-all;min-width:50px;padding:5px 10px;font-size:12px;font-weight:600;line-height:1.2}.product-label.onsale{background-color:var(--wd-primary-color);direction:ltr}.product-label.featured{background-color:#e22d2d}.product-label.new{background-color:#438e44}.product-label.out-of-stock,.product-label.attribute-label:not(.label-with-img){background-color:var(--bgcolor-white);color:var(--color-gray-900)}.labels-rounded-sm .product-label{border-radius:12px}@media (width<=576px){.product-labels{gap:5px}.product-label{min-width:40px;padding-inline:5px;font-size:10px}.product-label .label-with-img{padding-inline:0}}