/* Novamira production ecommerce UI fixes. Loaded last via filemtime. */
body.nmz-amazon-style,
body.nmz-professional-ui {
  --nm-navy: #101827;
  --nm-navy-2: #1d2939;
  --nm-yellow: #ffb703;
  --nm-yellow-hover: #f7a600;
  --nm-bg: #f4f6f8;
  --nm-surface: #ffffff;
  --nm-border: #d9e1ea;
  --nm-text: #0b1324;
  --nm-muted: #667085;
  --nm-radius-sm: 8px;
  --nm-radius-md: 12px;
  --nm-radius-lg: 18px;
  --nm-shadow-sm: 0 2px 8px rgba(16,24,39,.08);
  --nm-shadow-md: 0 14px 35px rgba(16,24,39,.12);
  background: var(--nm-bg) !important;
  color: var(--nm-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

body.nmz-amazon-style *,
body.nmz-professional-ui * { box-sizing: border-box; letter-spacing: 0 !important; }
body.nmz-amazon-style a,
body.nmz-professional-ui a { color: #007185; text-decoration: none; }
body.nmz-amazon-style a:hover,
body.nmz-professional-ui a:hover { color: #c45500; }
body.nmz-amazon-style :focus-visible,
body.nmz-professional-ui :focus-visible { outline: 0 !important; box-shadow: 0 0 0 3px rgba(255,183,3,.35) !important; }

/* HEADER */
body.nmz-amazon-style .nmz-header,
body.nmz-professional-ui .nmz-header {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background: var(--nm-navy) !important;
  box-shadow: 0 4px 18px rgba(0,0,0,.22) !important;
}
body.admin-bar.nmz-amazon-style .nmz-header,
body.admin-bar.nmz-professional-ui .nmz-header { top: 32px; }
body.nmz-amazon-style .nmz-topbar,
body.nmz-professional-ui .nmz-topbar {
  display: grid !important;
  grid-template-columns: 178px 185px minmax(380px, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 82px !important;
  padding: 10px clamp(18px, 2.4vw, 42px) !important;
  background: var(--nm-navy) !important;
}
body.nmz-amazon-style .nmz-logo,
body.nmz-professional-ui .nmz-logo {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  min-width: 0 !important;
  width: 178px !important;
  min-height: 58px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: var(--nm-radius-sm) !important;
  color: #fff !important;
}
body.nmz-amazon-style .nmz-logo span,
body.nmz-professional-ui .nmz-logo span { color:#fff !important; font-size:1.58rem !important; line-height:1 !important; font-weight:900 !important; }
body.nmz-amazon-style .nmz-logo small,
body.nmz-professional-ui .nmz-logo small { margin-top:6px; color:#ffd814 !important; font-size:.82rem !important; font-weight:900 !important; }
body.nmz-amazon-style .nmz-location,
body.nmz-professional-ui .nmz-location {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 48px !important;
  padding: 8px 10px !important;
  border-radius: var(--nm-radius-sm) !important;
  color: #fff !important;
  cursor: pointer !important;
}
body.nmz-amazon-style .nmz-location:hover,
body.nmz-professional-ui .nmz-location:hover,
body.nmz-amazon-style .nmz-actions a:hover,
body.nmz-professional-ui .nmz-actions a:hover,
body.nmz-amazon-style .nmz-subnav a:hover,
body.nmz-professional-ui .nmz-subnav a:hover,
body.nmz-amazon-style .nmz-categories summary:hover,
body.nmz-professional-ui .nmz-categories summary:hover { background: rgba(255,255,255,.11) !important; color:#fff !important; }
body.nmz-amazon-style .nmz-location svg,
body.nmz-professional-ui .nmz-location svg { flex: 0 0 22px; width:22px !important; height:22px !important; stroke:currentColor; fill:none; }
body.nmz-amazon-style .nmz-location small,
body.nmz-professional-ui .nmz-location small { display:block; color:rgba(255,255,255,.72)!important; font-size:.78rem!important; font-weight:800!important; }
body.nmz-amazon-style .nmz-location strong,
body.nmz-professional-ui .nmz-location strong { display:block; max-width:130px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#fff!important; font-size:.94rem!important; font-weight:900!important; }
body.nmz-amazon-style .nmz-search,
body.nmz-professional-ui .nmz-search {
  display: grid !important;
  grid-template-columns: 118px minmax(0,1fr) 64px !important;
  height: 58px !important;
  border: 2px solid transparent !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.nmz-amazon-style .nmz-search:focus-within,
body.nmz-professional-ui .nmz-search:focus-within { border-color: var(--nm-yellow) !important; box-shadow: 0 0 0 3px rgba(255,183,3,.28) !important; }
body.nmz-amazon-style .nmz-search select,
body.nmz-amazon-style .nmz-search input,
body.nmz-amazon-style .nmz-search button,
body.nmz-professional-ui .nmz-search select,
body.nmz-professional-ui .nmz-search input,
body.nmz-professional-ui .nmz-search button {
  height: 100% !important; min-height: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
}
body.nmz-amazon-style .nmz-search select,
body.nmz-professional-ui .nmz-search select { background:#eef2f6!important; color:#1d2939!important; font-weight:900!important; padding:0 34px 0 16px!important; border-right:1px solid var(--nm-border)!important; }
body.nmz-amazon-style .nmz-search input,
body.nmz-professional-ui .nmz-search input { padding:0 18px!important; color:var(--nm-text)!important; font-size:1rem!important; }
body.nmz-amazon-style .nmz-search button,
body.nmz-professional-ui .nmz-search button { background:var(--nm-yellow)!important; color:#101827!important; cursor:pointer!important; }
body.nmz-amazon-style .nmz-search button:hover,
body.nmz-professional-ui .nmz-search button:hover { background:var(--nm-yellow-hover)!important; }
body.nmz-amazon-style .nmz-actions,
body.nmz-professional-ui .nmz-actions { display:flex!important; align-items:center!important; gap:8px!important; min-width:max-content!important; }
body.nmz-amazon-style .nmz-actions a,
body.nmz-professional-ui .nmz-actions a { display:inline-flex!important; align-items:center!important; gap:8px!important; min-height:48px!important; padding:8px 10px!important; border-radius:var(--nm-radius-sm)!important; color:#fff!important; font-weight:900!important; }
body.nmz-amazon-style .nmz-actions small,
body.nmz-professional-ui .nmz-actions small { display:block; color:rgba(255,255,255,.76)!important; font-size:.76rem!important; line-height:1!important; }
body.nmz-amazon-style .nmz-actions strong,
body.nmz-professional-ui .nmz-actions strong { display:block; color:#fff!important; font-size:.94rem!important; line-height:1.05!important; }
body.nmz-amazon-style .nmz-count,
body.nmz-professional-ui .nmz-count { background:var(--nm-yellow)!important; color:#101827!important; border-radius:999px!important; min-width:22px!important; height:22px!important; font-weight:900!important; }
body.nmz-amazon-style .nmz-subnav,
body.nmz-professional-ui .nmz-subnav {
  display:flex!important; align-items:center!important; gap:12px!important; min-height:54px!important; padding:0 clamp(18px,2.4vw,42px)!important; background:var(--nm-navy-2)!important; overflow-x:auto!important; scrollbar-width:none;
}
body.nmz-amazon-style .nmz-subnav::-webkit-scrollbar,
body.nmz-professional-ui .nmz-subnav::-webkit-scrollbar { display:none; }
body.nmz-amazon-style .nmz-subnav a,
body.nmz-professional-ui .nmz-subnav a,
body.nmz-amazon-style .nmz-categories summary,
body.nmz-professional-ui .nmz-categories summary { display:inline-flex!important; align-items:center!important; gap:8px!important; min-height:38px!important; padding:0 10px!important; border-radius:var(--nm-radius-sm)!important; color:#fff!important; white-space:nowrap!important; font-weight:900!important; cursor:pointer!important; }
body.nmz-amazon-style .nmz-categories,
body.nmz-professional-ui .nmz-categories { position:relative!important; flex:0 0 auto!important; }
body.nmz-amazon-style .nmz-categories summary::-webkit-details-marker,
body.nmz-professional-ui .nmz-categories summary::-webkit-details-marker { display:none; }
body.nmz-amazon-style .nmz-categories:not([open]) .nmz-mega,
body.nmz-professional-ui .nmz-categories:not([open]) .nmz-mega { display:none!important; }
body.nmz-amazon-style .nmz-categories[open] .nmz-mega,
body.nmz-professional-ui .nmz-categories[open] .nmz-mega {
  display:grid!important; position:absolute!important; top:calc(100% + 10px)!important; left:0!important; z-index:100050!important; width:min(92vw,380px)!important; max-height:70vh!important; overflow:auto!important; padding:10px!important; border:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-lg)!important; background:#fff!important; box-shadow:var(--nm-shadow-md)!important;
}
body.nmz-amazon-style .nmz-mega a,
body.nmz-professional-ui .nmz-mega a { display:flex!important; justify-content:space-between!important; gap:16px!important; min-height:46px!important; padding:12px!important; color:var(--nm-text)!important; border-radius:var(--nm-radius-sm)!important; }
body.nmz-amazon-style .nmz-mega a:hover,
body.nmz-professional-ui .nmz-mega a:hover { background:#f2f4f7!important; color:var(--nm-text)!important; }
body.nmz-amazon-style .nmz-mega small,
body.nmz-professional-ui .nmz-mega small { color:var(--nm-muted)!important; }

/* DELIVERY MODAL */
.nm-delivery-modal[hidden] { display:none!important; }
.nm-delivery-modal { position:fixed; inset:0; z-index:100200; display:grid; place-items:center; padding:18px; }
.nm-delivery-modal__backdrop { position:absolute; inset:0; background:rgba(11,19,36,.58); backdrop-filter:blur(3px); }
.nm-delivery-modal__dialog { position:relative; width:min(100%,430px); padding:24px; border-radius:var(--nm-radius-lg); background:#fff; box-shadow:0 24px 70px rgba(16,24,39,.34); }
.nm-delivery-modal h2 { margin:0 42px 8px 0; color:var(--nm-text); font-size:1.45rem; font-weight:900; }
.nm-delivery-modal p { margin:0 0 16px; color:var(--nm-muted); }
.nm-delivery-modal label { display:block; margin:10px 0 6px; color:#344054; font-weight:900; font-size:.9rem; }
.nm-delivery-modal input,.nm-delivery-modal select { width:100%; min-height:44px; border:1px solid var(--nm-border); border-radius:var(--nm-radius-md); padding:0 12px; }
.nm-delivery-modal__close { position:absolute; top:12px; right:12px; width:34px; height:34px; border:1px solid var(--nm-border); border-radius:999px; background:#fff; cursor:pointer; font-size:1.25rem; }
.nm-delivery-modal__actions { display:flex; gap:10px; margin-top:16px; }
.nm-delivery-modal button[type="submit"], .nm-delivery-modal__reset { min-height:42px; padding:0 16px; border-radius:999px; font-weight:900; cursor:pointer; }
.nm-delivery-modal button[type="submit"] { border:1px solid #d99b00; background:var(--nm-yellow); color:#101827; }
.nm-delivery-modal__reset { border:1px solid var(--nm-border); background:#fff; color:#344054; }

/* SHARED WOO PAGES */
body.nmz-amazon-style.woocommerce-cart .site-content .ast-container,
body.nmz-amazon-style.woocommerce-checkout .site-content .ast-container,
body.nmz-amazon-style.woocommerce-account .site-content .ast-container,
body.nmz-professional-ui.woocommerce-cart .site-content .ast-container,
body.nmz-professional-ui.woocommerce-checkout .site-content .ast-container,
body.nmz-professional-ui.woocommerce-account .site-content .ast-container { max-width: 1440px!important; padding: clamp(26px,4vw,64px) clamp(18px,4vw,80px) 70px!important; }
body.nmz-amazon-style.woocommerce-cart .woocommerce::before,
body.nmz-amazon-style.woocommerce-checkout .woocommerce::before,
body.nmz-amazon-style.woocommerce-account .woocommerce::before,
body.nmz-professional-ui.woocommerce-cart .woocommerce::before,
body.nmz-professional-ui.woocommerce-checkout .woocommerce::before,
body.nmz-professional-ui.woocommerce-account .woocommerce::before { display:block!important; margin:0 0 24px!important; color:var(--nm-text)!important; font-size:clamp(2rem,3vw,2.65rem)!important; line-height:1.1!important; font-weight:900!important; }
body.nmz-amazon-style.woocommerce-cart .woocommerce::before,
body.nmz-professional-ui.woocommerce-cart .woocommerce::before { content:"Shopping Cart"; }
body.nmz-amazon-style.woocommerce-checkout .woocommerce::before,
body.nmz-professional-ui.woocommerce-checkout .woocommerce::before { content:"Secure Checkout"; }
body.nmz-amazon-style.woocommerce-account .woocommerce::before,
body.nmz-professional-ui.woocommerce-account .woocommerce::before { content:"Your Account"; }
body.nmz-amazon-style .woocommerce-message,
body.nmz-amazon-style .woocommerce-info,
body.nmz-amazon-style .woocommerce-error,
body.nmz-professional-ui .woocommerce-message,
body.nmz-professional-ui .woocommerce-info,
body.nmz-professional-ui .woocommerce-error { border:1px solid var(--nm-border)!important; border-left:5px solid #007185!important; border-radius:var(--nm-radius-md)!important; background:#fff!important; box-shadow:var(--nm-shadow-sm)!important; color:var(--nm-text)!important; }
body.nmz-amazon-style .button,
body.nmz-amazon-style .wp-element-button,
body.nmz-amazon-style .woocommerce a.button,
body.nmz-amazon-style .woocommerce button.button,
body.nmz-amazon-style .woocommerce input.button,
body.nmz-amazon-style #place_order,
body.nmz-professional-ui .button,
body.nmz-professional-ui .wp-element-button,
body.nmz-professional-ui .woocommerce a.button,
body.nmz-professional-ui .woocommerce button.button,
body.nmz-professional-ui .woocommerce input.button,
body.nmz-professional-ui #place_order { display:inline-flex!important; align-items:center!important; justify-content:center!important; min-height:44px!important; padding:10px 20px!important; border:1px solid #d99b00!important; border-radius:999px!important; background:linear-gradient(180deg,#ffd84d,var(--nm-yellow))!important; color:#101827!important; box-shadow:var(--nm-shadow-sm)!important; font-weight:900!important; text-align:center!important; }
body.nmz-amazon-style .button:hover,
body.nmz-amazon-style #place_order:hover,
body.nmz-professional-ui .button:hover,
body.nmz-professional-ui #place_order:hover { background:linear-gradient(180deg,#fbd34a,var(--nm-yellow-hover))!important; transform:translateY(-1px); }

/* ACCOUNT */
body.nmz-amazon-style.woocommerce-account .woocommerce,
body.nmz-professional-ui.woocommerce-account .woocommerce { display:grid!important; grid-template-columns:260px minmax(0,1fr)!important; gap:24px!important; align-items:start!important; max-width:1180px!important; margin:0 auto!important; }
body.nmz-amazon-style.woocommerce-account .woocommerce::before,
body.nmz-professional-ui.woocommerce-account .woocommerce::before { grid-column:1 / -1!important; }
body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-navigation,
body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-navigation { grid-column:1!important; float:none!important; width:260px!important; max-width:260px!important; min-width:260px!important; margin:0!important; padding:14px!important; border:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-lg)!important; background:var(--nm-surface)!important; box-shadow:var(--nm-shadow-sm)!important; position:sticky!important; top:150px!important; }
body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-navigation ul,
body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-navigation ul { display:grid!important; gap:8px!important; margin:0!important; padding:0!important; list-style:none!important; }
body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-navigation li,
body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-navigation li { margin:0!important; padding:0!important; border:0!important; }
body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-navigation a,
body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-navigation a { display:flex!important; align-items:center!important; width:100%!important; min-height:46px!important; padding:11px 13px!important; border:1px solid transparent!important; border-radius:var(--nm-radius-md)!important; color:var(--nm-text)!important; background:transparent!important; font-weight:900!important; line-height:1.25!important; }
body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-navigation a:hover { border-color:#bfe4df!important; background:#ecfdf9!important; color:#007185!important; }
body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-content,
body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-content { grid-column:2!important; float:none!important; width:100%!important; min-width:0!important; margin:0!important; padding:28px!important; border:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-lg)!important; background:var(--nm-surface)!important; box-shadow:var(--nm-shadow-sm)!important; }
body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-content > p:first-child,
body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-content > p:first-child { margin-top:0!important; padding:16px!important; border:1px solid #cfe8e4!important; border-radius:var(--nm-radius-md)!important; background:#f0fdfa!important; color:#134e4a!important; }

/* ORDERS */
body.nmz-amazon-style.woocommerce-account table.shop_table,
body.nmz-professional-ui.woocommerce-account table.shop_table { width:100%!important; border:1px solid var(--nm-border)!important; border-collapse:separate!important; border-spacing:0!important; overflow:hidden!important; border-radius:var(--nm-radius-md)!important; background:#fff!important; }
body.nmz-amazon-style.woocommerce-account table.shop_table th,
body.nmz-professional-ui.woocommerce-account table.shop_table th { padding:16px!important; background:#f2f4f7!important; color:#344054!important; font-size:.82rem!important; font-weight:900!important; text-transform:uppercase!important; }
body.nmz-amazon-style.woocommerce-account table.shop_table td,
body.nmz-professional-ui.woocommerce-account table.shop_table td { padding:18px 16px!important; border-top:1px solid #edf1f6!important; color:var(--nm-text)!important; vertical-align:middle!important; }
body.nmz-amazon-style.woocommerce-account table.shop_table .button,
body.nmz-professional-ui.woocommerce-account table.shop_table .button { min-height:38px!important; padding:8px 16px!important; font-size:.86rem!important; }

/* CART */
body.nmz-amazon-style.woocommerce-cart .woocommerce,
body.nmz-professional-ui.woocommerce-cart .woocommerce { display:grid!important; grid-template-columns:minmax(0,1fr) 410px!important; gap:26px!important; align-items:start!important; max-width:1680px!important; margin:0 auto!important; }
body.nmz-amazon-style.woocommerce-cart .woocommerce::before,
body.nmz-professional-ui.woocommerce-cart .woocommerce::before,
body.nmz-amazon-style.woocommerce-cart .woocommerce-notices-wrapper,
body.nmz-professional-ui.woocommerce-cart .woocommerce-notices-wrapper { grid-column:1 / -1!important; }
body.nmz-amazon-style.woocommerce-cart .woocommerce-cart-form,
body.nmz-professional-ui.woocommerce-cart .woocommerce-cart-form { grid-column:1!important; width:100%!important; margin:0!important; padding:24px 26px!important; border:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-lg)!important; background:#fff!important; box-shadow:var(--nm-shadow-sm)!important; }
body.nmz-amazon-style.woocommerce-cart .cart-collaterals,
body.nmz-professional-ui.woocommerce-cart .cart-collaterals { grid-column:2!important; width:100%!important; display:block!important; margin:0!important; }
body.nmz-amazon-style.woocommerce-cart .cart_totals,
body.nmz-professional-ui.woocommerce-cart .cart_totals { width:100%!important; float:none!important; margin:0!important; padding:26px!important; border:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-lg)!important; background:#fff!important; box-shadow:var(--nm-shadow-md)!important; position:sticky!important; top:154px!important; }
body.nmz-amazon-style.woocommerce-cart table.shop_table,
body.nmz-professional-ui.woocommerce-cart table.shop_table { width:100%!important; border:0!important; border-collapse:separate!important; border-spacing:0!important; }
body.nmz-amazon-style.woocommerce-cart table.cart th,
body.nmz-professional-ui.woocommerce-cart table.cart th { padding:16px!important; background:#f2f4f7!important; color:#344054!important; font-size:.82rem!important; font-weight:900!important; text-transform:uppercase!important; }
body.nmz-amazon-style.woocommerce-cart table.cart td,
body.nmz-professional-ui.woocommerce-cart table.cart td { padding:18px 16px!important; border-top:1px solid #edf1f6!important; vertical-align:middle!important; }
body.nmz-amazon-style.woocommerce-cart table.cart img,
body.nmz-professional-ui.woocommerce-cart table.cart img { width:86px!important; height:86px!important; padding:6px!important; object-fit:contain!important; border:1px solid #edf1f6!important; border-radius:var(--nm-radius-md)!important; background:#fff!important; }
body.nmz-amazon-style.woocommerce-cart table.cart .product-name a,
body.nmz-professional-ui.woocommerce-cart table.cart .product-name a { color:#007185!important; font-weight:900!important; }
body.nmz-amazon-style .quantity .qty,
body.nmz-professional-ui .quantity .qty { min-width:82px!important; min-height:42px!important; border:1px solid #cbd5e1!important; border-radius:999px!important; text-align:center!important; font-weight:900!important; }
body.nmz-amazon-style.woocommerce-cart .coupon,
body.nmz-professional-ui.woocommerce-cart .coupon { display:flex!important; gap:10px!important; align-items:center!important; width:min(100%,520px)!important; padding:14px!important; border:1px dashed #cbd5e1!important; border-radius:var(--nm-radius-md)!important; background:#f8fafc!important; }
body.nmz-amazon-style.woocommerce-cart .coupon input,
body.nmz-professional-ui.woocommerce-cart .coupon input { width:260px!important; min-height:44px!important; margin:0!important; border:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-md)!important; padding:0 14px!important; }
body.nmz-amazon-style.woocommerce-cart .cart_totals h2,
body.nmz-professional-ui.woocommerce-cart .cart_totals h2 { margin:0 0 18px!important; color:var(--nm-text)!important; font-size:1.35rem!important; font-weight:900!important; }
body.nmz-amazon-style.woocommerce-cart .cart_totals .checkout-button,
body.nmz-professional-ui.woocommerce-cart .cart_totals .checkout-button { width:100%!important; margin-top:14px!important; }

/* CHECKOUT */
body.nmz-amazon-style.woocommerce-checkout form.checkout,
body.nmz-professional-ui.woocommerce-checkout form.checkout { display:grid!important; grid-template-columns:minmax(0,1fr) 430px!important; gap:28px!important; align-items:start!important; max-width:1400px!important; margin:0 auto!important; }
body.nmz-amazon-style.woocommerce-checkout #customer_details,
body.nmz-professional-ui.woocommerce-checkout #customer_details { grid-column:1!important; width:100%!important; padding:28px!important; border:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-lg)!important; background:#fff!important; box-shadow:var(--nm-shadow-sm)!important; }
body.nmz-amazon-style.woocommerce-checkout #order_review_heading,
body.nmz-professional-ui.woocommerce-checkout #order_review_heading { grid-column:2!important; grid-row:1!important; width:100%!important; margin:0 0 -10px!important; padding:24px 26px!important; border:1px solid var(--nm-border)!important; border-bottom:0!important; border-radius:var(--nm-radius-lg) var(--nm-radius-lg) 0 0!important; background:#fff!important; color:var(--nm-text)!important; font-size:1.45rem!important; font-weight:900!important; box-shadow:var(--nm-shadow-sm)!important; }
body.nmz-amazon-style.woocommerce-checkout #order_review,
body.nmz-professional-ui.woocommerce-checkout #order_review { grid-column:2!important; grid-row:1 / span 3!important; width:100%!important; margin-top:76px!important; padding:0 26px 26px!important; border:1px solid var(--nm-border)!important; border-top:0!important; border-radius:0 0 var(--nm-radius-lg) var(--nm-radius-lg)!important; background:#fff!important; box-shadow:var(--nm-shadow-md)!important; position:sticky!important; top:154px!important; }
body.nmz-amazon-style.woocommerce-checkout form .form-row label,
body.nmz-professional-ui.woocommerce-checkout form .form-row label { color:#344054!important; font-size:.92rem!important; font-weight:900!important; margin-bottom:7px!important; }
body.nmz-amazon-style.woocommerce-checkout input.input-text,
body.nmz-amazon-style.woocommerce-checkout textarea,
body.nmz-amazon-style.woocommerce-checkout select,
body.nmz-amazon-style.woocommerce-checkout .select2-selection,
body.nmz-professional-ui.woocommerce-checkout input.input-text,
body.nmz-professional-ui.woocommerce-checkout textarea,
body.nmz-professional-ui.woocommerce-checkout select,
body.nmz-professional-ui.woocommerce-checkout .select2-selection { min-height:48px!important; border:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-md)!important; background:#fff!important; color:var(--nm-text)!important; box-shadow:none!important; }
body.nmz-amazon-style.woocommerce-checkout #payment,
body.nmz-professional-ui.woocommerce-checkout #payment { border:1px solid #edf1f6!important; border-radius:var(--nm-radius-md)!important; background:#f8fafc!important; overflow:hidden!important; }
body.nmz-amazon-style.woocommerce-checkout #payment ul.payment_methods,
body.nmz-professional-ui.woocommerce-checkout #payment ul.payment_methods { padding:16px!important; border-bottom:1px solid #edf1f6!important; }
body.nmz-amazon-style.woocommerce-checkout #place_order,
body.nmz-professional-ui.woocommerce-checkout #place_order { width:100%!important; min-height:54px!important; font-size:1rem!important; }

@media (max-width: 1024px) {
  body.nmz-amazon-style .nmz-topbar,
  body.nmz-professional-ui .nmz-topbar { grid-template-columns: 178px minmax(280px,1fr) auto !important; }
  body.nmz-amazon-style .nmz-topbar .nmz-location,
  body.nmz-professional-ui .nmz-topbar .nmz-location { grid-column:1 / -1; grid-row:2; width:100%; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.05); }
  body.nmz-amazon-style .nmz-search,
  body.nmz-professional-ui .nmz-search { grid-column:2; }
  body.nmz-amazon-style.woocommerce-cart .woocommerce,
  body.nmz-professional-ui.woocommerce-cart .woocommerce,
  body.nmz-amazon-style.woocommerce-checkout form.checkout,
  body.nmz-professional-ui.woocommerce-checkout form.checkout,
  body.nmz-amazon-style.woocommerce-account .woocommerce,
  body.nmz-professional-ui.woocommerce-account .woocommerce { grid-template-columns:1fr!important; }
  body.nmz-amazon-style.woocommerce-cart .cart-collaterals,
  body.nmz-professional-ui.woocommerce-cart .cart-collaterals,
  body.nmz-amazon-style.woocommerce-checkout #customer_details,
  body.nmz-professional-ui.woocommerce-checkout #customer_details,
  body.nmz-amazon-style.woocommerce-checkout #order_review_heading,
  body.nmz-professional-ui.woocommerce-checkout #order_review_heading,
  body.nmz-amazon-style.woocommerce-checkout #order_review,
  body.nmz-professional-ui.woocommerce-checkout #order_review,
  body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-navigation,
  body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-navigation,
  body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-content,
  body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-content { grid-column:1!important; grid-row:auto!important; position:static!important; width:100%!important; max-width:none!important; min-width:0!important; margin:0!important; }
  body.nmz-amazon-style.woocommerce-checkout #order_review,
  body.nmz-professional-ui.woocommerce-checkout #order_review { margin-top:0!important; border-top:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-lg)!important; }
  body.nmz-amazon-style.woocommerce-checkout #order_review_heading,
  body.nmz-professional-ui.woocommerce-checkout #order_review_heading { margin:0!important; border:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-lg)!important; }
  body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-navigation ul,
  body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-navigation ul { display:flex!important; gap:8px!important; overflow-x:auto!important; padding-bottom:2px!important; }
  body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-navigation li,
  body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-navigation li { flex:0 0 auto!important; }
}

@media (max-width: 760px) {
  body.admin-bar.nmz-amazon-style .nmz-header,
  body.admin-bar.nmz-professional-ui .nmz-header { top:46px; }
  body.nmz-amazon-style .nmz-topbar,
  body.nmz-professional-ui .nmz-topbar { grid-template-columns:1fr auto!important; padding:10px 12px!important; gap:10px!important; }
  body.nmz-amazon-style .nmz-logo,
  body.nmz-professional-ui .nmz-logo { width:auto!important; min-height:50px!important; }
  body.nmz-amazon-style .nmz-actions a:not(.nmz-cart),
  body.nmz-professional-ui .nmz-actions a:not(.nmz-cart) { display:none!important; }
  body.nmz-amazon-style .nmz-search,
  body.nmz-professional-ui .nmz-search { grid-column:1 / -1!important; grid-row:2!important; grid-template-columns:66px minmax(0,1fr) 48px!important; height:44px!important; }
  body.nmz-amazon-style .nmz-topbar .nmz-location,
  body.nmz-professional-ui .nmz-topbar .nmz-location { grid-row:3!important; min-height:36px!important; }
  body.nmz-amazon-style .nmz-subnav,
  body.nmz-professional-ui .nmz-subnav { min-height:46px!important; padding:0 10px!important; gap:8px!important; }
  body.nmz-amazon-style .nmz-categories[open] .nmz-mega,
  body.nmz-professional-ui .nmz-categories[open] .nmz-mega { position:fixed!important; left:10px!important; right:10px!important; bottom:12px!important; top:auto!important; width:auto!important; max-height:68vh!important; }
  body.nmz-amazon-style.woocommerce-cart .site-content .ast-container,
  body.nmz-amazon-style.woocommerce-checkout .site-content .ast-container,
  body.nmz-amazon-style.woocommerce-account .site-content .ast-container,
  body.nmz-professional-ui.woocommerce-cart .site-content .ast-container,
  body.nmz-professional-ui.woocommerce-checkout .site-content .ast-container,
  body.nmz-professional-ui.woocommerce-account .site-content .ast-container { padding:22px 10px 46px!important; }
  body.nmz-amazon-style.woocommerce-cart .woocommerce-cart-form,
  body.nmz-professional-ui.woocommerce-cart .woocommerce-cart-form,
  body.nmz-amazon-style.woocommerce-cart .cart_totals,
  body.nmz-professional-ui.woocommerce-cart .cart_totals,
  body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-content,
  body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-content,
  body.nmz-amazon-style.woocommerce-account .woocommerce-MyAccount-navigation,
  body.nmz-professional-ui.woocommerce-account .woocommerce-MyAccount-navigation,
  body.nmz-amazon-style.woocommerce-checkout #customer_details,
  body.nmz-professional-ui.woocommerce-checkout #customer_details,
  body.nmz-amazon-style.woocommerce-checkout #order_review,
  body.nmz-professional-ui.woocommerce-checkout #order_review { padding:14px!important; border-radius:var(--nm-radius-md)!important; }
  body.nmz-amazon-style.woocommerce-cart table.cart thead,
  body.nmz-professional-ui.woocommerce-cart table.cart thead,
  body.nmz-amazon-style.woocommerce-account table.shop_table thead,
  body.nmz-professional-ui.woocommerce-account table.shop_table thead { display:none!important; }
  body.nmz-amazon-style.woocommerce-cart table.cart tr,
  body.nmz-professional-ui.woocommerce-cart table.cart tr,
  body.nmz-amazon-style.woocommerce-account table.shop_table tr,
  body.nmz-professional-ui.woocommerce-account table.shop_table tr { display:block!important; margin:0 0 12px!important; padding:12px!important; border:1px solid var(--nm-border)!important; border-radius:var(--nm-radius-md)!important; background:#fff!important; }
  body.nmz-amazon-style.woocommerce-cart table.cart td,
  body.nmz-professional-ui.woocommerce-cart table.cart td,
  body.nmz-amazon-style.woocommerce-account table.shop_table td,
  body.nmz-professional-ui.woocommerce-account table.shop_table td { display:flex!important; justify-content:space-between!important; gap:14px!important; width:100%!important; padding:10px 0!important; border-top:1px solid #edf1f6!important; text-align:right!important; }
  body.nmz-amazon-style.woocommerce-cart table.cart td::before,
  body.nmz-professional-ui.woocommerce-cart table.cart td::before,
  body.nmz-amazon-style.woocommerce-account table.shop_table td::before,
  body.nmz-professional-ui.woocommerce-account table.shop_table td::before { color:#344054!important; font-weight:900!important; text-align:left!important; }
  body.nmz-amazon-style.woocommerce-cart .coupon,
  body.nmz-professional-ui.woocommerce-cart .coupon { width:100%!important; display:grid!important; }
  body.nmz-amazon-style.woocommerce-cart .coupon input,
  body.nmz-professional-ui.woocommerce-cart .coupon input { width:100%!important; }
}
