/**
 * product loop
 */

/* wrap */
.woocommerce ul.products, .woocommerce-page ul.products {
    row-gap: 20px;
    margin-bottom: 2em;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0;
    padding: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    border-radius: var(--border-radius-large);
}

.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
    padding: 0 1em;
}

.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;
    font-family: var(--custom-font-type-1);
    color: var(--ast-global-color-4);
    background: none;
    text-shadow: 1px 1px 1px var(--ast-global-color-3);
}

.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: none;
}

@media (max-width: 544px) {
    .ast-header-break-point.ast-woocommerce-shop-page-modern-style ul.products {
        margin-top: 0;
    }
}


/* star */
.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before {
    height: 1.2em;
}


/* wishlist */
.awwlm-add-to-wishlist-before_image .awwlm-add-to-wishlist-wrap{
    top: 1em;
    left: 1em;
    z-index: 1;
}

.awwlm-add-to-wishlist-before_image .awwlm-add-to-wishlist-wrap a {
    display: block;
    font-size: 1em;
    width: 2em;
    height: 2em;
}

.awwlm-add-to-wishlist-before_image .awwlm-add-to-wishlist-wrap a::before {
    position: absolute;
    content: '';
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    transition: all .3s ease;
}

.awwlm-add-to-wishlist-before_image .awwlm-add-to-wishlist-wrap a:hover::before {
    background: rgba(0, 0, 0, 1);
}

.awwlm-add-to-wishlist-before_image .awwlm-add-to-wishlist-wrap a:hover i.awwlm-icon::before {
    content: "\e903";
}

.awwlm-add-to-wishlist-before_image .awwlm-add-to-wishlist-wrap a i {
    position: relative;
    top: .25em;
    left: .5em;
    color: var(--ast-global-color-4);
}


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