.actions button {
    padding: 15px 20px !important;
    border-radius: 0 !important;
}

.woocommerce-mini-cart__buttons .button,
.woocommerce-error .button,
.woocommerce-notices-wrapper .button,
.checkout-button.button,
.return-to-shop .button,
.woocommerce .button {
    border-radius: 0 !important;
}

/* Dropdown container */
.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
    border-radius: 0;
    margin-bottom: 5px;
}

.widget_shopping_cart_content .cart_list li img,
.woocommerce-mini-cart-item img {
    width: 40px !important;
    height: auto !important;
    aspect-ratio: 2 / 3 !important;
    object-fit: cover !important;
}

/* Fix WooCommerce Select2 squished dropdowns in the cart */
.woocommerce-shipping-calculator .select2-container .select2-selection--single {
    min-height: 40px !important;
    display: flex;
    align-items: center;
}

.woocommerce-shipping-calculator .select2-container .select2-selection__rendered {
    line-height: 1.5 !important;
}

.woocommerce-shipping-calculator .select2-selection__placeholder {
    color: var(--text-muted);
}
