/*
 Theme Name:     RiverSportsman
 Theme URI:      https://alphastrategy.co
 Description:    Your website was created with love by Alpha Strategy
 Author:         Alpha Strategy
 Author URI:     https://alphastrategy.co
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* River Sportsman - Optics category thumbnail sizing */

body.tax-product_cat.term-optics
ul.products
li.product-category
a img {
    width: 160px !important;
    height: 160px !important;
    max-width: 160px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto 15px !important;
}