.wpb_wl_preview {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    position: relative !important;
}

/* Make sure products display in rows */
ul.products.columns-1 li.product {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    background: #fff;
}

/* Image styles (if available) */
ul.products.columns-1 li.product .woocommerce-loop-product__link img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 15px;
}

/* Hide placeholder image (for products without image) */
ul.products.columns-1 li.product .woocommerce-loop-product__link img[src*="woocommerce-placeholder"] {
    display: none !important;
}

/* Right content area */
ul.products.columns-1 li.product .woocommerce-loop-product__link {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

/* Product title */
ul.products.columns-1 li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Description (if you added it with hooks) */
ul.products.columns-1 li.product .custom-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

/* Price */
ul.products.columns-1 li.product .price {
    color: #28a745;
    font-weight: bold;
    margin-bottom: 8px;
}

/* Quick View Button */
ul.products.columns-1 li.product .wpb_wl_preview {
    display: inline-block;
    background: #28a745;
    color: #fff !important;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: fit-content;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button {
    display: none;
}

li.ast-article-single.desktop-align-left.tablet-align-left.mobile-align-left.product {
    display: inline-flex;
    align-items: center;
}

.astra-shop-summary-wrap {
    width: 100%;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin-bottom: 0px !important;
}

.wpb_wl_preview_area {
    position: inherit !important;
    text-align: right !important;
    width: inherit !important;
    top: inherit !important;
}

.custom-description {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.wpb_wl_quick_view_content {
    display: flex;
    flex-direction: column;
    height: 90vh;
    max-height: 90vh;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

/* Top title sticky */
.quickview-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.quickview-title {
    margin: 0;
    font-size: 20px;
}

/* Middle scrollable content */
.quickview-body-scrollable {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

/* Bottom sticky action bar */
.quickview-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 10;
    padding: 15px;
    border-top: 1px solid #eee;
}

/* Optional – improve look of Woo's default quantity/buttons */
form.cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form.cart .quantity {
    margin-right: 15px;
}

form.cart .single_add_to_cart_button {
    padding: 10px 20px;
    background-color: #8e44ad;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: bold;
}
