.product-card__badges{display:flex;gap:.8rem}.product-card__badge{padding:.6rem .8rem;height:-moz-fit-content;height:fit-content;text-align:center;font-size:var(--font-size-static-xs);line-height:var(--line-height-static-sm);letter-spacing:.14rem;white-space:nowrap;text-transform:uppercase;font-weight:var(--font-weight-medium)}.product-card__badge.product-card__badge--square{border-radius:0}.product-card__badge.product-card__badge--rounded{border-radius:.4rem}.product-card__badge{background-color:rgba(var(--color-tag-background));color:rgba(var(--color-tag-foreground))}.product__title--with-badges{display:flex;align-items:center;gap:1rem}.product-card__badge--discount{background-color:var(--color-badge-discount-background);color:var(--color-badge-discount-foreground)}.product-card__badge{clip-path:polygon(0 0, 100% 0, calc(100% - 1rem) 100%, 0 100%)!important;padding:0.6rem 2rem 0.6rem 1.2rem!important;border-radius:0!important;font-weight:700!important;letter-spacing:0.08em!important;text-shadow:0 1px 2px rgba(0,0,0,0.1)!important;background-image:linear-gradient(110deg,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.05) 100%)!important}.product-card .product-card__badges{inset-block-start:0!important;inset-inline-start:0!important;inset-inline-end:auto!important;filter:drop-shadow(0px 3px 5px rgba(0,0,0,0.15))!important}@media screen and (max-width:749px){.product-card__badge{clip-path:polygon(0 0, 100% 0, calc(100% - 0.7rem) 100%, 0 100%)!important;padding:0.4rem 1.4rem 0.4rem 0.8rem!important;font-size:0.9rem!important;letter-spacing:0.06em!important}}