/*
Theme Name: Frontier Ember WooCommerce
Theme URI: https://example.com/
Author: Custom conversion from Readdy project
Description: Readdy React storefront converted into a custom WordPress theme with WooCommerce product/cart/checkout integration.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: frontier-ember-wc
*/

/* WooCommerce native checkout/cart shell */
body.woocommerce-checkout, body.woocommerce-cart { background:#faf8f4; color:#241f1b; font-family:Inter,Arial,sans-serif; }
.fe-wc-shell{max-width:1180px;margin:0 auto;padding:48px 24px 80px}.fe-wc-shell h1{font-size:42px;margin:0 0 28px}.fe-wc-back{display:inline-block;margin-bottom:24px;color:#5b4a3b;text-decoration:none}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{padding:12px;border:1px solid #d9d0c7;border-radius:6px}.woocommerce #payment,.woocommerce .col2-set,.woocommerce-checkout-review-order{border-radius:10px}.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt{background:#7a5b45;border-radius:6px;padding:14px 20px}.woocommerce button.button.alt:hover{background:#654a38}
