/* ============================================================
   TechnicianMarket CommerceShell v2.1.0 - Shared Commerce Presentation
   Scope: Cart / Checkout / Order Pay / Order Received / My Account
   Rule: presentation only. Commerce behavior remains owned by WooCommerce.
   No CommerceShell JavaScript. No external frontend calls. No commerce mutation.
   ============================================================ */

body.tm-commerce-shell {
    --tm-bg: #07090d;
    --tm-bg-2: #0a0d13;
    --tm-panel: rgba(17, 23, 34, .95);
    --tm-panel-2: rgba(22, 29, 43, .94);
    --tm-panel-3: rgba(8, 12, 20, .86);
    --tm-line: rgba(185, 205, 235, .16);
    --tm-line-2: rgba(185, 205, 235, .28);
    --tm-text: #f7f9ff;
    --tm-soft: #dce8f8;
    --tm-muted: #98accb;
    --tm-muted-2: #6f819d;
    --tm-orange: #ff5a1f;
    --tm-orange-2: #ff7a1a;
    --tm-green: #14c76f;
    --tm-red: #ef4444;
    --tm-blue: #60a5fa;
    --tm-shadow: 0 28px 90px rgba(0,0,0,.38);
    --tm-width: min(1320px, calc(100% - 44px));
    --tm-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    margin: 0 !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    color: var(--tm-text) !important;
    font-family: var(--tm-font) !important;
    background:
        radial-gradient(circle at 84% 0%, rgba(255,90,31,.18), transparent 34%),
        radial-gradient(circle at 12% 46%, rgba(96,165,250,.10), transparent 32%),
        linear-gradient(180deg, var(--tm-bg) 0%, var(--tm-bg-2) 100%) !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

body.tm-commerce-shell *,
body.tm-commerce-shell *::before,
body.tm-commerce-shell *::after {
    box-sizing: border-box;
}

body.tm-commerce-shell.tm-commerce-sitechrome-active .wp-site-blocks > header,
body.tm-commerce-shell.tm-commerce-sitechrome-active header.wp-block-template-part,
body.tm-commerce-shell.tm-commerce-sitechrome-active .wp-site-blocks > footer,
body.tm-commerce-shell.tm-commerce-sitechrome-active footer.wp-block-template-part,
body.tm-commerce-shell.tm-commerce-sitechrome-active .wp-site-blocks > .wp-block-template-part:first-child,
body.tm-commerce-shell.tm-commerce-sitechrome-active .wp-site-blocks > .wp-block-template-part:last-child {
    display: none !important;
}

body.tm-commerce-shell .wp-site-blocks,
body.tm-commerce-shell .wp-site-blocks > main,
body.tm-commerce-shell main,
body.tm-commerce-shell .entry-content,
body.tm-commerce-shell .wp-block-post-content,
body.tm-commerce-shell .woocommerce,
body.tm-commerce-shell .is-layout-constrained,
body.tm-commerce-shell .wp-block-group {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: transparent !important;
}

body.tm-commerce-shell main,
body.tm-commerce-shell .wp-site-blocks > main {
    margin: 0 !important;
    padding: clamp(42px, 5vw, 72px) 0 clamp(78px, 8vw, 124px) !important;
    overflow-x: clip !important;
}

body.tm-commerce-shell .entry-content,
body.tm-commerce-shell .wp-block-post-content {
    margin: 0 !important;
    padding: 0 !important;
}

body.tm-commerce-shell a {
    color: #ff9b72;
    text-underline-offset: 3px;
}

body.tm-commerce-shell a:hover {
    color: #fff;
}

body.tm-commerce-shell img {
    max-width: 100%;
}

/* ================= PAGE TITLE ================= */

body.tm-commerce-shell h1,
body.tm-commerce-shell .entry-title,
body.tm-commerce-shell .wp-block-post-title {
    width: var(--tm-width) !important;
    max-width: var(--tm-width) !important;
    margin: 0 auto clamp(28px, 4vw, 46px) !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: clamp(48px, 6vw, 84px) !important;
    line-height: .96 !important;
    letter-spacing: -.065em !important;
    font-weight: 950 !important;
}

body.tm-commerce-cart h1::after,
body.tm-commerce-cart .entry-title::after,
body.tm-commerce-cart .wp-block-post-title::after {
    content: "Confirm each item, quantity, availability, and order total before checkout.";
    display: block;
    margin-top: 14px;
    color: #a9bee0;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 800;
}

body.tm-commerce-checkout h1::after,
body.tm-commerce-checkout .entry-title::after,
body.tm-commerce-checkout .wp-block-post-title::after {
    content: "Enter your delivery details, review the final total, and place your order.";
    display: block;
    margin-top: 14px;
    color: #a9bee0;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 800;
}

body.tm-commerce-order-received h1::after,
body.tm-commerce-order-received .entry-title::after,
body.tm-commerce-order-received .wp-block-post-title::after {
    content: "Your order has been received. Keep the order number for your records.";
}

body.tm-commerce-account h1::after,
body.tm-commerce-account .entry-title::after,
body.tm-commerce-account .wp-block-post-title::after {
    content: "View orders, manage addresses, and update your account details.";
    display: block;
    margin-top: 14px;
    color: #a9bee0;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 800;
}

/* ================= MAIN FRAMES ================= */

body.tm-commerce-shell .woocommerce,
body.tm-commerce-shell .wp-block-woocommerce-cart,
body.tm-commerce-shell .wp-block-woocommerce-checkout,
body.tm-commerce-shell .woocommerce-notices-wrapper,
body.tm-commerce-shell .wc-block-cart,
body.tm-commerce-shell .wc-block-checkout {
    width: var(--tm-width) !important;
    max-width: 1320px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: var(--tm-text) !important;
}

body.tm-commerce-shell .woocommerce-notices-wrapper,
body.tm-commerce-shell .wc-block-components-notices {
    margin-bottom: 24px !important;
    scroll-margin-top: 140px !important;
}

body.tm-commerce-shell .woocommerce-error,
body.tm-commerce-shell .woocommerce-info,
body.tm-commerce-shell .woocommerce-message,
body.tm-commerce-shell .wc-block-components-notice-banner {
    margin: 0 auto 18px !important;
    padding: 18px 22px !important;
    min-height: 62px !important;
    border-radius: 22px !important;
    border: 1px solid var(--tm-line-2) !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,90,31,.12), transparent 32%),
        rgba(17, 23, 34, .96) !important;
    color: var(--tm-text) !important;
    box-shadow: 0 18px 55px rgba(0,0,0,.24) !important;
}

