/*--------------------------------------------------------------------------------- Theme Name:   Revival Clothing Theme URI:    https://revivalclothing.com Description:  Granada Tech Services Custom theme Author:       David Johnson Author URI:   https://granadatech.com Template:     hello-elementor Version:      1.0.1 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* --- rc: cart cross-sells sizing (2026-04-24) --- */
.woocommerce-cart .cross-sells ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
    margin: 0;
}
.woocommerce-cart .cross-sells ul.products li.product {
    width: auto !important;
    max-width: 200px;
    margin: 0 auto;
    float: none !important;
    clear: none !important;
}
.woocommerce-cart .cross-sells ul.products li.product img {
    max-width: 100%;
    height: auto;
}
