.announcement-bar-new {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75em;
    text-align: center;
    background: #000;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 44px;
    @media screen and (max-width: 767px) {
        height: 66px;
    }

    a {
        color: #FFF;
        text-decoration: underline;

        &:hover {
            color: #CCC;
        }
    }
}

.thb-secondary-wishlist {
    position: relative;

    svg {
        fill: var(--color-header-text, --color-body);
        width: 25px;
    }

    span.topbadge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: .5625rem;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: var(--color-header-text, --color-body);
        color: var(--color-header-bg, var(--bg-body, #fff));
        position: absolute;
        top: 0;
        right: -6px;
        box-shadow: 0 0 0 2px var(--color-header-bg, var(--bg-body, #fff));
        font-weight: normal;
    }
}

.header.transparent--true:not(:hover):not(.is-sticky) .thb-secondary-wishlist span.topbadge {
    background-color: transparent !important;
}

.product-card--image-wrapper {
    position: relative;

    .smartwishlist {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1 !important;

        span:before {
            font-size: 22px;
        }
    }
}

.product--variant-selects.has-siblings .product-form__input--color {
    display: none !important;
}