/* Perky Pen - WooCommerce Shop/Category Archive Page Styles */
/* Customize product grids, sorting, filters, pagination, etc. */

/* Shop container styling */
/*
.page-id-woocommerce-shop .site-main,
.archive.post-type-archive-product .site-main {
    Custom shop page main container
}
*/

/* Product grid container */
/*
.ul.products {
    Add custom grid styling here
}

.ul.products li.product {
    Custom individual product item styling
}
*/

/* Product thumbnails and hover effects */
/*
.woocommerce-LoopProduct-link {
    Product link/image container
}

.woocommerce-loop-product__title {
    Product title styling
}

.price {
    Pricing text styling
}
*/

/* Add to cart buttons */
/*
.archive .button {
    Shop page add to cart buttons
}
*/

/* Sorting and filtering */
/*
.woocommerce-ordering {
    Sort dropdown styling
}

.woocommerce-result-count {
    Result count styling
}
*/

/* Pagination */
/*
.woocommerce-pagination {
    Custom pagination styling
}
*/

/* Sidebar filters/widgets */
/*
.woocommerce .widget {
    WooCommerce widget styling
}
*/

/* Sale badges */
/*
.onsale {
    Sale badge styling
}
*/

/* Out of stock badges */
/*
.outofstock-badge {
    Out of stock styling
}
*/

/* Add your shop/archive page specific styles below */