body.tm-commerce-shell .woocommerce-error,
body.tm-commerce-shell .wc-block-components-notice-banner.is-error {
    border-color: rgba(239,68,68,.58) !important;
}

body.tm-commerce-shell .woocommerce-message,
body.tm-commerce-shell .wc-block-components-notice-banner.is-success {
    border-color: rgba(20,199,111,.44) !important;
}

body.tm-commerce-shell .woocommerce-info,
body.tm-commerce-shell .wc-block-components-notice-banner.is-info {
    border-color: rgba(96,165,250,.44) !important;
}

body.tm-commerce-shell .wc-block-components-notice-banner svg {
    fill: currentColor !important;
}

body.tm-commerce-shell .wc-block-components-notice-banner__dismiss {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: rgba(255,90,31,.14) !important;
    color: #fff !important;
    box-shadow: none !important;
}

/* ================= CART / CHECKOUT GRID ================= */

body.tm-commerce-cart .wp-block-woocommerce-cart,
body.tm-commerce-cart .wc-block-cart,
body.tm-commerce-checkout .wp-block-woocommerce-checkout,
body.tm-commerce-checkout .wc-block-checkout {
    width: var(--tm-width) !important;
    max-width: 1320px !important;
}

body.tm-commerce-cart .wc-block-components-sidebar-layout,
body.tm-commerce-checkout .wc-block-components-sidebar-layout {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 440px) !important;
    gap: clamp(24px, 3vw, 38px) !important;
    align-items: start !important;
}

body.tm-commerce-cart .wc-block-components-main,
body.tm-commerce-cart .wc-block-cart__main,
body.tm-commerce-checkout .wc-block-components-main,
body.tm-commerce-checkout .wc-block-checkout__main {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.tm-commerce-cart .wc-block-components-sidebar,
body.tm-commerce-cart .wc-block-cart__sidebar,
body.tm-commerce-checkout .wc-block-components-sidebar,
body.tm-commerce-checkout .wc-block-checkout__sidebar {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: sticky !important;
    top: 132px !important;
}

/* Classic cart fallback */
body.tm-commerce-cart .woocommerce:has(> form.woocommerce-cart-form):has(> .cart-collaterals) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 440px) !important;
    gap: clamp(24px, 3vw, 38px) !important;
    align-items: start !important;
}

body.tm-commerce-cart .woocommerce > form.woocommerce-cart-form,
body.tm-commerce-cart .woocommerce > .cart-collaterals {
    width: auto !important;
    float: none !important;
    min-width: 0 !important;
}

body.tm-commerce-cart .woocommerce > .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
    position: sticky !important;
    top: 132px !important;
}

/* ================= PANELS ================= */

body.tm-commerce-shell .woocommerce-cart-form,
body.tm-commerce-shell .wc-block-cart-items,
body.tm-commerce-shell table.wc-block-cart-items,
body.tm-commerce-shell .wc-block-components-sidebar,
body.tm-commerce-shell .cart-collaterals .cart_totals,
body.tm-commerce-shell .wc-block-components-panel,
body.tm-commerce-shell .wc-block-components-totals-wrapper,
body.tm-commerce-shell .wp-block-woocommerce-cart-order-summary-block,
body.tm-commerce-shell form.checkout,
body.tm-commerce-shell #customer_details,
body.tm-commerce-shell #order_review,
body.tm-commerce-shell .woocommerce-MyAccount-navigation,
body.tm-commerce-shell .woocommerce-MyAccount-content,
body.tm-commerce-shell .woocommerce-form,
body.tm-commerce-shell .woocommerce-Address,
body.tm-commerce-shell .wc-block-checkout__form,
body.tm-commerce-shell .wc-block-components-checkout-step {
    border: 1px solid var(--tm-line) !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,90,31,.09), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.012) 44%),
        var(--tm-panel) !important;
    color: var(--tm-text) !important;
    box-shadow: var(--tm-shadow) !important;
    overflow: hidden !important;
}

/* ================= CART ITEMS ================= */

body.tm-commerce-cart .wc-block-cart-items__header,
body.tm-commerce-cart table.wc-block-cart-items thead,
body.tm-commerce-cart .wc-block-cart-items thead,
body.tm-commerce-cart table.shop_table thead {
    display: none !important;
}

