/**
 * Product List - used in all website
 * Single Product Page
 * Product Archive Page
 * Product Archive Page - Infinite Scroll
 * My Account Page
 * Cart Page
 */

div.woocommerce > ul.products li.product {
    width: 100%;
    float: none;
    display: block;
    margin: 0;
}

/**
 * Single Product Page
 */
 
.product-page-wrapper {
    position: relative;
    display: flex;
    gap: 30px;
}

.product-page-wrapper .onsale {
    position: absolute;
    top: 20px;
    z-index: 1;
}