.woocommerce-page:not(.woocommerce-shop) .ast-primary-header-bar:not(#ast-fixed-header .main-header-bar) {
    border-bottom: 1px solid var(--ast-border-color);
}

/* notification */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: var(--ast-global-color-4);
    border-top: initial;
    border: 1px solid var(--ast-border-color);
    border-top-color: var(--ast-border-color);
    border-radius: var(--border-radius-small);
    box-shadow: var(--box-shadow-style-3);
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    scale: 1.25;
    left: 1.25em;
}

.woocommerce-error::before {
    content: '\e016';
    color: var(--ast-global-color-0);
}

.woocommerce-info::before {
    content: '\e015';
    color: var(--ast-global-color-8);
}

.woocommerce-message::before {
    content: '\e015';
    color: var(--ast-global-color-8);
}

/* rating */
.woocommerce .star-rating {
    width: calc(5.4em + 8px);
}

/* product loop */
.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 1;
    background: rgba(0, 0, 0, .25);
    color: var(--ast-global-color-4);
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
    background: rgba(0, 0, 0, .5);
}

/* favorite */
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor:hover {
    opacity: 0.7;
}

.yith-add-to-wishlist-button-block {
    margin: 0 auto;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image {
    margin-top: 1em;
    z-index: 1;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image::before {
    display: inline-block;
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, .375);
    border-radius: 50%;
    top: 0;
    z-index: -1;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image:hover::before {
    background: rgba(0, 0, 0, .75);
    transition: all .2s linear;
}

.products .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon,
.products .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--ast-global-color-4);
    width: 22px;
    height: 22px;
}

/* sale badge */
.ast-onsale-card {
    top: 4em;
    left: 1.2em;
}