body.tm-commerce-cart .wc-block-cart-items,
body.tm-commerce-cart table.wc-block-cart-items,
body.tm-commerce-cart table.shop_table {
    width: 100% !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    background: transparent !important;
    color: var(--tm-text) !important;
}

body.tm-commerce-cart .wc-block-cart-items__row,
body.tm-commerce-cart table.wc-block-cart-items tr,
body.tm-commerce-cart table.shop_table tr.cart_item {
    position: relative !important;
    border-bottom: 1px solid rgba(185,205,235,.13) !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,.018), transparent 55%),
        rgba(8, 12, 20, .18) !important;
    color: var(--tm-text) !important;
}

body.tm-commerce-cart .wc-block-cart-items__row:hover,
body.tm-commerce-cart table.shop_table tr.cart_item:hover {
    background:
        linear-gradient(90deg, rgba(255,90,31,.045), transparent 60%),
        rgba(8, 12, 20, .26) !important;
}

body.tm-commerce-cart .wc-block-cart-items__row:last-child,
body.tm-commerce-cart table.shop_table tr.cart_item:last-child {
    border-bottom: 0 !important;
}

body.tm-commerce-cart table.wc-block-cart-items td,
body.tm-commerce-cart table.shop_table td {
    border-color: rgba(185,205,235,.13) !important;
    background: transparent !important;
    color: var(--tm-text) !important;
    padding: clamp(16px, 2vw, 22px) !important;
    vertical-align: middle !important;
}

body.tm-commerce-cart .wc-block-cart-item__image,
body.tm-commerce-cart .product-thumbnail {
    width: 104px !important;
    max-width: 104px !important;
}

body.tm-commerce-cart .wc-block-cart-item__image img,
body.tm-commerce-cart .wc-block-components-product-image img,
body.tm-commerce-cart .product-thumbnail img {
    width: 84px !important;
    height: 84px !important;
    object-fit: contain !important;
    border: 1px solid rgba(185,205,235,.12) !important;
    border-radius: 16px !important;
    padding: 6px !important;
    background: #f8fafc !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.18) !important;
}

body.tm-commerce-cart .wc-block-cart-item__wrap,
body.tm-commerce-cart .product-name {
    min-width: 0 !important;
}

body.tm-commerce-cart .wc-block-components-product-name,
body.tm-commerce-cart .wc-block-cart-item__product a,
body.tm-commerce-cart .product-name a {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
}

body.tm-commerce-cart .wc-block-components-product-metadata,
body.tm-commerce-cart .wc-block-components-product-metadata__description,
body.tm-commerce-cart .product-name,
body.tm-commerce-cart .variation {
    color: #9fc2f5 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

body.tm-commerce-cart .amount,
body.tm-commerce-cart .product-price,
body.tm-commerce-cart .product-subtotal,
body.tm-commerce-cart .wc-block-components-formatted-money-amount {
    color: #fff !important;
    font-weight: 950 !important;
}

/* Quantity controls */
body.tm-commerce-cart .wc-block-components-quantity-selector,
body.tm-commerce-cart .quantity {
    min-height: 52px !important;
    width: auto !important;
    min-width: 150px !important;
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid rgba(185,205,235,.22) !important;
    border-radius: 17px !important;
    background: rgba(6,10,17,.78) !important;
    overflow: hidden !important;
}

body.tm-commerce-cart .wc-block-components-quantity-selector input,
body.tm-commerce-cart input.qty,
body.tm-commerce-cart .wc-block-components-quantity-selector__input {
    flex: 1 1 58px !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    border-width: 0 1px !important;
    border-color: rgba(185,205,235,.18) !important;
    border-radius: 0 !important;
    background: rgba(6,10,17,.94) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    text-align: center !important;
}

body.tm-commerce-cart .wc-block-components-quantity-selector__button,
body.tm-commerce-cart .quantity button,
body.tm-commerce-cart .quantity .minus,
body.tm-commerce-cart .quantity .plus {
    flex: 0 0 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #9fb7d8 !important;
    box-shadow: none !important;
    transform: none !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

body.tm-commerce-cart .wc-block-components-quantity-selector__button:hover,
body.tm-commerce-cart .quantity button:hover,
body.tm-commerce-cart .quantity .minus:hover,
body.tm-commerce-cart .quantity .plus:hover {
    background: rgba(255,90,31,.12) !important;
    color: #fff !important;
    filter: none !important;
    box-shadow: none !important;
    transform: none !important;
}

body.tm-commerce-cart .wc-block-cart-item__remove-link,
body.tm-commerce-cart a.remove {
    display: inline-grid !important;
    place-items: center !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    margin-left: 10px !important;
    border: 1px solid rgba(239,68,68,.36) !important;
    border-radius: 999px !important;
    background: rgba(239,68,68,.10) !important;
    color: #ff9b9b !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transform: none !important;
}

body.tm-commerce-cart .wc-block-cart-item__remove-link::before,
body.tm-commerce-cart a.remove::before {
    content: "\00d7" !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

/* ================= TOTALS / COUPONS ================= */

body.tm-commerce-cart .wc-block-components-sidebar,
body.tm-commerce-cart .wc-block-cart__sidebar,
body.tm-commerce-cart .cart-collaterals .cart_totals,
body.tm-commerce-checkout .wc-block-components-sidebar,
body.tm-commerce-checkout #order_review {
    border-color: rgba(255,90,31,.28) !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,90,31,.13), transparent 37%),
        var(--tm-panel) !important;
}

