.product-labels{position:absolute;top:7px;inset-inline-start:7px;z-index:1;display:flex;align-items:flex-start;flex-direction:column;gap:10px;max-width:50%;transition:all .3s ease;transform:translateZ(0)}.product-labels .label-with-img{padding:0;max-width:50px}.product-label{padding:5px 10px;min-width:50px;color:#fff;text-align:center;text-transform:uppercase;word-break:break-all;font-weight:600;font-size:12px;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{background-color:var(--bgcolor-white);color:var(--color-gray-900)}.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 (max-width: 576px){.product-labels{gap:5px}.product-label{padding-inline:5px;min-width:40px;font-size:10px}.product-label .label-with-img{padding-inline:0}}
.wd-timer{display:inline-flex;gap:calc(var(--wd-timer-size, 20px) / 4);justify-content:var(--wd-align);flex-wrap:wrap}.wd-timer>span{display:inline-flex;align-items:center;flex-direction:column;justify-content:center;gap:5px;padding:5px;min-width:2.7em;min-height:2.7em;background-color:var(--wd-timer-bg, unset);box-shadow:var(--wd-timer-shadow, unset);border-radius:var(--wd-brd-radius);font-size:var(--wd-timer-size, 20px);line-height:1}.wd-timer-value{color:var(--color-gray-800);font-weight:600}.wd-timer-text{text-transform:capitalize;font-size:60%}.wd-timer.wd-style-standard{--wd-timer-shadow: 0 0 3px rgba(0,0,0,0.1);--wd-timer-bg: var(--bgcolor-white)}.wd-timer.wd-style-transparent{--wd-timer-bg: rgba(var(--bgcolor-white-rgb), .2)}.wd-timer.wd-style-active{--wd-timer-bg: var(--wd-primary-color)}@media (min-width: 1025px){.wd-timer.wd-size-medium{--wd-timer-size: 24px}.wd-timer.wd-size-large{--wd-timer-size: 28px}.wd-timer.wd-size-xlarge{--wd-timer-size: 42px}}
