.announcement-bar.notification-bar {
    background: #e22066;

    .announcement-bar--inner {
        display: block;
        font-size: .9em;
        font-weight: 700;
        letter-spacing: .2em;
        text-align: center;
        text-transform: uppercase;
    }
}

.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;
}