body.tm-commerce-cart .wc-block-cart__sidebar,
body.tm-commerce-cart .wc-block-components-sidebar,
body.tm-commerce-cart .wp-block-woocommerce-cart-order-summary-block {
    padding: 0 !important;
    border-radius: 28px !important;
    overflow: hidden !important;
}

body.tm-commerce-cart .wc-block-cart__sidebar > *,
body.tm-commerce-cart .wc-block-components-sidebar > *,
body.tm-commerce-cart .wp-block-woocommerce-cart-order-summary-block > * {
    max-width: 100% !important;
}

body.tm-commerce-cart .wc-block-cart__totals-title,
body.tm-commerce-cart .wp-block-woocommerce-cart-order-summary-heading-block,
body.tm-commerce-cart .cart_totals h2,
body.tm-commerce-checkout .wc-block-components-sidebar h2,
body.tm-commerce-checkout #order_review_heading {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 22px 24px 14px !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1.05 !important;
    letter-spacing: -.035em !important;
    font-weight: 950 !important;
    text-transform: none !important;
    background: transparent !important;
    border: 0 !important;
}

body.tm-commerce-cart .wc-block-components-totals-wrapper,
body.tm-commerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block,
body.tm-commerce-cart .wp-block-woocommerce-cart-order-summary-totals-block,
body.tm-commerce-cart .wp-block-woocommerce-cart-express-payment-block,
body.tm-commerce-cart .wp-block-woocommerce-proceed-to-checkout-block {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

body.tm-commerce-shell .wc-block-components-totals-wrapper,
body.tm-commerce-shell .wc-block-components-totals-item,
body.tm-commerce-shell .wc-block-components-totals-footer-item,
body.tm-commerce-shell .cart_totals table,
body.tm-commerce-shell .cart_totals tr,
body.tm-commerce-shell .cart_totals th,
body.tm-commerce-shell .cart_totals td,
body.tm-commerce-shell .shop_table th,
body.tm-commerce-shell .shop_table td {
    border-color: rgba(185,205,235,.14) !important;
    background: transparent !important;
    color: var(--tm-text) !important;
}

body.tm-commerce-shell .wc-block-components-totals-item__label,
body.tm-commerce-shell .cart_totals th {
    color: #9fb9dd !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

body.tm-commerce-shell .wc-block-components-totals-item__value,
body.tm-commerce-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.tm-commerce-shell .order-total .amount {
    color: #fff !important;
    font-weight: 950 !important;
}

body.tm-commerce-shell .wc-block-components-totals-item__description,
body.tm-commerce-shell .wc-block-components-payment-method-label,
body.tm-commerce-shell .wc-block-components-totals-wrapper small {
    color: var(--tm-muted) !important;
    opacity: 1 !important;
}

body.tm-commerce-shell .wc-block-components-panel,
body.tm-commerce-shell .wc-block-components-panel__button,
body.tm-commerce-shell .wc-block-components-totals-coupon,
body.tm-commerce-shell .coupon {
    color: var(--tm-text) !important;
}

body.tm-commerce-shell .wc-block-components-panel__button {
    border-radius: 16px !important;
    background: rgba(6,10,17,.56) !important;
    border: 1px solid var(--tm-line) !important;
    padding: 12px 14px !important;
    font-weight: 850 !important;
}

body.tm-commerce-shell .wc-block-components-totals-coupon__form {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 10px !important;
    align-items: end !important;
}

body.tm-commerce-shell .wc-block-components-totals-coupon__input,
body.tm-commerce-shell .wc-block-components-totals-coupon__form input,
body.tm-commerce-shell .coupon input {
    min-width: 0 !important;
    min-height: 54px !important;
}

body.tm-commerce-shell .wc-block-components-totals-coupon__button {
    width: auto !important;
    min-width: 118px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    white-space: nowrap !important;
}

/* ================= BUTTONS ================= */

body.tm-commerce-shell .woocommerce a.button,
body.tm-commerce-shell .woocommerce button.button,
body.tm-commerce-shell .woocommerce input.button,
body.tm-commerce-shell .woocommerce .checkout-button,
body.tm-commerce-shell .wc-block-cart__submit-button,
body.tm-commerce-shell .wc-block-components-button:not(.wc-block-components-express-payment__button),
body.tm-commerce-shell #place_order {
    min-height: 54px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, var(--tm-orange), var(--tm-orange-2)) !important;
    color: #fff !important;
    font-family: var(--tm-font) !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    box-shadow: 0 18px 48px rgba(255,90,31,.25) !important;
    transition: transform .16s ease, filter .16s ease, box-shadow .16s ease !important;
}

body.tm-commerce-shell .woocommerce a.button:hover,
body.tm-commerce-shell .woocommerce button.button:hover,
body.tm-commerce-shell .woocommerce input.button:hover,
body.tm-commerce-shell .woocommerce .checkout-button:hover,
body.tm-commerce-shell .wc-block-cart__submit-button:hover,
body.tm-commerce-shell .wc-block-components-button:not(.wc-block-components-express-payment__button):hover,
body.tm-commerce-shell #place_order:hover {
    transform: translateY(-1px) !important;
    filter: brightness(1.06) !important;
    box-shadow: 0 26px 68px rgba(255,90,31,.34) !important;
}

body.tm-commerce-cart .wc-block-cart__submit-button,
body.tm-commerce-cart .checkout-button {
    width: 100% !important;
    min-height: 64px !important;
    border-radius: 18px !important;
    font-size: 18px !important;
    font-weight: 950 !important;
}

