/* Compact, aligned WooCommerce product cards — By Bexter draft */
.woocommerce .products.row{align-items:stretch}
.woocommerce .products.row>.product-small{display:flex;margin-bottom:22px}
.woocommerce .products.row>.product-small>.col-inner{display:flex;width:100%;height:100%;padding:10px;flex-direction:column;background:#fffdf9;border:1px solid rgba(196,160,106,.22);box-shadow:0 12px 30px rgba(46,33,30,.05)}
.woocommerce .product-small .product-small.box{display:flex;min-height:0;margin:0;flex:1 1 auto;flex-direction:column}
.woocommerce .product-small .box-image{width:100%;aspect-ratio:1/1;overflow:hidden;background:#f8f4ed}
.woocommerce .product-small .box-image>div,.woocommerce .product-small .box-image a{display:block;width:100%;height:100%}
.woocommerce .product-small .box-image img{width:100%!important;height:100%!important;padding:3px;object-fit:contain!important}
.woocommerce .product-small .box-text-products{display:flex;padding:14px 7px 7px;flex:1 1 auto;flex-direction:column}
.woocommerce .product-small .product-cat{margin:0 0 6px;color:#815d5a!important;font-size:10px!important;font-weight:600;letter-spacing:.1em}
.woocommerce .product-small .product-title{min-height:3.75em;margin:0;overflow:hidden;color:#2e211e;font-size:16px;font-weight:600;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.woocommerce .product-small .product-title a{color:#2e211e!important}
.woocommerce .product-small .price-wrapper{margin-top:auto;padding-top:10px;min-height:34px}
.woocommerce .product-small .price{color:#2e211e!important;font-size:15px;font-weight:500}
.woocommerce .products.row>.product-small>.col-inner>.button{width:100%;min-height:42px;margin:8px 0 0;padding:10px 8px;color:#fffaf4!important;background:#815d5a!important;border:1px solid #c4a06a!important;font-size:11px;font-weight:600;letter-spacing:.06em;line-height:1.2;text-align:center}
.woocommerce .products.row>.product-small>.col-inner>.button:hover,.woocommerce .products.row>.product-small>.col-inner>.button:focus{color:#fffaf4!important;background:#3a2925!important}
@media(max-width:549px){.woocommerce .products.row>.product-small{margin-bottom:14px}.woocommerce .products.row>.product-small>.col-inner{padding:6px}.woocommerce .product-small .box-text-products{padding:11px 5px 5px}.woocommerce .product-small .product-title{font-size:14px;min-height:3.75em}.woocommerce .product-small .product-cat{font-size:8px!important}.woocommerce .products.row>.product-small>.col-inner>.button{min-height:40px;font-size:9px;letter-spacing:.035em}}
