/* Cart and checkout refresh. Every rule is scoped to plugin body classes. */
body.mihn-commerce-refresh{background:var(--mihn-commerce-page,#f7f5f1);color:#171717}
body.mihn-commerce-refresh .site-content>.ast-container,
body.mihn-commerce-refresh .site-content .ast-container,
body.mihn-commerce-refresh #content>.ast-container{width:min(100% - 48px,1200px);max-width:1200px;margin-inline:auto;padding-inline:0}
body.mihn-commerce-refresh #primary{width:100%;max-width:none;margin:0;padding:46px 0 72px;border:0}
body.mihn-commerce-refresh #secondary{display:none!important}
body.mihn-commerce-refresh article.page{margin:0;padding:0;background:transparent;box-shadow:none}
body.mihn-commerce-refresh .entry-header{margin:0 0 28px}
body.mihn-commerce-refresh .entry-title,
body.mihn-commerce-refresh .woocommerce h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,68px);font-weight:500;line-height:1;color:#171717;letter-spacing:-.035em}
body.mihn-commerce-refresh .entry-content{margin:0}
body.mihn-commerce-refresh .woocommerce{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
body.mihn-commerce-refresh .woocommerce-error,
body.mihn-commerce-refresh .woocommerce-info,
body.mihn-commerce-refresh .woocommerce-message{margin:0 0 20px;padding:16px 18px 16px 50px;border:1px solid #d7dcda;border-top-width:1px;border-radius:9px;background:#fff;color:#252b29;box-shadow:none}
body.mihn-commerce-refresh .woocommerce-error:before,
body.mihn-commerce-refresh .woocommerce-info:before,
body.mihn-commerce-refresh .woocommerce-message:before{top:16px;color:var(--mihn-commerce-accent,#66716e)}
body.mihn-commerce-refresh .woocommerce-error{border-color:#dba7a7;background:#fff8f7}
.mihn-removed-item-notice{display:flex;align-items:center;flex-wrap:wrap;gap:5px 7px;min-width:0}
.mihn-removed-item-notice a{font-weight:800;text-underline-offset:3px}
.mihn-removed-item-notice .restore-item{order:1}
.mihn-removed-item-or{order:2;color:#68716e}
.mihn-add-removed-to-wishlist{order:3}
.mihn-add-removed-to-wishlist.is-loading{opacity:.6;pointer-events:none}
.mihn-add-removed-to-wishlist.is-complete{color:#2e7245!important}

/* Progress and reassurance */
.mihn-commerce-progress{margin:0 0 18px;padding:0}
.mihn-commerce-progress ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:720px;margin:0;padding:0;list-style:none;counter-reset:none}
.mihn-commerce-progress li{position:relative;display:flex;align-items:center;gap:9px;min-width:0;color:#818886;font-size:12px;font-weight:750;letter-spacing:.02em}
.mihn-commerce-progress li:not(:last-child):after{content:"";height:1px;position:absolute;z-index:0;left:33px;right:9px;top:15px;background:#ccd1cf}
.mihn-commerce-progress li>span{width:30px;height:30px;display:grid;place-items:center;position:relative;z-index:1;flex:0 0 30px;border:1px solid #c7cdca;border-radius:50%;background:var(--mihn-commerce-page,#f7f5f1);font-size:11px}
.mihn-commerce-progress li strong,.mihn-commerce-progress li a{position:relative;z-index:1;padding-right:9px;background:var(--mihn-commerce-page,#f7f5f1);color:inherit;text-decoration:none;white-space:nowrap}
.mihn-commerce-progress li.is-current{color:#171717}
.mihn-commerce-progress li.is-current>span{border-color:var(--mihn-commerce-accent,#66716e);background:var(--mihn-commerce-accent,#66716e);color:#fff}
.mihn-commerce-progress li.is-complete{color:#44504d}
.mihn-commerce-progress li.is-complete>span{border-color:#44504d;background:#44504d;color:#fff}
.mihn-commerce-progress li.is-complete>span:before{content:"✓";font-size:12px}
.mihn-commerce-progress li.is-complete>span{font-size:0}
.mihn-commerce-assurance{margin:0 0 30px;padding:14px 18px;border:1px solid #d8ddda;border-radius:10px;background:#fff;color:#35403d}
.mihn-commerce-assurance ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 22px;margin:0;padding:0;list-style:none}
.mihn-commerce-assurance li{display:flex;align-items:center;gap:9px;min-width:0;margin:0;font-size:12px;font-weight:700;line-height:1.35}
.mihn-commerce-assurance-icon{width:25px;height:25px;display:inline-grid;place-items:center;flex:0 0 25px;border-radius:50%;background:#edf0ee;color:#26312e;font-size:12px;font-weight:900}
.mihn-icon-lock:before{content:"✓"}.mihn-icon-texas:before{content:"TX";font-size:9px}.mihn-icon-clock:before{content:"◷";font-size:16px}

/* Shared controls */
body.mihn-commerce-refresh .woocommerce input.input-text,
body.mihn-commerce-refresh .woocommerce textarea,
body.mihn-commerce-refresh .woocommerce select,
body.mihn-commerce-refresh .wc-block-components-text-input input,
body.mihn-commerce-refresh .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{min-height:52px;padding:12px 14px;border:1px solid #cfd5d2;border-radius:7px;background:#fff;color:#171717;font-size:16px;line-height:1.35;box-shadow:none}
body.mihn-commerce-refresh .woocommerce textarea{min-height:110px;resize:vertical}
body.mihn-commerce-refresh .woocommerce input:focus,
body.mihn-commerce-refresh .woocommerce textarea:focus,
body.mihn-commerce-refresh .woocommerce select:focus,
body.mihn-commerce-refresh .wc-block-components-text-input input:focus{outline:3px solid color-mix(in srgb,var(--mihn-commerce-accent,#66716e) 25%,transparent);outline-offset:1px;border-color:var(--mihn-commerce-accent,#66716e)}
body.mihn-commerce-refresh .woocommerce form .form-row{margin:0 0 17px;padding:0}
body.mihn-commerce-refresh .woocommerce form .form-row label{margin:0 0 7px;color:#303936;font-size:13px;font-weight:750;line-height:1.3}
body.mihn-commerce-refresh .woocommerce form .form-row .required{color:#a33333}
body.mihn-commerce-refresh .select2-container .select2-selection--single{height:52px;border:1px solid #cfd5d2;border-radius:7px;background:#fff}
body.mihn-commerce-refresh .select2-container .select2-selection--single .select2-selection__rendered{line-height:50px;padding-left:14px}
body.mihn-commerce-refresh .select2-container .select2-selection--single .select2-selection__arrow{height:50px;right:8px}
body.mihn-commerce-refresh .woocommerce a.button,
body.mihn-commerce-refresh .woocommerce button.button,
body.mihn-commerce-refresh .woocommerce input.button,
body.mihn-commerce-refresh .wc-block-components-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border:1px solid #171717;border-radius:7px;background:#171717;color:#fff!important;font-size:13px;font-weight:850;line-height:1.2;text-transform:none;letter-spacing:.01em;box-shadow:none;transition:background .15s ease,transform .15s ease}
body.mihn-commerce-refresh .woocommerce a.button:hover,
body.mihn-commerce-refresh .woocommerce button.button:hover,
body.mihn-commerce-refresh .woocommerce input.button:hover,
body.mihn-commerce-refresh .wc-block-components-button:hover{background:#303735;border-color:#303735;transform:translateY(-1px)}
body.mihn-commerce-refresh .woocommerce button.button:disabled,
body.mihn-commerce-refresh .woocommerce button.button:disabled[disabled]{opacity:.5;background:#777;color:#fff}

/* Classic cart */
body.mihn-cart-refresh .woocommerce{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.75fr);gap:24px 28px;align-items:start}
body.mihn-cart-refresh .woocommerce>.mihn-commerce-progress,
body.mihn-cart-refresh .woocommerce>.mihn-commerce-assurance,
body.mihn-cart-refresh .woocommerce>.woocommerce-notices-wrapper,
body.mihn-cart-refresh .woocommerce>.woocommerce-message,
body.mihn-cart-refresh .woocommerce>.woocommerce-info,
body.mihn-cart-refresh .woocommerce>.woocommerce-error,
body.mihn-cart-refresh .woocommerce>.cart-empty,
body.mihn-cart-refresh .woocommerce>.return-to-shop{grid-column:1/-1}
body.mihn-cart-refresh form.woocommerce-cart-form{grid-column:1;min-width:0;margin:0}
body.mihn-cart-refresh .cart-collaterals{grid-column:2;width:100%;display:flex;flex-direction:column;gap:22px;margin:0}
body.mihn-cart-refresh .cart-collaterals .cart_totals{width:100%;order:-1;position:sticky;top:24px;padding:24px;border:1px solid #d8ddda;border-radius:12px;background:#fff;box-shadow:0 12px 36px rgba(28,35,33,.07)}
body.admin-bar.mihn-cart-refresh .cart-collaterals .cart_totals{top:56px}
body.mihn-cart-refresh .cart-collaterals .cross-sells{width:100%;margin:0;padding:22px;border:1px solid #dfe3e1;border-radius:12px;background:#fff}
body.mihn-cart-refresh .cart-collaterals h2{margin:0 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:500;line-height:1.1;color:#171717}
body.mihn-cart-refresh table.shop_table{width:100%;margin:0;border:1px solid #d8ddda;border-collapse:separate;border-spacing:0;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 12px 36px rgba(28,35,33,.05)}
body.mihn-cart-refresh table.shop_table th{padding:14px 16px;border:0;border-bottom:1px solid #e0e4e2;background:var(--mihn-commerce-surface,#eef1ef);color:#59615f;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
body.mihn-cart-refresh table.shop_table td{padding:18px 16px;border:0;border-bottom:1px solid #e6e9e8;vertical-align:middle;color:#272d2b}
body.mihn-cart-refresh table.shop_table tr:last-child td{border-bottom:0}
body.mihn-cart-refresh table.shop_table .product-thumbnail{width:94px}
body.mihn-cart-refresh table.shop_table .product-thumbnail img{width:72px!important;height:72px!important;border-radius:8px;object-fit:cover}
body.mihn-cart-refresh table.shop_table .product-name a{color:#171717;font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:700;line-height:1.2;text-decoration:none}
body.mihn-cart-refresh table.shop_table .variation{margin:8px 0 0;color:#606865;font-size:12px}
body.mihn-cart-refresh table.shop_table .variation dt{font-weight:750}
body.mihn-cart-refresh table.shop_table .product-remove a{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#737b78!important;font-size:20px;font-weight:400}
body.mihn-cart-refresh table.shop_table .product-remove a:hover{background:#f5eaea;color:#9b3333!important}
body.mihn-cart-refresh .quantity .qty{width:72px;min-height:46px;padding:8px;border:1px solid #d2d7d5;border-radius:6px;background:#fff;font-size:16px;text-align:center}
body.mihn-cart-refresh table.shop_table td.actions{padding:16px;background:#fbfbfa}
body.mihn-cart-refresh table.shop_table td.actions .coupon{display:flex;gap:8px}
body.mihn-cart-refresh table.shop_table td.actions .coupon .input-text{width:190px!important;min-height:50px!important;margin:0!important}
body.mihn-cart-refresh table.shop_table td.actions>button{float:right}
body.mihn-cart-refresh .cart_totals table{margin:0 0 18px;border:0;border-collapse:collapse;background:transparent;box-shadow:none}
body.mihn-cart-refresh .cart_totals table th,
body.mihn-cart-refresh .cart_totals table td{padding:13px 0;border:0;border-bottom:1px solid #e1e5e3;background:transparent;font-size:14px;text-transform:none;letter-spacing:0}
body.mihn-cart-refresh .cart_totals table td{text-align:right}
body.mihn-cart-refresh .cart_totals .order-total th,
body.mihn-cart-refresh .cart_totals .order-total td{padding-top:18px;border:0;color:#171717;font-size:18px;font-weight:850}
body.mihn-cart-refresh .wc-proceed-to-checkout{padding:0}
body.mihn-cart-refresh .wc-proceed-to-checkout a.checkout-button{width:100%;min-height:58px;margin:0;font-size:16px}
body.mihn-cart-refresh .cart-empty{margin:20px 0 0!important;padding:44px 24px!important;text-align:center;font-family:Georgia,"Times New Roman",serif;font-size:26px}
body.mihn-cart-refresh .return-to-shop{text-align:center}
body.mihn-cart-refresh .return-to-shop .button{min-width:230px}

/* Classic checkout */
body.mihn-checkout-refresh form.checkout.woocommerce-checkout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(370px,.85fr);gap:0 30px;align-items:start}
body.mihn-checkout-refresh form.checkout #customer_details{grid-column:1;grid-row:1;align-self:start;width:100%;min-width:0}
body.mihn-checkout-refresh form.checkout #customer_details>.col-1,
body.mihn-checkout-refresh form.checkout #customer_details>.col-2{width:100%;float:none;margin:0 0 22px;padding:26px;border:1px solid #d8ddda;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(28,35,33,.05)}
body.mihn-checkout-refresh form.checkout #order_review_heading{grid-column:2;grid-row:1;margin:0;padding:24px 24px 16px;border:1px solid #d8ddda;border-bottom:0;border-radius:12px 12px 0 0;background:#fff;font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:500;line-height:1.1}
body.mihn-checkout-refresh form.checkout #order_review{grid-column:2;grid-row:1;align-self:start;position:sticky;top:24px;margin:71px 0 0!important;padding:0 24px 24px;border:1px solid #d8ddda;border-top:0;border-radius:0 0 12px 12px;background:#fff;box-shadow:0 12px 36px rgba(28,35,33,.07)}
body.admin-bar.mihn-checkout-refresh form.checkout #order_review{top:56px}
body.mihn-checkout-refresh form.checkout h3{margin:0 0 20px;font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:500;line-height:1.1;color:#171717}
body.mihn-checkout-refresh #ship-to-different-address{font-family:inherit;font-size:15px;font-weight:750}
body.mihn-checkout-refresh #ship-to-different-address label{display:flex;align-items:center;gap:9px}
body.mihn-checkout-refresh .woocommerce-form-login-toggle,
body.mihn-checkout-refresh .woocommerce-form-coupon-toggle{margin-bottom:12px}
body.mihn-checkout-refresh form.checkout_coupon,
body.mihn-checkout-refresh form.login{max-width:620px;margin:0 0 22px;padding:20px;border:1px solid #d8ddda;border-radius:10px;background:#fff}
body.mihn-checkout-refresh .woocommerce-checkout-review-order-table{margin:0 0 20px!important;border:0!important;border-collapse:collapse!important;background:transparent!important;box-shadow:none!important}
body.mihn-checkout-refresh .woocommerce-checkout-review-order-table th,
body.mihn-checkout-refresh .woocommerce-checkout-review-order-table td{padding:13px 0!important;border:0!important;border-bottom:1px solid #e1e5e3!important;background:transparent!important;color:#313936;font-size:13px;text-transform:none;letter-spacing:0}
body.mihn-checkout-refresh .woocommerce-checkout-review-order-table thead th{color:#69716e;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
body.mihn-checkout-refresh .woocommerce-checkout-review-order-table th:last-child,
body.mihn-checkout-refresh .woocommerce-checkout-review-order-table td:last-child{text-align:right}
body.mihn-checkout-refresh .woocommerce-checkout-review-order-table .order-total th,
body.mihn-checkout-refresh .woocommerce-checkout-review-order-table .order-total td{padding-top:18px!important;border-bottom:0!important;color:#171717;font-size:18px;font-weight:850}
body.mihn-checkout-refresh #payment{margin:0;border-radius:9px;background:var(--mihn-commerce-surface,#eef1ef)}
body.mihn-checkout-refresh #payment ul.payment_methods{padding:10px;border:0}
body.mihn-checkout-refresh #payment ul.payment_methods>li{margin:0 0 8px;padding:14px;border:1px solid #d5dad8;border-radius:8px;background:#fff}
body.mihn-checkout-refresh #payment ul.payment_methods>li:last-child{margin-bottom:0}
body.mihn-checkout-refresh #payment ul.payment_methods li input{margin-right:9px}
body.mihn-checkout-refresh #payment ul.payment_methods li label{display:inline;cursor:pointer;color:#303735;font-weight:750}
body.mihn-checkout-refresh #payment div.payment_box{margin:13px 0 0;padding:14px;border-radius:6px;background:#f7f8f7;color:#4b5552;font-size:13px;line-height:1.55}
body.mihn-checkout-refresh #payment div.payment_box:before{border-bottom-color:#f7f8f7}
body.mihn-checkout-refresh #payment .place-order{padding:16px 10px 10px}
body.mihn-checkout-refresh #payment #place_order{width:100%;min-height:60px;float:none;margin:14px 0 0;background:#171717;font-size:16px}
body.mihn-checkout-refresh .woocommerce-privacy-policy-text{color:#5f6865;font-size:12px;line-height:1.55}
.mihn-payment-reassurance{display:flex;align-items:flex-start;gap:10px;margin:8px 0 14px;padding:12px;border:1px solid #d7ddda;border-radius:7px;background:#fff;color:#56605d;font-size:11px;line-height:1.45}
.mihn-payment-reassurance>span:last-child{display:flex;flex-direction:column}.mihn-payment-reassurance strong{color:#28312f;font-size:12px}

/* WooCommerce Cart and Checkout blocks */
body.mihn-commerce-refresh .wc-block-cart,
body.mihn-commerce-refresh .wc-block-checkout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.75fr);gap:28px;margin:0}
body.mihn-commerce-refresh .wc-block-cart__main,
body.mihn-commerce-refresh .wc-block-checkout__main{width:auto;min-width:0;padding:0}
body.mihn-commerce-refresh .wc-block-cart__sidebar,
body.mihn-commerce-refresh .wc-block-checkout__sidebar{width:auto;min-width:0;align-self:start;margin:0;padding:24px;border:1px solid #d8ddda;border-radius:12px;background:#fff;box-shadow:0 12px 36px rgba(28,35,33,.07)}
body.mihn-commerce-refresh .wc-block-components-sidebar{position:sticky;top:24px}
body.mihn-commerce-refresh .wc-block-components-order-summary,
body.mihn-commerce-refresh .wc-block-components-totals-wrapper{border-color:#e0e4e2}
body.mihn-commerce-refresh .wc-block-components-product-name{color:#171717;font-family:Georgia,"Times New Roman",serif;font-weight:700}
body.mihn-commerce-refresh .wc-block-components-checkout-step{margin:0 0 20px;padding:24px;border:1px solid #d8ddda;border-radius:12px;background:#fff}
body.mihn-commerce-refresh .wc-block-components-checkout-step__heading{margin:0 0 16px}
body.mihn-commerce-refresh .wc-block-components-checkout-place-order-button{width:100%;min-height:60px;font-size:16px}

/* Distraction reduction is opt-in and affects only the plugin header/footer. */
body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-announcement{display:none}
body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-desktop-header{height:132px}
body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-desktop-nav,
body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-desktop-search-left,
body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-desktop-actions{visibility:hidden;pointer-events:none}
body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-brand .mihn-logo-link>*{transform:scale(1.25)}
body.mihn-checkout-refresh.mihn-commerce-compact-footer .mihn-footer-recent,
body.mihn-checkout-refresh.mihn-commerce-compact-footer .mihn-footer-main{display:none}

/* Order confirmation */
body.mihn-complete-refresh .woocommerce-order{padding:28px;border:1px solid #d8ddda;border-radius:12px;background:#fff;box-shadow:0 12px 36px rgba(28,35,33,.06)}
body.mihn-complete-refresh .woocommerce-thankyou-order-received{margin:0 0 24px;color:#26342f;font-family:Georgia,"Times New Roman",serif;font-size:30px}
body.mihn-complete-refresh ul.order_details{margin:0 0 28px;padding:18px;border-radius:9px;background:var(--mihn-commerce-surface,#eef1ef)}

@media(max-width:900px){
	body.mihn-commerce-refresh .site-content>.ast-container,body.mihn-commerce-refresh .site-content .ast-container,body.mihn-commerce-refresh #content>.ast-container{width:min(100% - 32px,1200px)}
	body.mihn-commerce-refresh #primary{padding:32px 0 54px}
	body.mihn-cart-refresh .woocommerce{grid-template-columns:1fr}
	body.mihn-cart-refresh form.woocommerce-cart-form,body.mihn-cart-refresh .cart-collaterals{grid-column:1}
	body.mihn-cart-refresh .cart-collaterals .cart_totals{position:static}
	body.mihn-checkout-refresh form.checkout.woocommerce-checkout{grid-template-columns:1fr}
	body.mihn-checkout-refresh form.checkout #customer_details,body.mihn-checkout-refresh form.checkout #order_review_heading,body.mihn-checkout-refresh form.checkout #order_review{grid-column:1;grid-row:auto}
	body.mihn-checkout-refresh form.checkout #order_review{position:static;margin-top:0!important}
	body.mihn-commerce-refresh .wc-block-cart,body.mihn-commerce-refresh .wc-block-checkout{display:block}
	body.mihn-commerce-refresh .wp-block-woocommerce-cart.alignwide,body.mihn-commerce-refresh .wp-block-woocommerce-checkout.alignwide{margin-inline:0!important}
	body.mihn-checkout-refresh .wc-block-checkout.is-mobile>.wc-block-checkout__sidebar{display:none}
	body.mihn-commerce-refresh .wc-block-cart__sidebar,body.mihn-commerce-refresh .wc-block-checkout__sidebar{margin-top:24px}
	body.mihn-commerce-refresh .wc-block-components-sidebar{position:static}
}
@media(max-width:600px){
	body.mihn-commerce-refresh .site-content>.ast-container,body.mihn-commerce-refresh .site-content .ast-container,body.mihn-commerce-refresh #content>.ast-container{width:min(100% - 24px,1200px)}
	body.mihn-commerce-refresh #primary{padding:24px 0 42px}
	body.mihn-commerce-refresh .entry-header{margin-bottom:20px}
	body.mihn-commerce-refresh .entry-title,body.mihn-commerce-refresh .woocommerce h1{font-size:42px}
	.mihn-commerce-progress{overflow:hidden;margin-bottom:14px}
	.mihn-commerce-progress ol{width:100%;grid-template-columns:repeat(3,1fr)}
	.mihn-commerce-progress li{flex-direction:column;align-items:flex-start;gap:6px;font-size:10px}
	.mihn-commerce-progress li:not(:last-child):after{left:30px;right:-8px;top:14px}
	.mihn-commerce-progress li strong,.mihn-commerce-progress li a{max-width:100%;padding:0 4px 0 0;background:transparent;white-space:normal;line-height:1.2}
	.mihn-commerce-assurance{padding:13px 14px}
	.mihn-commerce-assurance ul{grid-template-columns:1fr;gap:9px}
	body.mihn-cart-refresh table.shop_table td{padding:13px 12px}
	body.mihn-cart-refresh table.shop_table td.actions .coupon{width:100%;display:grid;grid-template-columns:1fr auto;float:none}
	body.mihn-cart-refresh table.shop_table td.actions .coupon .input-text{width:100%!important}
	body.mihn-cart-refresh table.shop_table td.actions>button{width:100%;float:none;margin-top:10px}
	body.mihn-cart-refresh .cart-collaterals .cart_totals,body.mihn-cart-refresh .cart-collaterals .cross-sells{padding:20px 17px}
	body.mihn-checkout-refresh form.checkout #customer_details>.col-1,body.mihn-checkout-refresh form.checkout #customer_details>.col-2{padding:20px 16px}
	body.mihn-checkout-refresh form.checkout #order_review_heading{padding:20px 17px 14px}
	body.mihn-checkout-refresh form.checkout #order_review{padding:0 17px 20px}
	body.mihn-checkout-refresh #payment ul.payment_methods>li{padding:13px 11px}
	body.mihn-commerce-refresh .wc-block-cart__sidebar,body.mihn-commerce-refresh .wc-block-checkout__sidebar,body.mihn-commerce-refresh .wc-block-components-checkout-step{padding:18px 15px}
	body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-mobile-header{min-height:68px;grid-template-columns:1fr}
	body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-menu-button,body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-mobile-actions{display:none}
	body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-mobile-brand{grid-column:1;grid-row:1}
	body.mihn-bottom-nav-active.mihn-cart-refresh{padding-bottom:calc(84px + env(safe-area-inset-bottom))}
}
@media(prefers-reduced-motion:reduce){body.mihn-commerce-refresh .woocommerce a.button,body.mihn-commerce-refresh .woocommerce button.button,body.mihn-commerce-refresh .woocommerce input.button,body.mihn-commerce-refresh .wc-block-components-button{transition:none}}
/* 2.2.1 classic WooCommerce compatibility and cart cleanup. */
body.mihn-cart-refresh .cart_totals .ppc-button-wrapper,body.mihn-cart-refresh .cart_totals #ppc-button-ppcp-gateway,body.mihn-cart-refresh .cart_totals .wc-ppcp-cart-payments__container,body.mihn-cart-refresh .cart_totals .ppcp-cart-payments__container,body.mihn-cart-refresh .cart_totals .wcppec-checkout-buttons{display:none!important}
body.mihn-cart-refresh table.shop_table .variation{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:4px 10px;max-width:100%;margin-top:9px!important;color:#56605d;font-size:12px}
body.mihn-cart-refresh table.shop_table .variation dt,body.mihn-cart-refresh table.shop_table .variation dd{float:none!important;margin:0!important;padding:0!important;line-height:1.45}
body.mihn-cart-refresh table.shop_table .variation dd p{margin:0!important}
body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#customer_details{width:100%!important;max-width:none!important;float:none!important;justify-self:stretch}
body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#customer_details>.col-1,body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#customer_details>.col-2{width:100%!important;max-width:none!important;float:none!important}
body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review_heading,body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review{width:100%!important;max-width:none!important;float:none!important;justify-self:stretch;box-sizing:border-box}
body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review .woocommerce-checkout-review-order-table,body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review #payment{width:100%!important;max-width:none!important;float:none!important;box-sizing:border-box}
body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review .woocommerce-shipping-methods label{display:inline;overflow-wrap:anywhere}
@media(min-width:901px){body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-site-header.mihn-logo-center .mihn-brand .mihn-logo-link{max-width:none}body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-site-header.mihn-logo-center .mihn-brand .mihn-logo-link img{height:96px!important;max-height:112px!important;max-width:180px!important;transform:none!important;transform-origin:center}body.mihn-checkout-refresh.mihn-commerce-simple-header .mihn-site-header.mihn-logo-center .mihn-brand .mihn-text-logo{transform:scale(1.15)!important;transform-origin:center}}
@media(max-width:600px){body.mihn-cart-refresh table.shop_table .variation{grid-template-columns:1fr;gap:2px}body.mihn-cart-refresh table.shop_table .variation dd{padding-bottom:5px!important}}
/* 2.3.0 conversion-focused classic cart and checkout refinement. */
body.mihn-commerce-refresh{max-width:100%;background:#f7f5f1}
body.mihn-commerce-refresh .woocommerce-error,body.mihn-commerce-refresh .woocommerce-info,body.mihn-commerce-refresh .woocommerce-message{border-radius:8px;overflow-wrap:anywhere}
body.mihn-cart-refresh .woocommerce{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:28px;align-items:start}
body.mihn-cart-refresh .woocommerce>.woocommerce-notices-wrapper,body.mihn-cart-refresh .woocommerce>.mihn-commerce-progress,body.mihn-cart-refresh .woocommerce>.mihn-commerce-assurance,body.mihn-cart-refresh .woocommerce>.cart-empty,body.mihn-cart-refresh .woocommerce>.return-to-shop{grid-column:1/-1}
body.mihn-cart-refresh form.woocommerce-cart-form{grid-column:1;width:100%;min-width:0}
body.mihn-cart-refresh .cart-collaterals{grid-column:2;width:100%;min-width:0}
body.mihn-cart-refresh .cross-sells{display:none!important}
body.mihn-cart-refresh table.shop_table.cart{display:block;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible}
body.mihn-cart-refresh table.shop_table.cart thead{display:none!important}
body.mihn-cart-refresh table.shop_table.cart tbody{display:grid;gap:16px}
body.mihn-cart-refresh table.shop_table.cart tr.cart_item,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item{display:grid;grid-template-columns:44px 92px minmax(220px,1fr) minmax(88px,auto) minmax(130px,auto) minmax(92px,auto);gap:10px 16px;align-items:center;padding:18px;border:1px solid #d8ddda;border-radius:12px;background:#fff;box-shadow:0 9px 26px rgba(28,35,33,.055)}
body.mihn-cart-refresh table.shop_table.cart tr.cart_item>td,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item>td{width:auto!important;padding:0!important;border:0!important;background:transparent!important}
body.mihn-cart-refresh table.shop_table.cart td:before{display:none!important}
body.mihn-cart-refresh table.shop_table.cart .product-remove{grid-column:1;grid-row:1;align-self:start}
body.mihn-cart-refresh table.shop_table.cart .product-thumbnail{grid-column:2;grid-row:1}
body.mihn-cart-refresh table.shop_table.cart .product-name{grid-column:3;grid-row:1;min-width:0}
body.mihn-cart-refresh table.shop_table.cart .product-price{grid-column:4;grid-row:1}
body.mihn-cart-refresh table.shop_table.cart .product-quantity{grid-column:5;grid-row:1}
body.mihn-cart-refresh table.shop_table.cart .product-subtotal{grid-column:6;grid-row:1;text-align:right;font-weight:850}
body.mihn-cart-refresh table.shop_table.cart .mihn-cart-customization-cell{grid-column:2/-1;grid-row:2}
body.mihn-cart-refresh table.shop_table.cart .product-thumbnail img{width:88px!important;height:88px!important;border-radius:9px;object-fit:cover}
body.mihn-cart-refresh table.shop_table.cart .product-name>a{display:inline-block;font-size:20px;overflow-wrap:anywhere}
body.mihn-cart-refresh a.mihn-remove-item{width:auto!important;height:auto!important;display:inline-flex!important;align-items:center;gap:5px;padding:5px!important;border-radius:6px!important;border:1px solid #d1d6d3!important;background:#f3f4f3!important;color:#343b39!important;font-size:12px!important;font-weight:800!important;line-height:1!important;white-space:nowrap;opacity:1!important}
body.mihn-cart-refresh a.mihn-remove-item span:first-child{font-size:18px;font-weight:400}
body.mihn-cart-refresh a.mihn-remove-item:hover{background:#f7ecec!important;color:#8d3030!important}
body.mihn-cart-refresh table.shop_table.cart tr:not(.cart_item):not(.woocommerce-cart-form__cart-item){display:block}
body.mihn-cart-refresh table.shop_table.cart td.actions{display:block!important;padding:0!important;border:0!important;background:transparent!important}
body.mihn-cart-refresh table.shop_table.cart td.actions .coupon{display:none!important}
html.mihn-commerce-js body.mihn-cart-refresh table.shop_table.cart td.actions{display:none!important}
body.mihn-cart-refresh button[name="update_cart"]{min-height:46px;margin-top:10px}
html.mihn-commerce-js body.mihn-cart-refresh button[name="update_cart"]{display:none!important}
.mihn-quantity-stepper{display:inline-grid;grid-template-columns:42px minmax(46px,54px) 42px;align-items:stretch;border:1px solid #cbd1ce;border-radius:8px;overflow:hidden;background:#fff}
.mihn-quantity-stepper button{min-width:42px;min-height:44px;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#f4f5f4!important;color:#171717!important;font-size:20px!important;font-weight:500!important;box-shadow:none!important}
.mihn-quantity-stepper button:hover{background:#e8ebe9!important}
.mihn-quantity-stepper input.qty{width:100%!important;min-width:0!important;height:44px!important;margin:0!important;padding:0 3px!important;border:0!important;border-right:1px solid #d7dbd9!important;border-left:1px solid #d7dbd9!important;border-radius:0!important;text-align:center!important;-moz-appearance:textfield}
.mihn-quantity-stepper input.qty::-webkit-inner-spin-button,.mihn-quantity-stepper input.qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
tr[data-mihn-updating="true"]{opacity:.58;pointer-events:none}
.mihn-customization{margin-top:12px;border-top:1px solid #e0e4e2}
.mihn-cart-customization-cell .mihn-customization{margin-top:0}
.mihn-customization summary{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;cursor:pointer;color:#202624;font-weight:850;list-style:none}
.mihn-customization summary::-webkit-details-marker{display:none}
.mihn-customization-action{color:#59635f;font-size:12px;font-weight:750;text-decoration:underline;text-underline-offset:3px}
.mihn-customization-list{display:grid!important;grid-template-columns:minmax(130px,max-content) minmax(0,1fr)!important;gap:7px 18px!important;margin:0!important;padding:5px 0 4px!important;color:#515a57!important;font-size:13px!important}
.mihn-customization-list dt,.mihn-customization-list dd{float:none!important;margin:0!important;padding:0!important;line-height:1.55!important;overflow-wrap:anywhere}
.mihn-customization-list dt{font-weight:800!important;color:#343b39}
.mihn-customization-list dd p{margin:0!important}
body.mihn-cart-refresh .cart-collaterals .cart_totals{width:100%!important;position:static!important;padding:0!important;border:1px solid #d7ddda;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(28,35,33,.07)}
body.mihn-cart-refresh .cart-collaterals .cart_totals h2{margin:0;padding:20px 22px;border-bottom:1px solid #e0e4e2;font-size:25px}
body.mihn-cart-refresh .cart-collaterals .cart_totals table{margin:0!important;border:0!important}
body.mihn-cart-refresh .cart-collaterals .cart_totals th,body.mihn-cart-refresh .cart-collaterals .cart_totals td{padding:13px 20px!important}
body.mihn-cart-refresh .cart-collaterals .wc-proceed-to-checkout{padding:18px 20px 20px!important}
body.mihn-cart-refresh .cart-collaterals .wc-proceed-to-checkout a.checkout-button{margin:0!important;min-height:54px;display:flex;align-items:center;justify-content:center}
.mihn-mobile-checkout-bar{display:none}

body.mihn-checkout-refresh form.checkout.woocommerce-checkout{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(390px,460px)!important;gap:30px!important;align-items:start}
body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#customer_details{grid-column:1!important;min-width:0!important}
body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review_heading,body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review{grid-column:2!important;min-width:0!important}
body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review_heading{grid-row:1!important;display:flex;align-items:center;justify-content:space-between;gap:14px}
body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review{grid-row:1!important;position:static!important}
body.mihn-checkout-refresh #customer_details .form-row{box-sizing:border-box}
body.mihn-checkout-refresh #customer_details .form-row input.input-text,body.mihn-checkout-refresh #customer_details .form-row textarea,body.mihn-checkout-refresh #customer_details .select2-selection{font-size:16px!important}
body.mihn-checkout-refresh .mihn-edit-cart{color:#414a47!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table thead{display:none}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tr.cart_item td{padding:14px 7px!important;vertical-align:top}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table td.product-name{width:72%;font-size:14px;overflow-wrap:anywhere}
.mihn-review-product{display:grid;grid-template-columns:62px minmax(0,1fr);gap:12px;align-items:start}
.mihn-review-image{width:62px!important;height:62px!important;margin:0!important;border-radius:7px;object-fit:cover}
.mihn-review-product-name{font-weight:850;line-height:1.35}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation{display:grid;grid-template-columns:minmax(105px,max-content) minmax(0,1fr);gap:4px 10px;margin:10px 0 0 74px!important;color:#56605d;font-size:12px}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation dt,body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation dd{float:none!important;margin:0!important;padding:0!important;line-height:1.45}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .mihn-customization{margin-left:74px}
body.mihn-checkout-refresh .woocommerce-form-login-toggle .woocommerce-info{margin:0 0 14px;padding:14px 18px;border:1px solid #d8ddda;background:#fff;color:#222}
body.mihn-checkout-refresh form.woocommerce-form-login{margin:0 0 18px!important;padding:18px!important;border-color:#d8ddda!important;border-radius:8px!important}
.mihn-checkout-carrier td,.mihn-combine-shipping td{padding:0!important;border-top:0!important}
.mihn-checkout-carrier>td>div{display:flex;gap:12px;margin:10px 0 14px;padding:15px;border:1px solid #d7ddda;border-radius:9px;background:#f4f6f5;color:#38413e;font-size:13px;line-height:1.55;text-align:left}
.mihn-checkout-carrier strong{display:block;margin-bottom:3px;color:#171717;font-size:14px}
.mihn-carrier-icon{width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:var(--mihn-commerce-accent,#66716e);position:relative}
.mihn-carrier-icon:after{content:"";position:absolute;inset:8px 6px;border:2px solid #fff;border-radius:2px}
.mihn-combine-shipping details{margin:0 0 16px;border:1px solid #d7ddda;border-radius:9px;background:#fff;text-align:left;overflow:hidden}
.mihn-combine-shipping summary{min-height:50px;display:flex;align-items:center;padding:12px 15px;cursor:pointer;color:#242a28;font-size:13px;font-weight:850;list-style:none}
.mihn-combine-shipping summary::-webkit-details-marker{display:none}
.mihn-combine-shipping summary:after{content:"+";margin-left:auto;font-size:19px;font-weight:500}
.mihn-combine-shipping details[open] summary:after{content:"−"}
.mihn-combine-panel{padding:0 15px 15px;border-top:1px solid #e4e7e5}
.mihn-combine-title{margin:13px 0 8px!important;font-weight:800}
.mihn-combine-panel label{display:block;margin-bottom:5px;font-size:12px;font-weight:800}
.mihn-combine-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.mihn-combine-controls input{width:100%!important;min-height:46px!important;margin:0!important;font-size:16px!important}
.mihn-combine-controls button{min-height:46px!important;margin:0!important;white-space:nowrap}
.mihn-combine-help{margin:8px 0 0!important;color:#606865;font-size:11px;line-height:1.5}
.mihn-combine-result{margin-top:8px;font-size:12px;font-weight:750}
.mihn-combine-result.is-success{color:#27663c}.mihn-combine-result.is-error{color:#9a2e2e}
body.mihn-checkout-refresh #payment ul.payment_methods>li{margin-bottom:9px!important;border:1px solid #d7ddda!important;border-radius:9px!important;background:#fff!important;overflow:hidden}
body.mihn-checkout-refresh #payment ul.payment_methods>li>label{display:inline-flex!important;align-items:center;gap:8px;min-height:50px;padding:12px 10px;font-weight:800;overflow-wrap:anywhere}
body.mihn-checkout-refresh #payment .payment_box{margin:0!important;padding:15px!important;background:#f2f4f3!important;font-size:13px!important}
body.mihn-checkout-refresh #place_order[aria-busy="true"]{opacity:.66;cursor:wait}
body.mihn-checkout-refresh .mihn-recaptcha-disclosure{margin:12px 0!important;color:#606865;font-size:11px;line-height:1.5}
body.mihn-checkout-refresh .mihn-recaptcha-disclosure a{color:inherit;text-decoration:underline}
body.mihn-checkout-refresh .grecaptcha-badge{visibility:hidden!important}
body.mihn-checkout-refresh.mihn-commerce-compact-footer #mihn-site-footer .mihn-footer-recent,body.mihn-checkout-refresh.mihn-commerce-compact-footer #mihn-site-footer .mihn-footer-main,body.mihn-checkout-refresh.mihn-commerce-compact-footer #mihn-site-footer .mihn-footer-payments{display:none!important}

@media(min-width:901px) and (min-height:900px){body.mihn-cart-refresh .cart-collaterals .cart_totals{position:sticky!important;top:148px!important}body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review{position:sticky!important;top:162px!important;max-height:calc(100vh - 182px);overflow:auto;overscroll-behavior:contain}}
@media(max-width:900px){
 body.mihn-cart-refresh .woocommerce{display:block}
 body.mihn-cart-refresh .cart-collaterals{margin-top:20px}
 body.mihn-checkout-refresh form.checkout.woocommerce-checkout{display:block!important}
 body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review_heading{display:flex!important;margin-top:24px!important}
 body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review{display:block!important;max-height:none!important;overflow:visible!important}
}
@media(max-width:800px){
 body.mihn-cart-refresh table.shop_table.cart tbody{gap:12px}
 body.mihn-cart-refresh table.shop_table.cart tr.cart_item,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item{grid-template-columns:88px minmax(0,1fr);gap:8px 13px;padding:14px}
 body.mihn-cart-refresh table.shop_table.cart .product-thumbnail{grid-column:1;grid-row:1/4;align-self:start}
 body.mihn-cart-refresh table.shop_table.cart .product-thumbnail img{width:88px!important;height:88px!important}
 body.mihn-cart-refresh table.shop_table.cart .product-remove{grid-column:2;grid-row:1;justify-self:end}
 body.mihn-cart-refresh table.shop_table.cart .product-name{grid-column:2;grid-row:2}
 body.mihn-cart-refresh table.shop_table.cart .product-price{grid-column:2;grid-row:3;display:grid;grid-template-columns:auto 1fr;gap:8px;font-size:13px}
 body.mihn-cart-refresh table.shop_table.cart .product-price:before{content:"Price";display:block!important;color:#656e6b;font-size:11px;font-weight:750}
 body.mihn-cart-refresh table.shop_table.cart .product-quantity{grid-column:1/-1;grid-row:4;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px!important;border-top:1px solid #e5e8e6!important}
 body.mihn-cart-refresh table.shop_table.cart .product-quantity:before{content:"Quantity";display:block!important;color:#4b5350;font-size:12px;font-weight:800}
 body.mihn-cart-refresh table.shop_table.cart .product-subtotal{grid-column:1/-1;grid-row:5;display:flex;align-items:center;justify-content:space-between;text-align:right}
 body.mihn-cart-refresh table.shop_table.cart .product-subtotal:before{content:"Item subtotal";display:block!important;color:#4b5350;font-size:12px;font-weight:800}
 body.mihn-cart-refresh table.shop_table.cart .mihn-cart-customization-cell{grid-column:1/-1;grid-row:6}
 .mihn-customization-list{grid-template-columns:1fr!important;gap:2px!important}
 .mihn-customization-list dd{padding-bottom:7px!important}
 body.mihn-cart-refresh .cart-collaterals .cart_totals h2{padding:17px;font-size:23px}
 body.mihn-cart-refresh .cart-collaterals .cart_totals th,body.mihn-cart-refresh .cart-collaterals .cart_totals td{padding:12px 16px!important}
 .mihn-mobile-checkout-bar{position:fixed;z-index:99990;right:0;bottom:calc(64px + env(safe-area-inset-bottom));left:0;display:grid;grid-template-columns:auto minmax(170px,1fr);align-items:center;gap:12px;padding:10px 12px;border-top:1px solid #d5dad7;background:rgba(255,255,255,.98);box-shadow:0 -8px 24px rgba(20,27,24,.13);transition:transform .18s ease,opacity .18s ease}
 .mihn-mobile-checkout-bar>span{display:flex;flex-direction:column;min-width:92px}.mihn-mobile-checkout-bar small{color:#636b68;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.mihn-mobile-checkout-bar strong{color:#171717;font-size:15px;white-space:nowrap}
 .mihn-mobile-checkout-bar>a{min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:#151716;color:#fff!important;font-size:13px;font-weight:900;text-align:center;text-decoration:none}
 .mihn-mobile-checkout-bar.is-standard-visible{transform:translateY(130%);opacity:0;pointer-events:none}
 body.mihn-bottom-nav-active.mihn-cart-refresh{padding-bottom:calc(64px + env(safe-area-inset-bottom))!important}
 body.mihn-checkout-refresh #customer_details .form-row{width:100%!important;float:none!important;margin-right:0!important}
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table td.product-name{width:auto}
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation,body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .mihn-customization{margin-left:0!important}
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation{grid-template-columns:1fr;gap:2px}
 .mihn-review-product{grid-template-columns:56px minmax(0,1fr)}.mihn-review-image{width:56px!important;height:56px!important}
 .mihn-combine-controls{grid-template-columns:1fr}.mihn-combine-controls button{width:100%}
}

/* 2.5.1 final cart and checkout conflict repair. */
body.mihn-cart-refresh .woocommerce{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}
body.mihn-cart-refresh form.woocommerce-cart-form,body.mihn-cart-refresh .cart-collaterals{position:relative!important;inset:auto!important;min-width:0!important;max-width:100%!important;transform:none!important;box-sizing:border-box!important}
body.mihn-cart-refresh table.shop_table.cart tr.cart_item::before,body.mihn-cart-refresh table.shop_table.cart tr.cart_item::after,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item::before,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item::after,body.mihn-cart-refresh a.mihn-remove-item::before,body.mihn-cart-refresh a.mihn-remove-item::after{content:none!important;display:none!important}
body.mihn-cart-refresh a.mihn-remove-item{position:relative!important;inset:auto!important;width:auto!important;min-width:0!important;max-width:max-content!important;height:auto!important;min-height:32px!important;padding:4px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;color:#69716e!important;text-decoration:underline!important;text-underline-offset:3px}
body.mihn-cart-refresh table.shop_table.cart tr.cart_item,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item{height:auto!important;min-height:0!important;max-width:100%!important;box-sizing:border-box!important}
body.mihn-cart-refresh table.shop_table.cart tr.cart_item>td,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item>td{height:auto!important;min-height:0!important;min-width:0!important;box-sizing:border-box!important}
@media(min-width:1200px){
 body.mihn-cart-refresh .woocommerce{grid-template-columns:minmax(0,1fr) minmax(310px,350px)!important;gap:26px!important}
 body.mihn-cart-refresh table.shop_table.cart tr.cart_item,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item{grid-template-columns:36px 76px minmax(150px,1fr) minmax(68px,auto) 126px minmax(70px,auto)!important;gap:9px 11px!important;padding:16px!important}
 body.mihn-cart-refresh table.shop_table.cart .product-thumbnail img{width:76px!important;height:76px!important}
 body.mihn-cart-refresh table.shop_table.cart .product-name>a{font-size:17px!important;line-height:1.28!important}
 body.mihn-cart-refresh .cart-collaterals .cart_totals{position:sticky!important;top:148px!important;width:100%!important;max-width:350px!important;margin-left:auto!important}
}
@media(max-width:1199px){
 body.mihn-cart-refresh .cart-collaterals{clear:both!important;display:block!important;margin-top:22px!important}
 body.mihn-cart-refresh .cart-collaterals .cart_totals{float:none!important;width:100%!important;max-width:none!important;margin:0!important}
}
@media(max-width:800px){
 body.mihn-cart-refresh table.shop_table.cart tr.cart_item,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item{grid-auto-rows:auto!important;align-content:start!important;padding:13px!important}
 body.mihn-cart-refresh table.shop_table.cart .product-thumbnail{grid-row:1/3!important}
 body.mihn-cart-refresh table.shop_table.cart .product-remove{grid-row:1!important}
 body.mihn-cart-refresh table.shop_table.cart .product-name{grid-row:2!important;align-self:start!important}
 body.mihn-cart-refresh table.shop_table.cart .product-price{grid-row:3!important}
 body.mihn-cart-refresh table.shop_table.cart .product-quantity{grid-row:4!important}
 body.mihn-cart-refresh table.shop_table.cart .product-subtotal{grid-row:5!important}
 body.mihn-cart-refresh table.shop_table.cart .mihn-cart-customization-cell{grid-row:6!important}
 body.mihn-cart-refresh .cart-collaterals .cart_totals{padding:0!important;overflow:hidden!important}
 body.mihn-cart-refresh .cart-collaterals .cart_totals h2{margin:0!important}
}
@media(prefers-reduced-motion:reduce){.mihn-mobile-checkout-bar{transition:none}}

/* 2.3.1 mobile width, cart-control, and checkout legibility hardening. */
.mihn-quantity-stepper button:disabled{opacity:.42!important;cursor:not-allowed!important}
body.mihn-cart-refresh .quantity>button:not(.mihn-qty-minus):not(.mihn-qty-plus),
body.mihn-cart-refresh .quantity>a.plus,
body.mihn-cart-refresh .quantity>a.minus,
body.mihn-cart-refresh .quantity>span.plus,
body.mihn-cart-refresh .quantity>span.minus{display:none!important}
body.mihn-cart-refresh .quantity:before,body.mihn-cart-refresh .quantity:after{content:none!important;display:none!important}
body.mihn-checkout-refresh .woocommerce-account-fields .create-account{margin:14px 0 0!important;padding:14px!important;border:1px solid #d8ddda;border-radius:8px;background:#f7f8f7}
body.mihn-checkout-refresh form.checkout.woocommerce-checkout>:empty{display:none!important}
body.mihn-checkout-refresh #customer_details>.mihn-empty-checkout-column{display:none!important}
body.mihn-checkout-refresh .woocommerce-account-fields .create-account label{display:flex!important;align-items:center;gap:11px;margin:0!important;font-size:16px!important;font-weight:850!important;line-height:1.35;cursor:pointer}
body.mihn-checkout-refresh .woocommerce-account-fields .create-account input[type="checkbox"]{width:24px!important;height:24px!important;flex:0 0 24px;margin:0!important;accent-color:#171717}
.mihn-account-helper{margin:7px 0 0 35px!important;color:#626a67;font-size:12px;line-height:1.45}
body.mihn-checkout-refresh #payment ul.payment_methods>li>input[type="radio"]{width:22px!important;height:22px!important;vertical-align:middle;accent-color:#66716e}
.mihn-payment-name{min-width:0;overflow-wrap:anywhere}
.mihn-payment-logos{display:inline-flex;align-items:center;flex-wrap:wrap;gap:5px;margin-left:auto}
.mihn-payment-logos img{width:auto!important;max-width:70px!important;max-height:30px!important;margin:0!important;object-fit:contain}

@media(max-width:900px){
 body.mihn-commerce-refresh #page,body.mihn-commerce-refresh .site,body.mihn-commerce-refresh .site-content,body.mihn-commerce-refresh .content-area,body.mihn-commerce-refresh .site-main,body.mihn-commerce-refresh article,body.mihn-commerce-refresh .entry-content,body.mihn-commerce-refresh .woocommerce{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box}
 body.mihn-commerce-refresh .site-content>.ast-container,body.mihn-commerce-refresh .site-content>.container,body.mihn-commerce-refresh main>.container{width:100%!important;max-width:100%!important;min-width:0!important;padding-right:12px!important;padding-left:12px!important;box-sizing:border-box}
 body.mihn-cart-refresh form.woocommerce-cart-form,body.mihn-cart-refresh table.shop_table.cart,body.mihn-cart-refresh table.shop_table.cart tbody,body.mihn-cart-refresh .cart-collaterals,body.mihn-cart-refresh .cart_totals,body.mihn-checkout-refresh form.checkout.woocommerce-checkout,body.mihn-checkout-refresh #customer_details,body.mihn-checkout-refresh #order_review{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box}
 body.mihn-cart-refresh .quantity{width:auto!important;max-width:100%!important;min-width:0!important;display:inline-flex!important;align-items:center!important}
 body.mihn-cart-refresh .mihn-quantity-stepper{width:140px!important;max-width:100%!important;grid-template-columns:42px minmax(46px,56px) 42px!important}
 body.mihn-checkout-refresh .woocommerce-form-login-toggle .woocommerce-info{display:flex!important;align-items:center!important;flex-wrap:wrap;gap:5px 7px;min-width:0!important;font-size:16px!important;line-height:1.45!important}
 body.mihn-checkout-refresh .woocommerce-form-login-toggle .woocommerce-info:before{position:static!important;flex:0 0 auto;margin:0 2px 0 0!important}
 body.mihn-checkout-refresh .woocommerce-form-login-toggle .woocommerce-info a{display:inline!important;margin:0!important;font-weight:850!important;white-space:nowrap}
 body.mihn-checkout-refresh #payment,body.mihn-checkout-refresh #payment ul.payment_methods,body.mihn-checkout-refresh #payment ul.payment_methods>li{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box}
 body.mihn-checkout-refresh #payment ul.payment_methods>li{padding:12px!important}
 body.mihn-checkout-refresh #payment ul.payment_methods>li>label{width:calc(100% - 34px)!important;max-width:calc(100% - 34px)!important;display:inline-flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;padding:4px 0!important;vertical-align:middle!important;font-size:16px!important;line-height:1.35!important}
 body.mihn-checkout-refresh .mihn-mobile-actions{visibility:hidden}
 .mihn-combine-controls{grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch}
 .mihn-combine-controls button{width:auto!important;min-width:112px;padding-right:14px!important;padding-left:14px!important}
}
@media(max-width:800px){
 body.mihn-cart-refresh table.shop_table.cart tr.cart_item,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item{width:100%!important;max-width:100%!important;min-width:0!important;grid-template-columns:76px minmax(0,1fr)!important;gap:8px 12px!important;padding:13px!important;box-sizing:border-box}
 body.mihn-cart-refresh table.shop_table.cart .product-thumbnail img{width:76px!important;height:76px!important;max-width:100%!important}
 body.mihn-cart-refresh table.shop_table.cart .product-name>a{font-size:18px!important;line-height:1.25!important}
 body.mihn-cart-refresh a.mihn-remove-item{max-width:100%!important;padding:6px 8px!important}
 .mihn-mobile-checkout-bar{max-width:100vw!important;box-sizing:border-box}
}
@media(max-width:520px){
 .mihn-combine-controls{grid-template-columns:1fr!important}
 .mihn-combine-controls button{width:100%!important}
 body.mihn-checkout-refresh #payment ul.payment_methods>li>label{font-size:15px!important}
 .mihn-payment-logos{width:100%;margin:2px 0 0!important}
 .mihn-payment-logos img{max-width:64px!important;max-height:26px!important}
}
@media(max-width:360px){
 body.mihn-cart-refresh table.shop_table.cart tr.cart_item,body.mihn-cart-refresh table.shop_table.cart tr.woocommerce-cart-form__cart-item{grid-template-columns:64px minmax(0,1fr)!important;padding:11px!important}
 body.mihn-cart-refresh table.shop_table.cart .product-thumbnail img{width:64px!important;height:64px!important}
 body.mihn-cart-refresh .mihn-quantity-stepper{width:132px!important;grid-template-columns:40px minmax(44px,52px) 40px!important}
}

/* 2.4.0 final mobile cart and native-gateway checkout refinement. */
.mihn-mobile-checkout-bar{display:none!important}
body.mihn-cart-refresh a.mihn-remove-item{min-height:44px!important;display:inline-flex!important;align-items:center!important;gap:5px!important;margin:0!important;padding:8px 4px!important;border:0!important;border-radius:4px!important;background:transparent!important;color:#69716e!important;box-shadow:none!important;font-size:12px!important;font-weight:700!important;text-decoration:none!important}
body.mihn-cart-refresh a.mihn-remove-item span:first-child{font-size:17px!important;line-height:1!important}
body.mihn-cart-refresh a.mihn-remove-item:hover{background:#f3f5f4!important;color:#343b39!important}
body.mihn-cart-refresh a.mihn-remove-item:focus-visible{outline:2px solid #171717!important;outline-offset:2px}
body.mihn-cart-refresh .product-quantity>.plus,body.mihn-cart-refresh .product-quantity>.minus,body.mihn-cart-refresh .product-quantity>.qty-plus,body.mihn-cart-refresh .product-quantity>.qty-minus,body.mihn-cart-refresh .quantity>.plus,body.mihn-cart-refresh .quantity>.minus,body.mihn-cart-refresh .quantity>.qty-plus,body.mihn-cart-refresh .quantity>.qty-minus{display:none!important}
body.mihn-cart-refresh .mihn-quantity-stepper{display:inline-grid!important;grid-template-columns:44px minmax(46px,56px) 44px!important;width:144px!important;max-width:100%!important;height:46px!important;min-height:46px!important;overflow:hidden!important}
body.mihn-cart-refresh .mihn-quantity-stepper>.mihn-qty-minus,body.mihn-cart-refresh .mihn-quantity-stepper>.mihn-qty-plus,body.mihn-cart-refresh .mihn-quantity-stepper>input.qty{display:block!important;width:100%!important;min-width:0!important;height:44px!important;min-height:44px!important;position:static!important;transform:none!important}
html.mihn-cart-mutation-busy body.mihn-cart-refresh .woocommerce-cart-form .mihn-qty-minus,html.mihn-cart-mutation-busy body.mihn-cart-refresh .woocommerce-cart-form .mihn-qty-plus,html.mihn-cart-mutation-busy body.mihn-cart-refresh .woocommerce-cart-form .mihn-remove-item{pointer-events:none;opacity:.62}
.mihn-primary-cart-image,.mihn-review-image{aspect-ratio:1/1;object-fit:cover!important}
.mihn-combine-panel,.mihn-combine-controls,.mihn-combine-controls>*{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}
.mihn-combine-panel{overflow:hidden;padding:14px 15px 15px!important}
.mihn-combine-controls{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:9px!important}
.mihn-combine-controls button{min-width:0!important;margin:0!important;padding-right:14px!important;padding-left:14px!important}
.mihn-combine-help{max-width:100%;overflow-wrap:anywhere}
body.mihn-checkout-refresh #payment{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;background:transparent!important}
body.mihn-checkout-refresh #payment .mihn-payment-heading{margin:0 0 12px!important;color:#171717;font-family:Georgia,"Times New Roman",serif;font-size:25px!important;font-weight:650!important;line-height:1.2}
body.mihn-checkout-refresh #payment ul.payment_methods{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-sizing:border-box!important}
body.mihn-checkout-refresh #payment ul.payment_methods>li.mihn-payment-method{position:relative;width:100%!important;max-width:100%!important;min-width:0!important;margin:0 0 9px!important;padding:0!important;border:1px solid #d7ddda!important;border-radius:10px!important;background:#fff!important;box-sizing:border-box!important;overflow:hidden!important}
body.mihn-checkout-refresh #payment ul.payment_methods>li.mihn-payment-method[hidden]{display:none!important}
body.mihn-checkout-refresh #payment ul.payment_methods>li.mihn-payment-method.is-selected{border:2px solid #66716e!important;box-shadow:0 5px 16px rgba(33,42,39,.08)}
body.mihn-checkout-refresh #payment ul.payment_methods>li.mihn-payment-method>input[type="radio"]{position:absolute!important;z-index:2;top:20px!important;left:16px!important;width:22px!important;height:22px!important;margin:0!important;accent-color:#66716e}
body.mihn-checkout-refresh #payment ul.payment_methods>li.mihn-payment-method>label{width:100%!important;max-width:100%!important;min-height:62px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:5px 10px!important;margin:0!important;padding:15px 15px 15px 50px!important;box-sizing:border-box!important;cursor:pointer!important;color:#222!important;font-size:16px!important;font-weight:800!important;line-height:1.3!important}
.mihn-payment-name{display:block;min-width:0;font-size:16px;font-weight:850;overflow-wrap:anywhere}
.mihn-payment-description{grid-column:1/-1;display:block;margin:0;color:#606865;font-size:12px;font-weight:500;line-height:1.45;overflow-wrap:anywhere}
.mihn-payment-logos{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:6px!important;margin:0!important}
.mihn-payment-logos img{width:auto!important;max-width:72px!important;max-height:30px!important;margin:0!important;object-fit:contain!important}
body.mihn-checkout-refresh #payment .payment_box{display:none!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:15px!important;border-top:1px solid #e2e6e4!important;background:#f4f6f5!important;box-sizing:border-box!important;overflow:hidden!important}
body.mihn-checkout-refresh #payment li.mihn-payment-method.is-selected>.payment_box{display:block!important}
body.mihn-checkout-refresh #payment .payment_box:before{display:none!important}
body.mihn-checkout-refresh #payment .payment_box iframe,body.mihn-checkout-refresh #payment .payment_box>div,body.mihn-checkout-refresh #payment .wc-stripe-elements-field{max-width:100%!important;box-sizing:border-box!important}
body.mihn-checkout-refresh #payment .mihn-payment-group-heading{width:100%!important;max-width:100%!important;margin:14px 0 8px!important;padding:0!important;border:0!important;border-radius:10px!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
body.mihn-checkout-refresh #payment .mihn-payment-group-heading>button{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:11px 14px;border:1px solid #cfd5d2;border-radius:10px;background:#eef1ef;color:#202624;text-align:left;cursor:pointer;box-sizing:border-box}
body.mihn-checkout-refresh #payment .mihn-payment-group-heading>button>span:first-child{display:flex;flex-direction:column;gap:2px;min-width:0}
body.mihn-checkout-refresh #payment .mihn-payment-group-heading strong{font-size:15px;line-height:1.25}
body.mihn-checkout-refresh #payment .mihn-payment-group-heading small{color:#68716e;font-size:11px;line-height:1.35}
.mihn-payment-group-chevron{flex:0 0 auto;font-size:20px;font-weight:500}
body.mihn-checkout-refresh #payment .mihn-payment-group-heading>button:focus-visible{outline:2px solid #171717;outline-offset:2px}
body.mihn-checkout-refresh #payment .place-order{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:15px!important;border-top:1px solid #e1e5e3!important;background:#f7f8f7!important;box-sizing:border-box!important;overflow:hidden!important}
body.mihn-checkout-refresh #payment .place-order>*,body.mihn-checkout-refresh #payment .ppc-button-wrapper,body.mihn-checkout-refresh #payment .ppc-button-wrapper>*{max-width:100%!important;box-sizing:border-box!important}
body.mihn-checkout-refresh #payment #place_order,body.mihn-checkout-refresh #payment .ppc-button-wrapper{width:100%!important;margin:12px 0 0!important}
body.mihn-checkout-refresh #payment .ppc-button-wrapper{display:block;overflow:hidden}
body.mihn-checkout-refresh #order_review>.mihn-stale-paypal-action,body.mihn-checkout-refresh #payment .mihn-stale-paypal-action{display:none!important}
body.mihn-checkout-refresh #payment .woocommerce-privacy-policy-text,body.mihn-checkout-refresh #payment .cr-customer-consent,body.mihn-checkout-refresh #payment .woocommerce-terms-and-conditions-wrapper{font-size:12px!important;line-height:1.45!important}
body.mihn-checkout-refresh #payment .woocommerce-terms-and-conditions-wrapper .form-row,body.mihn-checkout-refresh #payment .cr-customer-consent{margin:10px 0!important}
@media(max-width:800px){
 body.mihn-bottom-nav-active.mihn-cart-refresh{padding-bottom:calc(68px + env(safe-area-inset-bottom))!important}
 body.mihn-checkout-refresh #payment .mihn-payment-heading{font-size:23px!important}
 body.mihn-checkout-refresh #payment ul.payment_methods>li.mihn-payment-method>label{grid-template-columns:minmax(0,1fr)!important;padding:14px 12px 14px 48px!important}
 .mihn-payment-logos{justify-content:flex-start!important}
 .mihn-payment-logos img{max-width:68px!important;max-height:28px!important}
 body.mihn-checkout-refresh #payment .payment_box,body.mihn-checkout-refresh #payment .place-order{padding:13px!important}
}

/* 2.5.0 responsive cart and checkout repair. */
body.mihn-cart-refresh .woocommerce,
body.mihn-checkout-refresh form.checkout.woocommerce-checkout{min-width:0!important}
body.mihn-checkout-refresh #customer_details,
body.mihn-checkout-refresh #customer_details>.col-1,
body.mihn-checkout-refresh #customer_details>.col-2{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}
body.mihn-cart-refresh table.shop_table.cart .product-name,
body.mihn-checkout-refresh .woocommerce-checkout-review-order-table .product-name,
body.mihn-checkout-refresh .woocommerce-checkout-review-order-table .product-total,
body.mihn-checkout-refresh .mihn-review-product-name{min-width:0!important;word-break:normal!important;overflow-wrap:break-word!important}
body.mihn-cart-refresh table.shop_table.cart .product-name>a{word-break:normal!important;overflow-wrap:break-word!important}
body.mihn-cart-refresh a.mihn-remove-item{width:auto!important;height:auto!important;min-height:40px!important;padding:7px 2px!important;border:0!important;border-radius:3px!important;background:transparent!important;box-shadow:none!important;color:#69716e!important;font-size:12px!important;font-weight:700!important}
body.mihn-cart-refresh a.mihn-remove-item:hover{background:#f3f5f4!important;color:#343b39!important}
body.mihn-cart-refresh .mihn-cart-customization-cell{min-width:0;width:100%}
.mihn-customization-list{grid-template-columns:minmax(120px,32%) minmax(0,1fr)!important}
.mihn-customization-list dt,.mihn-customization-list dd{min-width:0!important;word-break:normal!important;overflow-wrap:break-word!important}

/* Custom Product Addons may emit long, unbroken customer selections. Keep
 * those values inside the cart/checkout card at every responsive breakpoint. */
body.mihn-cart-refresh tr.wcpa_cart_has_fields,
body.mihn-cart-refresh .mihn-cart-customization-cell,
body.mihn-cart-refresh .mihn-customization,
body.mihn-checkout-refresh .mihn-customization{max-width:100%!important;min-width:0!important;overflow:hidden!important;box-sizing:border-box!important}
.mihn-customization-list,.mihn-customization-list>*{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}
.mihn-customization-list dd,.mihn-customization-list dd *{white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}

body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review{position:static!important;max-height:none!important;overflow:visible!important;overscroll-behavior:auto!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;table-layout:fixed!important;overflow:visible!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tbody,
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tfoot{display:block!important;width:100%!important;min-width:0!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tr.cart_item{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;gap:8px 14px!important;align-items:start!important;padding:16px 0!important;border-bottom:1px solid #e1e5e3!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tr.cart_item>td{width:auto!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tr.cart_item>td.product-name{grid-column:1!important;font-size:14px!important;text-align:left!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tr.cart_item>td.product-total{grid-column:2!important;align-self:start!important;padding-top:3px!important;text-align:right!important;white-space:nowrap!important}
body.mihn-checkout-refresh .mihn-review-product{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;min-width:0!important}
body.mihn-checkout-refresh .mihn-review-image{grid-column:1;width:64px!important;height:64px!important;max-width:64px!important;aspect-ratio:1/1;object-fit:cover!important}
body.mihn-checkout-refresh .mihn-review-product-name{grid-column:2;font-size:15px;font-weight:850;line-height:1.32}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .product-quantity{display:block!important;margin:5px 0 0 76px!important;color:#59615e;font-size:12px!important;font-weight:700!important;white-space:normal!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation{width:auto!important;max-width:calc(100% - 76px)!important;display:grid!important;grid-template-columns:minmax(110px,34%) minmax(0,1fr)!important;gap:6px 10px!important;margin:10px 0 0 76px!important;padding:0!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation dt,
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation dd{min-width:0!important;word-break:normal!important;overflow-wrap:break-word!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .mihn-customization{width:auto!important;max-width:calc(100% - 76px)!important;margin:10px 0 0 76px!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .mihn-customization summary{min-width:0!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tfoot tr{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,max-content)!important;gap:14px!important;align-items:start!important;border-bottom:1px solid #e1e5e3!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tfoot th,
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tfoot td{width:auto!important;min-width:0!important;margin:0!important;padding:14px 0!important;border:0!important;text-align:left!important;word-break:normal!important;overflow-wrap:break-word!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tfoot td{text-align:right!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tfoot .shipping td{max-width:100%!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods{min-width:0!important;margin:0!important;padding:0!important;list-style:none!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li{min-width:0!important;margin:0 0 9px!important;text-align:left!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .mihn-checkout-carrier,
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .mihn-combine-shipping{grid-template-columns:minmax(0,1fr)!important}
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .mihn-checkout-carrier>td,
body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .mihn-combine-shipping>td{grid-column:1/-1!important;width:100%!important;text-align:left!important}
body.mihn-checkout-refresh #payment .place-order{clear:both!important;display:block!important}
body.mihn-checkout-refresh #payment .ppc-button-wrapper,
body.mihn-checkout-refresh #payment [id^="ppc-button-"],
body.mihn-checkout-refresh #payment iframe{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}

@media(min-width:1200px){
 body.mihn-cart-refresh .woocommerce{grid-template-columns:minmax(0,1fr) minmax(320px,370px)!important;gap:30px!important}
 body.mihn-checkout-refresh form.checkout.woocommerce-checkout{grid-template-columns:minmax(0,1fr) minmax(420px,480px)!important;gap:34px!important}
 body.mihn-cart-refresh .cart-collaterals .cart_totals{position:sticky!important;top:148px!important}
}
@media(max-width:1199px){
 body.mihn-cart-refresh .woocommerce{display:block!important}
 body.mihn-cart-refresh form.woocommerce-cart-form,body.mihn-cart-refresh .cart-collaterals{width:100%!important;margin:0!important}
 body.mihn-cart-refresh .cart-collaterals{margin-top:22px!important}
 body.mihn-cart-refresh .cart-collaterals .cart_totals{position:static!important}
 body.mihn-checkout-refresh form.checkout.woocommerce-checkout{display:block!important}
 body.mihn-checkout-refresh form.checkout.woocommerce-checkout>#order_review_heading{margin-top:24px!important}
}
@media(max-width:800px){
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tr.cart_item{grid-template-columns:minmax(0,1fr) auto!important;gap:8px 10px!important}
 body.mihn-checkout-refresh .mihn-review-product{grid-template-columns:58px minmax(0,1fr)!important;gap:10px!important}
 body.mihn-checkout-refresh .mihn-review-image{width:58px!important;height:58px!important;max-width:58px!important}
 body.mihn-checkout-refresh .mihn-review-product-name{font-size:15px!important}
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .product-quantity{margin-left:68px!important}
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation,
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .mihn-customization{width:100%!important;max-width:100%!important;margin:10px 0 0!important}
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation,.mihn-customization-list{grid-template-columns:1fr!important;gap:2px!important}
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table .variation dd,.mihn-customization-list dd{padding-bottom:7px!important}
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tfoot tr{grid-template-columns:minmax(0,1fr) minmax(0,58%)!important;gap:10px!important}
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tfoot th,
 body.mihn-checkout-refresh table.woocommerce-checkout-review-order-table tfoot td{padding:13px 0!important}
 body.mihn-checkout-refresh .mihn-checkout-carrier>td>div{width:100%!important;min-width:0!important;box-sizing:border-box!important}
 body.mihn-cart-refresh table.shop_table.cart .product-name{padding-right:0!important}
 body.mihn-cart-refresh table.shop_table.cart .product-name>a{font-size:18px!important;line-height:1.3!important}
}

/* 2.5.7 concise, accessible cart removal and inspiration-name context. */
body.mihn-cart-refresh a.mihn-remove-item{
	width:40px!important;
	min-width:40px!important;
	max-width:40px!important;
	height:40px!important;
	min-height:40px!important;
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	gap:0!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	border-radius:50%!important;
	background:transparent!important;
	color:#3c4441!important;
	font-size:0!important;
	text-decoration:none!important;
}
body.mihn-cart-refresh a.mihn-remove-item>span[aria-hidden="true"]{
	font:900 25px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
body.mihn-cart-refresh a.mihn-remove-item:hover{background:#f1f3f2!important;color:#171717!important}
.mihn-custom-name-prefix{display:block;margin:0 0 3px;color:#626a67;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.72em;font-weight:750;line-height:1.25;letter-spacing:.02em}
.mihn-custom-name-value{display:block}

/* 2.6.5: keep the existing Hybrid edit anchor secondary and show complete cart artwork. */
body.mihn-cart-refresh .woocommerce-cart-form .misb-edit-hybrid{
	min-height:0!important;
	font-size:13px!important;
	font-weight:600!important;
	line-height:1.3!important;
	letter-spacing:0!important;
	text-transform:none!important;
}
body.mihn-cart-refresh table.shop_table.cart .product-thumbnail img{
	object-fit:contain!important;
	object-position:center center!important;
	background:#fff;
}

/* 2.6.14: shared full-cart recovery for X and quantity-to-zero removal. */
body.mihn-cart-refresh .mihn-cart-recovery-notice{
	dis:block!important;
	padding:16px 18px!important;
	border:1px solid #ccd5d1!important;
	border-left:4px solid #54655f!important;
	border-radius:8px!important;
	background:#f6f8f7!important;
	color:#202624!important;
}
body.mihn-cart-refresh .mihn-cart-recovery-notice::before{content:none!important}
body.mihn-cart-refresh .mihn-cart-recovery-message{display:block;font-weight:750}
body.mihn-cart-refresh .mihn-cart-recovery-actions{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:8px}
body.mihn-cart-refresh .mihn-cart-recovery-actions a{
	min-height:44px;
	display:inline-flex;
	align-items:center;
	padding:6px 0;
	color:#29463c!important;
	font-size:13px;
	font-weight:850;
	text-decoration:underline!important;
	text-underline-offset:3px;
}
body.mihn-cart-refresh .mihn-cart-recovery-actions a:focus-visible{outline:2px solid #171717;outline-offset:2px}
body.mihn-cart-refresh tr[aria-busy="true"]{opacity:.62;pointer-events:none}
body.mihn-cart-refresh .mihn-cart-empty-after-removal{margin:18px 0!important}
