body #mainContent ul.products li.product.us:not(.see-all) .decor{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
}

body #mainContent ul.products li.product.us:not(.see-all) .decor:after {
    content: 'Made In the USA';
    position: absolute;
    display: flex;
    top: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background-color: #bf0a30;
    transform: rotate(45deg);
    align-items: flex-end;
    justify-content: center;
    padding: 0 21px 3px 25px;
    box-sizing: border-box;
    font-family: var(--compact-font-family);
    line-height: 100%;
    color: white;
    font-weight: 700;
    font-size: 10px;
    z-index: 20;
}
