/* com_products – product styles */
.sortwrap select { display: inline-block; margin: 0 0 1rem 0.625rem; width: 20%; }
.sortwrap { font-size: 0; text-align: right; }

.product__image { margin-bottom: 0.875rem; }
.itemblock.product > p { margin: 0.875rem 0 0.75rem; }
.itemblock.product > *:last-child { margin-bottom: 0; }

a.wishlist { position: absolute; right: 3%; top: 3%; }
/* .product__details {} */
.product__title { font-weight: 500; text-decoration: none; }
.product__title:focus, .product__title:hover { text-decoration: underline; }
.product__category { font-size: 75%; font-weight: 300; }
