@keyframes slideInFromLeft{to{left:0%}}.product-labels{--discount-bg-color: #df5f7f;--discount-icon-bg-color: #b75151;--delivery-bg-color: #4ccf69;--delivery-icon-bg-color: #00bb2b;--bought-bg-color: #5cbfe6;--bought-icon-bg-color: #61a7c2;--gift-bg-color: #f4a500;--gift-icon-bg-color: #c98a06;--new-bg-color: #c1abac;--countryOfOrigin-bg-color: #ffffff;--new-icon-bg-color: #8d8d8d;--text-color: #ffffff;--dark-text-color: #3A3A3A;--font-size: 0.8rem;--label-height: 2rem;--labels-offset: 0.5rem;position:absolute;z-index:1;top:0;left:15px;display:flex;flex-wrap:wrap;font-size:var(--font-size);color:var(--text-color);font-weight:600;letter-spacing:0.5px}.animated-labels-wrapper{height:0}@media (max-width: 480px){.product-labels{position:relative;left:0;margin-bottom:8px}}.product-label-wrapper{display:flex;width:100%}.product-label-wrapper--animated{display:none}.product-labels .product-label-wrapper{margin-bottom:var(--labels-offset)}.product-label{display:inline-flex;height:var(--label-height);align-items:center;border-radius:calc(var(--label-height) / 2) calc(var(--label-height) / 8) calc(var(--label-height) / 8) calc(var(--label-height) / 2);overflow:hidden}.product-label-discount .product-label-text{background-color:var(--discount-bg-color)}.product-label-delivery .product-label-text{background-color:var(--delivery-bg-color)}.product-label-bought .product-label-text{background-color:var(--bought-bg-color)}.product-label-gift .product-label-text{background-color:var(--gift-bg-color)}.product-label-new .product-label-text{background-color:var(--new-bg-color)}.product-label-countryOfOrigin .product-label-text{background-color:var(--countryOfOrigin-bg-color);color:var(--dark-text-color);border:0.7px solid #A7A7A7;padding:calc((var(--label-height) / 4) - 3px);padding-left:23px}.product-label-image-wrapper{border-radius:50%;width:var(--label-height);height:var(--label-height);background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;z-index:1}.product-label-discount .product-label-image-wrapper{background-image:url(../icons/assets/label_percentage.svg);background-color:var(--discount-icon-bg-color);background-position-y:-5px}.product-label-delivery .product-label-image-wrapper{background-image:url(../icons/assets/label_delivery.svg);background-color:var(--delivery-icon-bg-color)}.product-label-bought .product-label-image-wrapper{background-image:url(../icons/assets/label_info.svg);background-color:var(--bought-icon-bg-color)}.product-label-gift .product-label-image-wrapper{background-image:url(../icons/assets/label_gift.svg);background-color:var(--gift-icon-bg-color);background-size:85%}.product-label-new .product-label-image-wrapper{background-image:url(../icons/assets/label_new.svg);background-color:var(--new-icon-bg-color)}.product-label-text{padding:calc(var(--label-height) / 4);margin-left:calc(var(--label-height) / -2);padding-left:calc(var(--label-height) / 1.32);border-radius:0 calc(var(--label-height) / 8) calc(var(--label-height) / 8) 0}.product-label-wrapper--animated .product-label-text{position:relative;left:-100%}.animated-product-label .product-label-text{animation-name:slideInFromLeft;animation-duration:1s;animation-delay:0.5s;animation-fill-mode:forwards}