/* Express payment buttons keep provider identity. */
body.tm-commerce-shell .wc-block-components-express-payment,
body.tm-commerce-shell .wc-block-components-express-payment__event-buttons,
body.tm-commerce-shell .wcpay-express-checkout-wrapper,
body.tm-commerce-shell .wc-stripe-payment-request-wrapper,
body.tm-commerce-shell .ppc-button-wrapper,
body.tm-commerce-shell .amazon-payments,
body.tm-commerce-shell .wc-block-components-express-payment__button,
body.tm-commerce-shell .wc-block-components-express-payment button,
body.tm-commerce-shell .wcpay-express-checkout-wrapper button,
body.tm-commerce-shell .wc-stripe-payment-request-wrapper button,
body.tm-commerce-shell .ppc-button-wrapper button,
body.tm-commerce-shell .amazon-payments button {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    transform: none !important;
    filter: none !important;
}

/* ================= CHECKOUT ================= */

body.tm-commerce-checkout form.checkout,
body.tm-commerce-checkout .wc-block-checkout {
    width: var(--tm-width) !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

body.tm-commerce-checkout form.checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 460px) !important;
    gap: clamp(24px, 3vw, 38px) !important;
    align-items: start !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.tm-commerce-checkout #customer_details {
    padding: clamp(22px, 3vw, 30px) !important;
}

body.tm-commerce-checkout #order_review,
body.tm-commerce-checkout .woocommerce-checkout-review-order,
body.tm-commerce-checkout .wc-block-checkout__sidebar {
    min-width: 0 !important;
}

body.tm-commerce-checkout #order_review {
    padding: 18px !important;
    position: sticky !important;
    top: 132px !important;
}

body.tm-commerce-checkout #order_review_heading {
    display: none !important;
}

body.tm-commerce-checkout .wc-block-components-checkout-step,
body.tm-commerce-checkout .wc-block-checkout__form {
    padding: clamp(18px, 2vw, 26px) !important;
    margin-bottom: 18px !important;
}

body.tm-commerce-checkout .woocommerce-billing-fields,
body.tm-commerce-checkout .woocommerce-shipping-fields,
body.tm-commerce-checkout .woocommerce-additional-fields,
body.tm-commerce-checkout .woocommerce-checkout-payment,
body.tm-commerce-checkout #payment {
    border: 1px solid var(--tm-line) !important;
    border-radius: 22px !important;
    background: rgba(6,10,17,.38) !important;
    padding: clamp(16px, 2vw, 22px) !important;
    color: var(--tm-text) !important;
}

body.tm-commerce-checkout .wc-block-components-checkout-step__heading,
body.tm-commerce-checkout .woocommerce-billing-fields h3,
body.tm-commerce-checkout .woocommerce-shipping-fields h3,
body.tm-commerce-checkout #order_review_heading {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 950 !important;
    letter-spacing: -.02em !important;
}

body.tm-commerce-checkout .wc-block-components-checkout-step__description,
body.tm-commerce-checkout .woocommerce-additional-fields,
body.tm-commerce-checkout .woocommerce-privacy-policy-text {
    color: var(--tm-muted) !important;
}

/* Checkout order summary */
body.tm-commerce-checkout .wc-block-components-order-summary,
body.tm-commerce-checkout .wc-block-components-order-summary__content {
    background: transparent !important;
    color: var(--tm-text) !important;
    border-color: rgba(185,205,235,.13) !important;
}

body.tm-commerce-checkout .wc-block-components-order-summary-item {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) auto !important;
    gap: 14px !important;
    align-items: start !important;
    padding: 14px 0 !important;
    background: transparent !important;
    color: var(--tm-text) !important;
    border-color: rgba(185,205,235,.13) !important;
}

body.tm-commerce-checkout .wc-block-components-order-summary-item__image {
    width: 58px !important;
    min-width: 58px !important;
}

body.tm-commerce-checkout .wc-block-components-order-summary-item__image > img,
body.tm-commerce-checkout .wc-block-components-order-summary-item__image img {
    width: 52px !important;
    height: 52px !important;
    object-fit: contain !important;
    border-radius: 12px !important;
    padding: 4px !important;
    background: #f8fafc !important;
}

body.tm-commerce-checkout .wc-block-components-order-summary-item__description {
    min-width: 0 !important;
    color: var(--tm-text) !important;
}

body.tm-commerce-checkout .wc-block-components-order-summary-item__quantity,
body.tm-commerce-checkout .wc-block-components-order-summary-item__total-price {
    color: var(--tm-text) !important;
}

