/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2026 | 17:02:13 */
/* Sale Badge Fix - Astra Theme */
.ast-onsale-card {
    background-color: #e74c3c !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 50% !important;
    width: 55px !important;
    height: 55px !important;
    line-height: 55px !important;
    text-align: center !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 9 !important;
    padding: 0 !important;
}

/* Equal height product images */
.woocommerce ul.products li.product a img {
    height: 250px !important;
    object-fit: cover !important;
    width: 100% !important;
}

/* Product card styling */
.woocommerce ul.products li.product {
    border: 1px solid #f0f0f0 !important;
    border-radius: 10px !important;
    padding: 10px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

/* Hover effect */
.woocommerce ul.products li.product:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important;
    transform: translateY(-3px) !important;
}

/* Pagination fix - no scroll to top */
html {
    scroll-behavior: auto !important;
}