body.tm-commerce-checkout .wc-block-components-order-summary-item__total-price {
    color: #fff !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}

body.tm-commerce-checkout .wc-block-components-product-name {
    color: #fff !important;
    font-weight: 950 !important;
}

/* Payment methods */
body.tm-commerce-checkout .wc-block-components-radio-control,
body.tm-commerce-checkout .wc-block-components-radio-control__option,
body.tm-commerce-checkout .wc-block-components-radio-control-accordion-option,
body.tm-commerce-checkout .wc_payment_methods,
body.tm-commerce-checkout .payment_box {
    background: rgba(6,10,17,.48) !important;
    color: var(--tm-text) !important;
    border-color: rgba(185,205,235,.14) !important;
}

body.tm-commerce-checkout .wc-block-components-radio-control__option {
    border-bottom: 1px solid rgba(185,205,235,.13) !important;
}

body.tm-commerce-checkout .wc-block-components-radio-control__label,
body.tm-commerce-checkout .payment_method label {
    color: #dce8f8 !important;
    font-weight: 950 !important;
}

body.tm-commerce-checkout .payment_box,
body.tm-commerce-checkout .wc-block-components-radio-control__description {
    color: var(--tm-muted) !important;
}

body.tm-commerce-checkout iframe,
body.tm-commerce-cart iframe {
    max-width: 100% !important;
}

/* ================= FORMS ================= */

body.tm-commerce-shell input[type="text"],
body.tm-commerce-shell input[type="email"],
body.tm-commerce-shell input[type="tel"],
body.tm-commerce-shell input[type="password"],
body.tm-commerce-shell input[type="number"],
body.tm-commerce-shell input[type="search"],
body.tm-commerce-shell textarea,
body.tm-commerce-shell select,
body.tm-commerce-shell .select2-selection,
body.tm-commerce-shell .select2-container--default .select2-selection--single,
body.tm-commerce-shell .wc-block-components-text-input input,
body.tm-commerce-shell .wc-block-components-address-form input,
body.tm-commerce-shell .wc-block-components-combobox .wc-block-components-combobox-control input,
body.tm-commerce-shell .wc-block-components-form .wc-block-components-text-input input {
    width: 100% !important;
    min-height: 52px !important;
    border: 1px solid rgba(185,205,235,.22) !important;
    border-radius: 15px !important;
    background: rgba(6,10,17,.86) !important;
    color: #fff !important;
    padding: 0 16px !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: var(--tm-font) !important;
    font-size: 15px !important;
    font-weight: 750 !important;
}

body.tm-commerce-shell textarea {
    min-height: 120px !important;
    padding-top: 14px !important;
}

body.tm-commerce-shell label,
body.tm-commerce-shell .wc-block-components-text-input label,
body.tm-commerce-shell .form-row label,
body.tm-commerce-shell .wc-block-components-combobox label,
body.tm-commerce-shell .wc-block-components-checkbox label,
body.tm-commerce-shell .wc-block-components-radio-control__label {
    color: #a8c4ef !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}

body.tm-commerce-shell input:focus,
body.tm-commerce-shell textarea:focus,
body.tm-commerce-shell select:focus {
    border-color: rgba(255,90,31,.58) !important;
    box-shadow: 0 0 0 4px rgba(255,90,31,.10) !important;
}

body.tm-commerce-shell ::placeholder {
    color: rgba(217,229,245,.42) !important;
}

body.tm-commerce-shell input[type="checkbox"],
body.tm-commerce-shell input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    accent-color: var(--tm-orange) !important;
}

body.tm-commerce-shell .required,
body.tm-commerce-shell abbr.required {
    color: #ff8f8f !important;
    text-decoration: none !important;
}

body.tm-commerce-shell a:focus-visible,
body.tm-commerce-shell button:focus-visible,
body.tm-commerce-shell input:focus-visible,
body.tm-commerce-shell select:focus-visible,
body.tm-commerce-shell textarea:focus-visible,
body.tm-commerce-shell [tabindex]:focus-visible {
    outline: 3px solid rgba(255,122,26,.72) !important;
    outline-offset: 3px !important;
    border-radius: 14px !important;
}

/* ================= MY ACCOUNT / MY GARAGE ================= */

body.tm-commerce-account .woocommerce {
    display: grid !important;
    grid-template-columns: 280px minmax(0, 860px) !important;
    justify-content: center !important;
    align-items: start !important;
    gap: clamp(28px, 5vw, 56px) !important;
    width: min(1180px, calc(100% - 44px)) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.tm-commerce-account .woocommerce::before,
body.tm-commerce-account .woocommerce::after {
    display: none !important;
    content: none !important;
}

body.tm-commerce-account .woocommerce-MyAccount-navigation {
    float: none !important;
    clear: none !important;
    display: block !important;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    margin: 0 !important;
    padding: 18px !important;
    border-radius: 28px !important;
    overflow: visible !important;
    position: sticky !important;
    top: 132px !important;
}

body.tm-commerce-account .woocommerce-MyAccount-navigation,
body.tm-commerce-account .woocommerce-MyAccount-navigation * {
    min-width: 0 !important;
}

body.tm-commerce-account .woocommerce-MyAccount-navigation ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.tm-commerce-account .woocommerce-MyAccount-navigation li,
body.tm-commerce-account .woocommerce-MyAccount-navigation-link {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.tm-commerce-account .woocommerce-MyAccount-navigation a,
body.tm-commerce-account .woocommerce-MyAccount-navigation-link a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 0 16px !important;
    border: 1px solid var(--tm-line) !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.035) !important;
    color: var(--tm-soft) !important;
    text-decoration: none !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: -.01em !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
}

body.tm-commerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.tm-commerce-account .woocommerce-MyAccount-navigation-link.is-active a,
body.tm-commerce-account .woocommerce-MyAccount-navigation a:hover,
body.tm-commerce-account .woocommerce-MyAccount-navigation-link a:hover {
    border-color: rgba(255,90,31,.44) !important;
    background: rgba(255,90,31,.13) !important;
    color: #fff !important;
}

body.tm-commerce-account .woocommerce-MyAccount-content {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 860px !important;
    min-width: 0 !important;
    min-height: 420px !important;
    margin: 0 !important;
    padding: clamp(28px, 4vw, 44px) !important;
    border-radius: 30px !important;
    overflow: visible !important;
}

body.tm-commerce-account .woocommerce-MyAccount-content p,
body.tm-commerce-account .woocommerce-MyAccount-content address,
body.tm-commerce-account .woocommerce-MyAccount-content div,
body.tm-commerce-account .woocommerce-MyAccount-content li,
body.tm-commerce-account .woocommerce-MyAccount-content mark {
    color: var(--tm-soft) !important;
    font-size: clamp(16px, 1.2vw, 21px) !important;
    line-height: 1.6 !important;
}

body.tm-commerce-account .woocommerce-MyAccount-content p {
    max-width: 680px !important;
}

body.tm-commerce-account .woocommerce-MyAccount-content strong,
body.tm-commerce-account .woocommerce-MyAccount-content b {
    color: #fff !important;
}

body.tm-commerce-account .woocommerce-MyAccount-content a {
    color: #ff9b72 !important;
    font-weight: 850 !important;
}

body.tm-commerce-account .woocommerce-Addresses {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
}

body.tm-commerce-account .woocommerce-Address {
    height: 100% !important;
    min-width: 0 !important;
    padding: 24px !important;
    overflow: hidden !important;
}

body.tm-commerce-account .woocommerce-Address address {
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

body.tm-commerce-account .woocommerce-Address-title h2,
body.tm-commerce-account .woocommerce-order-details__title,
body.tm-commerce-account .woocommerce-customer-details h2 {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 950 !important;
    letter-spacing: -.03em !important;
}

body.tm-commerce-account table,
body.tm-commerce-account .woocommerce-orders-table,
body.tm-commerce-account .shop_table {
    width: 100% !important;
    border: 1px solid var(--tm-line) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: rgba(6,10,17,.48) !important;
    color: var(--tm-text) !important;
}

body.tm-commerce-account table th,
body.tm-commerce-account table td {
    border-color: rgba(185,205,235,.13) !important;
    background: transparent !important;
    color: var(--tm-text) !important;
    padding: 14px !important;
}

/* Logged-out account */
body.tm-commerce-logged-out.tm-commerce-account .woocommerce {
    display: block !important;
    width: min(720px, calc(100% - 44px)) !important;
    max-width: 720px !important;
}

body.tm-commerce-logged-out.tm-commerce-account .woocommerce-form-login,
body.tm-commerce-logged-out.tm-commerce-account form.login,
body.tm-commerce-logged-out.tm-commerce-account form.register,
body.tm-commerce-logged-out.tm-commerce-account .woocommerce-ResetPassword {
    width: 100% !important;
    max-width: 620px !important;
    margin: 0 auto !important;
    padding: clamp(24px, 4vw, 36px) !important;
    border: 1px solid var(--tm-line) !important;
    border-radius: 28px !important;
    background: var(--tm-panel) !important;
    box-shadow: var(--tm-shadow) !important;
}

body.tm-commerce-logged-out.tm-commerce-account h2 {
    color: #fff !important;
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 950 !important;
}

/* ================= EMPTY CART ================= */

body.tm-commerce-empty-cart .wp-block-woocommerce-empty-cart-block,
body.tm-commerce-empty-cart .wc-empty-cart-message,
body.tm-commerce-empty-cart .cart-empty {
    width: min(820px, calc(100% - 44px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

body.tm-commerce-empty-cart .wp-block-woocommerce-empty-cart-block {
    padding: clamp(28px, 5vw, 54px) !important;
    border: 1px solid var(--tm-line) !important;
    border-radius: 30px !important;
    background:
        radial-gradient(circle at 78% 0%, rgba(255,90,31,.16), transparent 42%),
        var(--tm-panel) !important;
    box-shadow: var(--tm-shadow) !important;
}

body.tm-commerce-empty-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading,
body.tm-commerce-empty-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new,
body.tm-commerce-empty-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid,
body.tm-commerce-empty-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,
body.tm-commerce-empty-cart .wp-block-woocommerce-empty-cart-block ul.products,
body.tm-commerce-empty-cart .wp-block-woocommerce-product-new {
    display: none !important;
}

body.tm-commerce-empty-cart .wc-block-cart__empty-cart__title,
body.tm-commerce-empty-cart .cart-empty {
    color: #fff !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    font-weight: 950 !important;
    text-align: center !important;
}

body.tm-commerce-empty-cart .wc-block-cart__empty-cart__title::after,
body.tm-commerce-empty-cart .cart-empty::after {
    content: "Browse available parts, confirm product details, and add the items you need.";
    display: block;
    margin-top: 10px;
    color: var(--tm-muted);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}

body.tm-commerce-empty-cart .return-to-shop {
    margin-top: 20px !important;
    text-align: center !important;
}

/* ================= RELATED PRODUCTS FALLBACK ================= */

body.tm-commerce-shell ul.products {
    width: var(--tm-width) !important;
    max-width: 1320px !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 28px auto 0 !important;
    padding: 0 !important;
}

body.tm-commerce-shell ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid var(--tm-line) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: rgba(17,23,34,.92) !important;
    box-shadow: 0 20px 60px rgba(0,0,0,.22) !important;
}

body.tm-commerce-shell ul.products li.product a {
    color: #fff !important;
    text-decoration: none !important;
}

body.tm-commerce-shell ul.products li.product img {
    width: 100% !important;
    height: 210px !important;
    object-fit: contain !important;
    padding: 14px !important;
    background: #f8fafc !important;
}

body.tm-commerce-shell ul.products li.product .woocommerce-loop-product__title {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    padding: 14px 16px 0 !important;
}

body.tm-commerce-shell ul.products li.product .price {
    display: block !important;
    color: #ffb08b !important;
    padding: 10px 16px 16px !important;
    font-weight: 950 !important;
}

/* ================= SAFE FOOTER NOTE ================= */

body.tm-commerce-shell .tm-commerce-safe-note {
    width: var(--tm-width);
    max-width: 1320px;
    margin: 34px auto 42px;
    padding: 16px 18px;
    border: 1px solid var(--tm-line);
    border-radius: 18px;
    background: rgba(255,255,255,.035);
    color: #b7c8e4;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

body.tm-commerce-shell .tm-commerce-safe-note strong {
    color: #fff;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1180px) {


    body.tm-commerce-cart .wc-block-components-sidebar,
    body.tm-commerce-cart .wc-block-cart__sidebar,
    body.tm-commerce-checkout .wc-block-components-sidebar,
    body.tm-commerce-checkout .wc-block-checkout__sidebar,
    body.tm-commerce-account .woocommerce-MyAccount-navigation,
    body.tm-commerce-cart .woocommerce > .cart-collaterals .cart_totals,
    body.tm-commerce-checkout #order_review {
        position: relative !important;
        top: auto !important;
    }
}

@media (max-width: 980px) {
    body.tm-commerce-shell {
        --tm-width: min(100%, calc(100% - 28px));
    }


    body.tm-commerce-cart .wc-block-components-sidebar-layout,
    body.tm-commerce-checkout form.checkout,
    body.tm-commerce-checkout .wc-block-components-sidebar-layout,
    body.tm-commerce-account .woocommerce,
    body.tm-commerce-account .woocommerce-Addresses,
    body.tm-commerce-cart .woocommerce:has(> form.woocommerce-cart-form):has(> .cart-collaterals) {
        grid-template-columns: 1fr !important;
        width: min(100%, calc(100% - 28px)) !important;
        max-width: none !important;
    }

    body.tm-commerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin-bottom: 18px !important;
    }

    body.tm-commerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.tm-commerce-account .woocommerce-MyAccount-navigation a {
        white-space: nowrap !important;
    }

    body.tm-commerce-account .woocommerce-MyAccount-content {
        max-width: none !important;
    }

    body.tm-commerce-shell ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 720px) {
    body.tm-commerce-shell {
        --tm-width: min(100%, calc(100% - 22px));
    }

    body.tm-commerce-shell main,
    body.tm-commerce-shell .wp-site-blocks > main {
        padding-top: 34px !important;
        padding-bottom: 96px !important;
    }


    body.tm-commerce-shell h1,
    body.tm-commerce-shell .entry-title,
    body.tm-commerce-shell .wp-block-post-title {
        font-size: clamp(40px, 14vw, 56px) !important;
    }

    body.tm-commerce-cart {
        padding-bottom: calc(112px + env(safe-area-inset-bottom)) !important;
    }

    body.tm-commerce-cart .wc-block-cart__submit-container--sticky {
        z-index: 990 !important;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom)) !important;
        border-top: 1px solid rgba(185,205,235,.16) !important;
        background: rgba(7, 9, 13, .96) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    body.tm-commerce-cart .wc-block-cart__submit-button,
    body.tm-commerce-cart .checkout-button {
        min-height: 58px !important;
    }

    body.tm-commerce-cart .wc-block-cart-items__row,
    body.tm-commerce-cart table.wc-block-cart-items tr,
    body.tm-commerce-cart table.shop_table tr.cart_item {
        display: grid !important;
        grid-template-columns: 84px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 16px !important;
    }

    body.tm-commerce-cart table.wc-block-cart-items td,
    body.tm-commerce-cart table.shop_table td {
        display: block !important;
        padding: 4px !important;
    }

    body.tm-commerce-cart .wc-block-cart-item__image,
    body.tm-commerce-cart .product-thumbnail {
        width: 84px !important;
        max-width: 84px !important;
        grid-row: span 3;
    }

    body.tm-commerce-cart .wc-block-cart-item__image img,
    body.tm-commerce-cart .wc-block-components-product-image img,
    body.tm-commerce-cart .product-thumbnail img {
        width: 72px !important;
        height: 72px !important;
    }

    body.tm-commerce-checkout .wc-block-components-order-summary-item {
        grid-template-columns: 52px minmax(0, 1fr) !important;
    }

    body.tm-commerce-checkout .wc-block-components-order-summary-item__total-price {
        grid-column: 2 !important;
    }

    body.tm-commerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr !important;
    }

    body.tm-commerce-account .woocommerce-MyAccount-navigation a {
        min-height: 48px !important;
        white-space: normal !important;
    }

    body.tm-commerce-shell .wc-block-components-totals-coupon__form {
        grid-template-columns: 1fr !important;
    }

    body.tm-commerce-shell .wc-block-components-totals-coupon__button {
        width: 100% !important;
    }

    body.tm-commerce-shell ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 520px) {


    body.tm-commerce-account .woocommerce-MyAccount-content {
        padding: 22px !important;
    }

    body.tm-commerce-shell ul.products {
        grid-template-columns: 1fr !important;
    }

    body.tm-commerce-shell .tm-commerce-safe-note {
        margin-bottom: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.tm-commerce-shell *,
    body.tm-commerce-shell *::before,
    body.tm-commerce-shell *::after {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
    }
}