:root{
  --eabmt-bg:#f5f7fb;
  --eabmt-surface:#ffffff;
  --eabmt-surface-2:#f8fafc;
  --eabmt-text:#0f172a;
  --eabmt-muted:#64748b;
  --eabmt-line:#e2e8f0;
  --eabmt-line-strong:#cbd5e1;
  --eabmt-primary:#0f766e;
  --eabmt-primary-2:#14b8a6;
  --eabmt-primary-dark:#115e59;
  --eabmt-soft:#ccfbf1;
  --eabmt-warn:#f59e0b;
  --eabmt-good:#16a34a;
  --eabmt-bad:#dc2626;
  --eabmt-dark:#08111f;
  --eabmt-dark-2:#101b2f;
  --eabmt-radius-sm:12px;
  --eabmt-radius:20px;
  --eabmt-radius-lg:28px;
  --eabmt-shadow:0 20px 60px rgba(15,23,42,.10);
  --eabmt-shadow-soft:0 14px 35px rgba(15,23,42,.08);
  --eabmt-container:min(100% - 36px,1560px);
  --eabmt-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Helvetica Neue",sans-serif;
}
*{box-sizing:border-box}
*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  font-family:var(--eabmt-font);
  color:var(--eabmt-text);
  background:
    radial-gradient(circle at 10% -10%,rgba(20,184,166,.18),transparent 30%),
    radial-gradient(circle at 90% 8%,rgba(245,158,11,.14),transparent 28%),
    linear-gradient(180deg,#fbfdff 0%,var(--eabmt-bg) 42%,#eef2f7 100%);
  font-size:15px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.eabmt-canvas-body,
body.eabmt-product-body{background:linear-gradient(180deg,#f8fbff 0%,#eef4ff 45%,#f7f9fc 100%)}
body.eabmt-cart-open{overflow:hidden}
a{color:inherit;text-decoration:none}
a:hover{color:var(--eabmt-primary-dark)}
img,svg,video{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:disabled,input:disabled{cursor:not-allowed;opacity:.65}
table{border-collapse:collapse;width:100%}
.eabmt-sprite{position:absolute;width:0;height:0;overflow:hidden}
.eabmt-shell{width:var(--eabmt-container);margin-inline:auto}
.eabmt-site-main{min-height:70vh}
.eabmt-canvas-root,.eabmt-product-root{min-height:100vh;width:100%;overflow-x:hidden}
.eabmt-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.eabmt-icon-lg{width:30px;height:30px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header */
.eabmt-ui-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(18px);background:rgba(255,255,255,.84);border-bottom:1px solid rgba(226,232,240,.82)}
body.admin-bar .eabmt-ui-header{top:32px}
.eabmt-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.eabmt-ui-brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content;color:inherit;text-decoration:none}
.eabmt-logo-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:900;letter-spacing:.02em;background:linear-gradient(135deg,var(--eabmt-primary-dark),var(--eabmt-primary),var(--eabmt-primary-2));box-shadow:0 12px 30px rgba(15,118,110,.28)}
.eabmt-brand-text strong{display:block;font-size:1.02rem;line-height:1.05;letter-spacing:-.02em}.eabmt-brand-text small{display:block;color:var(--eabmt-muted);font-size:.78rem;margin-top:3px;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.eabmt-main-nav{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;min-width:0}.eabmt-main-nav ul,.eabmt-main-menu{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}.eabmt-main-menu li{position:relative;margin:0}.eabmt-main-nav a,.eabmt-main-nav button,.eabmt-main-menu a{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#334155;padding:10px 12px;border-radius:999px;font-weight:850;line-height:1.1;white-space:nowrap;text-decoration:none}.eabmt-main-nav a:hover,.eabmt-main-nav button:hover,.eabmt-main-menu a:hover,.eabmt-main-menu .current-menu-item>a,.eabmt-main-menu .current_page_item>a{background:#eefbf9;color:var(--eabmt-primary-dark)}
.eabmt-main-menu .sub-menu{display:none;position:absolute;left:0;top:calc(100% + 8px);min-width:220px;background:#fff;border:1px solid var(--eabmt-line);box-shadow:var(--eabmt-shadow-soft);border-radius:18px;padding:8px;z-index:55}.eabmt-main-menu li:hover>.sub-menu,.eabmt-main-menu li:focus-within>.sub-menu{display:grid;gap:4px}.eabmt-main-menu .sub-menu a{width:100%;justify-content:flex-start;border-radius:12px}
.eabmt-nav-cart{display:none!important}
.eabmt-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:max-content}.eabmt-icon-btn,.eabmt-cart-trigger,.eabmt-account-pill,.eabmt-mobile-toggle{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--eabmt-line);background:rgba(255,255,255,.72);color:#1f2937;border-radius:999px;padding:9px 12px;font-weight:900;line-height:1;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.eabmt-icon-btn{width:42px;padding:0}.eabmt-icon-btn:hover,.eabmt-cart-trigger:hover,.eabmt-account-pill:hover,.eabmt-mobile-toggle:hover{transform:translateY(-1px);box-shadow:var(--eabmt-shadow-soft);border-color:var(--eabmt-line-strong);color:var(--eabmt-primary-dark)}.eabmt-cart-trigger{position:relative}.eabmt-cart-count{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;margin-left:2px;border-radius:999px;background:var(--eabmt-primary);color:#fff;font-size:.76rem;font-weight:950}.eabmt-mobile-toggle{display:none;background:var(--eabmt-dark);color:#fff;border-color:var(--eabmt-dark)}

/* Footer */
.eabmt-ui-footer{margin-top:48px;background:var(--eabmt-dark);color:#cbd5e1}.eabmt-footer-inner{padding:38px 0 22px}.eabmt-footer-top{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:22px;align-items:start}.eabmt-footer-brand p{max-width:430px;margin:16px 0 0;color:#94a3b8}.eabmt-ui-footer .eabmt-logo-mark{box-shadow:none}.eabmt-ui-footer .eabmt-brand-text small{color:#94a3b8}.eabmt-footer-col h3{margin:0 0 12px;color:#fff;font-size:.98rem;letter-spacing:-.01em}.eabmt-footer-col ul{display:grid;gap:8px;list-style:none;margin:0;padding:0}.eabmt-footer-col a{display:inline-flex;align-items:center;gap:8px;color:#cbd5e1;text-decoration:none;font-weight:720}.eabmt-footer-col a:hover{color:#99f6e4}.eabmt-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8;font-size:.92rem}

/* Shared components */
.eabmt-kicker,.eabmt-eyebrow{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;padding:8px 11px;border:1px solid rgba(20,184,166,.24);border-radius:999px;background:#ecfeff;color:var(--eabmt-primary-dark);font-size:.76rem;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:950}.eabmt-muted{color:var(--eabmt-muted)!important;margin-top:0}.eabmt-btn,.woocommerce .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit{min-height:44px;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px;border:0!important;border-radius:999px!important;padding:13px 18px!important;font-weight:950!important;line-height:1.1!important;text-decoration:none!important;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;color:#fff!important;background:var(--eabmt-dark)!important;box-shadow:none!important}.eabmt-btn:hover,.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce a.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{transform:translateY(-1px);background:var(--eabmt-primary-dark)!important;color:#fff!important}.eabmt-btn-primary,.woocommerce .button.alt,.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt{background:linear-gradient(135deg,var(--eabmt-primary-dark),var(--eabmt-primary),var(--eabmt-primary-2))!important;color:#fff!important;box-shadow:0 15px 32px rgba(15,118,110,.22)!important}.eabmt-btn-soft{background:#fff!important;color:var(--eabmt-primary-dark)!important;border:1px solid #b8eee6!important;box-shadow:none!important}.eabmt-btn-soft:hover{background:#ecfeff!important;color:var(--eabmt-primary-dark)!important}.eabmt-btn-dark{background:var(--eabmt-dark)!important;color:#fff!important}.eabmt-btn-disabled{background:#e5e7eb!important;color:#94a3b8!important;box-shadow:none!important}.eabmt-btn-wide{width:100%}.eabmt-mini-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 11px;border-radius:999px;background:#ecfeff;color:var(--eabmt-primary-dark);font-weight:900;font-size:.86rem;text-decoration:none}.eabmt-mini-btn:hover{background:var(--eabmt-soft);color:var(--eabmt-primary-dark)}
.eabmt-panel,.eabmt-page-card,.eabmt-post-card-full,.eabmt-checkout-card,.eabmt-sidebar-box,.eabmt-article-card,.eabmt-product-card{background:#fff;border:1px solid var(--eabmt-line);border-radius:var(--eabmt-radius-lg);box-shadow:var(--eabmt-shadow-soft)}.eabmt-panel{padding:24px}.eabmt-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.eabmt-panel-head h2,.eabmt-panel h2{font-size:clamp(1.18rem,2vw,1.55rem);line-height:1.15;letter-spacing:-.035em;margin:0}.eabmt-panel-head p{margin:5px 0 0;color:var(--eabmt-muted)}.eabmt-empty{padding:28px;border:1px dashed var(--eabmt-line-strong);background:#fff;border-radius:20px;box-shadow:0 8px 22px rgba(15,23,42,.04);text-align:center;color:var(--eabmt-muted)}.eabmt-empty h2,.eabmt-empty h3{margin:0 0 6px;color:var(--eabmt-text);letter-spacing:-.03em}.eabmt-prose{font-size:1rem;line-height:1.82;color:#334155}.eabmt-prose p{margin:0 0 14px}.eabmt-prose ul,.eabmt-prose ol{padding-left:22px}.eabmt-prose h2,.eabmt-prose h3{color:var(--eabmt-text);letter-spacing:-.03em;line-height:1.2}.eabmt-prose a{color:var(--eabmt-primary-dark);font-weight:850;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}

/* Forms and notices */
.woocommerce form .form-row{padding:0!important;margin:0 0 14px!important}.woocommerce label{display:block;font-weight:850;color:#334155;margin-bottom:8px}.woocommerce .required{color:var(--eabmt-bad)}.woocommerce input.input-text,.woocommerce textarea,.woocommerce select,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.input-text,.select2-container .select2-selection--single{width:100%;border:1px solid #dce5f2!important;background:#fbfdff!important;border-radius:15px!important;padding:13px 14px!important;min-height:48px;outline:0;color:#0f172a;box-shadow:none!important}.woocommerce textarea,textarea.input-text{min-height:120px;resize:vertical}.woocommerce input.input-text:focus,.woocommerce textarea:focus,.woocommerce select:focus,.input-text:focus{border-color:#5eead4!important;box-shadow:0 0 0 4px rgba(20,184,166,.12)!important}.select2-container .select2-selection--single{height:48px!important;display:flex!important;align-items:center}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.2!important;padding-left:0!important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px!important}.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:calc(50% - 8px)!important;float:left!important;clear:none!important}.woocommerce form .form-row-first{margin-right:16px!important}.woocommerce form .form-row-wide{clear:both!important}.eabmt-profile-form .form-row-first,.eabmt-profile-form .form-row-last{float:none!important;width:auto!important;margin-right:0!important}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border:1px solid var(--eabmt-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 26px rgba(15,23,42,.06)!important;padding:15px 18px 15px 48px!important;margin:0 0 16px!important;color:#334155!important}.woocommerce .woocommerce-message{border-color:rgba(22,163,74,.22)!important}.woocommerce .woocommerce-info{border-color:rgba(14,165,233,.22)!important}.woocommerce .woocommerce-error{border-color:rgba(220,38,38,.22)!important}.woocommerce .woocommerce-error::before,.woocommerce .woocommerce-info::before,.woocommerce .woocommerce-message::before{top:15px!important}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid var(--eabmt-line)!important;border-radius:var(--eabmt-radius-lg)!important;background:#fff!important;box-shadow:var(--eabmt-shadow-soft)!important;padding:24px!important}.eabmt-check{display:inline-flex!important;align-items:center!important;gap:8px;margin:0!important}.eabmt-check input{width:16px;height:16px;accent-color:var(--eabmt-primary)}

/* Tables */
.eabmt-table-wrap{overflow:auto;border:1px solid var(--eabmt-line);border-radius:20px;background:#fff}.eabmt-table{min-width:720px}.eabmt-table th{padding:13px 14px;text-align:left;background:#f8fafc;color:var(--eabmt-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.07em}.eabmt-table td{padding:14px;border-top:1px solid #eef2f7;vertical-align:middle}.eabmt-table td strong,.eabmt-table td small{display:block}.eabmt-table td small{color:var(--eabmt-muted);font-size:.82rem;margin-top:3px}.eabmt-table code{display:inline-block;padding:6px 8px;border-radius:10px;background:#f1f5f9;color:#334155;white-space:nowrap}.woocommerce table.shop_table{border:1px solid var(--eabmt-line)!important;border-radius:20px!important;border-collapse:separate!important;border-spacing:0!important;overflow:hidden;background:#fff!important;box-shadow:none!important}.woocommerce table.shop_table th{background:#f8fafc!important;color:#475569!important;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem}.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-top:0!important;border-bottom:1px solid var(--eabmt-line)!important;padding:15px!important}.woocommerce table.shop_table tr:last-child td,.woocommerce table.shop_table tfoot tr:last-child th,.woocommerce table.shop_table tfoot tr:last-child td{border-bottom:0!important}.woocommerce .quantity .qty{border:1px solid var(--eabmt-line)!important;border-radius:999px!important;min-height:42px;padding:0 10px!important;background:#fff!important}

/* Account area */
.eabmt-account-full-page .eabmt-site-main{width:100%;margin:0;min-height:calc(100vh - 76px)}.eabmt-account-page-shell{width:min(100% - 28px,1760px);margin:18px auto 50px}.eabmt-account-page-shell>.woocommerce{display:block}.logged-in.woocommerce-account .eabmt-account-page-shell>.woocommerce{display:grid;grid-template-columns:292px minmax(0,1fr);gap:20px;align-items:start}.eabmt-account-page-shell .woocommerce::before,.eabmt-account-page-shell .woocommerce::after{display:none!important;content:none!important}.woocommerce-account .woocommerce-MyAccount-navigation{float:none!important;width:auto!important}.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important;min-width:0;background:transparent}.eabmt-account-sidebar{position:sticky;top:96px;background:var(--eabmt-dark);color:#fff;border-radius:var(--eabmt-radius-lg);padding:18px;box-shadow:var(--eabmt-shadow);min-height:calc(100vh - 128px);display:flex;flex-direction:column}.eabmt-profile-mini{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:10px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09)}.eabmt-avatar{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--eabmt-primary),var(--eabmt-primary-2));color:#fff;font-weight:950;text-transform:uppercase}.eabmt-profile-mini strong,.eabmt-profile-mini small{display:block}.eabmt-profile-mini strong{line-height:1.2;color:#fff}.eabmt-profile-mini small{font-size:.78rem;color:#94a3b8;max-width:178px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eabmt-account-menu{display:grid;gap:7px;margin:12px 0 0;padding:0;list-style:none;flex:1;align-content:start}.eabmt-account-menu li{margin:0}.eabmt-account-menu a{display:flex;align-items:center;gap:11px;width:100%;padding:12px 13px;border-radius:15px;color:#e2e8f0;background:transparent;border:0;text-align:left;font-weight:850;text-decoration:none;line-height:1.15}.eabmt-account-menu a:hover,.eabmt-account-menu li.is-active a,.eabmt-account-menu li.woocommerce-MyAccount-navigation-link--dashboard.is-active a{background:rgba(204,251,241,.13);color:#99f6e4}.woocommerce-MyAccount-content{display:grid;gap:18px}.eabmt-account-dashboard-wrap,.eabmt-account-dashboard,.eabmt-wc-endpoint-panel{display:grid;gap:18px}.eabmt-dashboard-top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.eabmt-metric{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:18px;min-height:126px;padding:20px;border-radius:var(--eabmt-radius-lg);background:#fff;border:1px solid var(--eabmt-line);box-shadow:var(--eabmt-shadow-soft);color:inherit;text-decoration:none}.eabmt-metric::after{content:"";position:absolute;right:-34px;top:-42px;width:118px;height:118px;border-radius:999px;background:rgba(20,184,166,.12)}.eabmt-metric span{display:flex;align-items:center;gap:9px;color:var(--eabmt-muted);font-weight:850}.eabmt-metric strong{font-size:clamp(1.8rem,4vw,2.35rem);line-height:1;letter-spacing:-.05em}.eabmt-account-split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px;align-items:start}.eabmt-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.eabmt-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.eabmt-download-card{padding:18px;border:1px solid var(--eabmt-line);border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 10px 24px rgba(15,23,42,.04)}.eabmt-download-card h3{margin:10px 0 5px;font-size:1.08rem;letter-spacing:-.02em}.eabmt-download-card p{margin:0 0 14px;color:var(--eabmt-muted)}.eabmt-support-box{display:grid;gap:10px;margin-top:16px}.eabmt-support-box span{display:block;border:1px solid var(--eabmt-line);border-radius:14px;padding:10px 12px;background:#fff}.eabmt-account-grid,.eabmt-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.eabmt-account-grid div,.eabmt-stat-grid div,.eabmt-tech-panel div,.eabmt-policy-panel div{background:#f8fafc;border:1px solid var(--eabmt-line);border-radius:18px;padding:16px}.eabmt-account-grid small,.eabmt-stat-grid small,.eabmt-tech-panel small,.eabmt-policy-panel small{display:block;color:var(--eabmt-muted);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.eabmt-account-grid strong,.eabmt-stat-grid strong,.eabmt-tech-panel strong,.eabmt-policy-panel strong{display:block;margin-top:5px;line-height:1.35}.eabmt-status,.eabmt-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:900;white-space:nowrap}.eabmt-status-active,.eabmt-badge-green{background:#dcfce7;color:#166534}.eabmt-status-expired,.eabmt-badge-amber{background:#fef3c7;color:#92400e}.eabmt-status-blocked,.eabmt-badge-red{background:#fee2e2;color:#991b1b}.eabmt-profile-form{display:grid;gap:18px}.eabmt-form-actions{margin:0!important;display:flex;justify-content:flex-end}.woocommerce-EditAccountForm fieldset{border:0;margin:0;padding:0}.woocommerce-EditAccountForm legend{display:none}.woocommerce-MyAccount-content mark{border-radius:999px;background:#fef3c7;color:#92400e;padding:3px 8px}.woocommerce-Addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.woocommerce-Address{background:#fff;border:1px solid var(--eabmt-line);border-radius:var(--eabmt-radius-lg);box-shadow:var(--eabmt-shadow-soft);padding:22px}.woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.woocommerce-Address-title h3{margin:0;letter-spacing:-.03em}.woocommerce-Address address{font-style:normal;color:#475569;margin-top:12px}.woocommerce-account .woocommerce-MyAccount-content>p{background:#fff;border:1px solid var(--eabmt-line);border-radius:18px;padding:16px;margin:0;color:#475569}.woocommerce-account .woocommerce-MyAccount-content>p:empty{display:none}

/* Login/register */
.woocommerce-account:not(.logged-in) .eabmt-account-page-shell{width:min(100% - 28px,1380px);margin:22px auto 56px}.eabmt-auth-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:20px;align-items:stretch;min-height:calc(100vh - 150px)}.eabmt-auth-panel{background:#fff;border:1px solid var(--eabmt-line);border-radius:var(--eabmt-radius-lg);box-shadow:var(--eabmt-shadow-soft);padding:30px}.eabmt-auth-panel-main{background:linear-gradient(135deg,#08111f,#115e59);color:#fff}.eabmt-auth-panel h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.05em;margin:16px 0 10px}.eabmt-auth-panel p{color:inherit;opacity:.78}.eabmt-auth-panel-main .eabmt-eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:#99f6e4}.eabmt-auth-panel-main label{color:#e2e8f0}.eabmt-auth-panel-main a{color:#99f6e4}.eabmt-auth-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.woocommerce-LostPassword{margin:8px 0 0!important}.woocommerce-LostPassword a{color:#99f6e4;font-weight:850}.eabmt-wp-login-fallback,.eabmt-auth-wrap{width:min(100% - 28px,860px);margin:32px auto}.eabmt-auth-card{background:#fff;border:1px solid var(--eabmt-line);border-radius:var(--eabmt-radius-lg);box-shadow:var(--eabmt-shadow-soft);padding:28px}

/* Cart drawer */
.eabmt-drawer-backdrop{position:fixed;inset:0;z-index:88;background:rgba(15,23,42,.45);backdrop-filter:blur(10px);opacity:0;pointer-events:none;transition:opacity .22s ease}.eabmt-cart-open .eabmt-drawer-backdrop{opacity:1;pointer-events:auto}.eabmt-cart-drawer{position:fixed;top:0;right:0;z-index:89;width:min(430px,100vw);height:100vh;background:#fff;box-shadow:-30px 0 70px rgba(15,23,42,.2);transform:translateX(104%);transition:transform .24s ease;display:grid;grid-template-rows:auto 1fr;outline:none}.eabmt-cart-open .eabmt-cart-drawer{transform:translateX(0)}body.admin-bar .eabmt-cart-drawer{top:32px;height:calc(100vh - 32px)}.eabmt-drawer-head{height:76px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--eabmt-line)}.eabmt-drawer-head h2{display:flex;align-items:center;gap:10px;margin:0;font-size:1.25rem;letter-spacing:-.03em}.eabmt-mini-cart-content{min-height:0;display:grid;grid-template-rows:1fr auto}.eabmt-mini-cart-list{overflow:auto;padding:16px 20px!important;margin:0!important;list-style:none!important;display:grid;align-content:start;gap:12px}.eabmt-mini-cart-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:12px;align-items:start;padding:12px;border:1px solid var(--eabmt-line);border-radius:18px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.04)}.eabmt-mini-cart-thumb{display:block}.eabmt-mini-cart-thumb img{width:72px;height:72px;object-fit:cover;border-radius:14px;background:#f1f5f9}.eabmt-mini-cart-title{display:block;font-weight:900;line-height:1.3;color:var(--eabmt-text);text-decoration:none}.eabmt-mini-cart-qty{display:block;margin-top:5px;color:var(--eabmt-muted);font-size:.9rem}.eabmt-mini-cart-info .variation{margin:6px 0 0;font-size:.82rem;color:var(--eabmt-muted)}.eabmt-mini-cart-info .variation dt,.eabmt-mini-cart-info .variation dd{display:inline;margin:0}.eabmt-mini-cart-remove,.woocommerce .eabmt-mini-cart-remove.remove{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;border-radius:999px!important;background:#fee2e2!important;color:#991b1b!important;font-size:18px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important}.eabmt-mini-cart-foot{padding:16px 20px 20px;border-top:1px solid var(--eabmt-line);background:#f8fafc}.eabmt-mini-cart-total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;color:var(--eabmt-muted);font-weight:850}.eabmt-mini-cart-total strong{color:var(--eabmt-text);font-size:1.08rem}.eabmt-mini-cart-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.eabmt-mini-cart-buttons a{width:100%}.eabmt-mini-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:46px 26px;color:var(--eabmt-muted)}.eabmt-mini-cart-empty h3{margin:0;color:var(--eabmt-text);letter-spacing:-.03em}.eabmt-mini-cart-empty p{margin:0 0 8px}.woocommerce-mini-cart__empty-message{display:none}

/* Checkout and cart page */
.eabmt-commerce-page-shell{width:min(100% - 36px,1380px);margin:28px auto 60px}.eabmt-commerce-card{background:transparent;border:0;box-shadow:none;padding:0}.eabmt-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:20px;align-items:start}.eabmt-checkout-fields{display:grid;gap:18px}.eabmt-checkout-card{padding:24px}.eabmt-order-summary{position:sticky;top:96px}.eabmt-checkout-page .woocommerce-checkout-review-order-table{margin:0 0 18px!important}.eabmt-checkout-page #payment{background:#f8fafc!important;border:1px solid var(--eabmt-line)!important;border-radius:20px!important}.eabmt-checkout-page #payment ul.payment_methods{border-bottom:1px solid var(--eabmt-line)!important;padding:16px!important}.eabmt-checkout-page #payment div.form-row{padding:16px!important;margin:0!important}.eabmt-checkout-page .place-order button{width:100%}.eabmt-checkout-page .woocommerce-privacy-policy-text{font-size:.9rem;color:var(--eabmt-muted)}.eabmt-cart-page .shop_table.cart{background:#fff}.eabmt-cart-page .cart-collaterals{margin-top:20px}.eabmt-cart-page .cart-collaterals .cart_totals{width:100%!important;float:none!important;background:#fff;border:1px solid var(--eabmt-line);border-radius:var(--eabmt-radius-lg);box-shadow:var(--eabmt-shadow-soft);padding:24px}.eabmt-cart-page .coupon{display:flex;gap:10px;align-items:center}.eabmt-cart-page .coupon input{min-width:220px;border:1px solid var(--eabmt-line);border-radius:999px;padding:12px 14px}.woocommerce-cart-form__contents .product-thumbnail img{width:76px;border-radius:14px}.woocommerce-cart-form__contents .product-name a{font-weight:900;color:var(--eabmt-text)}

/* Product archive */
.eabmt-shop-archive,.eabmt-blog-archive,.eabmt-post-layout{margin-top:30px;margin-bottom:58px}.eabmt-archive-head{background:linear-gradient(135deg,#08111f,#115e59);border-radius:var(--eabmt-radius-lg);box-shadow:var(--eabmt-shadow);padding:34px;color:#fff;margin-bottom:20px;overflow:hidden;position:relative}.eabmt-archive-head::after{content:"";position:absolute;right:-70px;top:-80px;width:260px;height:260px;border-radius:999px;background:rgba(255,255,255,.1)}.eabmt-archive-head .eabmt-eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:#99f6e4}.eabmt-archive-head h1{position:relative;margin:14px 0 8px;font-size:clamp(2rem,4vw,3.35rem);line-height:1.04;letter-spacing:-.055em}.eabmt-archive-head p{position:relative;margin:0;max-width:720px;color:rgba(255,255,255,.75)}.eabmt-catalog-layout{display:grid;grid-template-columns:292px minmax(0,1fr);gap:20px;align-items:start}.eabmt-filter-panel,.eabmt-blog-sidebar{position:sticky;top:96px;display:grid;gap:16px}.eabmt-sidebar-box{padding:18px}.eabmt-sidebar-box h3{margin:0 0 12px;font-size:1rem;letter-spacing:-.02em}.eabmt-category-list{display:grid;gap:8px}.eabmt-category-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid var(--eabmt-line);border-radius:14px;background:#fff;color:#334155;font-weight:850;text-decoration:none}.eabmt-category-list a:hover{background:#ecfeff;color:var(--eabmt-primary-dark);border-color:#b8eee6}.eabmt-category-list strong{min-width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.78rem}.eabmt-product-search{display:grid;gap:10px}.eabmt-product-search input{border:1px solid var(--eabmt-line);background:#fff;border-radius:15px;padding:12px 13px;min-height:46px}.eabmt-product-search button{border:0;border-radius:999px;background:var(--eabmt-dark);color:#fff;font-weight:900;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px}.eabmt-catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.eabmt-catalog-tools .woocommerce-result-count{margin:0;color:var(--eabmt-muted);font-weight:750}.eabmt-catalog-tools .woocommerce-ordering{margin:0}.eabmt-catalog-tools select{border:1px solid var(--eabmt-line);border-radius:999px;background:#fff;padding:10px 14px}.eabmt-product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;list-style:none;margin:0!important;padding:0!important}.eabmt-product-card{overflow:hidden;float:none!important;width:auto!important;margin:0!important;display:flex;flex-direction:column}.eabmt-product-media-card{height:190px;background:linear-gradient(135deg,#0f172a,#115e59);display:flex;align-items:flex-end;justify-content:space-between;padding:18px;color:#fff;position:relative;overflow:hidden;text-decoration:none}.eabmt-product-media-card::before{content:"";position:absolute;inset:22px 22px auto auto;width:100px;height:100px;border-radius:50%;background:rgba(255,255,255,.12)}.eabmt-product-media-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.eabmt-product-icon,.eabmt-product-media-card .eabmt-badge{position:relative;z-index:1}.eabmt-product-icon{width:58px;height:58px;border-radius:20px;background:rgba(255,255,255,.14);display:grid;place-items:center}.eabmt-product-card .eabmt-product-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1;background:#fff}.eabmt-product-card .eabmt-product-body h2{font-size:1.12rem!important;line-height:1.3;margin:0!important;padding:0!important;letter-spacing:-.03em}.eabmt-product-card .eabmt-product-body h2 a{text-decoration:none;color:var(--eabmt-text)}.eabmt-product-card .eabmt-product-body p{color:var(--eabmt-muted);line-height:1.6;margin:0}.eabmt-product-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:auto}.eabmt-rating{display:flex;align-items:center;gap:6px;color:#92400e;font-weight:900;font-size:.9rem}.eabmt-small-tag{border:1px solid var(--eabmt-line);border-radius:999px;padding:5px 8px;color:#475569;font-size:.78rem;font-weight:850;background:#fff}.eabmt-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px}.eabmt-price{font-weight:1000;font-size:1.05rem;color:var(--eabmt-primary-dark)}.eabmt-price del{font-size:.85rem;color:#94a3b8;margin-right:5px}.eabmt-price-row .button{white-space:nowrap!important;padding:11px 14px!important;min-height:40px!important}.woocommerce nav.woocommerce-pagination ul{border:0!important;display:flex;gap:8px;justify-content:center;margin-top:22px!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid var(--eabmt-line)!important;border-radius:999px!important;padding:9px 12px!important;min-width:42px;background:#fff}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--eabmt-dark)!important;color:#fff!important}

/* Blog/archive/single */
.eabmt-blog-layout,.eabmt-post-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.eabmt-article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.eabmt-article-card{overflow:hidden}.eabmt-article-cover{height:210px;display:grid;place-items:center;background:linear-gradient(135deg,#0f172a,#115e59);color:#fff;overflow:hidden}.eabmt-article-cover img{width:100%;height:100%;object-fit:cover}.eabmt-article-body{padding:20px}.eabmt-article-meta{display:block;color:var(--eabmt-muted);font-size:.84rem;font-weight:850;margin-bottom:8px}.eabmt-article-body h2{font-size:1.18rem;line-height:1.28;letter-spacing:-.035em;margin:0 0 9px}.eabmt-article-body p{color:var(--eabmt-muted);margin:0 0 14px}.eabmt-read-more{font-weight:950;color:var(--eabmt-primary-dark);text-decoration:none}.eabmt-mini-list{display:grid;gap:10px}.eabmt-mini-list a{display:grid;gap:3px;padding:11px 12px;border:1px solid var(--eabmt-line);border-radius:14px;background:#fff;text-decoration:none}.eabmt-mini-list strong{color:var(--eabmt-text);line-height:1.35}.eabmt-mini-list span{color:var(--eabmt-muted);font-size:.82rem}.eabmt-post-layout{grid-template-columns:minmax(0,1fr) 320px}.eabmt-post-card-full{overflow:hidden}.eabmt-post-hero{padding:34px;background:linear-gradient(135deg,#08111f,#115e59);color:#fff}.eabmt-post-hero .eabmt-eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:#99f6e4}.eabmt-post-hero h1{font-size:clamp(2rem,4.6vw,4rem);line-height:1.03;letter-spacing:-.06em;margin:15px 0 0}.eabmt-post-featured img{width:100%;max-height:520px;object-fit:cover;display:block}.eabmt-post-content{padding:34px}.eabmt-pagination{grid-column:1/-1;margin-top:16px}.eabmt-pagination .nav-links{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.eabmt-pagination a,.eabmt-pagination span{min-width:40px;display:grid;place-items:center;border:1px solid var(--eabmt-line);border-radius:999px;background:#fff;padding:8px 12px;font-weight:850}.eabmt-pagination .current{background:var(--eabmt-dark);color:#fff}
.eabmt-content-wrap{width:min(100% - 36px,1080px);margin:44px auto}.eabmt-page-card{padding:34px}.eabmt-page-title-card{margin-bottom:18px}.eabmt-page-title-card h1{font-size:clamp(2rem,4vw,3rem);line-height:1.08;letter-spacing:-.055em;margin:0}

/* Product landing */
.eabmt-landing{--eabmt-landing-container:min(1160px,92vw);padding:28px 0 112px}.eabmt-product-hero{width:var(--eabmt-landing-container);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:stretch}.eabmt-hero-copy{background:rgba(255,255,255,.94);border:1px solid var(--eabmt-line);border-radius:30px;padding:42px;box-shadow:var(--eabmt-shadow);position:relative;overflow:hidden}.eabmt-hero-copy::after{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;background:radial-gradient(circle,rgba(20,184,166,.14),transparent 65%);pointer-events:none}.eabmt-hero-copy h1{font-size:clamp(30px,4vw,52px);line-height:1.05;letter-spacing:-.04em;margin:18px 0 16px;color:var(--eabmt-text);max-width:780px}.eabmt-hero-copy p{font-size:16px;color:var(--eabmt-muted);max-width:720px;margin:0 0 22px}.eabmt-badge-row{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 28px}.eabmt-badge-row span{border:1px solid #dce7f7;background:#f8fbff;color:#31405a;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:750}.eabmt-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.eabmt-buy-card{background:#fff;border:1px solid var(--eabmt-line);border-radius:30px;padding:24px;box-shadow:var(--eabmt-shadow);display:flex;flex-direction:column;justify-content:space-between;min-height:360px}.eabmt-buy-card-top span{display:block;color:var(--eabmt-muted);font-weight:750;font-size:13px}.eabmt-buy-card-top strong{display:block;font-size:31px;line-height:1.2;margin-top:4px;letter-spacing:-.03em;color:var(--eabmt-primary-dark)}.eabmt-buy-card p{color:var(--eabmt-muted);margin:6px 0 20px}.eabmt-mini-specs{display:grid;gap:8px;margin-top:18px;border-top:1px solid var(--eabmt-line);padding-top:18px}.eabmt-mini-specs span{font-size:12px;color:var(--eabmt-muted);font-weight:750}.eabmt-mini-specs code{background:#f2f6ff;padding:8px;border-radius:10px;color:var(--eabmt-primary-dark);word-break:break-all}.eabmt-product-media{width:var(--eabmt-landing-container);margin:24px auto 0;background:#fff;border:1px solid var(--eabmt-line);border-radius:30px;padding:16px;box-shadow:var(--eabmt-shadow)}.eabmt-preview-main{min-height:360px;border-radius:22px;background:linear-gradient(135deg,#eff6ff,#f8fbff);display:grid;place-items:center;overflow:hidden}.eabmt-preview-main img{width:100%;height:100%;max-height:540px;object-fit:cover;border-radius:22px}.eabmt-placeholder{font-weight:950;color:#91a0b8;letter-spacing:.08em;text-transform:uppercase}.eabmt-preview-strip{display:flex;gap:10px;overflow:auto;margin-top:12px}.eabmt-preview-strip img{width:92px;height:72px;object-fit:cover;border-radius:14px;border:1px solid var(--eabmt-line)}.eabmt-section{width:var(--eabmt-landing-container);margin:26px auto 0;background:#fff;border:1px solid var(--eabmt-line);border-radius:30px;padding:34px;box-shadow:var(--eabmt-shadow)}.eabmt-section h2{font-size:clamp(24px,3vw,36px);line-height:1.15;letter-spacing:-.035em;margin:14px 0 18px}.eabmt-section-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:30px;align-items:start}.eabmt-tech-panel{display:grid;grid-template-columns:1fr 1fr;gap:10px}.eabmt-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.eabmt-feature-grid div{display:flex;gap:10px;align-items:flex-start;padding:17px;border-radius:18px;background:#f8fafc;border:1px solid var(--eabmt-line)}.eabmt-feature-grid span{width:22px;height:22px;border-radius:50%;background:#dcfce7;color:#16a34a;display:grid;place-items:center;font-size:12px;font-weight:950;flex:0 0 auto}.eabmt-flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.eabmt-flow-grid div{background:#f8fafc;border:1px solid var(--eabmt-line);border-radius:20px;padding:18px}.eabmt-flow-grid span{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#e6fffb;color:var(--eabmt-primary-dark);font-weight:950;margin-bottom:14px}.eabmt-flow-grid strong{display:block;font-size:16px;margin-bottom:6px}.eabmt-flow-grid p{margin:0;color:var(--eabmt-muted);font-size:14px}.eabmt-policy-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.eabmt-final-cta{width:var(--eabmt-landing-container);margin:26px auto 0;border-radius:30px;padding:42px;text-align:center;color:#fff;background:linear-gradient(135deg,#08111f,#115e59);box-shadow:var(--eabmt-shadow)}.eabmt-final-cta h2{font-size:36px;line-height:1.1;margin:0 0 10px;letter-spacing:-.03em}.eabmt-final-cta p{margin:0 0 24px;color:rgba(255,255,255,.82)}.eabmt-final-cta .eabmt-btn-primary{background:#fff!important;color:var(--eabmt-primary-dark)!important}.eabmt-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:22px}.eabmt-modal.is-open{display:flex}.eabmt-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(12px)}.eabmt-modal-card{position:relative;width:min(560px,94vw);max-height:88vh;overflow:auto;background:#fff;border-radius:28px;padding:28px;border:1px solid var(--eabmt-line);box-shadow:0 30px 90px rgba(15,23,42,.22)}.eabmt-modal-card h2{font-size:28px;line-height:1.1;letter-spacing:-.03em;margin:14px 0 8px}.eabmt-modal-close{position:absolute;right:18px;top:18px;width:36px;height:36px;border:0;border-radius:50%;background:#f1f5f9;font-size:24px;cursor:pointer}.eabmt-plan-list{display:grid;gap:10px;margin:20px 0}.eabmt-plan-option{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid var(--eabmt-line);background:#fbfdff;border-radius:18px;padding:14px;cursor:pointer}.eabmt-plan-option.active{border-color:#5eead4;background:#f0fdfa;box-shadow:0 12px 26px rgba(20,184,166,.1)}.eabmt-plan-option input{accent-color:var(--eabmt-primary)}.eabmt-plan-option span strong{display:block}.eabmt-plan-option span small{display:block;color:var(--eabmt-muted);font-size:13px}.eabmt-plan-option em{font-style:normal;font-weight:950}.eabmt-plan-option b{position:absolute;right:14px;top:-10px;background:#dcfce7;color:#15803d;border-radius:999px;padding:4px 8px;font-size:11px}.eabmt-modal-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.eabmt-modal-summary div{background:#f8fafc;border:1px solid var(--eabmt-line);border-radius:16px;padding:13px}.eabmt-modal-summary small{display:block;color:var(--eabmt-muted);font-size:12px}.eabmt-modal-summary strong{display:block;font-size:16px}.eabmt-sticky-buy{position:fixed;left:50%;bottom:18px;z-index:70;transform:translate(-50%,130%);width:min(940px,94vw);display:flex;align-items:center;justify-content:space-between;gap:12px;background:rgba(8,17,31,.92);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px rgba(15,23,42,.22);border-radius:22px;padding:12px 14px;backdrop-filter:blur(16px);transition:transform .22s ease}.eabmt-sticky-buy.is-visible{transform:translate(-50%,0)}.eabmt-sticky-info{display:flex;align-items:center;gap:12px;min-width:0}.eabmt-sticky-info strong{display:block;max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eabmt-sticky-info span{color:#99f6e4;font-weight:950}.eabmt-sticky-actions{display:flex;gap:10px;align-items:center}

/* Legacy CRM shortcodes */
.eabmt-crm-shell{min-height:100vh;display:grid;grid-template-columns:286px minmax(0,1fr);background:#f5f7fb}.eabmt-crm-sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--eabmt-line);padding:24px;display:flex;flex-direction:column;gap:20px}.eabmt-userbox{display:flex;align-items:center;gap:12px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid var(--eabmt-line)}.eabmt-userbox strong,.eabmt-userbox small{display:block}.eabmt-userbox small{color:var(--eabmt-muted);font-size:12px;max-width:160px;overflow:hidden;text-overflow:ellipsis}.eabmt-crm-nav{display:grid;gap:8px}.eabmt-crm-nav a{display:flex;align-items:center;gap:11px;padding:12px 13px;border-radius:14px;color:#475569;font-weight:850;text-decoration:none}.eabmt-crm-nav a span{width:26px;height:26px;display:grid;place-items:center;border-radius:10px;background:#f1f5f9;color:#64748b}.eabmt-crm-nav a.active,.eabmt-crm-nav a:hover{background:#ecfeff;color:var(--eabmt-primary-dark)}.eabmt-crm-nav a.active span,.eabmt-crm-nav a:hover span{background:var(--eabmt-soft);color:var(--eabmt-primary-dark)}.eabmt-logout{margin-top:auto;color:#ef4444;font-weight:950;padding:12px 13px;border-radius:14px;background:#fff5f5;text-decoration:none}.eabmt-crm-main{padding:32px;min-width:0}.eabmt-crm-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.eabmt-crm-header h1{font-size:34px;line-height:1.1;margin:12px 0 0;letter-spacing:-.04em}

@media (max-width:1200px){
  .eabmt-footer-top{grid-template-columns:1.2fr 1fr 1fr}
  .logged-in.woocommerce-account .eabmt-account-page-shell>.woocommerce,.eabmt-catalog-layout,.eabmt-blog-layout,.eabmt-post-layout,.eabmt-checkout-layout{grid-template-columns:1fr}
  .eabmt-account-sidebar,.eabmt-blog-sidebar,.eabmt-filter-panel,.eabmt-order-summary{position:static;min-height:0}
  .eabmt-account-sidebar{display:grid;grid-template-columns:1fr}
  .eabmt-account-menu{grid-template-columns:repeat(3,1fr)}
  .eabmt-dashboard-top{grid-template-columns:repeat(2,1fr)}
  .eabmt-account-split{grid-template-columns:1fr}
  .eabmt-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:980px){
  .eabmt-product-hero,.eabmt-section-grid{grid-template-columns:1fr}.eabmt-buy-card{min-height:auto}.eabmt-feature-grid,.eabmt-flow-grid,.eabmt-policy-panel,.eabmt-card-grid{grid-template-columns:1fr 1fr}.eabmt-crm-shell{grid-template-columns:1fr}.eabmt-crm-sidebar{position:relative;height:auto;border-right:0;border-bottom:1px solid var(--eabmt-line)}.eabmt-crm-nav{grid-template-columns:repeat(3,1fr)}.eabmt-logout{margin-top:0}.eabmt-crm-main{padding:22px}
}
@media (max-width:900px){
  body.admin-bar .eabmt-ui-header{top:46px}
  .eabmt-mobile-toggle{display:inline-flex}.eabmt-main-nav{position:fixed;inset:76px 18px auto 18px;background:#fff;border:1px solid var(--eabmt-line);border-radius:24px;box-shadow:var(--eabmt-shadow);padding:12px;display:none;flex-direction:column;align-items:stretch;z-index:60}.eabmt-main-nav.is-open{display:flex}.eabmt-main-nav ul,.eabmt-main-menu{display:grid;width:100%;gap:4px}.eabmt-main-nav a,.eabmt-main-nav button,.eabmt-main-menu a{justify-content:flex-start}.eabmt-main-menu .sub-menu{position:static;display:grid;border:0;box-shadow:none;background:#f8fafc;margin:4px 0 0 24px;min-width:0}.eabmt-nav-cart{display:inline-flex!important}.eabmt-header-actions .eabmt-cart-trigger{display:inline-flex}.eabmt-account-pill span,.eabmt-cart-text{display:none}.eabmt-auth-layout,.eabmt-article-grid{grid-template-columns:1fr}.eabmt-auth-panel-main{min-height:auto}.eabmt-footer-top{grid-template-columns:1fr 1fr}.eabmt-catalog-tools{flex-direction:column;align-items:stretch}.eabmt-quick-actions{grid-template-columns:1fr}.woocommerce-Addresses{grid-template-columns:1fr}.eabmt-product-grid{grid-template-columns:1fr}
}
@media (max-width:700px){
  .woocommerce form .form-row-first,.woocommerce form .form-row-last{float:none!important;width:100%!important;margin-right:0!important}.eabmt-dashboard-top,.eabmt-account-grid,.eabmt-stat-grid,.eabmt-modal-summary{grid-template-columns:1fr}.eabmt-account-menu{grid-template-columns:repeat(2,1fr)}.eabmt-checkout-card,.eabmt-panel,.eabmt-page-card,.eabmt-post-content,.eabmt-post-hero,.eabmt-archive-head{padding:20px}.eabmt-cart-drawer{width:100vw}.eabmt-mini-cart-buttons{grid-template-columns:1fr}.eabmt-section,.eabmt-final-cta,.eabmt-product-media,.eabmt-product-hero{width:min(100% - 22px,1160px)}.eabmt-flow-grid,.eabmt-feature-grid,.eabmt-policy-panel,.eabmt-tech-panel,.eabmt-card-grid{grid-template-columns:1fr}.eabmt-sticky-buy{display:none}.eabmt-auth-panel{padding:22px}.eabmt-auth-panel h2{font-size:2.1rem}.eabmt-commerce-page-shell,.eabmt-content-wrap{width:min(100% - 22px,1380px)}
}
@media (max-width:560px){
  :root{--eabmt-container:min(100% - 22px,1560px)}.eabmt-header-inner{min-height:68px}.eabmt-logo-mark{width:40px;height:40px}.eabmt-brand-text small{display:none}.eabmt-icon-btn{display:none}.eabmt-account-page-shell{width:min(100% - 18px,1760px);margin:12px auto 36px}.eabmt-account-menu{grid-template-columns:1fr}.eabmt-footer-top{grid-template-columns:1fr}.eabmt-footer-bottom{flex-direction:column;align-items:flex-start}.eabmt-mini-cart-item{grid-template-columns:58px 1fr}.eabmt-mini-cart-side{grid-column:2}.eabmt-mini-cart-thumb img{width:58px;height:58px}.eabmt-drawer-head,.eabmt-mini-cart-list,.eabmt-mini-cart-foot{padding-inline:14px}.eabmt-crm-nav{grid-template-columns:1fr 1fr}.eabmt-crm-header{align-items:flex-start;flex-direction:column}.eabmt-hero-copy,.eabmt-section,.eabmt-final-cta{padding:24px;border-radius:24px}.eabmt-hero-copy h1{font-size:30px}
}
@media (max-width:782px){body.admin-bar .eabmt-cart-drawer{top:46px;height:calc(100vh - 46px)}}

/* Final specificity fixes */
.woocommerce .eabmt-btn-primary{background:linear-gradient(135deg,var(--eabmt-primary-dark),var(--eabmt-primary),var(--eabmt-primary-2))!important;color:#fff!important;box-shadow:0 15px 32px rgba(15,118,110,.22)!important}
.woocommerce .eabmt-btn-soft{background:#fff!important;color:var(--eabmt-primary-dark)!important;border:1px solid #b8eee6!important;box-shadow:none!important}
.woocommerce .eabmt-btn-soft:hover{background:#ecfeff!important;color:var(--eabmt-primary-dark)!important}
.eabmt-price-row .button{background:linear-gradient(135deg,var(--eabmt-primary-dark),var(--eabmt-primary),var(--eabmt-primary-2))!important;color:#fff!important}

/* v1.0.5 - License reset action in customer license list */
.eabmt-license-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.eabmt-inline-form{display:inline-flex;margin:0}.eabmt-inline-form .eabmt-mini-btn{border:0;cursor:pointer;font-family:inherit}.eabmt-mini-btn-danger{background:#fef3f2;color:#b42318}.eabmt-mini-btn-danger:hover{background:#fee4e2;color:#912018}.eabmt-action-note,.eabmt-muted-text{color:var(--eabmt-muted);font-size:.82rem;font-weight:750}

/* v1.0.6 - Header/footer editable branding */
.eabmt-ui-brand{min-width:0}.eabmt-header-inner>.eabmt-ui-brand{flex:0 1 auto;max-width:min(390px,42vw)}.eabmt-brand-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.eabmt-logo-media{height:46px;max-width:190px;display:flex;align-items:center;justify-content:center}.eabmt-logo-img{display:block;width:auto;height:auto;max-width:190px;max-height:46px;object-fit:contain}.eabmt-header-inner .eabmt-brand-text{min-width:0}.eabmt-ui-footer .eabmt-logo-media{height:52px;max-width:220px}.eabmt-ui-footer .eabmt-logo-img{max-width:220px;max-height:52px}.eabmt-ui-footer .eabmt-ui-brand{max-width:100%}.eabmt-ui-footer .eabmt-brand-text{min-width:0}

/* v1.0.6 - Modern login/register/lost password */
.eabmt-auth-modern{grid-template-columns:minmax(0,1fr) minmax(380px,.78fr);align-items:start;min-height:auto}.eabmt-auth-hero{position:sticky;top:98px;min-height:560px;display:flex;flex-direction:column;justify-content:flex-end;gap:22px;overflow:hidden;border-radius:34px;padding:38px;color:#fff;background:radial-gradient(circle at 18% 12%,rgba(20,184,166,.36),transparent 34%),linear-gradient(135deg,#08111f,#115e59);box-shadow:var(--eabmt-shadow)}.eabmt-auth-hero::after{content:"";position:absolute;right:-90px;top:-90px;width:280px;height:280px;border-radius:999px;background:rgba(255,255,255,.11);pointer-events:none}.eabmt-auth-hero>*{position:relative;z-index:1}.eabmt-auth-hero .eabmt-eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:#99f6e4}.eabmt-auth-hero h2{max-width:760px;margin:0;font-size:clamp(2.35rem,5vw,4.45rem);line-height:.98;letter-spacing:-.065em}.eabmt-auth-hero p{max-width:680px;margin:0;color:rgba(255,255,255,.76);font-size:1.03rem}.eabmt-auth-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.eabmt-auth-benefits div{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);font-weight:850;color:#e2e8f0}.eabmt-auth-stack{display:grid;gap:18px}.eabmt-auth-card{background:#fff;border:1px solid var(--eabmt-line);border-radius:30px;box-shadow:var(--eabmt-shadow-soft);padding:28px}.eabmt-auth-card-head{margin-bottom:18px}.eabmt-auth-card-head h2,.eabmt-auth-confirmation h2{font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.05;letter-spacing:-.045em;margin:14px 0 8px}.eabmt-auth-card-head p,.eabmt-auth-confirmation p{margin:0;color:var(--eabmt-muted)}.woocommerce form.eabmt-auth-form,.woocommerce form.login.eabmt-auth-form,.woocommerce form.register.eabmt-auth-form,.eabmt-auth-form{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important}.eabmt-field-wrap label{display:flex;align-items:center;justify-content:space-between;gap:10px}.eabmt-field-wrap input.input-text{background:#fff!important;border-radius:16px!important;min-height:52px!important}.eabmt-auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 16px;flex-wrap:wrap}.eabmt-auth-link,.eabmt-auth-bottom-link a{font-weight:900;color:var(--eabmt-primary-dark);text-decoration:none}.eabmt-auth-link:hover,.eabmt-auth-bottom-link a:hover{text-decoration:underline;text-underline-offset:3px}.eabmt-auth-submit{margin:0!important}.eabmt-auth-hint{margin:0 0 14px!important;padding:12px 14px;border:1px solid #b8eee6;border-radius:16px;background:#ecfeff;color:var(--eabmt-primary-dark)!important;font-weight:800}.eabmt-auth-single{width:min(100% - 28px,620px);margin:34px auto 64px}.eabmt-auth-single .eabmt-auth-card{padding:32px}.eabmt-auth-confirmation{text-align:center}.eabmt-auth-confirmation .eabmt-eyebrow{margin-inline:auto}.eabmt-auth-confirmation .eabmt-btn{margin-top:8px}.eabmt-auth-bottom-link{margin:14px 0 0!important;text-align:center;color:var(--eabmt-muted)!important}

/* v1.0.6 - Cart page columns */
.eabmt-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,410px);gap:20px;align-items:start}.eabmt-cart-main{min-width:0}.eabmt-cart-summary{position:sticky;top:96px;min-width:0}.eabmt-cart-table-card{padding:24px}.eabmt-cart-head .eabmt-eyebrow{margin-bottom:12px}.eabmt-cart-table-scroll{width:100%;overflow:auto;border:1px solid var(--eabmt-line);border-radius:22px;background:#fff}.eabmt-cart-table{min-width:900px;margin:0!important;border:0!important;border-radius:0!important}.eabmt-cart-table th,.eabmt-cart-table td{vertical-align:middle!important}.eabmt-cart-table .product-remove{width:54px;text-align:center!important}.eabmt-cart-table .product-thumbnail{width:96px}.eabmt-cart-table .product-name{min-width:260px}.eabmt-cart-table .product-price,.eabmt-cart-table .product-quantity,.eabmt-cart-table .product-subtotal{width:150px}.eabmt-cart-table .product-subtotal{text-align:right!important}.eabmt-cart-table .product-thumbnail img{width:76px!important;height:76px!important;object-fit:cover;border-radius:16px;background:#f1f5f9}.eabmt-cart-product-title{display:grid;gap:6px}.eabmt-cart-product-title>a,.eabmt-cart-product-title strong{font-weight:950;color:var(--eabmt-text);line-height:1.25}.eabmt-cart-product-title .variation{display:flex;gap:6px;flex-wrap:wrap;margin:0;color:var(--eabmt-muted);font-size:.84rem}.eabmt-cart-product-title .variation dt,.eabmt-cart-product-title .variation dd{margin:0}.eabmt-cart-remove,.woocommerce a.remove.eabmt-cart-remove{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;border-radius:999px!important;background:#fee2e2!important;color:#991b1b!important;font-size:20px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important}.eabmt-cart-remove:hover,.woocommerce a.remove.eabmt-cart-remove:hover{background:#fecaca!important;color:#7f1d1d!important}.eabmt-cart-actions-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.eabmt-cart-coupon{display:flex!important;align-items:center;gap:10px;flex-wrap:wrap}.eabmt-cart-page .eabmt-cart-coupon input.input-text{min-width:240px;border-radius:999px!important;background:#fff!important}.eabmt-cart-summary .cart-collaterals{margin:0!important}.eabmt-cart-summary .cart_totals h2{margin:0 0 14px;letter-spacing:-.035em}.eabmt-cart-summary .cart_totals table{margin-bottom:16px!important}.eabmt-cart-summary .wc-proceed-to-checkout{padding:0!important}.eabmt-cart-summary .wc-proceed-to-checkout a{width:100%}.eabmt-cart-page .shop_table_responsive thead{display:table-header-group!important}.eabmt-cart-page .shop_table_responsive tbody{display:table-row-group!important}.eabmt-cart-page .shop_table_responsive tr{display:table-row!important}.eabmt-cart-page .shop_table_responsive tr td{display:table-cell!important;text-align:left!important}.eabmt-cart-page .shop_table_responsive tr td.product-subtotal{text-align:right!important}.eabmt-cart-page .shop_table_responsive tr td::before{display:none!important;content:none!important}.eabmt-cart-page .shop_table_responsive tr td.actions{display:table-cell!important;text-align:initial!important}

/* v1.0.6 - Single account menu guard */
.woocommerce-account .woocommerce-MyAccount-content .eabmt-crm-sidebar{display:none!important}.woocommerce-account .woocommerce-MyAccount-content .eabmt-crm-shell{display:block!important;min-height:0;background:transparent}.woocommerce-account .woocommerce-MyAccount-content .eabmt-crm-main{padding:0}.woocommerce-account .woocommerce-MyAccount-content .eabmt-crm-header{display:none}

/* v1.0.6 - Invoice-style order detail */
.eabmt-order-invoice{display:grid;gap:18px}.eabmt-invoice-hero{position:relative;overflow:hidden;display:flex;align-items:stretch;justify-content:space-between;gap:20px;padding:30px;border-radius:30px;color:#fff;background:radial-gradient(circle at 12% 14%,rgba(20,184,166,.32),transparent 32%),linear-gradient(135deg,#08111f,#115e59);box-shadow:var(--eabmt-shadow)}.eabmt-invoice-hero::after{content:"";position:absolute;right:-70px;top:-80px;width:240px;height:240px;border-radius:999px;background:rgba(255,255,255,.1);pointer-events:none}.eabmt-invoice-hero>*{position:relative;z-index:1}.eabmt-invoice-hero .eabmt-eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:#99f6e4}.eabmt-invoice-hero h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.02;letter-spacing:-.055em;margin:15px 0 10px}.eabmt-invoice-hero p{max-width:720px;margin:0;color:rgba(255,255,255,.76)}.eabmt-invoice-total-box{min-width:240px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.09);backdrop-filter:blur(12px)}.eabmt-invoice-total-box span{color:#b6f3eb;font-weight:850}.eabmt-invoice-total-box strong{font-size:1.75rem;line-height:1.1}.eabmt-invoice-total-box em{width:max-content;max-width:100%;font-style:normal;border-radius:999px;background:rgba(204,251,241,.14);color:#99f6e4;padding:6px 10px;font-weight:900}.eabmt-invoice-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.eabmt-invoice-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.eabmt-invoice-meta-grid div,.eabmt-invoice-card{background:#fff;border:1px solid var(--eabmt-line);border-radius:24px;box-shadow:var(--eabmt-shadow-soft)}.eabmt-invoice-meta-grid div{padding:16px}.eabmt-invoice-meta-grid small,.eabmt-invoice-customer-list small{display:block;color:var(--eabmt-muted);font-size:.76rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-invoice-meta-grid strong,.eabmt-invoice-customer-list strong{display:block;margin-top:5px;line-height:1.35}.eabmt-invoice-card{padding:22px}.eabmt-invoice-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.eabmt-invoice-section-head h3{margin:0;font-size:1.1rem;letter-spacing:-.025em}.eabmt-invoice-section-head span{border-radius:999px;background:#f1f5f9;color:#475569;padding:6px 10px;font-size:.82rem;font-weight:900}.eabmt-invoice-items{display:grid;border:1px solid var(--eabmt-line);border-radius:20px;overflow:hidden}.eabmt-invoice-item{display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;background:#fff}.eabmt-invoice-item+.eabmt-invoice-item{border-top:1px solid var(--eabmt-line)}.eabmt-invoice-item-thumb{width:74px;height:74px;display:grid;place-items:center;border-radius:16px;background:#f1f5f9;overflow:hidden;color:var(--eabmt-primary-dark)}.eabmt-invoice-item-thumb img{width:74px;height:74px;object-fit:cover}.eabmt-invoice-item-main{min-width:0}.eabmt-invoice-item-main strong{display:block;line-height:1.28}.eabmt-invoice-item-main span{display:block;margin-top:4px;color:var(--eabmt-muted);font-size:.9rem}.eabmt-invoice-item-main .wc-item-meta{display:flex;gap:6px;flex-wrap:wrap;margin:6px 0 0;padding:0;list-style:none;color:var(--eabmt-muted);font-size:.84rem}.eabmt-invoice-item-main .wc-item-meta li{display:flex;gap:4px}.eabmt-invoice-item-main .wc-item-meta p{margin:0}.eabmt-invoice-item-total{font-weight:950;white-space:nowrap;color:var(--eabmt-primary-dark)}.eabmt-invoice-totals{display:grid;gap:0;margin-top:16px;margin-left:auto;width:min(100%,430px);border:1px solid var(--eabmt-line);border-radius:20px;overflow:hidden}.eabmt-invoice-totals div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;background:#fff}.eabmt-invoice-totals div+div{border-top:1px solid var(--eabmt-line)}.eabmt-invoice-totals div:last-child{background:#f8fafc}.eabmt-invoice-totals span{color:var(--eabmt-muted);font-weight:850}.eabmt-invoice-totals strong{font-weight:950;text-align:right}.eabmt-invoice-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.eabmt-invoice-customer-list{display:grid;gap:10px}.eabmt-invoice-customer-list p{margin:0;padding:12px;border:1px solid var(--eabmt-line);border-radius:16px;background:#f8fafc}.eabmt-invoice-card address{font-style:normal;color:#475569;line-height:1.8}.eabmt-invoice-note p{margin:0;color:#475569}

@media (max-width:1200px){.eabmt-auth-modern,.eabmt-cart-layout{grid-template-columns:1fr}.eabmt-auth-hero,.eabmt-cart-summary{position:static}.eabmt-auth-hero{min-height:auto}.eabmt-invoice-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.eabmt-header-inner>.eabmt-ui-brand{max-width:58vw}.eabmt-logo-media{height:42px;max-width:150px}.eabmt-logo-img{max-width:150px;max-height:42px}.eabmt-auth-benefits,.eabmt-invoice-address-grid{grid-template-columns:1fr}.eabmt-auth-hero,.eabmt-auth-card,.eabmt-auth-single .eabmt-auth-card,.eabmt-invoice-hero{padding:22px;border-radius:24px}.eabmt-auth-hero h2{font-size:2.25rem}.eabmt-auth-row{align-items:flex-start;flex-direction:column}.eabmt-cart-actions-row,.eabmt-cart-coupon{align-items:stretch}.eabmt-cart-coupon,.eabmt-cart-coupon input,.eabmt-cart-coupon button,.eabmt-cart-actions-row>button{width:100%}.eabmt-invoice-hero{flex-direction:column}.eabmt-invoice-total-box{min-width:0}.eabmt-invoice-meta-grid{grid-template-columns:1fr}.eabmt-invoice-item{grid-template-columns:58px minmax(0,1fr);align-items:start}.eabmt-invoice-item-thumb,.eabmt-invoice-item-thumb img{width:58px;height:58px}.eabmt-invoice-item-total{grid-column:2;white-space:normal}.eabmt-invoice-totals{width:100%}}

/* v1.0.7 - Digital cart, checkout and paid-order polish */
.eabmt-item-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:8px;margin-top:10px;min-width:0}.eabmt-item-meta-chip{display:flex;min-width:0;flex-direction:column;gap:3px;padding:9px 10px;border:1px solid #e2eaf5;border-radius:14px;background:#f8fafc;color:#334155}.eabmt-item-meta-chip small{display:block;color:#64748b;font-size:.7rem;font-weight:950;letter-spacing:.055em;text-transform:uppercase;line-height:1.2}.eabmt-item-meta-chip strong{display:block;color:#0f172a;font-size:.86rem;font-weight:850;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.eabmt-item-meta-raw .variation{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin:0!important}.eabmt-item-meta-raw .variation dt,.eabmt-item-meta-raw .variation dd{display:block!important;margin:0!important}.eabmt-item-meta-raw .variation dd p{margin:0!important}

.eabmt-cart-drawer{width:min(560px,100vw)}.eabmt-mini-cart-list{gap:14px}.eabmt-mini-cart-item{grid-template-columns:86px minmax(0,1fr) 32px;gap:14px;padding:14px;border-radius:22px}.eabmt-mini-cart-thumb img{width:86px;height:86px;border-radius:18px}.eabmt-mini-cart-info{min-width:0}.eabmt-mini-cart-title{font-size:1rem}.eabmt-mini-cart-qty{display:inline-flex;width:max-content;max-width:100%;align-items:center;margin-top:6px;padding:4px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-weight:850;font-size:.84rem}.eabmt-mini-cart-info .eabmt-item-meta{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.eabmt-mini-cart-info .eabmt-item-meta-chip{padding:8px;border-radius:13px}.eabmt-mini-cart-side{align-self:start}.eabmt-mini-cart-remove,.woocommerce .eabmt-mini-cart-remove.remove{width:32px!important;height:32px!important}.eabmt-mini-cart-foot{padding-top:18px}.eabmt-mini-cart-buttons .eabmt-btn{min-height:46px}

.eabmt-cart-table{min-width:1120px;table-layout:auto}.eabmt-cart-table th{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;background:#f8fafc}.eabmt-cart-table th,.eabmt-cart-table td{padding:16px 14px!important;border-color:var(--eabmt-line)!important}.eabmt-cart-table .product-thumbnail{width:108px}.eabmt-cart-table .product-thumbnail img{width:82px!important;height:82px!important}.eabmt-cart-table .product-name{min-width:430px;width:44%}.eabmt-cart-table .product-price{width:135px;white-space:nowrap}.eabmt-cart-table .product-quantity{width:140px}.eabmt-cart-table .product-subtotal{width:150px;white-space:nowrap}.eabmt-cart-product-title{min-width:0}.eabmt-cart-product-title .eabmt-item-meta{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:10px}.eabmt-cart-table .quantity{display:inline-flex;align-items:center}.eabmt-cart-table input.qty{width:86px!important;text-align:center;border-radius:999px!important;background:#fff!important}.eabmt-cart-page .cart-collaterals .cart_totals table th,.eabmt-cart-page .cart-collaterals .cart_totals table td{padding:12px 0!important;border-color:var(--eabmt-line)!important}.eabmt-cart-page .cart-collaterals .cart_totals .order-total strong{font-size:1.18rem;color:var(--eabmt-primary-dark)}

.eabmt-digital-checkout-form .eabmt-checkout-layout,.eabmt-checkout-layout-slim{grid-template-columns:minmax(320px,.82fr) minmax(440px,1.18fr);gap:22px}.eabmt-checkout-identity-card{position:sticky;top:96px}.eabmt-checkout-identity-card .eabmt-eyebrow,.eabmt-order-summary .eabmt-eyebrow{margin-bottom:12px}.eabmt-billing-fields .woocommerce-billing-fields__field-wrapper,.eabmt-checkout-identity-grid{display:grid;grid-template-columns:1fr;gap:14px}.eabmt-billing-fields .form-row{margin:0!important}.eabmt-checkout-account-fields{margin-top:12px;padding-top:12px;border-top:1px solid var(--eabmt-line)}.eabmt-digital-checkout-form .woocommerce-shipping-fields,.eabmt-digital-checkout-form .woocommerce-additional-fields,.eabmt-digital-checkout-form #ship-to-different-address{display:none!important}.eabmt-checkout-review-order{display:grid;gap:16px}.eabmt-review-table{margin:0!important;border:1px solid var(--eabmt-line)!important;border-radius:20px!important;overflow:hidden;background:#fff}.eabmt-review-table th,.eabmt-review-table td{padding:14px!important;border-color:var(--eabmt-line)!important}.eabmt-review-table thead th{background:#f8fafc;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.eabmt-review-table .product-total{text-align:right;white-space:nowrap}.eabmt-review-product{display:grid;gap:5px;min-width:0}.eabmt-review-product>strong{line-height:1.28;font-weight:950;color:#0f172a}.eabmt-review-product>span{width:max-content;max-width:100%;padding:3px 8px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:.82rem;font-weight:850}.eabmt-review-product .eabmt-item-meta{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin-top:8px}.eabmt-review-product .eabmt-item-meta-chip{padding:7px 8px;border-radius:12px}.eabmt-checkout-page #payment{overflow:hidden}.eabmt-checkout-page #payment ul.payment_methods li{padding:10px 0!important}.eabmt-checkout-page #payment ul.payment_methods label{display:inline;font-weight:950;color:#0f172a}.eabmt-checkout-page #payment div.payment_box{border-radius:16px!important;background:#fff!important;color:#475569!important}.eabmt-checkout-page #payment div.payment_box::before{border-bottom-color:#fff!important}.eabmt-checkout-page .place-order button{min-height:52px;font-size:1rem}

.eabmt-invoice-products-card{overflow:hidden}.eabmt-invoice-item-head{display:grid;grid-template-columns:74px minmax(180px,.85fr) minmax(280px,1.35fr) 140px;gap:14px;align-items:center;padding:10px 14px;border:1px solid var(--eabmt-line);border-bottom:0;border-radius:20px 20px 0 0;background:#f8fafc;color:#64748b;font-size:.72rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-invoice-products-card .eabmt-invoice-items{border-radius:0 0 20px 20px}.eabmt-invoice-item{grid-template-columns:74px minmax(180px,.85fr) minmax(280px,1.35fr) 140px;align-items:start;padding:16px 14px}.eabmt-invoice-item-main strong{font-weight:950;color:#0f172a}.eabmt-invoice-item-main span{width:max-content;max-width:100%;padding:4px 9px;border-radius:999px;background:#f1f5f9;color:#64748b;font-weight:850;font-size:.82rem}.eabmt-invoice-item-config{min-width:0}.eabmt-invoice-item-config .eabmt-item-meta{grid-template-columns:repeat(auto-fit,minmax(138px,1fr));margin-top:0}.eabmt-invoice-item-total{text-align:right;padding-top:4px}.eabmt-invoice-customer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eabmt-thankyou-page{display:grid;gap:18px}.eabmt-thankyou-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.eabmt-thankyou-next p,.eabmt-thankyou-failed p,.eabmt-thankyou-empty p{margin:0 0 14px;color:#475569}.eabmt-thankyou-failed h2,.eabmt-thankyou-empty h2{margin:12px 0 8px;letter-spacing:-.035em}.eabmt-thankyou-empty{padding:28px}.eabmt-thankyou-page .woocommerce-bacs-bank-details,.eabmt-thankyou-page .wc-bacs-bank-details-heading,.eabmt-thankyou-page .woocommerce-order-details{background:#fff;border:1px solid var(--eabmt-line);border-radius:22px;box-shadow:var(--eabmt-shadow-soft);padding:20px}.eabmt-thankyou-page .woocommerce-order-details{display:none}

@media (max-width:1200px){.eabmt-digital-checkout-form .eabmt-checkout-layout,.eabmt-checkout-layout-slim{grid-template-columns:1fr}.eabmt-checkout-identity-card{position:static}.eabmt-invoice-item-head{grid-template-columns:74px minmax(160px,.8fr) minmax(240px,1.2fr) 130px}.eabmt-invoice-item{grid-template-columns:74px minmax(160px,.8fr) minmax(240px,1.2fr) 130px}}
@media (max-width:900px){.eabmt-invoice-item-head{display:none}.eabmt-invoice-products-card .eabmt-invoice-items{border-radius:20px}.eabmt-invoice-item{grid-template-columns:64px minmax(0,1fr);gap:12px}.eabmt-invoice-item-thumb,.eabmt-invoice-item-thumb img{width:64px;height:64px}.eabmt-invoice-item-config{grid-column:1/-1}.eabmt-invoice-item-total{grid-column:2;text-align:left;padding-top:0}.eabmt-invoice-customer-grid{grid-template-columns:1fr}.eabmt-cart-table{min-width:980px}.eabmt-cart-table .product-name{min-width:350px}}
@media (max-width:600px){.eabmt-mini-cart-item{grid-template-columns:64px minmax(0,1fr) 30px!important;gap:10px;padding:12px}.eabmt-mini-cart-thumb img{width:64px;height:64px}.eabmt-mini-cart-side{grid-column:auto!important}.eabmt-mini-cart-info .eabmt-item-meta{grid-template-columns:1fr}.eabmt-mini-cart-title{font-size:.95rem}.eabmt-review-table thead{display:none}.eabmt-review-table,.eabmt-review-table tbody,.eabmt-review-table tfoot,.eabmt-review-table tr,.eabmt-review-table th,.eabmt-review-table td{display:block;width:100%}.eabmt-review-table tr{border-bottom:1px solid var(--eabmt-line)}.eabmt-review-table .product-total{text-align:left}.eabmt-review-table tfoot tr{display:flex;justify-content:space-between;gap:12px}.eabmt-review-table tfoot th,.eabmt-review-table tfoot td{width:auto}.eabmt-thankyou-actions .eabmt-btn{width:100%}}
@media (max-width:520px){.eabmt-mini-cart-item{grid-template-columns:58px minmax(0,1fr) 28px!important}.eabmt-mini-cart-thumb img{width:58px;height:58px}.eabmt-mini-cart-side{grid-column:auto!important}.eabmt-item-meta{grid-template-columns:1fr}.eabmt-cart-drawer{width:100vw}}

/* v1.0.7: compact digital cart, checkout and invoice polish */
.eabmt-cart-drawer{width:min(560px,100vw)}
.eabmt-drawer-head .eabmt-icon-btn{display:inline-flex!important}
.eabmt-mini-cart-content{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.eabmt-mini-cart-list{gap:14px;padding:18px 22px!important}
.eabmt-mini-cart-item{grid-template-columns:84px minmax(0,1fr) 34px;gap:14px;align-items:start;padding:14px;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.06)}
.eabmt-mini-cart-thumb img{width:84px;height:84px;border-radius:18px}
.eabmt-mini-cart-info{min-width:0;padding-top:2px}.eabmt-mini-cart-title{font-size:1.02rem;line-height:1.22;letter-spacing:-.018em;overflow-wrap:anywhere}.eabmt-mini-cart-qty{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:6px;color:#475569}.eabmt-mini-cart-side{display:flex;justify-content:flex-end}.eabmt-mini-cart-remove,.woocommerce .eabmt-mini-cart-remove.remove{width:30px!important;height:30px!important}.eabmt-mini-cart-foot{padding:18px 22px 22px;background:#fff}.eabmt-mini-cart-total{padding:12px 14px;border:1px solid var(--eabmt-line);border-radius:16px;background:#f8fafc}.eabmt-mini-cart-buttons{grid-template-columns:1fr 1fr;gap:12px}.eabmt-mini-cart-buttons .eabmt-btn{min-height:46px}
.eabmt-item-meta{display:grid;gap:7px;margin-top:10px}.eabmt-item-meta-mini{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.eabmt-item-meta-cart{grid-template-columns:repeat(3,minmax(120px,1fr));gap:8px}.eabmt-item-meta-checkout{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.eabmt-item-meta-chip{display:grid;gap:3px;min-width:0;padding:8px 10px;border:1px solid var(--eabmt-line);border-radius:14px;background:#f8fafc}.eabmt-item-meta-chip small{display:block;color:#64748b;font-size:.68rem;line-height:1.1;font-weight:950;letter-spacing:.045em;text-transform:uppercase}.eabmt-item-meta-chip strong{display:block;color:#1e293b;font-size:.84rem;line-height:1.28;font-weight:850;overflow-wrap:anywhere}.eabmt-item-meta-mini .eabmt-item-meta-chip{padding:7px 8px;border-radius:13px}.eabmt-item-meta-mini .eabmt-item-meta-chip small{font-size:.65rem}.eabmt-item-meta-mini .eabmt-item-meta-chip strong{font-size:.82rem}.eabmt-item-meta-raw dl.variation,.eabmt-mini-cart-info dl.variation,.eabmt-cart-product-title dl.variation{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px!important;margin:10px 0 0!important}.eabmt-item-meta-raw dl.variation dt,.eabmt-mini-cart-info dl.variation dt,.eabmt-cart-product-title dl.variation dt,.eabmt-item-meta-raw dl.variation dd,.eabmt-mini-cart-info dl.variation dd,.eabmt-cart-product-title dl.variation dd{margin:0!important;float:none!important;display:block!important}.eabmt-item-meta-raw dl.variation dt,.eabmt-mini-cart-info dl.variation dt,.eabmt-cart-product-title dl.variation dt{color:#64748b;font-size:.68rem;font-weight:950;letter-spacing:.045em;text-transform:uppercase}.eabmt-item-meta-raw dl.variation dd,.eabmt-mini-cart-info dl.variation dd,.eabmt-cart-product-title dl.variation dd{color:#1e293b;font-weight:850}.eabmt-item-meta-raw dl.variation dd p,.eabmt-mini-cart-info dl.variation dd p,.eabmt-cart-product-title dl.variation dd p{margin:0!important;display:inline!important}
.eabmt-commerce-page-shell{width:min(100% - 32px,1600px)}.eabmt-cart-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:24px}.eabmt-cart-table-card{padding:26px;overflow:hidden}.eabmt-cart-table-scroll{border-radius:24px;overflow-x:auto;-webkit-overflow-scrolling:touch}.eabmt-cart-table{width:100%!important;min-width:980px!important;table-layout:fixed;border-collapse:separate!important;border-spacing:0!important}.eabmt-cart-col-remove{width:58px}.eabmt-cart-col-thumb{width:104px}.eabmt-cart-col-price{width:142px}.eabmt-cart-col-qty{width:142px}.eabmt-cart-col-total{width:165px}.eabmt-cart-table thead th{padding:14px 12px!important;background:#f8fafc!important;color:#64748b!important;border-bottom:1px solid var(--eabmt-line)!important;font-size:.76rem!important;letter-spacing:.06em;text-transform:uppercase}.eabmt-cart-table tbody td{padding:16px 12px!important;border-bottom:1px solid var(--eabmt-line)!important;background:#fff!important}.eabmt-cart-table tbody tr:last-child td{border-bottom:0!important}.eabmt-cart-table .product-thumbnail img{width:78px!important;height:78px!important}.eabmt-cart-table .product-name{min-width:0}.eabmt-cart-product-title{min-width:0}.eabmt-cart-product-title>a,.eabmt-cart-product-title strong{font-size:1rem;overflow-wrap:anywhere}.eabmt-cart-table .product-price,.eabmt-cart-table .product-subtotal{font-weight:950;color:#0f766e}.eabmt-cart-table .product-quantity .quantity{display:inline-flex;align-items:center}.eabmt-cart-table .product-quantity input.qty{width:78px!important;min-height:40px;border:1px solid var(--eabmt-line)!important;border-radius:14px!important;text-align:center!important}.eabmt-cart-summary .cart_totals{border-radius:26px!important}.eabmt-cart-summary .shop_table{border-collapse:separate!important;border-spacing:0 8px!important}.eabmt-cart-summary .shop_table th,.eabmt-cart-summary .shop_table td{border:0!important;background:#f8fafc!important;border-radius:14px!important;padding:12px!important}.eabmt-cart-summary .order-total th,.eabmt-cart-summary .order-total td{background:#ecfeff!important;color:#115e59!important}.eabmt-cart-summary .checkout-button{min-height:50px!important;font-size:1rem!important}
.eabmt-checkout-layout--minimal{grid-template-columns:minmax(0,.9fr) minmax(390px,470px);gap:24px}.eabmt-checkout-card{border-radius:28px}.eabmt-checkout-buyer-card,.eabmt-order-summary{padding:26px}.eabmt-checkout-page .woocommerce-shipping-fields,.eabmt-checkout-page .woocommerce-additional-fields,.eabmt-checkout-page #ship-to-different-address,.eabmt-checkout-page #billing_company_field,.eabmt-checkout-page #billing_country_field,.eabmt-checkout-page #billing_address_1_field,.eabmt-checkout-page #billing_address_2_field,.eabmt-checkout-page #billing_city_field,.eabmt-checkout-page #billing_state_field,.eabmt-checkout-page #billing_postcode_field,.eabmt-checkout-page #billing_phone_field,.eabmt-checkout-page #billing_last_name_field{display:none!important}.eabmt-billing-fields h3,.eabmt-checkout-page .woocommerce-billing-fields>h3{display:none!important}.eabmt-checkout-identity-grid{display:grid;grid-template-columns:1fr;gap:14px}.eabmt-checkout-page .form-row{margin:0!important;padding:0!important}.eabmt-checkout-page label{display:block;margin:0 0 7px;color:#334155;font-size:.86rem;font-weight:950}.eabmt-checkout-page .required{color:#dc2626}.eabmt-checkout-page .input-text,.eabmt-checkout-page select,.eabmt-checkout-page textarea{width:100%;min-height:50px;border:1px solid var(--eabmt-line)!important;border-radius:16px!important;background:#fff!important;color:#0f172a!important;padding:13px 15px!important;box-shadow:0 8px 20px rgba(15,23,42,.035)!important}.eabmt-checkout-page .input-text:focus,.eabmt-checkout-page select:focus,.eabmt-checkout-page textarea:focus{outline:none!important;border-color:#5eead4!important;box-shadow:0 0 0 4px rgba(20,184,166,.12)!important}.eabmt-checkout-account-fields{margin-top:16px;padding:14px;border:1px solid var(--eabmt-line);border-radius:18px;background:#f8fafc}.eabmt-checkout-review-order{display:grid;gap:16px}.eabmt-review-table{margin:0!important;border:1px solid var(--eabmt-line)!important;border-radius:22px!important;overflow:hidden!important;background:#fff}.eabmt-review-table th,.eabmt-review-table td{padding:13px 14px!important;border-color:var(--eabmt-line)!important}.eabmt-review-table thead th{background:#f8fafc;color:#64748b;font-size:.74rem;text-transform:uppercase;letter-spacing:.06em}.eabmt-review-product{display:grid;gap:6px;min-width:0}.eabmt-review-product strong{line-height:1.25;letter-spacing:-.012em}.eabmt-review-product>span{color:#64748b;font-size:.87rem}.eabmt-review-table .product-total,.eabmt-review-table tfoot td{text-align:right;font-weight:950;color:#0f766e;white-space:nowrap}.eabmt-review-table tfoot th{color:#475569}.eabmt-review-table .order-total th,.eabmt-review-table .order-total td{background:#ecfeff!important;color:#115e59!important;font-size:1.02rem}.eabmt-checkout-page #payment{background:#fff!important;border:1px solid var(--eabmt-line)!important;border-radius:22px!important;overflow:hidden!important}.eabmt-checkout-page #payment ul.payment_methods{display:grid;gap:10px;border-bottom:1px solid var(--eabmt-line)!important;padding:16px!important;background:#f8fafc!important}.eabmt-checkout-page #payment ul.payment_methods li{margin:0!important;padding:13px!important;border:1px solid var(--eabmt-line)!important;border-radius:16px!important;background:#fff!important}.eabmt-checkout-page #payment ul.payment_methods label{display:inline-flex!important;align-items:center;gap:8px;margin:0!important;color:#0f172a!important}.eabmt-checkout-page #payment div.payment_box{margin:12px 0 0!important;border-radius:14px!important;background:#ecfeff!important;color:#115e59!important}.eabmt-checkout-page #payment div.form-row{padding:16px!important}.eabmt-checkout-page .place-order button{min-height:52px!important;font-size:1rem!important}.eabmt-checkout-page .woocommerce-privacy-policy-text{margin-bottom:12px}.eabmt-checkout-page .woocommerce-error,.eabmt-checkout-page .woocommerce-info,.eabmt-checkout-page .woocommerce-message{border-radius:18px!important;background:#fff!important;border:1px solid var(--eabmt-line)!important;box-shadow:var(--eabmt-shadow-soft)!important}
.eabmt-order-invoice{display:grid;gap:18px}.eabmt-order-invoice--thankyou .eabmt-invoice-hero{background:radial-gradient(circle at 12% 12%,rgba(153,246,228,.35),transparent 34%),linear-gradient(135deg,#052e2b,#0f766e)}.eabmt-invoice-hero-copy{min-width:0}.eabmt-invoice-products-card{padding:24px}.eabmt-invoice-table{border:1px solid var(--eabmt-line);border-radius:22px;overflow:hidden;background:#fff}.eabmt-invoice-table-head{display:grid;grid-template-columns:minmax(0,1fr) 120px 180px;gap:0;background:#f8fafc;border-bottom:1px solid var(--eabmt-line)}.eabmt-invoice-table-head span{padding:13px 16px;color:#64748b;font-size:.74rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-invoice-table-head span:nth-child(2),.eabmt-invoice-table-head span:nth-child(3){text-align:right}.eabmt-invoice-row{display:grid;grid-template-columns:minmax(0,1fr) 120px 180px;align-items:center;background:#fff}.eabmt-invoice-row+.eabmt-invoice-row{border-top:1px solid var(--eabmt-line)}.eabmt-invoice-product-cell,.eabmt-invoice-qty-cell,.eabmt-invoice-total-cell{padding:16px}.eabmt-invoice-product-cell{display:flex;align-items:center;gap:14px;min-width:0}.eabmt-invoice-product-copy{display:grid;gap:4px;min-width:0}.eabmt-invoice-product-copy strong{line-height:1.25;letter-spacing:-.015em;overflow-wrap:anywhere}.eabmt-invoice-product-copy small{color:#64748b;font-weight:750}.eabmt-invoice-qty-cell,.eabmt-invoice-total-cell{text-align:right;font-weight:950}.eabmt-invoice-total-cell{color:#0f766e;white-space:nowrap}.eabmt-invoice-meta-cell{grid-column:1/-1;padding:0 16px 16px}.eabmt-invoice-item-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;margin:0;padding:0}.eabmt-invoice-item-meta-grid div{min-width:0;padding:10px 12px;border:1px solid var(--eabmt-line);border-radius:16px;background:#f8fafc}.eabmt-invoice-item-meta-grid dt{margin:0 0 4px;color:#64748b;font-size:.7rem;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.eabmt-invoice-item-meta-grid dd{margin:0;color:#1e293b;font-weight:850;line-height:1.35;overflow-wrap:anywhere}.eabmt-invoice-item-meta-grid dd p{margin:0!important}.eabmt-invoice-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.eabmt-invoice-info-grid .eabmt-invoice-card{min-width:0}.eabmt-thankyou-extra{display:grid;gap:12px}.eabmt-thankyou-extra .woocommerce-order-details{margin:0}.eabmt-thankyou-extra table{border:1px solid var(--eabmt-line);border-radius:18px;overflow:hidden}.eabmt-invoice-failed,.eabmt-thankyou-empty{padding:30px}.eabmt-invoice-failed h2,.eabmt-thankyou-empty h2{margin:12px 0 6px;letter-spacing:-.04em}.eabmt-invoice-failed p,.eabmt-thankyou-empty p{color:#64748b;margin:0 0 18px}
@media (max-width:1200px){.eabmt-checkout-layout--minimal,.eabmt-cart-layout{grid-template-columns:1fr}.eabmt-order-summary,.eabmt-cart-summary{position:static}.eabmt-item-meta-cart{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.eabmt-mini-cart-list{padding:14px!important}.eabmt-mini-cart-foot{padding:14px}.eabmt-mini-cart-item{grid-template-columns:68px minmax(0,1fr) 30px;gap:10px;border-radius:18px}.eabmt-mini-cart-thumb img{width:68px;height:68px;border-radius:14px}.eabmt-mini-cart-buttons{grid-template-columns:1fr}.eabmt-item-meta-mini,.eabmt-item-meta-cart,.eabmt-item-meta-checkout{grid-template-columns:1fr}.eabmt-commerce-page-shell{width:min(100% - 20px,1600px);margin-top:16px}.eabmt-cart-table-card,.eabmt-checkout-buyer-card,.eabmt-order-summary,.eabmt-invoice-products-card{padding:18px;border-radius:22px}.eabmt-cart-table{min-width:840px!important}.eabmt-cart-col-thumb{width:92px}.eabmt-cart-col-price,.eabmt-cart-col-qty{width:126px}.eabmt-cart-col-total{width:145px}.eabmt-checkout-layout--minimal{gap:16px}.eabmt-review-table thead{display:none}.eabmt-review-table tr{display:grid!important;grid-template-columns:1fr!important}.eabmt-review-table td{display:block!important;text-align:left!important}.eabmt-review-table .product-total{text-align:left!important}.eabmt-review-table tfoot tr{display:flex!important;align-items:center;justify-content:space-between;gap:12px}.eabmt-invoice-table-head{display:none}.eabmt-invoice-row{grid-template-columns:1fr;gap:0;padding:14px}.eabmt-invoice-product-cell,.eabmt-invoice-qty-cell,.eabmt-invoice-total-cell,.eabmt-invoice-meta-cell{padding:0}.eabmt-invoice-product-cell{align-items:flex-start}.eabmt-invoice-qty-cell,.eabmt-invoice-total-cell{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;text-align:left}.eabmt-invoice-qty-cell::before{content:"Số lượng";color:#64748b;font-size:.74rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-invoice-total-cell::before{content:"Thành tiền";color:#64748b;font-size:.74rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-invoice-meta-cell{margin-top:12px}.eabmt-invoice-item-meta-grid{grid-template-columns:1fr}.eabmt-invoice-info-grid{grid-template-columns:1fr}.eabmt-invoice-actions{justify-content:stretch}.eabmt-invoice-actions .eabmt-btn{width:100%}}

/* v1.0.8 - Product archive and single product polish */
.eabmt-shop-archive-v108{margin-top:24px;margin-bottom:70px}.eabmt-shop-hero-v108{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);gap:22px;align-items:stretch;margin-bottom:24px;padding:34px;border:1px solid rgba(255,255,255,.16);border-radius:34px;background:radial-gradient(circle at 12% 14%,rgba(45,212,191,.28),transparent 34%),radial-gradient(circle at 92% 0%,rgba(245,158,11,.18),transparent 30%),linear-gradient(135deg,#08111f,#0f3f3b 48%,#115e59);box-shadow:var(--eabmt-shadow);color:#fff}.eabmt-shop-hero-v108::after{content:"";position:absolute;right:-120px;bottom:-150px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.08);pointer-events:none}.eabmt-shop-hero-copy-v108,.eabmt-shop-hero-stats-v108{position:relative;z-index:1}.eabmt-shop-hero-copy-v108 h1{max-width:900px;margin:15px 0 12px;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.98;letter-spacing:-.075em}.eabmt-shop-hero-copy-v108 p,.eabmt-shop-hero-desc-v108{max-width:760px;margin:0;color:rgba(255,255,255,.78);font-size:1.04rem}.eabmt-shop-hero-desc-v108 p{margin:0}.eabmt-shop-hero-v108 .eabmt-eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:#99f6e4}.eabmt-shop-hero-search-v108{max-width:720px;margin-top:24px}.eabmt-shop-hero-search-v108 .eabmt-product-search{grid-template-columns:minmax(0,1fr) auto;gap:10px}.eabmt-shop-hero-search-v108 .eabmt-product-search input{min-height:54px;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.96);box-shadow:0 16px 36px rgba(0,0,0,.12)}.eabmt-shop-hero-search-v108 .eabmt-product-search button{min-height:54px;padding-inline:20px;background:#fff;color:var(--eabmt-primary-dark)}.eabmt-shop-hero-stats-v108{display:grid;gap:12px}.eabmt-shop-hero-stats-v108 div{display:grid;gap:3px;min-width:0;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.09);backdrop-filter:blur(12px)}.eabmt-shop-hero-stats-v108 small{color:#99f6e4;font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.eabmt-shop-hero-stats-v108 strong{font-size:clamp(1.55rem,4vw,2.25rem);line-height:1;letter-spacing:-.045em;color:#fff}.eabmt-shop-hero-stats-v108 span{color:rgba(255,255,255,.72);font-weight:760}.eabmt-catalog-layout-v108{grid-template-columns:310px minmax(0,1fr);gap:24px}.eabmt-filter-panel-v108{gap:16px}.eabmt-sidebar-box-v108{padding:18px;border-radius:26px;box-shadow:0 18px 42px rgba(15,23,42,.07)}.eabmt-sidebar-title-v108{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.eabmt-sidebar-title-v108>span{width:40px;height:40px;display:grid;place-items:center;border-radius:15px;background:#ecfeff;color:var(--eabmt-primary-dark);flex:0 0 auto}.eabmt-sidebar-title-v108 h3{margin:0;font-size:1.02rem;letter-spacing:-.025em}.eabmt-sidebar-title-v108 p{margin:2px 0 0;color:var(--eabmt-muted);font-size:.86rem;line-height:1.4}.eabmt-sidebar-box-v108 .eabmt-product-search input{background:#fff;min-height:50px}.eabmt-sidebar-box-v108 .eabmt-product-search button{min-height:48px;background:linear-gradient(135deg,var(--eabmt-primary-dark),var(--eabmt-primary))}.eabmt-category-list-v108 a{border-radius:16px;padding:12px 13px}.eabmt-category-list-v108 a.is-active,.eabmt-category-list-v108 a:hover{background:#ecfeff;color:var(--eabmt-primary-dark);border-color:#99f6e4}.eabmt-category-list-v108 a.is-active strong,.eabmt-category-list-v108 a:hover strong{background:#ccfbf1;color:var(--eabmt-primary-dark)}.eabmt-shop-help-v108{padding:22px;background:linear-gradient(180deg,#fff,#f8fafc)}.eabmt-shop-help-icon-v108{width:50px;height:50px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,var(--eabmt-primary-dark),var(--eabmt-primary-2));color:#fff;margin-bottom:12px}.eabmt-shop-help-v108 h3{margin:0 0 7px;font-size:1.12rem;letter-spacing:-.03em}.eabmt-shop-help-v108 p{margin:0 0 14px;color:var(--eabmt-muted)}.eabmt-catalog-main-v108{min-width:0}.eabmt-catalog-toolbar-v108{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:16px 18px;border:1px solid var(--eabmt-line);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 14px 34px rgba(15,23,42,.05);backdrop-filter:blur(12px)}.eabmt-catalog-toolbar-title-v108{display:grid;gap:2px}.eabmt-catalog-toolbar-title-v108 strong{font-size:1.04rem;letter-spacing:-.02em}.eabmt-catalog-toolbar-title-v108 span{color:var(--eabmt-muted);font-size:.88rem;font-weight:760}.eabmt-catalog-tools-v108{margin:0;justify-content:flex-end;gap:12px}.eabmt-catalog-tools-v108 .woocommerce-result-count{font-size:.9rem}.eabmt-catalog-tools-v108 select{min-height:44px;border-radius:15px;padding:9px 34px 9px 13px;background:#fff}.eabmt-shop-archive-v108 .eabmt-product-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(286px,1fr));gap:22px;align-items:stretch}.eabmt-product-card-v108{border-radius:28px!important;overflow:hidden!important;box-shadow:0 18px 46px rgba(15,23,42,.07)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.eabmt-product-card-v108:hover{transform:translateY(-4px);box-shadow:0 24px 62px rgba(15,23,42,.12)!important;border-color:#b8eee6}.eabmt-product-card-inner-v108{height:100%;display:flex;flex-direction:column;background:#fff}.eabmt-product-media-card-v108{height:230px;padding:0!important;display:block!important;background:linear-gradient(135deg,#06131f,#0f766e)!important}.eabmt-product-media-card-v108::before{display:none}.eabmt-product-media-card-v108 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .22s ease}.eabmt-product-card-v108:hover .eabmt-product-media-card-v108 img{transform:scale(1.055)}.eabmt-card-shine-v108{position:absolute;inset:auto 0 0 0;height:58%;background:linear-gradient(180deg,transparent,rgba(8,17,31,.62));z-index:1}.eabmt-product-icon-v108{position:absolute;left:18px;bottom:18px;z-index:2}.eabmt-product-card-badges-v108{position:absolute;left:14px;right:14px;top:14px;z-index:2;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}.eabmt-product-card-badges-v108:empty{display:none}.eabmt-product-card-badges-v108 .eabmt-badge{backdrop-filter:blur(10px)}.eabmt-product-body-v108{padding:18px!important;display:flex!important;flex-direction:column!important;gap:12px!important;flex:1;background:#fff!important}.eabmt-product-cats-v108{display:flex;gap:7px;flex-wrap:wrap;min-height:24px}.eabmt-product-cats-v108 a{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.74rem;font-weight:900;text-decoration:none}.eabmt-product-cats-v108 a:hover{background:#ecfeff;color:var(--eabmt-primary-dark)}.eabmt-product-title-v108{font-size:1.22rem!important;line-height:1.24!important;letter-spacing:-.035em!important;margin:0!important;padding:0!important}.eabmt-product-title-v108 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--eabmt-text)!important}.eabmt-product-excerpt-v108{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#64748b!important;margin:0!important;line-height:1.55!important;min-height:46px}.eabmt-product-benefits-v108{display:grid;gap:7px}.eabmt-product-benefits-v108 span{display:flex;align-items:flex-start;gap:7px;color:#334155;font-size:.86rem;font-weight:790;line-height:1.35}.eabmt-product-benefits-v108 svg{width:16px;height:16px;margin-top:1px;color:var(--eabmt-primary);stroke-width:2.5}.eabmt-product-specs-v108{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:auto}.eabmt-product-specs-v108 div{min-width:0;padding:9px 10px;border:1px solid var(--eabmt-line);border-radius:15px;background:#f8fafc}.eabmt-product-specs-v108 small{display:block;color:#64748b;font-size:.64rem;line-height:1.1;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-product-specs-v108 strong{display:block;margin-top:4px;color:#1e293b;font-size:.82rem;line-height:1.25;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eabmt-product-bottom-v108{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-top:4px}.eabmt-product-price-v108{display:grid;gap:2px;min-width:0}.eabmt-product-price-v108 small{color:#64748b;font-size:.72rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-product-price-v108 strong{font-size:1.08rem;line-height:1.2;color:var(--eabmt-primary-dark);font-weight:1000;overflow-wrap:anywhere}.eabmt-product-price-v108 del{color:#94a3b8;font-size:.82rem;margin-right:5px}.eabmt-product-price-v108 ins{text-decoration:none}.eabmt-rating-v108{margin-bottom:2px}.eabmt-product-actions-v108{display:grid;grid-template-columns:.78fr 1fr;gap:10px;margin-top:2px}.eabmt-product-actions-v108 .button,.eabmt-product-actions-v108 .eabmt-btn{width:100%;min-height:44px!important;border-radius:15px!important;padding:12px 13px!important;font-size:.9rem!important;white-space:nowrap!important}.eabmt-product-actions-v108 .button{background:linear-gradient(135deg,var(--eabmt-primary-dark),var(--eabmt-primary),var(--eabmt-primary-2))!important;color:#fff!important}.eabmt-product-detail-btn-v108{background:#fff!important;color:var(--eabmt-primary-dark)!important;border:1px solid #b8eee6!important}.eabmt-shop-empty-v108{padding:44px;border-radius:28px}.eabmt-shop-empty-v108 h2{margin:0 0 8px;font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:-.04em}.eabmt-shop-empty-v108 p{margin:0 0 18px}
.eabmt-single-license-product .eabmt-landing,.eabmt-single-store{padding:24px 0 72px}.eabmt-single-shell{width:min(100% - 36px,1500px);margin:0 auto;display:grid;gap:24px}.eabmt-product-breadcrumb-v108{font-size:.88rem;color:#64748b;font-weight:800}.eabmt-product-breadcrumb-v108 a{color:#475569}.eabmt-product-breadcrumb-v108 span{margin:0 7px;color:#94a3b8}.eabmt-single-hero-v108{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(0,1.05fr) minmax(300px,360px);gap:22px;align-items:start}.eabmt-single-gallery-v108,.eabmt-single-summary-v108,.eabmt-single-buybox-v108,.eabmt-single-card-v108,.eabmt-single-policy-v108,.eabmt-single-final-cta-v108,.eabmt-wc-single-gallery-v108,.eabmt-wc-single-summary-v108,.eabmt-wc-single-tabs-v108{background:#fff;border:1px solid var(--eabmt-line);border-radius:32px;box-shadow:var(--eabmt-shadow-soft)}.eabmt-single-gallery-v108{padding:16px;overflow:hidden}.eabmt-single-main-image-v108{position:relative;min-height:520px;border-radius:24px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 16% 12%,rgba(20,184,166,.18),transparent 34%),linear-gradient(135deg,#08111f,#115e59)}.eabmt-single-main-image-v108 img{width:100%;height:100%;min-height:520px;object-fit:cover;display:block}.eabmt-single-placeholder-v108{display:grid;place-items:center;gap:12px;color:#99f6e4;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.eabmt-single-floating-badges-v108{position:absolute;left:18px;right:18px;bottom:18px;display:flex;gap:10px;flex-wrap:wrap;z-index:2}.eabmt-single-floating-badges-v108 span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.92);color:#0f3f3b;font-size:.82rem;font-weight:950;box-shadow:0 12px 30px rgba(15,23,42,.14);backdrop-filter:blur(10px)}.eabmt-single-thumbs-v108{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:12px}.eabmt-single-thumbs-v108 span{display:block;aspect-ratio:1/1;border:1px solid var(--eabmt-line);border-radius:16px;overflow:hidden;background:#f8fafc}.eabmt-single-thumbs-v108 img{width:100%;height:100%;object-fit:cover;display:block}.eabmt-single-summary-v108{padding:28px;display:grid;gap:18px;min-width:0}.eabmt-single-cat-row-v108{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.eabmt-single-cat-row-v108 a,.eabmt-single-cat-row-v108 span{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:6px 10px;border-radius:999px;border:1px solid var(--eabmt-line);background:#f8fafc;color:#475569;font-size:.78rem;font-weight:950;text-decoration:none}.eabmt-single-cat-row-v108 a:hover{background:#ecfeff;border-color:#99f6e4;color:var(--eabmt-primary-dark)}.eabmt-single-cat-row-v108 .is-stock{background:#dcfce7;border-color:#bbf7d0;color:#166534}.eabmt-single-cat-row-v108 .is-out,.eabmt-single-cat-row-v108 .is-sale{background:#fef3c7;border-color:#fde68a;color:#92400e}.eabmt-single-summary-v108 h1,.eabmt-wc-single-summary-v108 h1{margin:0;font-size:clamp(2.15rem,4.5vw,4.8rem);line-height:.98;letter-spacing:-.075em;color:var(--eabmt-text);overflow-wrap:anywhere}.eabmt-single-excerpt-v108{margin:0;color:#52627a;font-size:1.04rem;line-height:1.72}.eabmt-single-badge-row-v108{display:flex;gap:10px;flex-wrap:wrap}.eabmt-single-badge-row-v108 span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #b8eee6;border-radius:999px;background:#ecfeff;color:#115e59;font-weight:900;font-size:.86rem}.eabmt-single-badge-row-v108 svg{width:16px;height:16px}.eabmt-single-price-panel-v108{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid #b8eee6;border-radius:24px;background:linear-gradient(135deg,#ecfeff,#fff)}.eabmt-single-price-panel-v108 div{display:grid;gap:3px;min-width:0}.eabmt-single-price-panel-v108 small{color:#64748b;font-size:.73rem;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.eabmt-single-price-panel-v108 strong{font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.05;color:#0f766e;letter-spacing:-.045em;overflow-wrap:anywhere}.eabmt-single-price-panel-v108 del{font-size:1rem;color:#94a3b8;margin-right:6px}.eabmt-single-price-panel-v108 ins{text-decoration:none}.eabmt-single-price-panel-v108 span{color:#475569;font-weight:850}.eabmt-single-price-panel-v108 .eabmt-btn{min-height:52px;padding-inline:22px!important}.eabmt-single-quick-specs-v108{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.eabmt-single-quick-specs-v108 div{min-width:0;padding:14px;border:1px solid var(--eabmt-line);border-radius:18px;background:#f8fafc}.eabmt-single-quick-specs-v108 small,.eabmt-single-tech-grid-v108 small,.eabmt-single-policy-v108 small{display:block;color:#64748b;font-size:.7rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.eabmt-single-quick-specs-v108 strong,.eabmt-single-tech-grid-v108 strong,.eabmt-single-policy-v108 strong{display:block;margin-top:5px;color:#172033;line-height:1.35;font-weight:920;overflow-wrap:anywhere}.eabmt-single-buybox-v108{position:sticky;top:96px;padding:20px;display:grid;gap:14px}.eabmt-single-buybox-head-v108{display:flex;align-items:center;gap:12px;padding:14px;border-radius:20px;background:linear-gradient(135deg,#08111f,#115e59);color:#fff}.eabmt-single-buybox-head-v108>span{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:rgba(255,255,255,.12);flex:0 0 auto}.eabmt-single-buybox-head-v108 small{display:block;color:#99f6e4;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.eabmt-single-buybox-head-v108 strong{display:block;line-height:1.25}.eabmt-single-buybox-price-v108{display:grid;gap:5px;padding:16px;border:1px solid var(--eabmt-line);border-radius:20px;background:#f8fafc}.eabmt-single-buybox-price-v108 small{color:#64748b;font-size:.72rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.eabmt-single-buybox-price-v108 strong{color:#0f766e;font-size:1.55rem;line-height:1.1;letter-spacing:-.035em;overflow-wrap:anywhere}.eabmt-single-buybox-price-v108 del{font-size:.95rem;color:#94a3b8}.eabmt-single-buybox-price-v108 ins{text-decoration:none}.eabmt-single-buybox-price-v108 span{color:#475569;font-weight:850}.eabmt-single-buybox-notes-v108{display:grid;gap:9px;padding-top:2px}.eabmt-single-buybox-notes-v108 span{display:flex;align-items:flex-start;gap:8px;color:#475569;font-size:.9rem;font-weight:820;line-height:1.4}.eabmt-single-buybox-notes-v108 svg{width:17px;height:17px;margin-top:2px;color:#0f766e}.eabmt-single-content-grid-v108{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:22px;align-items:start}.eabmt-single-card-v108{padding:28px}.eabmt-single-card-v108 h2,.eabmt-single-section-head-v108 h2{margin:14px 0 16px;font-size:clamp(1.55rem,3vw,2.45rem);line-height:1.08;letter-spacing:-.05em}.eabmt-single-description-v108 .eabmt-prose{color:#334155}.eabmt-single-tech-grid-v108{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.eabmt-single-tech-grid-v108 div{min-width:0;padding:14px;border:1px solid var(--eabmt-line);border-radius:18px;background:#f8fafc}.eabmt-single-features-v108{display:grid;gap:18px}.eabmt-single-section-head-v108 h2{margin-bottom:0}.eabmt-feature-grid-v108{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.eabmt-feature-grid-v108 div{border-radius:20px}.eabmt-single-flow-v108{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:24px}.eabmt-single-flow-v108 div{padding:18px;border:1px solid var(--eabmt-line);border-radius:20px;background:#f8fafc}.eabmt-single-flow-v108 span{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#ccfbf1;color:#115e59;font-weight:1000;margin-bottom:12px}.eabmt-single-flow-v108 strong{display:block;font-size:1.05rem;letter-spacing:-.02em}.eabmt-single-flow-v108 p{margin:6px 0 0;color:#64748b}.eabmt-single-policy-v108{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:24px}.eabmt-single-policy-v108 div{min-width:0;padding:16px;border:1px solid var(--eabmt-line);border-radius:20px;background:#f8fafc}.eabmt-single-final-cta-v108{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px;background:radial-gradient(circle at 18% 8%,rgba(45,212,191,.28),transparent 32%),linear-gradient(135deg,#08111f,#115e59);color:#fff}.eabmt-single-final-cta-v108 .eabmt-kicker{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:#99f6e4}.eabmt-single-final-cta-v108 h2{margin:13px 0 6px;font-size:clamp(1.8rem,4vw,3rem);line-height:1.05;letter-spacing:-.06em}.eabmt-single-final-cta-v108 p{margin:0;color:rgba(255,255,255,.75)}.eabmt-single-final-cta-v108 .eabmt-btn{background:#fff!important;color:#115e59!important;box-shadow:none!important}
.eabmt-wc-single-wrap-v108{margin-top:24px;margin-bottom:70px}.eabmt-wc-single-product-v108{display:grid;gap:24px}.eabmt-wc-single-hero-v108{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);gap:24px;align-items:start}.eabmt-wc-single-gallery-v108{padding:18px;overflow:hidden}.eabmt-wc-single-gallery-v108 .woocommerce-product-gallery{float:none!important;width:100%!important;margin:0!important}.eabmt-wc-single-gallery-v108 .woocommerce-product-gallery__wrapper{margin:0!important}.eabmt-wc-single-gallery-v108 .woocommerce-product-gallery__image{border-radius:24px;overflow:hidden;background:#f8fafc}.eabmt-wc-single-gallery-v108 .woocommerce-product-gallery__image img{width:100%;max-height:620px;object-fit:cover;display:block}.eabmt-wc-single-gallery-v108 .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:12px 0 0!important;padding:0!important;list-style:none!important}.eabmt-wc-single-gallery-v108 .flex-control-thumbs li{width:auto!important;float:none!important;margin:0!important}.eabmt-wc-single-gallery-v108 .flex-control-thumbs img{border:1px solid var(--eabmt-line);border-radius:16px;overflow:hidden;opacity:1!important}.eabmt-wc-single-summary-v108{padding:30px;display:grid;gap:18px;min-width:0}.eabmt-wc-single-rating-v108 .woocommerce-product-rating{display:flex;align-items:center;gap:10px;margin:0!important}.eabmt-wc-single-rating-v108 .star-rating{float:none!important;margin:0!important}.eabmt-wc-price-panel-v108{justify-content:flex-start}.eabmt-wc-single-cart-v108{padding:18px;border:1px solid var(--eabmt-line);border-radius:22px;background:#f8fafc}.eabmt-wc-single-cart-v108 form.cart{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0!important}.eabmt-wc-single-cart-v108 form.cart .quantity{margin:0!important}.eabmt-wc-single-cart-v108 form.cart .qty{width:86px!important;min-height:50px!important;border-radius:16px!important;text-align:center}.eabmt-wc-single-cart-v108 form.cart .button{min-height:50px!important;flex:1;min-width:220px;background:linear-gradient(135deg,var(--eabmt-primary-dark),var(--eabmt-primary),var(--eabmt-primary-2))!important}.eabmt-wc-single-cart-v108 .variations{margin:0 0 12px!important;border:0!important}.eabmt-wc-single-cart-v108 .variations th,.eabmt-wc-single-cart-v108 .variations td{display:block;width:100%!important;padding:0 0 10px!important;border:0!important;background:transparent!important}.eabmt-wc-single-cart-v108 .variations label{margin-bottom:7px}.eabmt-wc-single-cart-v108 .reset_variations{display:inline-flex;margin-top:8px;color:#115e59;font-weight:900}.eabmt-wc-single-cart-v108 .single_variation_wrap{display:grid;gap:12px}.eabmt-wc-single-notes-v108{grid-template-columns:1fr}.eabmt-wc-single-tabs-v108{padding:24px;overflow:hidden}.eabmt-wc-single-tabs-v108 .woocommerce-tabs ul.tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px!important;padding:0!important;border:0!important}.eabmt-wc-single-tabs-v108 .woocommerce-tabs ul.tabs::before{display:none!important}.eabmt-wc-single-tabs-v108 .woocommerce-tabs ul.tabs li{border:1px solid var(--eabmt-line)!important;border-radius:999px!important;background:#fff!important;margin:0!important;padding:0!important}.eabmt-wc-single-tabs-v108 .woocommerce-tabs ul.tabs li::before,.eabmt-wc-single-tabs-v108 .woocommerce-tabs ul.tabs li::after{display:none!important}.eabmt-wc-single-tabs-v108 .woocommerce-tabs ul.tabs li a{padding:10px 14px!important;color:#475569!important;font-weight:950!important}.eabmt-wc-single-tabs-v108 .woocommerce-tabs ul.tabs li.active{background:#08111f!important;border-color:#08111f!important}.eabmt-wc-single-tabs-v108 .woocommerce-tabs ul.tabs li.active a{color:#fff!important}.eabmt-wc-single-tabs-v108 .woocommerce-Tabs-panel{margin:0!important;padding:0!important;color:#334155}.eabmt-wc-single-tabs-v108 .woocommerce-Tabs-panel h2{margin:0 0 12px;font-size:1.7rem;letter-spacing:-.04em}.eabmt-wc-related-v108{display:grid;gap:24px}.eabmt-wc-related-v108>section{margin:0}.eabmt-wc-related-v108 h2{font-size:clamp(1.6rem,3vw,2.25rem);letter-spacing:-.045em}.eabmt-wc-related-v108 .products{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px!important;margin:0!important;padding:0!important}.eabmt-wc-related-v108 .products::before,.eabmt-wc-related-v108 .products::after{display:none!important}.eabmt-wc-related-v108 .product{width:auto!important;float:none!important;margin:0!important}
@media (max-width:1280px){.eabmt-single-hero-v108{grid-template-columns:minmax(330px,.95fr) minmax(0,1.05fr)}.eabmt-single-buybox-v108{grid-column:1/-1;position:static;grid-template-columns:1fr auto auto;align-items:center}.eabmt-single-buybox-notes-v108{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.eabmt-single-content-grid-v108{grid-template-columns:1fr}.eabmt-single-policy-v108,.eabmt-single-flow-v108{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1100px){.eabmt-shop-hero-v108,.eabmt-catalog-layout-v108,.eabmt-wc-single-hero-v108{grid-template-columns:1fr}.eabmt-filter-panel-v108{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.eabmt-shop-help-v108{grid-column:1/-1}.eabmt-single-hero-v108{grid-template-columns:1fr}.eabmt-single-buybox-v108{grid-template-columns:1fr}.eabmt-single-buybox-notes-v108{grid-template-columns:1fr 1fr 1fr}.eabmt-single-main-image-v108,.eabmt-single-main-image-v108 img{min-height:420px}}
@media (max-width:760px){.eabmt-shop-archive-v108,.eabmt-wc-single-wrap-v108{margin-top:16px}.eabmt-shop-hero-v108{padding:22px;border-radius:26px}.eabmt-shop-hero-search-v108 .eabmt-product-search{grid-template-columns:1fr}.eabmt-shop-hero-stats-v108{grid-template-columns:1fr}.eabmt-filter-panel-v108{grid-template-columns:1fr}.eabmt-catalog-toolbar-v108{align-items:stretch;flex-direction:column}.eabmt-catalog-tools-v108{align-items:stretch;flex-direction:column}.eabmt-shop-archive-v108 .eabmt-product-grid{grid-template-columns:1fr;gap:16px}.eabmt-product-media-card-v108{height:210px}.eabmt-product-actions-v108{grid-template-columns:1fr}.eabmt-product-specs-v108{grid-template-columns:1fr 1fr}.eabmt-single-shell{width:min(100% - 22px,1500px);gap:18px}.eabmt-single-summary-v108,.eabmt-wc-single-summary-v108,.eabmt-single-card-v108,.eabmt-wc-single-tabs-v108{padding:20px;border-radius:24px}.eabmt-single-gallery-v108,.eabmt-wc-single-gallery-v108{padding:12px;border-radius:24px}.eabmt-single-main-image-v108,.eabmt-single-main-image-v108 img{min-height:320px;border-radius:18px}.eabmt-single-thumbs-v108{grid-template-columns:repeat(4,minmax(0,1fr))}.eabmt-single-summary-v108 h1,.eabmt-wc-single-summary-v108 h1{font-size:clamp(2rem,12vw,3.2rem)}.eabmt-single-price-panel-v108{align-items:stretch;flex-direction:column}.eabmt-single-price-panel-v108 .eabmt-btn{width:100%}.eabmt-single-quick-specs-v108,.eabmt-single-tech-grid-v108,.eabmt-single-policy-v108,.eabmt-single-flow-v108{grid-template-columns:1fr}.eabmt-single-buybox-notes-v108{grid-template-columns:1fr}.eabmt-single-final-cta-v108{align-items:stretch;flex-direction:column}.eabmt-single-final-cta-v108 .eabmt-btn{width:100%}.eabmt-wc-single-cart-v108 form.cart{display:grid;grid-template-columns:1fr}.eabmt-wc-single-cart-v108 form.cart .button,.eabmt-wc-single-cart-v108 form.cart .qty{width:100%!important;min-width:0}.eabmt-wc-single-tabs-v108 .woocommerce-tabs ul.tabs{display:grid}.eabmt-wc-single-tabs-v108 .woocommerce-tabs ul.tabs li a{display:block;text-align:center}}
.woocommerce ul.products li.product.eabmt-product-card-v108{width:auto!important;float:none!important;margin:0!important;clear:none!important}.woocommerce ul.products.eabmt-product-grid::before,.woocommerce ul.products.eabmt-product-grid::after{display:none!important;content:none!important}

/* v1.0.8 - Shop archive and single product redesign */
.eabmt-shop-archive-v2{margin-top:26px;margin-bottom:64px}.eabmt-shop-hero-v2{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:22px;align-items:stretch;padding:26px;border-radius:34px;background:radial-gradient(circle at 14% 18%,rgba(153,246,228,.28),transparent 34%),linear-gradient(135deg,#08111f,#0f766e 58%,#14b8a6);box-shadow:var(--eabmt-shadow);color:#fff}.eabmt-shop-hero-v2::after{content:"";position:absolute;right:-120px;top:-130px;width:360px;height:360px;border-radius:999px;background:rgba(255,255,255,.11);pointer-events:none}.eabmt-shop-hero-copy{position:relative;z-index:1;padding:12px 8px}.eabmt-shop-hero-copy .eabmt-eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:#99f6e4}.eabmt-shop-hero-v2 h1{max-width:860px;margin:16px 0 12px;font-size:clamp(2.25rem,5vw,4.6rem);line-height:.98;letter-spacing:-.065em}.eabmt-shop-hero-v2 p{max-width:760px;margin:0;color:rgba(255,255,255,.78);font-size:1.03rem}.eabmt-shop-hero-v2 p p{margin:0}.eabmt-shop-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.eabmt-shop-hero-stats{position:relative;z-index:1;display:grid;gap:12px}.eabmt-shop-hero-stats div{min-width:0;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.10);backdrop-filter:blur(14px)}.eabmt-shop-hero-stats small,.eabmt-shop-hero-stats span{display:block;color:rgba(255,255,255,.72);font-weight:850}.eabmt-shop-hero-stats small{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.eabmt-shop-hero-stats strong{display:block;margin:5px 0 2px;color:#fff;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1;letter-spacing:-.045em}.eabmt-shop-category-pills{display:flex;gap:10px;overflow:auto;padding:4px 2px 14px;margin:18px 0 6px;scrollbar-width:thin}.eabmt-shop-category-pills a{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:10px 13px;border:1px solid var(--eabmt-line);border-radius:999px;background:#fff;color:#334155;font-weight:900;text-decoration:none;box-shadow:0 8px 18px rgba(15,23,42,.035)}.eabmt-shop-category-pills a:hover,.eabmt-shop-category-pills a.is-active{background:#ecfeff;border-color:#99f6e4;color:#115e59}.eabmt-shop-category-pills strong{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:.76rem}.eabmt-catalog-layout-v2{grid-template-columns:310px minmax(0,1fr);gap:22px}.eabmt-shop-filter-v2{gap:14px}.eabmt-shop-filter-v2 .eabmt-sidebar-box{padding:20px;border-radius:26px}.eabmt-sidebar-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:#ecfeff;color:#115e59;margin-bottom:10px}.eabmt-shop-filter-v2 .eabmt-sidebar-box h3{font-size:1.05rem;margin-bottom:6px}.eabmt-shop-filter-v2 .eabmt-sidebar-box p{margin:0 0 14px;color:#64748b;line-height:1.55}.eabmt-shop-search-box .eabmt-product-search{gap:9px}.eabmt-shop-search-box .eabmt-product-search input{min-height:50px;border-radius:16px;background:#f8fafc}.eabmt-shop-search-box .eabmt-product-search button{min-height:48px;background:linear-gradient(135deg,#0f766e,#14b8a6);box-shadow:0 12px 24px rgba(15,118,110,.16)}.eabmt-category-list-v2{max-height:520px;overflow:auto;padding-right:2px}.eabmt-category-list-v2 a{border-radius:16px;padding:12px 13px}.eabmt-category-list-v2 a.is-active{background:#ecfeff;border-color:#99f6e4;color:#115e59}.eabmt-shop-help-box{background:linear-gradient(180deg,#fff,#f8fafc)}.eabmt-catalog-main-v2{min-width:0}.eabmt-catalog-tools-v2{position:relative;margin-bottom:18px;padding:14px 16px;border:1px solid var(--eabmt-line);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 12px 28px rgba(15,23,42,.05);backdrop-filter:blur(12px)}.eabmt-catalog-tools-v2::before,.eabmt-catalog-tools-v2::after{display:none!important}.eabmt-catalog-tools-v2 .woocommerce-notices-wrapper{width:100%}.eabmt-catalog-tools-v2 .woocommerce-result-count{font-size:.92rem}.eabmt-catalog-tools-v2 select{min-height:44px;border-radius:999px;background:#f8fafc}.eabmt-shop-archive-v2 .eabmt-product-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(286px,1fr));gap:20px;align-items:stretch}.eabmt-product-card-v2{position:relative;overflow:hidden;border-radius:28px;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.eabmt-product-card-v2:hover{transform:translateY(-4px);border-color:#c8f3ed;box-shadow:0 22px 55px rgba(15,23,42,.11)}.eabmt-product-media-card-v2{height:220px;padding:0;align-items:stretch;justify-content:stretch;background:linear-gradient(135deg,#0f172a,#0f766e)}.eabmt-product-media-card-v2::before{display:none}.eabmt-product-media-card-v2 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.eabmt-product-card-v2:hover .eabmt-product-media-card-v2 img{transform:scale(1.035)}.eabmt-product-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,17,31,.05) 22%,rgba(8,17,31,.62) 100%);z-index:1}.eabmt-product-card-badges{position:absolute;left:14px;right:14px;bottom:14px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px}.eabmt-product-card-badges b,.eabmt-product-card-badges em{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;font-size:.75rem;font-weight:950;font-style:normal;line-height:1}.eabmt-product-card-badges b{background:#fef3c7;color:#92400e}.eabmt-product-card-badges em{max-width:68%;background:rgba(255,255,255,.9);color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eabmt-product-body-v2{padding:18px!important;gap:13px!important}.eabmt-product-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.eabmt-product-card-head h2{min-width:0}.eabmt-rating-v2{flex:0 0 auto;padding:6px 8px;border-radius:999px;background:#fffbeb;color:#92400e;font-size:.78rem}.eabmt-product-excerpt-v2{min-height:48px;font-size:.93rem}.eabmt-product-chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.eabmt-product-chip-grid span{min-width:0;padding:9px 10px;border:1px solid #e2eaf5;border-radius:14px;background:#f8fafc}.eabmt-product-chip-grid small{display:block;color:#64748b;font-size:.66rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase;line-height:1.2}.eabmt-product-chip-grid strong{display:block;margin-top:3px;color:#0f172a;font-size:.83rem;font-weight:900;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eabmt-product-card-foot{display:grid;gap:13px;margin-top:auto;padding-top:13px;border-top:1px solid #eef2f7}.eabmt-product-price-block{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.eabmt-product-price-block small{display:block;color:#64748b;font-size:.72rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-product-price-block .eabmt-price{font-size:1.08rem;text-align:right}.eabmt-product-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.eabmt-product-card-actions .button,.eabmt-product-card-actions .eabmt-btn{width:100%;min-height:44px!important;padding:11px 12px!important;font-size:.88rem!important}.eabmt-product-card-actions .added_to_cart{grid-column:1/-1;display:inline-flex!important;align-items:center;justify-content:center;min-height:40px;border-radius:999px;background:#ecfeff;color:#115e59;font-weight:950}.eabmt-shop-pagination-wrap{margin-top:22px}.eabmt-shop-empty-v2 .woocommerce-info{margin:0!important}

.eabmt-product-page-shell{width:100%;min-height:70vh}.eabmt-single-product-v2{--eabmt-landing-container:min(100% - 36px,1440px);padding:28px 0 108px}.eabmt-single-hero-v2{width:var(--eabmt-landing-container);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.86fr);gap:24px;align-items:start}.eabmt-single-gallery-card,.eabmt-single-summary-card,.eabmt-single-section-v2,.eabmt-policy-panel-v2{border:1px solid var(--eabmt-line);background:rgba(255,255,255,.92);box-shadow:var(--eabmt-shadow);border-radius:34px}.eabmt-single-gallery-card{position:sticky;top:100px;padding:16px}.eabmt-single-gallery-main{position:relative;overflow:hidden;display:grid;place-items:center;min-height:560px;border-radius:26px;background:radial-gradient(circle at 18% 18%,rgba(153,246,228,.30),transparent 32%),linear-gradient(135deg,#eff6ff,#f8fafc)}.eabmt-single-gallery-main img{width:100%;height:100%;min-height:560px;object-fit:cover;border-radius:26px}.eabmt-single-placeholder{display:grid;place-items:center;gap:10px;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-weight:950}.eabmt-single-gallery-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:12px}.eabmt-single-gallery-thumbs button{min-width:0;padding:4px;border:1px solid var(--eabmt-line);border-radius:16px;background:#fff;overflow:hidden}.eabmt-single-gallery-thumbs button.is-active{border-color:#14b8a6;box-shadow:0 0 0 3px rgba(20,184,166,.12)}.eabmt-single-gallery-thumbs img{width:100%;height:74px;object-fit:cover;border-radius:12px;display:block}.eabmt-single-summary-card{position:relative;overflow:hidden;padding:28px}.eabmt-single-summary-card::after{content:"";position:absolute;right:-80px;top:-95px;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,rgba(20,184,166,.16),transparent 68%);pointer-events:none}.eabmt-single-title-block,.eabmt-single-buy-panel,.eabmt-single-trust-grid{position:relative;z-index:1}.eabmt-single-kicker-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.eabmt-stock-pill{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:8px 11px;border-radius:999px;font-size:.78rem;font-weight:950}.eabmt-stock-pill.is-in-stock{background:#dcfce7;color:#166534}.eabmt-stock-pill.is-out-stock{background:#fee2e2;color:#991b1b}.eabmt-single-summary-card h1{margin:18px 0 12px;font-size:clamp(2.15rem,4.2vw,4.7rem);line-height:.98;letter-spacing:-.065em;color:#0f172a}.eabmt-single-title-block>p{margin:0;color:#475569;font-size:1.04rem;line-height:1.75}.eabmt-single-badge-row{margin:18px 0 0}.eabmt-single-badge-row span{background:#f8fafc;border-color:#e2e8f0}.eabmt-single-buy-panel{display:grid;gap:14px;margin-top:22px;padding:18px;border:1px solid #dbeafe;border-radius:26px;background:linear-gradient(180deg,#fff,#f8fafc)}.eabmt-single-price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.eabmt-single-price-row small{display:block;color:#64748b;font-size:.75rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-single-price-row strong{display:block;margin-top:4px;color:#115e59;font-size:clamp(1.75rem,3vw,2.55rem);line-height:1;letter-spacing:-.05em}.eabmt-single-price-row span{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:9px 12px;border-radius:999px;background:#ecfeff;color:#115e59;font-weight:950;white-space:nowrap}.eabmt-single-plan-list{display:grid;gap:10px}.eabmt-single-plan-option{grid-template-columns:auto minmax(0,1fr) auto;border-radius:18px;padding:13px}.eabmt-single-plan-option span{min-width:0}.eabmt-single-plan-option span strong,.eabmt-single-plan-option span small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eabmt-single-actions{display:grid;grid-template-columns:1.2fr .8fr;gap:10px}.eabmt-single-actions .eabmt-btn{min-height:50px}.eabmt-single-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.eabmt-single-trust-grid div{min-width:0;padding:13px;border:1px solid var(--eabmt-line);border-radius:18px;background:#fff}.eabmt-single-trust-grid small{display:block;color:#64748b;font-size:.68rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-single-trust-grid strong{display:block;margin-top:4px;color:#0f172a;font-size:.86rem;line-height:1.35}.eabmt-single-section-v2{padding:32px}.eabmt-single-section-head{max-width:820px;margin-bottom:20px}.eabmt-single-section-head h2{margin:14px 0 8px;font-size:clamp(1.75rem,3vw,2.7rem);line-height:1.08;letter-spacing:-.05em}.eabmt-single-section-head p{margin:0;color:#64748b}.eabmt-tech-panel-v2{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.eabmt-tech-panel-v2 div{background:#f8fafc;border-color:#e2e8f0}.eabmt-single-description-v2{grid-template-columns:minmax(0,1fr) minmax(300px,360px)}.eabmt-single-description-v2 h2{margin-top:14px}.eabmt-single-side-card{padding:20px;border:1px solid var(--eabmt-line);border-radius:24px;background:#f8fafc}.eabmt-single-side-card h3{margin:0 0 14px;letter-spacing:-.03em}.eabmt-single-flow-list{display:grid;gap:10px;list-style:none;margin:0;padding:0}.eabmt-single-flow-list li{display:grid;grid-template-columns:42px minmax(0,1fr);gap:4px 10px;padding:12px;border:1px solid var(--eabmt-line);border-radius:17px;background:#fff}.eabmt-single-flow-list span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:14px;background:#ecfeff;color:#115e59;font-weight:950}.eabmt-single-flow-list strong{align-self:end;line-height:1.2}.eabmt-single-flow-list small{color:#64748b;line-height:1.35}.eabmt-feature-grid-v2{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.eabmt-feature-grid-v2 div{background:#f8fafc}.eabmt-policy-panel-v2{width:var(--eabmt-landing-container);padding:24px;grid-template-columns:repeat(4,minmax(0,1fr))}.eabmt-policy-panel-v2 div{background:#fff}.eabmt-final-cta-v2{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 10%,rgba(153,246,228,.3),transparent 32%),linear-gradient(135deg,#08111f,#0f766e)}.eabmt-final-cta-v2::after{content:"";position:absolute;right:-70px;bottom:-90px;width:260px;height:260px;border-radius:999px;background:rgba(255,255,255,.10)}.eabmt-final-cta-v2>*{position:relative;z-index:1}.eabmt-modal-card .eabmt-plan-option{grid-template-columns:auto minmax(0,1fr) auto}.eabmt-modal-card [data-eabmt-checkout]{width:100%}

.eabmt-wc-single-product{margin-top:28px;margin-bottom:58px}.eabmt-wc-single-product div.product{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,.75fr);gap:24px;align-items:start}.eabmt-wc-single-product div.product::before,.eabmt-wc-single-product div.product::after{display:none!important;content:none!important}.eabmt-wc-single-product .woocommerce-product-gallery,.eabmt-wc-single-product div.product .summary{float:none!important;width:auto!important}.eabmt-wc-single-product .woocommerce-product-gallery{position:sticky;top:100px;padding:16px;border:1px solid var(--eabmt-line);border-radius:34px;background:#fff;box-shadow:var(--eabmt-shadow)}.eabmt-wc-single-product .woocommerce-product-gallery__wrapper{margin:0}.eabmt-wc-single-product .woocommerce-product-gallery__image{border-radius:26px;overflow:hidden;background:#f8fafc}.eabmt-wc-single-product .woocommerce-product-gallery__image img{width:100%;border-radius:26px;object-fit:cover}.eabmt-wc-single-product div.product .summary{padding:28px;border:1px solid var(--eabmt-line);border-radius:34px;background:#fff;box-shadow:var(--eabmt-shadow)}.eabmt-wc-single-product .product_title{font-size:clamp(2rem,4vw,4rem);line-height:1;letter-spacing:-.06em;margin:0 0 14px}.eabmt-wc-single-product .price{color:#115e59!important;font-size:clamp(1.6rem,3vw,2.4rem)!important;font-weight:950;margin:12px 0}.eabmt-wc-single-product .woocommerce-product-details__short-description{color:#475569;font-size:1rem;line-height:1.75}.eabmt-wc-single-product form.cart{display:grid;gap:12px;padding:16px;border:1px solid #dbeafe;border-radius:24px;background:#f8fafc}.eabmt-wc-single-product form.cart::before,.eabmt-wc-single-product form.cart::after{display:none!important}.eabmt-wc-single-product form.cart .quantity{float:none!important;margin:0!important}.eabmt-wc-single-product form.cart .single_add_to_cart_button{width:100%;min-height:52px!important}.eabmt-wc-single-product .product_meta{display:grid;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--eabmt-line);color:#64748b}.eabmt-wc-single-product .woocommerce-tabs,.eabmt-wc-single-product .related.products,.eabmt-wc-single-product .upsells.products{grid-column:1/-1;margin-top:12px;padding:24px;border:1px solid var(--eabmt-line);border-radius:30px;background:#fff;box-shadow:var(--eabmt-shadow-soft)}.eabmt-wc-single-product .woocommerce-tabs ul.tabs{display:flex;gap:8px;flex-wrap:wrap;padding:0!important;margin:0 0 18px!important}.eabmt-wc-single-product .woocommerce-tabs ul.tabs::before{display:none!important}.eabmt-wc-single-product .woocommerce-tabs ul.tabs li{border:1px solid var(--eabmt-line)!important;border-radius:999px!important;background:#f8fafc!important;padding:0!important;margin:0!important}.eabmt-wc-single-product .woocommerce-tabs ul.tabs li::before,.eabmt-wc-single-product .woocommerce-tabs ul.tabs li::after{display:none!important}.eabmt-wc-single-product .woocommerce-tabs ul.tabs li a{padding:11px 14px!important;font-weight:950!important;color:#334155!important}.eabmt-wc-single-product .woocommerce-tabs ul.tabs li.active{background:#ecfeff!important;border-color:#99f6e4!important}.eabmt-wc-single-product .woocommerce-tabs .panel{margin:0!important}.eabmt-wc-single-product .related.products>h2,.eabmt-wc-single-product .upsells.products>h2{margin:0 0 18px;font-size:1.6rem;letter-spacing:-.04em}

@media (max-width:1280px){.eabmt-shop-hero-v2,.eabmt-single-hero-v2,.eabmt-wc-single-product div.product{grid-template-columns:1fr}.eabmt-single-gallery-card,.eabmt-wc-single-product .woocommerce-product-gallery{position:static}.eabmt-tech-panel-v2{grid-template-columns:repeat(3,minmax(0,1fr))}.eabmt-policy-panel-v2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:980px){.eabmt-catalog-layout-v2{grid-template-columns:1fr}.eabmt-shop-filter-v2{position:static;grid-template-columns:1fr 1fr}.eabmt-shop-category-box{grid-column:1/-1}.eabmt-single-gallery-main,.eabmt-single-gallery-main img{min-height:420px}.eabmt-single-trust-grid,.eabmt-tech-panel-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.eabmt-single-description-v2{grid-template-columns:1fr}}
@media (max-width:760px){.eabmt-shop-archive-v2{width:min(100% - 22px,1560px);margin-top:16px}.eabmt-shop-hero-v2{padding:20px;border-radius:26px}.eabmt-shop-hero-v2 h1{font-size:2.35rem}.eabmt-shop-filter-v2{grid-template-columns:1fr}.eabmt-catalog-tools-v2{align-items:stretch}.eabmt-shop-archive-v2 .eabmt-product-grid{grid-template-columns:1fr}.eabmt-product-media-card-v2{height:210px}.eabmt-product-chip-grid{grid-template-columns:1fr 1fr}.eabmt-product-card-actions{grid-template-columns:1fr}.eabmt-single-product-v2{--eabmt-landing-container:min(100% - 22px,1440px);padding-top:18px}.eabmt-single-summary-card,.eabmt-single-section-v2,.eabmt-policy-panel-v2,.eabmt-single-gallery-card{border-radius:26px;padding:18px}.eabmt-single-gallery-main,.eabmt-single-gallery-main img{min-height:300px;border-radius:20px}.eabmt-single-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.eabmt-single-summary-card h1{font-size:2.25rem}.eabmt-single-price-row,.eabmt-product-price-block{align-items:flex-start;flex-direction:column}.eabmt-single-actions,.eabmt-single-trust-grid,.eabmt-tech-panel-v2,.eabmt-policy-panel-v2{grid-template-columns:1fr}.eabmt-single-plan-option,.eabmt-modal-card .eabmt-plan-option{grid-template-columns:auto minmax(0,1fr);align-items:start}.eabmt-single-plan-option em,.eabmt-modal-card .eabmt-plan-option em{grid-column:2}.eabmt-wc-single-product{width:min(100% - 22px,1560px);margin-top:18px}.eabmt-wc-single-product div.product .summary,.eabmt-wc-single-product .woocommerce-product-gallery,.eabmt-wc-single-product .woocommerce-tabs,.eabmt-wc-single-product .related.products,.eabmt-wc-single-product .upsells.products{border-radius:26px;padding:18px}.eabmt-wc-single-product .product_title{font-size:2.2rem}}

/* v1.0.8 - Product archive and single product redesign */
body.eabmt-product-body,body.eabmt-shop-page{background:radial-gradient(circle at 8% 0%,rgba(20,184,166,.14),transparent 28%),radial-gradient(circle at 92% 4%,rgba(245,158,11,.12),transparent 26%),linear-gradient(180deg,#fbfdff 0%,#f4f8fd 48%,#eef2f7 100%)}
.eabmt-shop-archive-v2{margin-top:28px;margin-bottom:64px}.eabmt-shop-hero-v2{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:26px;align-items:stretch;padding:36px;border:1px solid rgba(255,255,255,.22);border-radius:34px;background:linear-gradient(135deg,#07111f 0%,#0f3f3c 48%,#0f766e 100%);box-shadow:0 28px 80px rgba(15,23,42,.16);color:#fff}.eabmt-shop-hero-v2:before{content:"";position:absolute;right:-140px;top:-150px;width:430px;height:430px;border-radius:999px;background:radial-gradient(circle,rgba(153,246,228,.34),transparent 68%)}.eabmt-shop-hero-v2:after{content:"";position:absolute;left:42%;bottom:-150px;width:340px;height:340px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.13),transparent 62%)}.eabmt-shop-hero-copy,.eabmt-shop-hero-panel{position:relative;z-index:1}.eabmt-shop-hero-copy .eabmt-eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:#99f6e4}.eabmt-shop-hero-copy h1{max-width:900px;margin:18px 0 12px;font-size:clamp(2.35rem,5vw,4.35rem);line-height:.98;letter-spacing:-.06em}.eabmt-shop-hero-copy p{max-width:820px;margin:0 0 24px;color:rgba(255,255,255,.78);font-size:1.04rem}.eabmt-shop-hero-search{max-width:760px}.eabmt-shop-hero-search .eabmt-product-search{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:8px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.12);backdrop-filter:blur(14px)}.eabmt-shop-hero-search .eabmt-product-search input{min-height:48px;border:0;border-radius:18px;background:#fff;color:#0f172a}.eabmt-shop-hero-search .eabmt-product-search button{min-height:48px;border-radius:18px;background:#fff;color:#115e59;padding-inline:18px}.eabmt-shop-hero-panel{display:grid;align-content:space-between;gap:18px;padding:20px;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.14);backdrop-filter:blur(16px)}.eabmt-shop-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.eabmt-shop-metrics div{padding:16px 12px;border-radius:20px;background:rgba(255,255,255,.12)}.eabmt-shop-metrics small{display:block;color:rgba(255,255,255,.62);font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.eabmt-shop-metrics strong{display:block;margin-top:4px;font-size:1.28rem;letter-spacing:-.035em}.eabmt-shop-trust-list{display:grid;gap:10px}.eabmt-shop-trust-list span{display:flex;align-items:center;gap:8px;padding:11px 12px;border-radius:16px;background:rgba(255,255,255,.12);color:rgba(255,255,255,.86);font-weight:850}.eabmt-category-pill-row{display:flex;gap:10px;margin:18px 0 20px;overflow:auto;padding:2px 2px 8px;scrollbar-width:thin}.eabmt-cat-chip{display:inline-flex;align-items:center;gap:10px;min-height:44px;white-space:nowrap;padding:8px 10px 8px 15px;border:1px solid var(--eabmt-line);border-radius:999px;background:rgba(255,255,255,.86);box-shadow:0 10px 26px rgba(15,23,42,.06);font-weight:900;color:#334155}.eabmt-cat-chip strong{display:grid;place-items:center;min-width:26px;height:26px;padding:0 8px;border-radius:999px;background:#eff6ff;color:#115e59;font-size:.78rem}.eabmt-cat-chip:hover,.eabmt-cat-chip.is-active{border-color:#99f6e4;background:#ecfeff;color:#115e59}.eabmt-catalog-frame-v2{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}.eabmt-filter-panel-v2{top:96px}.eabmt-sidebar-box-v2{border-radius:28px;padding:20px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px)}.eabmt-sidebar-box-v2 h3{font-size:1.06rem;margin-bottom:14px}.eabmt-shop-filter-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}.eabmt-shop-filter-links a{display:flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--eabmt-line);border-radius:14px;background:#fff;color:#334155;font-weight:900}.eabmt-shop-filter-links a:hover{background:#ecfeff;border-color:#99f6e4;color:#115e59}.eabmt-category-list-v2 a{border-radius:16px;background:#fbfdff}.eabmt-shop-help-box p{margin:10px 0 0;color:#64748b}.eabmt-shop-help-box .eabmt-eyebrow{margin-bottom:12px}.eabmt-catalog-main-v2{min-width:0}.eabmt-catalog-toolbar-v2{margin-bottom:16px}.eabmt-catalog-toolbar-v2>div{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:16px 18px;border:1px solid var(--eabmt-line);border-radius:26px;background:rgba(255,255,255,.88);box-shadow:var(--eabmt-shadow-soft)}.eabmt-catalog-toolbar-v2 .woocommerce-result-count{margin:0;color:#64748b;font-weight:850}.eabmt-catalog-toolbar-v2 .woocommerce-ordering{margin:0}.eabmt-catalog-toolbar-v2 select{min-height:42px;border:1px solid var(--eabmt-line);border-radius:999px;background:#fff;padding:9px 14px;color:#334155;font-weight:850}.eabmt-catalog-pagination-v2{margin-top:4px}.eabmt-shop-empty-v2{text-align:left}
.eabmt-product-grid{align-items:stretch}.eabmt-product-grid .eabmt-product-card-v2{display:flex;min-width:0;overflow:hidden;border-radius:30px;background:#fff;border:1px solid #dfe8f3;box-shadow:0 18px 46px rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.eabmt-product-grid .eabmt-product-card-v2:hover{transform:translateY(-4px);border-color:#b8eee6;box-shadow:0 24px 64px rgba(15,23,42,.13)}.eabmt-product-media-card-v2{height:222px!important;align-items:stretch!important;justify-content:stretch!important;padding:0!important;background:linear-gradient(135deg,#0f172a,#115e59)!important}.eabmt-product-media-card-v2 img{transition:transform .35s ease}.eabmt-product-card-v2:hover .eabmt-product-media-card-v2 img{transform:scale(1.045)}.eabmt-product-card-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(15,23,42,.1) 0%,rgba(15,23,42,.06) 45%,rgba(8,17,31,.62) 100%)}.eabmt-product-card-topline{position:absolute;z-index:2;left:14px;right:14px;top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.eabmt-product-card-topline span,.eabmt-product-card-topline strong{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.9);color:#0f172a;font-size:.78rem;font-weight:950;box-shadow:0 8px 20px rgba(15,23,42,.1)}.eabmt-product-card-topline strong{background:#fef3c7;color:#92400e;max-width:none}.eabmt-product-icon-v2{position:relative;z-index:2;margin:22px}.eabmt-product-body-v2{gap:12px!important;padding:18px!important}.eabmt-product-title-row-v2{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.eabmt-product-title-row-v2 h2{flex:1;min-width:0}.eabmt-stock-pill{display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;padding:6px 9px;font-size:.74rem;font-weight:950}.eabmt-stock-pill-good{background:#dcfce7;color:#15803d}.eabmt-stock-pill-muted{background:#f1f5f9;color:#64748b}.eabmt-product-excerpt-v2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:3.2em}.eabmt-product-specs-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.eabmt-product-specs-v2 span{min-width:0;padding:10px;border:1px solid #e6edf6;border-radius:16px;background:#f8fafc}.eabmt-product-specs-v2 small{display:block;color:#64748b;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;font-weight:950;line-height:1.15}.eabmt-product-specs-v2 strong{display:block;margin-top:3px;font-size:.84rem;color:#0f172a;font-weight:950;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eabmt-card-feature-list-v2{display:grid;gap:7px;list-style:none;margin:0;padding:0}.eabmt-card-feature-list-v2 li{display:flex;gap:8px;align-items:flex-start;color:#475569;font-size:.9rem;font-weight:760;line-height:1.35}.eabmt-card-feature-list-v2 span{display:grid;place-items:center;width:18px;height:18px;flex:0 0 18px;border-radius:999px;background:#ecfeff;color:#0f766e;font-size:.72rem;font-weight:950}.eabmt-product-meta-row-v2{margin-top:0}.eabmt-price-row-v2{align-items:flex-end!important;margin-top:auto!important;border-top:1px solid #edf2f7;padding-top:14px}.eabmt-card-price-v2{display:grid;gap:2px}.eabmt-card-price-v2 small{color:#64748b;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;font-weight:950}.eabmt-card-actions-v2{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.eabmt-card-buy-btn,.eabmt-card-detail-btn{min-height:40px!important;padding:11px 13px!important}.eabmt-card-detail-btn{background:#f8fafc;color:#115e59}.eabmt-card-detail-btn:hover{background:#ecfeff}.eabmt-card-actions-v2 .button{min-height:40px!important;padding:11px 13px!important}
.eabmt-product-root{padding:0 0 1px}.eabmt-product-detail-v2{--eabmt-landing-container:min(100% - 36px,1500px);padding:0 0 34px}.eabmt-product-detail-v2 .eabmt-section,.eabmt-product-detail-v2 .eabmt-final-cta{width:var(--eabmt-landing-container)}.eabmt-product-detail-hero{margin-top:28px}.eabmt-product-breadcrumb-v2{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 14px;color:#64748b;font-size:.88rem;font-weight:850}.eabmt-product-breadcrumb-v2 a{color:#334155}.eabmt-product-breadcrumb-v2 a:hover{color:#115e59}.eabmt-product-breadcrumb-v2 span{color:#94a3b8}.eabmt-product-detail-grid-v2{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);gap:24px;align-items:start}.eabmt-single-gallery-card-v2,.eabmt-single-summary-card-v2{border:1px solid #dfe8f3;border-radius:34px;background:rgba(255,255,255,.92);box-shadow:0 22px 64px rgba(15,23,42,.1)}.eabmt-single-gallery-card-v2{padding:16px;overflow:hidden}.eabmt-single-gallery-main-v2{position:relative;min-height:540px;border-radius:26px;overflow:hidden;background:linear-gradient(135deg,#0f172a,#115e59);display:grid;place-items:center}.eabmt-single-gallery-main-v2 img{width:100%;height:100%;min-height:540px;object-fit:cover;display:block}.eabmt-placeholder-v2{width:100%;height:100%;min-height:540px;display:grid;place-items:center;color:rgba(255,255,255,.72);font-weight:950;letter-spacing:.1em;background:radial-gradient(circle at 22% 18%,rgba(20,184,166,.34),transparent 34%),linear-gradient(135deg,#08111f,#115e59)}.eabmt-gallery-floating-badge-v2{position:absolute;left:18px;bottom:18px;padding:13px 15px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:rgba(8,17,31,.72);color:#fff;backdrop-filter:blur(14px);box-shadow:0 18px 42px rgba(15,23,42,.22)}.eabmt-gallery-floating-badge-v2 span{display:block;color:#99f6e4;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:950}.eabmt-gallery-floating-badge-v2 strong{display:block;margin-top:2px;font-size:1rem}.eabmt-preview-strip-v2{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:2px}.eabmt-gallery-thumb-v2{width:86px;height:68px;flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:16px;background:#f8fafc;overflow:hidden}.eabmt-gallery-thumb-v2.is-active,.eabmt-gallery-thumb-v2:hover{border-color:#14b8a6}.eabmt-gallery-thumb-v2 img{width:100%;height:100%;object-fit:cover;display:block}.eabmt-single-gallery-note-v2{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.eabmt-single-gallery-note-v2 span{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid #e6edf6;border-radius:16px;background:#f8fafc;color:#334155;font-weight:900}.eabmt-single-gallery-note-v2 .eabmt-icon{color:#0f766e}.eabmt-single-summary-card-v2{position:sticky;top:96px;padding:26px;overflow:hidden}.eabmt-single-badge-row-v2{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:18px}.eabmt-single-badge-row-v2 span{padding:8px 11px;border-radius:999px;background:#ecfeff;border:1px solid #b8eee6;color:#115e59;font-size:.78rem;font-weight:950}.eabmt-single-summary-card-v2 h1{margin:0 0 12px;font-size:clamp(2.1rem,4vw,3.55rem);line-height:1;letter-spacing:-.06em;color:#0f172a}.eabmt-single-excerpt-v2{margin:0;color:#475569;font-size:1.02rem;line-height:1.7}.eabmt-single-status-row-v2{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:18px 0}.eabmt-single-status-row-v2 span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#f8fafc;border:1px solid #e6edf6;color:#475569;font-weight:900;font-size:.85rem}.eabmt-single-status-row-v2 .is-good{background:#dcfce7;border-color:#bbf7d0;color:#15803d}.eabmt-single-status-row-v2 .is-muted{background:#f1f5f9;color:#64748b}.eabmt-single-status-row-v2 .eabmt-icon{width:16px;height:16px;color:#f59e0b}.eabmt-single-price-box-v2{display:grid;gap:4px;padding:20px;border-radius:24px;background:linear-gradient(135deg,#ecfeff,#f8fbff);border:1px solid #b8eee6}.eabmt-single-price-box-v2 small{color:#115e59;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:950}.eabmt-single-price-box-v2 strong{display:block;font-size:clamp(2rem,4vw,3rem);line-height:1;letter-spacing:-.055em;color:#0f766e}.eabmt-single-price-box-v2 span{color:#475569;font-weight:900}.eabmt-single-quick-specs-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.eabmt-single-quick-specs-v2 div{min-width:0;padding:13px;border:1px solid #e6edf6;border-radius:18px;background:#fff}.eabmt-single-quick-specs-v2 small{display:block;color:#64748b;font-size:.72rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.eabmt-single-quick-specs-v2 strong{display:block;margin-top:3px;color:#0f172a;font-weight:950;overflow-wrap:anywhere}.eabmt-single-plan-card-v2{margin-top:14px;padding:14px;border:1px solid #dfe8f3;border-radius:24px;background:#fbfdff}.eabmt-single-plan-head-v2{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.eabmt-single-plan-head-v2 strong{font-size:1rem}.eabmt-single-plan-head-v2 span{padding:5px 8px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:.78rem;font-weight:950}.eabmt-plan-list-v2{display:grid;gap:9px;margin:0}.eabmt-plan-option-v2{position:relative;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center;gap:12px;margin:0!important;padding:14px!important;border-radius:18px!important;background:#fff!important;border:1px solid #dfe8f3!important;box-shadow:none!important;cursor:pointer}.eabmt-plan-option-v2:hover,.eabmt-plan-option-v2.active{border-color:#14b8a6!important;background:#f0fdfa!important}.eabmt-plan-option-v2 input{position:absolute;opacity:0;pointer-events:none}.eabmt-plan-check{width:22px;height:22px;border-radius:999px;border:2px solid #cbd5e1;background:#fff;box-shadow:inset 0 0 0 4px #fff}.eabmt-plan-option-v2.active .eabmt-plan-check{border-color:#0f766e;background:#0f766e}.eabmt-plan-copy{min-width:0}.eabmt-plan-copy strong{display:block;color:#0f172a;font-size:.98rem;line-height:1.2}.eabmt-plan-copy small{display:block;margin-top:3px;color:#64748b;font-size:.82rem;line-height:1.35}.eabmt-plan-price{text-align:right;min-width:max-content}.eabmt-plan-price em{display:block;font-style:normal;color:#0f766e;font-weight:1000}.eabmt-plan-price small{display:block;color:#64748b;font-size:.76rem;font-weight:850}.eabmt-plan-option-v2 b{position:absolute;right:13px;top:-9px;background:#fef3c7;color:#92400e;border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:950}.eabmt-single-actions-v2{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.eabmt-single-actions-v2 .eabmt-btn-wide{grid-column:1/-1}.eabmt-single-safe-note-v2{margin:12px 0 0;color:#64748b;font-size:.9rem;line-height:1.55}.eabmt-product-value-row-v2{display:grid!important;grid-template-columns:repeat(4,1fr);gap:12px}.eabmt-product-value-row-v2 div{padding:20px;border-radius:22px;background:#f8fafc;border:1px solid #e6edf6}.eabmt-product-value-row-v2 span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:12px;border-radius:14px;background:#ecfeff;color:#0f766e;font-weight:1000}.eabmt-product-value-row-v2 strong{display:block;font-size:1.02rem;margin-bottom:5px}.eabmt-product-value-row-v2 p{margin:0;color:#64748b;font-size:.92rem}.eabmt-single-section-v2{padding:34px!important}.eabmt-tech-panel-v2{align-self:start;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.eabmt-tech-panel-v2 div{min-width:0;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid #e6edf6}.eabmt-tech-panel-v2 small{display:block;color:#64748b;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;font-weight:950}.eabmt-tech-panel-v2 strong{display:block;margin-top:4px;color:#0f172a;font-weight:950;overflow-wrap:anywhere}.eabmt-feature-grid-v2{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important}.eabmt-policy-panel-v2 div{padding:18px;border-radius:20px;background:#f8fafc;border:1px solid #e6edf6}.eabmt-policy-panel-v2 small{display:block;color:#64748b;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;font-weight:950;margin-bottom:6px}.eabmt-policy-panel-v2 strong{display:block;color:#0f172a}.eabmt-final-cta-v2{margin-bottom:8px}.eabmt-modal-card-v2{width:min(640px,94vw)}.eabmt-modal-card-v2 .eabmt-plan-list-v2{margin:18px 0}.eabmt-modal-summary-v2{margin-top:16px}
@media (max-width:1280px){.eabmt-shop-hero-v2{grid-template-columns:1fr}.eabmt-catalog-frame-v2{grid-template-columns:1fr}.eabmt-filter-panel-v2{position:static;grid-template-columns:repeat(3,1fr)}.eabmt-product-detail-grid-v2{grid-template-columns:1fr}.eabmt-single-summary-card-v2{position:static}.eabmt-single-gallery-main-v2,.eabmt-single-gallery-main-v2 img,.eabmt-placeholder-v2{min-height:440px}.eabmt-product-value-row-v2{grid-template-columns:repeat(2,1fr)!important}}
@media (max-width:980px){.eabmt-filter-panel-v2{grid-template-columns:1fr}.eabmt-product-specs-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.eabmt-product-detail-v2{--eabmt-landing-container:min(100% - 24px,1500px)}.eabmt-single-gallery-note-v2,.eabmt-single-quick-specs-v2,.eabmt-tech-panel-v2{grid-template-columns:1fr}.eabmt-product-value-row-v2{grid-template-columns:1fr!important}.eabmt-single-actions-v2{grid-template-columns:1fr}.eabmt-single-actions-v2 .eabmt-btn-wide{grid-column:auto}.eabmt-product-detail-hero{width:min(100% - 24px,1500px)}}
@media (max-width:760px){.eabmt-shop-archive-v2{width:min(100% - 22px,1560px);margin-top:18px}.eabmt-shop-hero-v2{padding:22px;border-radius:28px}.eabmt-shop-hero-search .eabmt-product-search{grid-template-columns:1fr}.eabmt-shop-metrics{grid-template-columns:1fr}.eabmt-catalog-toolbar-v2>div{align-items:stretch}.eabmt-catalog-toolbar-v2 .woocommerce-ordering,.eabmt-catalog-toolbar-v2 select{width:100%}.eabmt-product-media-card-v2{height:200px!important}.eabmt-price-row-v2{align-items:stretch!important;flex-direction:column}.eabmt-card-actions-v2{justify-content:stretch}.eabmt-card-actions-v2>*{flex:1}.eabmt-single-summary-card-v2,.eabmt-single-gallery-card-v2,.eabmt-single-section-v2{border-radius:26px}.eabmt-single-summary-card-v2{padding:20px}.eabmt-single-gallery-main-v2,.eabmt-single-gallery-main-v2 img,.eabmt-placeholder-v2{min-height:320px}.eabmt-plan-option-v2{grid-template-columns:auto minmax(0,1fr)!important}.eabmt-plan-price{grid-column:2;text-align:left}.eabmt-product-breadcrumb-v2{font-size:.8rem}.eabmt-product-detail-hero{margin-top:18px}.eabmt-product-detail-v2 .eabmt-section,.eabmt-product-detail-v2 .eabmt-final-cta{width:min(100% - 24px,1500px)}}
@media (max-width:520px){.eabmt-product-specs-v2{grid-template-columns:1fr}.eabmt-product-title-row-v2{display:grid}.eabmt-stock-pill{width:max-content}.eabmt-shop-filter-links{grid-template-columns:1fr}.eabmt-category-pill-row{margin-left:-2px;margin-right:-2px}.eabmt-single-badge-row-v2 span{font-size:.72rem}.eabmt-single-summary-card-v2 h1{font-size:2rem}.eabmt-single-price-box-v2 strong{font-size:2rem}.eabmt-gallery-floating-badge-v2{left:12px;right:12px;bottom:12px}.eabmt-single-gallery-note-v2 span{justify-content:flex-start;padding-inline:12px}.eabmt-product-value-row-v2 div,.eabmt-single-section-v2{padding:20px!important}}

/* v1.0.8 - EABM license product detail v2 layout */
.eabmt-product-detail-v2{padding:24px 0 78px}.eabmt-product-detail-v2 .eabmt-product-detail-hero{display:grid;gap:18px}.eabmt-product-breadcrumb-v2{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#64748b;font-weight:850;font-size:.88rem}.eabmt-product-breadcrumb-v2 a{color:#475569;text-decoration:none}.eabmt-product-breadcrumb-v2 a:hover{color:var(--eabmt-primary-dark)}.eabmt-product-breadcrumb-v2 span{color:#94a3b8}.eabmt-product-detail-grid-v2{display:grid;grid-template-columns:minmax(390px,.95fr) minmax(0,1.05fr);gap:24px;align-items:start}.eabmt-single-gallery-card-v2,.eabmt-single-summary-card-v2{background:#fff;border:1px solid var(--eabmt-line);border-radius:34px;box-shadow:var(--eabmt-shadow-soft)}.eabmt-single-gallery-card-v2{padding:16px;overflow:hidden}.eabmt-single-gallery-main-v2{position:relative;min-height:600px;display:grid;place-items:center;overflow:hidden;border-radius:26px;background:radial-gradient(circle at 18% 12%,rgba(45,212,191,.23),transparent 34%),linear-gradient(135deg,#08111f,#115e59)}.eabmt-single-gallery-main-v2 img{width:100%;height:100%;min-height:600px;object-fit:cover;display:block}.eabmt-placeholder-v2{min-height:600px;display:grid;place-items:center;color:#99f6e4;font-size:1rem}.eabmt-gallery-floating-badge-v2{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:rgba(8,17,31,.72);color:#fff;backdrop-filter:blur(14px);box-shadow:0 18px 44px rgba(15,23,42,.22)}.eabmt-gallery-floating-badge-v2 span{color:#99f6e4;font-size:.76rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.eabmt-gallery-floating-badge-v2 strong{font-size:1rem;letter-spacing:-.02em}.eabmt-preview-strip-v2{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:12px 0 0!important;padding:0!important;overflow:visible!important}.eabmt-gallery-thumb-v2{aspect-ratio:1/1;overflow:hidden;border:2px solid transparent;border-radius:17px;background:#f8fafc;padding:0;box-shadow:none}.eabmt-gallery-thumb-v2 img{width:100%;height:100%;object-fit:cover;display:block}.eabmt-gallery-thumb-v2.is-active{border-color:#14b8a6;box-shadow:0 0 0 4px rgba(20,184,166,.13)}.eabmt-single-gallery-note-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.eabmt-single-gallery-note-v2 span{display:flex;align-items:center;gap:8px;min-width:0;padding:12px;border:1px solid var(--eabmt-line);border-radius:16px;background:#f8fafc;color:#475569;font-size:.88rem;font-weight:850}.eabmt-single-gallery-note-v2 svg{color:var(--eabmt-primary-dark);flex:0 0 auto}.eabmt-single-summary-card-v2{padding:30px;display:grid;gap:18px;min-width:0}.eabmt-single-badge-row-v2{display:flex;gap:9px;flex-wrap:wrap}.eabmt-single-badge-row-v2 span{display:inline-flex;align-items:center;min-height:30px;padding:7px 11px;border:1px solid #b8eee6;border-radius:999px;background:#ecfeff;color:#115e59;font-size:.8rem;font-weight:950}.eabmt-single-summary-card-v2 h1{margin:0;font-size:clamp(2.25rem,5.2vw,5.2rem);line-height:.95;letter-spacing:-.085em;overflow-wrap:anywhere}.eabmt-single-excerpt-v2{margin:0;color:#52627a;font-size:1.05rem;line-height:1.72}.eabmt-single-status-row-v2{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.eabmt-single-status-row-v2 span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:7px 10px;border:1px solid var(--eabmt-line);border-radius:999px;background:#f8fafc;color:#475569;font-size:.8rem;font-weight:950}.eabmt-single-status-row-v2 .is-good{background:#dcfce7;border-color:#bbf7d0;color:#166534}.eabmt-single-status-row-v2 .is-muted{background:#f1f5f9;color:#64748b}.eabmt-single-status-row-v2 svg{width:16px;height:16px;color:#f59e0b}.eabmt-single-price-box-v2{display:grid;gap:4px;padding:20px;border:1px solid #b8eee6;border-radius:24px;background:linear-gradient(135deg,#ecfeff,#fff)}.eabmt-single-price-box-v2 small{color:#64748b;font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.eabmt-single-price-box-v2 strong{display:block;color:#0f766e;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.03;letter-spacing:-.055em;overflow-wrap:anywhere}.eabmt-single-price-box-v2 del{color:#94a3b8;font-size:1rem;margin-right:7px}.eabmt-single-price-box-v2 ins{text-decoration:none}.eabmt-single-price-box-v2>span{color:#475569;font-weight:900}.eabmt-single-quick-specs-v2{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.eabmt-single-quick-specs-v2 div{min-width:0;padding:13px;border:1px solid var(--eabmt-line);border-radius:18px;background:#f8fafc}.eabmt-single-quick-specs-v2 small,.eabmt-tech-panel-v2 small,.eabmt-policy-panel-v2 small{display:block;color:#64748b;font-size:.68rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.eabmt-single-quick-specs-v2 strong,.eabmt-tech-panel-v2 strong,.eabmt-policy-panel-v2 strong{display:block;margin-top:5px;color:#172033;line-height:1.32;font-weight:920;overflow-wrap:anywhere}.eabmt-single-plan-card-v2{display:grid;gap:12px;padding:16px;border:1px solid var(--eabmt-line);border-radius:24px;background:#f8fafc}.eabmt-single-plan-head-v2{display:flex;align-items:center;justify-content:space-between;gap:12px}.eabmt-single-plan-head-v2 strong{font-size:1rem;letter-spacing:-.02em}.eabmt-single-plan-head-v2 span{color:#0f766e;font-weight:950}.eabmt-plan-list-v2{display:grid;gap:10px;margin:0}.eabmt-plan-option-v2{position:relative;display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:12px;align-items:center;margin:0;padding:13px;border:1px solid var(--eabmt-line);border-radius:18px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.eabmt-plan-option-v2:hover,.eabmt-plan-option-v2.active{border-color:#5eead4;background:#f0fdfa;box-shadow:0 14px 30px rgba(20,184,166,.10)}.eabmt-plan-option-v2 input{position:absolute;opacity:0;pointer-events:none}.eabmt-plan-check{width:22px;height:22px;border-radius:999px;border:2px solid #cbd5e1;background:#fff}.eabmt-plan-option-v2.active .eabmt-plan-check{border-color:#0f766e;background:radial-gradient(circle,#0f766e 42%,#fff 45%)}.eabmt-plan-copy{display:grid;gap:3px;min-width:0}.eabmt-plan-copy strong{color:#172033;line-height:1.24}.eabmt-plan-copy small{color:#64748b;font-size:.82rem;line-height:1.35}.eabmt-plan-price{display:grid;gap:2px;text-align:right}.eabmt-plan-price em{font-style:normal;color:#0f766e;font-size:1rem;font-weight:1000;white-space:nowrap}.eabmt-plan-price small{color:#64748b;font-size:.75rem}.eabmt-plan-option-v2 b{position:absolute;right:12px;top:-9px;padding:4px 8px;border-radius:999px;background:#dcfce7;color:#166534;font-size:.68rem}.eabmt-single-actions-v2{display:grid;grid-template-columns:1fr auto auto;gap:10px}.eabmt-single-actions-v2 .eabmt-btn{min-height:50px}.eabmt-single-safe-note-v2{margin:0;padding:13px 14px;border:1px solid #b8eee6;border-radius:18px;background:#ecfeff;color:#115e59;font-weight:850}.eabmt-product-value-row-v2{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:var(--eabmt-container);box-shadow:var(--eabmt-shadow-soft)}.eabmt-product-value-row-v2 div{padding:18px;border:1px solid var(--eabmt-line);border-radius:20px;background:#f8fafc}.eabmt-product-value-row-v2 span{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#ccfbf1;color:#115e59;font-weight:1000;margin-bottom:12px}.eabmt-product-value-row-v2 strong{display:block;font-size:1.05rem;letter-spacing:-.02em}.eabmt-product-value-row-v2 p{margin:6px 0 0;color:#64748b}.eabmt-single-section-v2{box-shadow:var(--eabmt-shadow-soft)}.eabmt-single-section-v2 h2{font-size:clamp(1.8rem,3vw,2.65rem);letter-spacing:-.055em}.eabmt-tech-panel-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.eabmt-tech-panel-v2 div{min-width:0}.eabmt-feature-grid-v2{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.eabmt-policy-panel-v2{box-shadow:var(--eabmt-shadow-soft)}.eabmt-policy-panel-v2 div{min-width:0}.eabmt-final-cta-v2{box-shadow:var(--eabmt-shadow)}.eabmt-modal-card-v2{width:min(680px,94vw)}.eabmt-modal-card-v2 .eabmt-plan-list-v2{margin:18px 0}.eabmt-modal-summary-v2{grid-template-columns:repeat(3,minmax(0,1fr))}.eabmt-sticky-info img{width:46px;height:46px;border-radius:14px;object-fit:cover;flex:0 0 auto}
@media (max-width:1180px){.eabmt-product-detail-grid-v2{grid-template-columns:1fr}.eabmt-single-gallery-main-v2,.eabmt-single-gallery-main-v2 img,.eabmt-placeholder-v2{min-height:430px}.eabmt-single-actions-v2{grid-template-columns:1fr 1fr}.eabmt-single-actions-v2 .eabmt-btn-wide{grid-column:1/-1}.eabmt-product-value-row-v2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.eabmt-product-detail-v2{padding-top:16px}.eabmt-single-gallery-card-v2,.eabmt-single-summary-card-v2{border-radius:24px}.eabmt-single-summary-card-v2{padding:20px}.eabmt-single-gallery-card-v2{padding:12px}.eabmt-single-gallery-main-v2,.eabmt-single-gallery-main-v2 img,.eabmt-placeholder-v2{min-height:320px;border-radius:18px}.eabmt-gallery-floating-badge-v2{align-items:flex-start;flex-direction:column}.eabmt-preview-strip-v2{grid-template-columns:repeat(4,minmax(0,1fr))}.eabmt-single-gallery-note-v2,.eabmt-single-quick-specs-v2,.eabmt-product-value-row-v2,.eabmt-tech-panel-v2,.eabmt-policy-panel-v2{grid-template-columns:1fr}.eabmt-single-summary-card-v2 h1{font-size:clamp(2rem,13vw,3.4rem)}.eabmt-plan-option-v2{grid-template-columns:24px minmax(0,1fr);align-items:start}.eabmt-plan-price{grid-column:2;text-align:left}.eabmt-single-actions-v2{grid-template-columns:1fr}.eabmt-single-actions-v2 .eabmt-btn-wide{grid-column:auto}.eabmt-modal-summary-v2{grid-template-columns:1fr}}

/* v1.0.8 final safeguards */
body.eabmt-product-page{background:radial-gradient(circle at 8% 0%,rgba(20,184,166,.14),transparent 28%),radial-gradient(circle at 92% 4%,rgba(245,158,11,.12),transparent 26%),linear-gradient(180deg,#fbfdff 0%,#f4f8fd 48%,#eef2f7 100%)}
.eabmt-product-detail-v2 .eabmt-section:empty{display:none}.eabmt-product-detail-v2 .eabmt-prose:empty::before{content:"Nội dung mô tả đang được cập nhật.";color:#64748b}.woocommerce ul.products li.product.eabmt-product-card-v2{width:auto!important;float:none!important;margin:0!important;clear:none!important}

/* v1.0.9 - single product layout: cover / info / buy + one-column content stream + album lightbox */
.eabmt-product-detail-v109{--eabmt-product-container:min(100% - 36px,1500px)}
.eabmt-product-detail-v109 .eabmt-product-detail-hero{width:var(--eabmt-product-container);margin:28px auto 0}
.eabmt-product-detail-v109 .eabmt-section,.eabmt-product-detail-v109 .eabmt-final-cta{width:var(--eabmt-product-container)!important;max-width:var(--eabmt-product-container);margin-left:auto;margin-right:auto}
.eabmt-wc-single-wrap-v109{width:min(100% - 36px,1500px);margin:0 auto 78px;padding-top:28px}
.eabmt-wc-single-wrap-v109 .eabmt-product-detail-hero,.eabmt-wc-single-wrap-v109 .eabmt-section,.eabmt-wc-single-wrap-v109 .eabmt-final-cta{width:100%!important;max-width:100%}
.eabmt-product-topline-v109{display:grid;grid-template-columns:minmax(260px,330px) minmax(0,1fr) minmax(320px,380px);gap:18px;align-items:start}
.eabmt-product-cover-card-v109,.eabmt-product-info-card-v109,.eabmt-product-buy-card-v109{min-width:0;background:rgba(255,255,255,.96);border:1px solid #dfe8f3;border-radius:30px;box-shadow:0 22px 64px rgba(15,23,42,.10)}
.eabmt-product-cover-card-v109{padding:14px}
.eabmt-product-cover-frame-v109{position:relative;overflow:hidden;display:grid;place-items:center;aspect-ratio:1/1.08;border-radius:24px;background:radial-gradient(circle at 24% 18%,rgba(20,184,166,.25),transparent 32%),linear-gradient(135deg,#08111f,#115e59)}
.eabmt-product-cover-frame-v109 img{width:100%;height:100%;object-fit:cover;display:block}
.eabmt-placeholder-v109{width:100%;height:100%;display:grid;place-items:center;color:rgba(255,255,255,.72);font-weight:950;letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:20px}
.eabmt-cover-badge-v109{position:absolute;left:14px;right:14px;bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 13px;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:rgba(8,17,31,.72);color:#fff;backdrop-filter:blur(14px)}
.eabmt-cover-badge-v109 span{color:#99f6e4;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:950}.eabmt-cover-badge-v109 strong{font-size:.95rem;letter-spacing:-.02em}
.eabmt-cover-note-v109{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.eabmt-cover-note-v109 span{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border:1px solid #e6edf6;border-radius:16px;background:#f8fafc;color:#334155;font-size:.86rem;font-weight:900}.eabmt-cover-note-v109 .eabmt-icon{width:17px;height:17px;color:#0f766e}
.eabmt-product-info-card-v109{padding:26px;display:grid;gap:0}.eabmt-product-info-card-v109 .eabmt-single-badge-row-v2{margin-bottom:15px}.eabmt-product-info-card-v109 h1{margin:0 0 12px;font-size:clamp(2.15rem,4.2vw,4.15rem);line-height:.96;letter-spacing:-.07em;color:#0f172a;overflow-wrap:anywhere}.eabmt-product-info-card-v109 .eabmt-single-excerpt-v2{max-width:900px}.eabmt-info-spec-grid-v109{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.eabmt-info-spec-grid-v109 div,.eabmt-buy-spec-row-v109 div{min-width:0;padding:13px;border:1px solid #e6edf6;border-radius:17px;background:#f8fafc}.eabmt-info-spec-grid-v109 small,.eabmt-buy-spec-row-v109 small{display:block;color:#64748b;font-size:.68rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.eabmt-info-spec-grid-v109 strong,.eabmt-buy-spec-row-v109 strong{display:block;margin-top:4px;color:#0f172a;line-height:1.28;font-weight:950;overflow-wrap:anywhere}
.eabmt-top-feature-list-v109{display:grid;gap:9px;margin-top:18px;padding:16px;border:1px solid #b8eee6;border-radius:22px;background:linear-gradient(135deg,#ecfeff,#fff)}.eabmt-top-feature-list-v109>strong{font-size:1rem;color:#115e59}.eabmt-top-feature-list-v109 span{display:block;color:#334155;font-weight:850;line-height:1.45}
.eabmt-product-buy-card-v109{position:sticky;top:92px;padding:18px;display:grid;gap:14px}.eabmt-product-buy-card-v109 .eabmt-single-price-box-v2{margin:0}.eabmt-product-buy-card-v109 .eabmt-single-price-box-v2 strong{font-size:clamp(1.75rem,2.4vw,2.5rem)}.eabmt-buy-spec-row-v109{display:grid;grid-template-columns:1fr 1fr;gap:10px}.eabmt-single-plan-card-v109{margin-top:0!important}.eabmt-product-buy-card-v109 .eabmt-plan-option-v2{grid-template-columns:auto minmax(0,1fr)!important}.eabmt-product-buy-card-v109 .eabmt-plan-price{grid-column:2;text-align:left;min-width:0}.eabmt-single-actions-v109{grid-template-columns:1fr 1fr!important;margin-top:0!important}.eabmt-single-actions-v109 .eabmt-btn-wide{grid-column:1/-1}.eabmt-product-buy-card-v109 .eabmt-single-safe-note-v2{margin:0;padding:13px 14px;border:1px solid #b8eee6;border-radius:18px;background:#ecfeff;color:#115e59;font-weight:850}
.eabmt-section-heading-v109{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:18px}.eabmt-section-heading-v109 h2{margin:8px 0 0!important}.eabmt-section-heading-v109 p{max-width:430px;margin:0;color:#64748b;font-weight:750;line-height:1.55}.eabmt-album-grid-v109{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.eabmt-album-item-v109{position:relative;overflow:hidden;display:block;min-height:0;aspect-ratio:16/10;padding:0;border:1px solid #dfe8f3;border-radius:22px;background:#f8fafc;box-shadow:none;cursor:pointer}.eabmt-album-item-v109.is-featured{grid-column:span 2;grid-row:span 2}.eabmt-album-item-v109 img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.001);transition:transform .22s ease,filter .22s ease}.eabmt-album-item-v109:hover img{transform:scale(1.045);filter:saturate(1.04)}.eabmt-album-item-v109 span{position:absolute;left:12px;bottom:12px;padding:7px 10px;border-radius:999px;background:rgba(8,17,31,.72);color:#fff;font-size:.76rem;font-weight:950;backdrop-filter:blur(12px)}.eabmt-album-item-v109.is-active{outline:3px solid rgba(20,184,166,.32);border-color:#14b8a6}
body.eabmt-lightbox-open{overflow:hidden}.eabmt-lightbox-v109{position:fixed;inset:0;z-index:10020;display:none;align-items:center;justify-content:center;padding:20px}.eabmt-lightbox-v109.is-open{display:flex}.eabmt-lightbox-backdrop-v109{position:absolute;inset:0;background:rgba(2,6,23,.76);backdrop-filter:blur(14px)}.eabmt-lightbox-card-v109{position:relative;width:min(1120px,96vw);height:min(790px,90vh);display:grid;grid-template-rows:minmax(0,1fr) auto;align-items:center;justify-items:center;border:1px solid rgba(255,255,255,.14);border-radius:30px;background:rgba(8,17,31,.82);box-shadow:0 30px 90px rgba(0,0,0,.35);overflow:hidden}.eabmt-lightbox-card-v109 figure{width:100%;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;margin:0;padding:20px 74px 10px}.eabmt-lightbox-card-v109 img{align-self:center;justify-self:center;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.28)}.eabmt-lightbox-card-v109 figcaption{min-height:28px;padding-top:10px;text-align:center;color:#e2e8f0;font-weight:850}.eabmt-lightbox-close-v109,.eabmt-lightbox-nav-v109{position:absolute;z-index:2;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);color:#fff;cursor:pointer;backdrop-filter:blur(12px)}.eabmt-lightbox-close-v109{right:18px;top:18px;width:42px;height:42px;border-radius:999px;font-size:28px;line-height:1}.eabmt-lightbox-nav-v109{top:50%;width:52px;height:72px;border-radius:18px;font-size:42px;transform:translateY(-50%)}.eabmt-lightbox-nav-v109.is-prev{left:16px}.eabmt-lightbox-nav-v109.is-next{right:16px}.eabmt-lightbox-close-v109:hover,.eabmt-lightbox-nav-v109:hover{background:rgba(255,255,255,.18)}.eabmt-lightbox-meta-v109{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;padding:12px 20px 18px;color:#cbd5e1}.eabmt-lightbox-meta-v109 span{font-weight:1000;color:#99f6e4}.eabmt-lightbox-meta-v109 small{font-size:.86rem;color:#cbd5e1}
.eabmt-product-value-row-v109,.eabmt-single-section-v109,.eabmt-policy-panel-v109,.eabmt-final-cta-v109,.eabmt-description-bottom-v109{margin-top:22px!important}.eabmt-product-value-row-v109{box-shadow:0 22px 64px rgba(15,23,42,.08)!important}.eabmt-single-section-v109{display:block!important}.eabmt-tech-panel-v109{grid-template-columns:repeat(4,minmax(0,1fr))!important}.eabmt-feature-grid-v109{grid-template-columns:repeat(3,minmax(0,1fr))!important}.eabmt-requirement-section-v109{grid-template-columns:1fr 1fr!important}.eabmt-description-bottom-v109 .eabmt-prose{max-width:100%;font-size:1rem;line-height:1.8}.eabmt-description-bottom-v109 .eabmt-prose img{max-width:100%;height:auto;border-radius:18px}.eabmt-final-cta-v109{margin-bottom:0!important}
.eabmt-wc-single-cart-v109 form.cart{display:grid;gap:12px;margin:0!important}.eabmt-wc-single-cart-v109 .quantity{display:block}.eabmt-wc-single-cart-v109 .qty{width:100%!important;min-height:46px;border:1px solid #dfe8f3;border-radius:14px;padding:0 12px;background:#fff}.eabmt-wc-single-cart-v109 .single_add_to_cart_button,.eabmt-wc-single-cart-v109 button[type=submit]{width:100%;min-height:50px;border-radius:16px!important;background:#0f766e!important;color:#fff!important;font-weight:950!important;border:0!important}.eabmt-wc-single-cart-v109 .variations{width:100%;border-collapse:separate;border-spacing:0 10px}.eabmt-wc-single-cart-v109 .variations th,.eabmt-wc-single-cart-v109 .variations td{display:block;width:100%;padding:0}.eabmt-wc-single-cart-v109 select{width:100%;min-height:46px;border:1px solid #dfe8f3;border-radius:14px;padding:0 12px;background:#fff}.eabmt-wc-tabs-bottom-v109 .woocommerce-tabs ul.tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px!important;padding:0!important;list-style:none!important}.eabmt-wc-tabs-bottom-v109 .woocommerce-tabs ul.tabs:before,.eabmt-wc-tabs-bottom-v109 .woocommerce-tabs ul.tabs li:before,.eabmt-wc-tabs-bottom-v109 .woocommerce-tabs ul.tabs li:after{display:none!important}.eabmt-wc-tabs-bottom-v109 .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;background:transparent!important}.eabmt-wc-tabs-bottom-v109 .woocommerce-tabs ul.tabs a{display:inline-flex;align-items:center;min-height:40px;padding:9px 13px;border:1px solid #dfe8f3;border-radius:999px;background:#f8fafc;color:#334155;font-weight:950;text-decoration:none}.eabmt-wc-tabs-bottom-v109 .woocommerce-tabs ul.tabs li.active a{background:#ecfeff;border-color:#b8eee6;color:#115e59}.eabmt-wc-related-v109{margin-top:24px}
@media (max-width:1280px){.eabmt-product-topline-v109{grid-template-columns:minmax(250px,320px) minmax(0,1fr)}.eabmt-product-buy-card-v109{grid-column:1/-1;position:relative;top:auto}.eabmt-buy-spec-row-v109{grid-template-columns:repeat(4,minmax(0,1fr))}.eabmt-product-buy-card-v109 .eabmt-plan-option-v2{grid-template-columns:auto minmax(0,1fr) auto!important}.eabmt-product-buy-card-v109 .eabmt-plan-price{grid-column:auto;text-align:right;min-width:max-content}.eabmt-single-actions-v109{grid-template-columns:1fr auto auto!important}.eabmt-single-actions-v109 .eabmt-btn-wide{grid-column:auto}.eabmt-tech-panel-v109{grid-template-columns:repeat(3,minmax(0,1fr))!important}.eabmt-feature-grid-v109{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:900px){.eabmt-product-detail-v109{--eabmt-product-container:min(100% - 24px,1500px)}.eabmt-wc-single-wrap-v109{width:min(100% - 24px,1500px);padding-top:18px}.eabmt-product-topline-v109{grid-template-columns:1fr}.eabmt-product-info-card-v109,.eabmt-product-buy-card-v109{padding:20px;border-radius:26px}.eabmt-product-cover-card-v109{border-radius:26px}.eabmt-product-info-card-v109 h1{font-size:clamp(2rem,11vw,3.4rem)}.eabmt-info-spec-grid-v109,.eabmt-buy-spec-row-v109{grid-template-columns:1fr 1fr}.eabmt-single-actions-v109{grid-template-columns:1fr!important}.eabmt-single-actions-v109 .eabmt-btn-wide{grid-column:auto}.eabmt-section-heading-v109{display:block}.eabmt-section-heading-v109 p{margin-top:8px}.eabmt-album-grid-v109{grid-template-columns:repeat(2,minmax(0,1fr))}.eabmt-album-item-v109.is-featured{grid-column:1/-1;grid-row:auto}.eabmt-tech-panel-v109,.eabmt-feature-grid-v109,.eabmt-requirement-section-v109{grid-template-columns:1fr!important}.eabmt-product-value-row-v109,.eabmt-policy-panel-v109{grid-template-columns:1fr!important}.eabmt-lightbox-card-v109{height:min(720px,86vh);border-radius:24px}.eabmt-lightbox-card-v109 figure{padding:58px 12px 8px}.eabmt-lightbox-nav-v109{top:auto;bottom:18px;width:46px;height:46px;border-radius:999px;font-size:32px;transform:none}.eabmt-lightbox-nav-v109.is-prev{left:20px}.eabmt-lightbox-nav-v109.is-next{right:20px}.eabmt-lightbox-meta-v109{justify-content:center;padding-bottom:22px}.eabmt-lightbox-meta-v109 small{display:none}}
@media (max-width:560px){.eabmt-info-spec-grid-v109,.eabmt-buy-spec-row-v109,.eabmt-cover-note-v109,.eabmt-album-grid-v109{grid-template-columns:1fr}.eabmt-product-cover-frame-v109{aspect-ratio:1/1}.eabmt-album-item-v109{aspect-ratio:16/11}.eabmt-product-detail-v109 .eabmt-section{padding:22px!important;border-radius:24px}.eabmt-lightbox-v109{padding:10px}.eabmt-lightbox-card-v109{width:100%;height:86vh}.eabmt-lightbox-card-v109 figcaption{font-size:.88rem}.eabmt-lightbox-close-v109{right:12px;top:12px}}

/* v1.0.9 - product archive as one-column product rows */
.eabmt-shop-archive-v2 .eabmt-product-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;align-items:stretch}.woocommerce ul.products li.product.eabmt-product-card-v109{display:grid!important;grid-template-columns:minmax(220px,280px) minmax(0,1fr) minmax(260px,330px);gap:0;align-items:stretch;width:auto!important;float:none!important;margin:0!important;clear:none!important;padding:0!important;border:1px solid #dfe8f3;border-radius:30px;background:rgba(255,255,255,.96);box-shadow:0 18px 50px rgba(15,23,42,.08);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.woocommerce ul.products li.product.eabmt-product-card-v109:hover{transform:translateY(-2px);border-color:#b8eee6;box-shadow:0 24px 70px rgba(15,23,42,.12)}.eabmt-product-card-v109 .eabmt-product-media-card-v2{position:relative;display:block;height:auto!important;min-height:240px;margin:14px;border-radius:23px;overflow:hidden;background:linear-gradient(135deg,#08111f,#115e59)}.eabmt-product-card-v109 .eabmt-product-media-card-v2 img{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover;margin:0!important}.eabmt-product-card-v109 .eabmt-product-card-topline{position:absolute;z-index:2;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.eabmt-product-card-v109 .eabmt-product-card-topline span,.eabmt-product-card-v109 .eabmt-product-card-topline strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.9);color:#0f172a;font-size:.75rem;font-weight:950}.eabmt-product-card-v109 .eabmt-product-card-topline strong{background:#fef3c7;color:#92400e}.eabmt-product-card-v109 .eabmt-product-list-info-v109{padding:22px 20px!important;display:grid!important;gap:13px!important;align-content:center}.eabmt-product-title-row-v109{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.eabmt-product-title-row-v109 h2{margin:0!important;padding:0!important;font-size:clamp(1.35rem,2vw,1.9rem)!important;line-height:1.08!important;letter-spacing:-.04em}.eabmt-product-title-row-v109 h2 a{color:#0f172a;text-decoration:none}.eabmt-product-title-row-v109 h2 a:hover{color:#0f766e}.eabmt-stock-pill{display:inline-flex;align-items:center;flex:0 0 auto;min-height:30px;padding:7px 10px;border-radius:999px;font-size:.76rem;font-weight:950}.eabmt-stock-pill-good{background:#dcfce7;color:#15803d}.eabmt-stock-pill-muted{background:#f1f5f9;color:#64748b}.eabmt-product-excerpt-v109{margin:0!important;min-height:0!important;color:#475569;font-size:.95rem;line-height:1.6}.eabmt-product-specs-v109{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.eabmt-product-specs-v109 span{min-width:0;padding:10px 11px;border:1px solid #e6edf6;border-radius:15px;background:#f8fafc}.eabmt-product-specs-v109 small{display:block;color:#64748b;font-size:.66rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.eabmt-product-specs-v109 strong{display:block;margin-top:3px;color:#0f172a;font-size:.84rem;font-weight:950;line-height:1.24;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eabmt-card-feature-list-v109{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0!important;padding:0!important;list-style:none!important}.eabmt-card-feature-list-v109 li{display:flex;align-items:flex-start;gap:7px;margin:0!important;color:#334155;font-size:.9rem;line-height:1.35;font-weight:820}.eabmt-card-feature-list-v109 span{display:grid;place-items:center;flex:0 0 auto;width:19px;height:19px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:.72rem;font-weight:1000}.eabmt-product-meta-row-v109{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.eabmt-product-meta-row-v109 span{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:6px 9px;border-radius:999px;background:#f8fafc;border:1px solid #e6edf6;color:#475569;font-size:.78rem;font-weight:900}.eabmt-product-buy-panel-v109{display:grid;align-content:center;gap:13px;padding:18px;border-left:1px solid #eef2f7;background:linear-gradient(180deg,#fff,#f8fafc)}.eabmt-product-buy-price-v109{display:grid;gap:4px;padding:18px;border:1px solid #b8eee6;border-radius:22px;background:#ecfeff}.eabmt-product-buy-price-v109 small,.eabmt-product-buy-meta-v109 small{display:block;color:#64748b;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;font-weight:950}.eabmt-product-buy-price-v109 .eabmt-price{font-size:clamp(1.35rem,2.2vw,2rem);line-height:1.05;color:#0f766e;font-weight:1000;letter-spacing:-.045em}.eabmt-product-buy-meta-v109{display:grid;grid-template-columns:1fr 1fr;gap:8px}.eabmt-product-buy-meta-v109 span{min-width:0;padding:11px;border:1px solid #e6edf6;border-radius:16px;background:#fff}.eabmt-product-buy-meta-v109 strong{display:block;margin-top:3px;color:#0f172a;font-size:.86rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eabmt-card-actions-v109{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin:0!important}.eabmt-card-actions-v109 .button,.eabmt-card-actions-v109 .eabmt-btn,.eabmt-card-actions-v109 .eabmt-mini-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;width:100%!important;border-radius:16px!important;font-weight:950!important;text-decoration:none!important}.eabmt-card-actions-v109 .eabmt-card-detail-btn{border:1px solid #dfe8f3;background:#fff;color:#334155}.eabmt-card-actions-v109 .eabmt-card-buy-btn,.eabmt-card-actions-v109 .button{background:#0f766e!important;color:#fff!important;border:0!important}.eabmt-card-actions-v109 .added_to_cart{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;border-radius:999px;background:#ecfeff;color:#115e59;font-weight:950;text-decoration:none}
@media (max-width:1180px){.woocommerce ul.products li.product.eabmt-product-card-v109{grid-template-columns:220px minmax(0,1fr)}.eabmt-product-buy-panel-v109{grid-column:1/-1;border-left:0;border-top:1px solid #eef2f7;grid-template-columns:minmax(0,1fr) auto;align-items:center}.eabmt-product-buy-meta-v109{display:none}.eabmt-card-actions-v109{min-width:220px}.eabmt-product-specs-v109{grid-template-columns:repeat(2,minmax(0,1fr))}.eabmt-card-feature-list-v109{grid-template-columns:1fr}}
@media (max-width:720px){.woocommerce ul.products li.product.eabmt-product-card-v109{grid-template-columns:1fr;border-radius:26px}.eabmt-product-card-v109 .eabmt-product-media-card-v2{min-height:220px}.eabmt-product-title-row-v109{display:grid}.eabmt-product-buy-panel-v109{grid-template-columns:1fr;padding:16px}.eabmt-card-actions-v109{min-width:0}.eabmt-product-specs-v109,.eabmt-card-feature-list-v109{grid-template-columns:1fr}.eabmt-product-buy-meta-v109{display:grid}.eabmt-shop-archive-v2 .eabmt-product-grid{gap:14px!important}}

/* v1.0.9 final: archive as one-column list, product detail as 3-block top + stacked content */
.eabmt-shop-archive-v2 .eabmt-product-grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;align-items:stretch!important}
.woocommerce ul.products li.product.eabmt-product-card-v109,.eabmt-product-grid .eabmt-product-card-v109{display:grid!important;grid-template-columns:minmax(210px,260px) minmax(0,1fr) minmax(245px,305px)!important;align-items:stretch!important;gap:0!important;min-height:242px!important;width:100%!important;margin:0!important;float:none!important;clear:none!important;overflow:hidden!important;border:1px solid #dfe8f3!important;border-radius:30px!important;background:#fff!important;box-shadow:0 18px 46px rgba(15,23,42,.08)!important}
.eabmt-product-card-v109:hover{transform:translateY(-2px)!important;box-shadow:0 24px 64px rgba(15,23,42,.12)!important;border-color:#b8eee6!important}
.eabmt-product-card-v109 .eabmt-product-media-card-v2{position:relative!important;width:100%!important;height:100%!important;min-height:242px!important;border-radius:0!important;display:block!important;overflow:hidden!important}
.eabmt-product-card-v109 .eabmt-product-media-card-v2 img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.eabmt-product-card-v109 .eabmt-product-list-info-v109{display:grid!important;align-content:start!important;gap:12px!important;padding:22px!important;min-width:0!important;background:#fff!important}
.eabmt-product-title-row-v109{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important}
.eabmt-product-title-row-v109 h2{margin:0!important;min-width:0!important;font-size:1.22rem!important;line-height:1.22!important;letter-spacing:-.03em!important}.eabmt-product-title-row-v109 h2 a{color:#0f172a;text-decoration:none}.eabmt-product-title-row-v109 h2 a:hover{color:#0f766e}
.eabmt-product-excerpt-v109{display:block!important;min-height:0!important;margin:0!important;color:#52627a!important;font-size:.95rem!important;line-height:1.62!important;-webkit-line-clamp:unset!important;overflow:visible!important}
.eabmt-product-specs-v109{grid-template-columns:repeat(4,minmax(0,1fr))!important}.eabmt-product-specs-v109 span{min-width:0!important}.eabmt-product-specs-v109 strong{white-space:normal!important;overflow-wrap:anywhere!important}
.eabmt-card-feature-list-v109{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 12px!important;margin-top:0!important}.eabmt-card-feature-list-v109 li{font-size:.9rem!important;line-height:1.42!important}
.eabmt-product-meta-row-v109{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0!important}
.eabmt-product-buy-panel-v109{display:grid!important;align-content:center!important;gap:15px!important;padding:22px!important;border-left:1px solid #edf2f7!important;background:linear-gradient(180deg,#fbfdff,#f8fafc)!important;min-width:0!important}
.eabmt-product-buy-price-v109{display:grid!important;gap:4px!important}.eabmt-product-buy-price-v109 small,.eabmt-product-buy-meta-v109 small{display:block;color:#64748b;font-size:.68rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.eabmt-product-buy-price-v109 .eabmt-price{display:block;color:#0f766e;font-size:1.28rem;font-weight:1000;line-height:1.18;letter-spacing:-.03em;overflow-wrap:anywhere}.eabmt-product-buy-price-v109 del{color:#94a3b8;font-size:.92rem;margin-right:6px}.eabmt-product-buy-price-v109 ins{text-decoration:none}
.eabmt-product-buy-meta-v109{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}.eabmt-product-buy-meta-v109 span{min-width:0;padding:10px;border:1px solid #e6edf6;border-radius:15px;background:#fff}.eabmt-product-buy-meta-v109 strong{display:block;margin-top:3px;color:#0f172a;font-size:.86rem;line-height:1.26;overflow-wrap:anywhere}
.eabmt-card-actions-v109{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;justify-content:stretch!important}.eabmt-card-actions-v109 .eabmt-btn,.eabmt-card-actions-v109 .eabmt-mini-btn,.eabmt-card-actions-v109 .button{width:100%!important;justify-content:center!important;text-align:center!important;min-height:44px!important;border-radius:15px!important}
.eabmt-product-detail-v109 .eabmt-product-topline-v109{grid-template-columns:minmax(250px,340px) minmax(0,1fr) minmax(320px,390px)!important;gap:18px!important;align-items:start!important}
.eabmt-product-detail-v109 .eabmt-product-cover-card-v109,.eabmt-product-detail-v109 .eabmt-product-info-card-v109,.eabmt-product-detail-v109 .eabmt-product-buy-card-v109{min-width:0!important;background:rgba(255,255,255,.96)!important;border:1px solid #dfe8f3!important;border-radius:30px!important;box-shadow:0 22px 64px rgba(15,23,42,.10)!important}
.eabmt-single-cover-button-v109{width:100%!important;border:0!important;padding:0!important;appearance:none!important;font:inherit!important;text-align:inherit!important;cursor:zoom-in!important;box-shadow:none!important}.eabmt-single-cover-button-v109:focus-visible{outline:3px solid rgba(20,184,166,.35);outline-offset:3px}.eabmt-single-cover-button-v109 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.eabmt-cover-zoom-v109{position:absolute;left:14px;right:14px;bottom:14px;display:flex;align-items:center;justify-content:center;min-height:42px;padding:9px 12px;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:rgba(8,17,31,.72);color:#fff;font-size:.82rem;font-weight:950;backdrop-filter:blur(14px)}
.eabmt-single-info-card-v109{display:grid!important;gap:15px!important;padding:26px!important}.eabmt-single-info-card-v109 h1{margin:0!important;font-size:clamp(2.1rem,4.5vw,4.3rem)!important;line-height:.96!important;letter-spacing:-.075em!important;color:#0f172a!important;overflow-wrap:anywhere!important}.eabmt-single-info-card-v109 .eabmt-single-excerpt-v2{margin:0!important;color:#52627a!important;line-height:1.68!important}
.eabmt-single-quick-specs-v109{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0!important}.eabmt-single-quick-specs-v109 div{min-width:0!important;padding:13px!important;border:1px solid #e6edf6!important;border-radius:17px!important;background:#f8fafc!important}.eabmt-single-quick-specs-v109 strong{white-space:normal!important;overflow-wrap:anywhere!important}
.eabmt-single-feature-list-v109{margin:0!important}.eabmt-single-feature-list-v109 ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px;margin:10px 0 0!important;padding:0!important;list-style:none!important}.eabmt-single-feature-list-v109 li{display:flex;align-items:flex-start;gap:8px;color:#334155;font-weight:850;line-height:1.45}.eabmt-single-feature-list-v109 li span{display:grid;place-items:center;width:19px;height:19px;flex:0 0 19px;border-radius:999px;background:#ccfbf1;color:#0f766e;font-size:.72rem;font-weight:1000}
.eabmt-single-buy-card-v109{display:grid!important;gap:14px!important;padding:18px!important;position:sticky!important;top:92px!important}.eabmt-single-buy-card-v109 .eabmt-plan-option-v2{grid-template-columns:24px minmax(0,1fr)!important;align-items:start!important}.eabmt-single-buy-card-v109 .eabmt-plan-price{grid-column:2!important;text-align:left!important}.eabmt-single-actions-v109{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.eabmt-single-actions-v109 .eabmt-btn-wide{grid-column:auto!important}.eabmt-single-buy-notes-v109{display:grid;grid-template-columns:1fr;gap:8px}.eabmt-single-buy-notes-v109 span{display:flex;align-items:center;gap:8px;min-width:0;padding:10px 12px;border:1px solid #e6edf6;border-radius:15px;background:#f8fafc;color:#334155;font-size:.88rem;font-weight:900}.eabmt-single-buy-notes-v109 .eabmt-icon{width:17px;height:17px;color:#0f766e;flex:0 0 auto}.eabmt-single-safe-note-v109{margin:0!important}
.eabmt-album-head-v109{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:22px!important;margin-bottom:18px!important}.eabmt-album-head-v109 h2{margin:8px 0 0!important}.eabmt-album-head-v109 p{max-width:460px;margin:0!important;color:#64748b;font-weight:750;line-height:1.55}.eabmt-product-album-v109{box-shadow:0 22px 64px rgba(15,23,42,.08)!important}.eabmt-product-album-v109 .eabmt-album-item-v109{border-radius:22px!important}
.eabmt-product-detail-v109 .eabmt-single-section-v109,.eabmt-product-detail-v109 .eabmt-policy-panel-v109,.eabmt-product-detail-v109 .eabmt-final-cta-v109,.eabmt-product-detail-v109 .eabmt-description-bottom-v109{margin-top:22px!important}.eabmt-single-spec-section-v109,.eabmt-single-text-section-v109,.eabmt-product-description-v109{display:block!important}.eabmt-tech-panel-v109{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.eabmt-feature-grid-v109{grid-template-columns:repeat(3,minmax(0,1fr))!important}.eabmt-product-description-v109 .eabmt-prose{max-width:100%!important;font-size:1rem!important;line-height:1.82!important}.eabmt-product-description-v109 .eabmt-prose img{max-width:100%;height:auto;border-radius:18px}.eabmt-final-cta-v109{margin-bottom:0!important}
@media (max-width:1280px){.woocommerce ul.products li.product.eabmt-product-card-v109,.eabmt-product-grid .eabmt-product-card-v109{grid-template-columns:220px minmax(0,1fr)!important}.eabmt-product-buy-panel-v109{grid-column:1/-1!important;border-left:0!important;border-top:1px solid #edf2f7!important;grid-template-columns:minmax(0,1fr) minmax(220px,270px) minmax(220px,260px)!important;align-items:center!important}.eabmt-product-detail-v109 .eabmt-product-topline-v109{grid-template-columns:minmax(250px,330px) minmax(0,1fr)!important}.eabmt-single-buy-card-v109{grid-column:1/-1!important;position:relative!important;top:auto!important}.eabmt-single-buy-card-v109 .eabmt-plan-option-v2{grid-template-columns:24px minmax(0,1fr) auto!important}.eabmt-single-buy-card-v109 .eabmt-plan-price{grid-column:auto!important;text-align:right!important}.eabmt-single-actions-v109{grid-template-columns:1fr auto auto!important}.eabmt-single-actions-v109 .eabmt-btn-wide{grid-column:auto!important}.eabmt-single-buy-notes-v109{grid-template-columns:repeat(3,minmax(0,1fr))}.eabmt-tech-panel-v109{grid-template-columns:repeat(3,minmax(0,1fr))!important}.eabmt-feature-grid-v109{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:900px){.woocommerce ul.products li.product.eabmt-product-card-v109,.eabmt-product-grid .eabmt-product-card-v109{grid-template-columns:1fr!important}.eabmt-product-card-v109 .eabmt-product-media-card-v2{height:240px!important;min-height:240px!important}.eabmt-product-buy-panel-v109{grid-template-columns:1fr!important}.eabmt-product-specs-v109,.eabmt-card-feature-list-v109,.eabmt-product-buy-meta-v109{grid-template-columns:1fr 1fr!important}.eabmt-product-detail-v109 .eabmt-product-topline-v109{grid-template-columns:1fr!important}.eabmt-single-cover-button-v109{aspect-ratio:1/1!important}.eabmt-single-info-card-v109,.eabmt-single-buy-card-v109{padding:20px!important;border-radius:26px!important}.eabmt-single-info-card-v109 h1{font-size:clamp(2rem,11vw,3.4rem)!important}.eabmt-single-quick-specs-v109,.eabmt-single-feature-list-v109 ul,.eabmt-single-buy-notes-v109,.eabmt-tech-panel-v109,.eabmt-feature-grid-v109,.eabmt-policy-panel-v109,.eabmt-product-value-row-v109{grid-template-columns:1fr!important}.eabmt-album-head-v109{display:block!important}.eabmt-album-head-v109 p{margin-top:8px!important}.eabmt-album-grid-v109{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-album-item-v109.is-featured{grid-column:1/-1!important;grid-row:auto!important}}
@media (max-width:560px){.eabmt-product-specs-v109,.eabmt-card-feature-list-v109,.eabmt-product-buy-meta-v109{grid-template-columns:1fr!important}.eabmt-product-card-v109 .eabmt-product-list-info-v109,.eabmt-product-buy-panel-v109{padding:18px!important}.eabmt-album-grid-v109{grid-template-columns:1fr!important}.eabmt-product-detail-v109 .eabmt-section{padding:22px!important;border-radius:24px!important}}
.eabmt-shop-archive-v2 .eabmt-catalog-frame-v2{grid-template-columns:1fr!important}.eabmt-shop-archive-v2 .eabmt-filter-panel-v2{position:static!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.eabmt-shop-archive-v2 .eabmt-sidebar-box-v2{height:100%}@media (max-width:900px){.eabmt-shop-archive-v2 .eabmt-filter-panel-v2{grid-template-columns:1fr!important}}

/* v1.0.10 — refined single product layout */
.eabmt-product-detail-v110{--eabmt-single-width:min(100% - 36px,1440px);--eabmt-single-line:#e4edf7;--eabmt-single-soft:#f8fafc;--eabmt-single-ink:#0f172a;--eabmt-single-muted:#64748b;--eabmt-single-brand:#0f766e;padding-bottom:76px!important}
.eabmt-product-detail-v110 .eabmt-product-hero-v110{width:var(--eabmt-single-width)!important;max-width:var(--eabmt-single-width)!important;margin:26px auto 0!important}
.eabmt-product-detail-v110 .eabmt-section,.eabmt-product-detail-v110 .eabmt-final-cta,.eabmt-product-detail-v110 .eabmt-wc-related-v110{width:var(--eabmt-single-width)!important;max-width:var(--eabmt-single-width)!important;margin-left:auto!important;margin-right:auto!important;margin-top:22px!important}
.eabmt-product-breadcrumb-v110{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 14px!important;color:#64748b!important;font-size:.9rem!important;font-weight:800!important}.eabmt-product-breadcrumb-v110 a{color:#0f766e!important;text-decoration:none!important}.eabmt-product-breadcrumb-v110 span{color:#94a3b8!important}
.eabmt-product-hero-panel-v110{display:grid!important;grid-template-columns:minmax(260px,350px) minmax(0,1fr) minmax(315px,365px)!important;gap:0!important;align-items:stretch!important;padding:0!important;border:1px solid var(--eabmt-single-line)!important;border-radius:34px!important;background:#fff!important;box-shadow:0 24px 72px rgba(15,23,42,.1)!important;overflow:visible!important}
.eabmt-product-hero-panel-v110>*{min-width:0!important}.eabmt-product-media-col-v110{padding:20px!important;background:linear-gradient(180deg,#fbfdff,#f8fafc)!important;border-radius:34px 0 0 34px!important}.eabmt-product-info-col-v110{padding:28px!important;background:#fff!important;display:grid!important;align-content:start!important;gap:15px!important}.eabmt-product-buy-col-v110{padding:18px!important;background:linear-gradient(180deg,#f8fafc,#eefcf9)!important;border-left:1px solid var(--eabmt-single-line)!important;border-radius:0 34px 34px 0!important}
.eabmt-product-media-card-v110{display:grid!important;gap:12px!important}.eabmt-cover-frame-v110{position:relative!important;overflow:hidden!important;display:grid!important;place-items:center!important;width:100%!important;aspect-ratio:4/3!important;padding:0!important;border:1px solid #dce7f2!important;border-radius:26px!important;background:radial-gradient(circle at 20% 16%,rgba(20,184,166,.22),transparent 34%),linear-gradient(135deg,#08111f,#115e59)!important;box-shadow:0 18px 42px rgba(15,23,42,.1)!important;appearance:none!important;cursor:zoom-in!important}.eabmt-cover-frame-v110 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.eabmt-cover-frame-v110:focus-visible{outline:3px solid rgba(20,184,166,.32)!important;outline-offset:3px!important}.eabmt-cover-zoom-v110{position:absolute!important;left:12px!important;right:12px!important;bottom:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:40px!important;padding:8px 12px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:16px!important;background:rgba(8,17,31,.72)!important;color:#fff!important;font-size:.82rem!important;font-weight:950!important;backdrop-filter:blur(14px)!important}.eabmt-cover-zoom-v110 .eabmt-icon{width:16px;height:16px;color:#99f6e4}
.eabmt-cover-thumbs-v110{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}.eabmt-cover-thumbs-v110 button{overflow:hidden!important;display:block!important;aspect-ratio:1/1!important;padding:0!important;border:1px solid #dce7f2!important;border-radius:14px!important;background:#fff!important;cursor:pointer!important;box-shadow:none!important}.eabmt-cover-thumbs-v110 button.is-active{border-color:#14b8a6!important;box-shadow:0 0 0 3px rgba(20,184,166,.18)!important}.eabmt-cover-thumbs-v110 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.eabmt-product-info-col-v110 .eabmt-single-badge-row-v110{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin:0!important}.eabmt-product-info-col-v110 .eabmt-single-badge-row-v110 span{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:6px 10px!important;border:1px solid #b8eee6!important;border-radius:999px!important;background:#ecfeff!important;color:#0f766e!important;font-size:.74rem!important;font-weight:950!important}.eabmt-product-info-col-v110 h1{margin:0!important;color:var(--eabmt-single-ink)!important;font-size:clamp(2rem,3.8vw,3.65rem)!important;line-height:1!important;letter-spacing:-.068em!important;overflow-wrap:anywhere!important}.eabmt-single-excerpt-v110{margin:0!important;color:#52627a!important;font-size:1rem!important;line-height:1.68!important}.eabmt-single-status-row-v110{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin:0!important}.eabmt-single-status-row-v110 span{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:31px!important;padding:7px 10px!important;border:1px solid #e5edf6!important;border-radius:999px!important;background:#f8fafc!important;color:#334155!important;font-size:.82rem!important;font-weight:900!important}.eabmt-single-status-row-v110 span.is-good{border-color:#bbf7d0!important;background:#f0fdf4!important;color:#15803d!important}.eabmt-single-status-row-v110 span.is-muted{background:#f1f5f9!important;color:#64748b!important}.eabmt-single-status-row-v110 .eabmt-icon{width:15px;height:15px;color:#f59e0b}
.eabmt-single-quick-specs-v110{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important}.eabmt-single-quick-specs-v110 div{min-width:0!important;padding:13px!important;border:1px solid #e5edf6!important;border-radius:18px!important;background:#f8fafc!important}.eabmt-single-quick-specs-v110 small{display:block!important;color:#64748b!important;font-size:.68rem!important;font-weight:950!important;letter-spacing:.07em!important;text-transform:uppercase!important}.eabmt-single-quick-specs-v110 strong{display:block!important;margin-top:5px!important;color:#0f172a!important;line-height:1.28!important;font-weight:950!important;overflow-wrap:anywhere!important}
.eabmt-top-feature-list-v110{display:grid!important;gap:12px!important;margin:0!important;padding:17px!important;border:1px solid #b8eee6!important;border-radius:22px!important;background:linear-gradient(135deg,#ecfeff,#fff)!important}.eabmt-mini-section-title-v110{display:flex!important;align-items:center!important;gap:9px!important;color:#115e59!important}.eabmt-mini-section-title-v110>span{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;border-radius:10px!important;background:#ccfbf1!important}.eabmt-mini-section-title-v110 .eabmt-icon{width:16px;height:16px;color:#0f766e}.eabmt-mini-section-title-v110 strong{font-size:1rem!important}.eabmt-top-feature-list-v110 ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px 12px!important;margin:0!important;padding:0!important;list-style:none!important}.eabmt-top-feature-list-v110 li{display:flex!important;align-items:flex-start!important;gap:8px!important;color:#334155!important;font-size:.93rem!important;font-weight:850!important;line-height:1.45!important}.eabmt-top-feature-list-v110 li>span{display:grid!important;place-items:center!important;width:19px!important;height:19px!important;flex:0 0 19px!important;border-radius:999px!important;background:#ccfbf1!important;color:#0f766e!important;font-size:.72rem!important;font-weight:1000!important}
.eabmt-product-buy-card-v110{position:sticky!important;top:92px!important;display:grid!important;gap:14px!important;padding:18px!important;border:1px solid #d9eee9!important;border-radius:26px!important;background:#fff!important;box-shadow:0 18px 42px rgba(15,23,42,.08)!important}.eabmt-single-price-box-v110{display:grid!important;gap:4px!important;margin:0!important;padding:18px!important;border:1px solid #b8eee6!important;border-radius:22px!important;background:linear-gradient(135deg,#ecfeff,#fff)!important}.eabmt-single-price-box-v110 small{color:#0f766e!important;font-size:.72rem!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.eabmt-single-price-box-v110 strong{color:#0f766e!important;font-size:clamp(1.65rem,2.8vw,2.45rem)!important;line-height:1.12!important;font-weight:1000!important;letter-spacing:-.045em!important;overflow-wrap:anywhere!important}.eabmt-single-price-box-v110 del{color:#94a3b8!important;font-size:1rem!important;margin-right:6px!important}.eabmt-single-price-box-v110 ins{text-decoration:none!important}.eabmt-single-price-box-v110 span{color:#475569!important;font-weight:850!important}.eabmt-single-plan-card-v110{margin:0!important;padding:14px!important;border:1px solid #e5edf6!important;border-radius:20px!important;background:#f8fafc!important}.eabmt-single-plan-head-v110{margin-bottom:10px!important}.eabmt-product-buy-card-v110 .eabmt-plan-options{gap:9px!important}.eabmt-product-buy-card-v110 .eabmt-plan-option-v2{grid-template-columns:24px minmax(0,1fr)!important;align-items:start!important;padding:11px!important;border-radius:16px!important;background:#fff!important}.eabmt-product-buy-card-v110 .eabmt-plan-price{grid-column:2!important;text-align:left!important;min-width:0!important}.eabmt-single-actions-v110{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin:0!important}.eabmt-single-actions-v110 .eabmt-btn,.eabmt-product-buy-card-v110 .single_add_to_cart_button,.eabmt-product-buy-card-v110 button[type=submit]{width:100%!important;justify-content:center!important;text-align:center!important;min-height:48px!important;border-radius:16px!important;font-weight:950!important}.eabmt-buy-note-grid-v110{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.eabmt-buy-note-grid-v110 span{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;padding:10px 12px!important;border:1px solid #e5edf6!important;border-radius:15px!important;background:#f8fafc!important;color:#334155!important;font-size:.88rem!important}.eabmt-buy-note-grid-v110 .eabmt-icon{width:17px!important;height:17px!important;color:#0f766e!important;flex:0 0 auto!important}.eabmt-buy-note-grid-v110 strong{font-weight:900!important}.eabmt-single-safe-note-v110{margin:0!important;padding:12px 13px!important;border:1px solid #b8eee6!important;border-radius:16px!important;background:#ecfeff!important;color:#115e59!important;font-size:.88rem!important;font-weight:850!important;line-height:1.5!important}
.eabmt-product-album-v110,.eabmt-single-section-v110,.eabmt-policy-panel-v110,.eabmt-final-cta-v110,.eabmt-wc-related-v110{padding:24px!important;border:1px solid var(--eabmt-single-line)!important;border-radius:28px!important;background:#fff!important;box-shadow:0 18px 50px rgba(15,23,42,.07)!important}.eabmt-album-head-v110{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:22px!important;margin-bottom:18px!important}.eabmt-album-head-v110 h2{margin:8px 0 0!important;color:#0f172a!important;font-size:clamp(1.55rem,2.5vw,2.2rem)!important;letter-spacing:-.04em!important}.eabmt-album-head-v110 p{max-width:470px!important;margin:0!important;color:#64748b!important;font-weight:750!important;line-height:1.55!important}.eabmt-album-grid-v110{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.eabmt-album-item-v110{position:relative!important;overflow:hidden!important;display:block!important;aspect-ratio:16/10!important;padding:0!important;border:1px solid #dfe8f3!important;border-radius:22px!important;background:#f8fafc!important;box-shadow:none!important;cursor:zoom-in!important}.eabmt-album-item-v110.is-featured{grid-column:span 2!important;grid-row:span 2!important}.eabmt-album-item-v110 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .22s ease,filter .22s ease!important}.eabmt-album-item-v110:hover img{transform:scale(1.045)!important;filter:saturate(1.04)!important}.eabmt-album-item-v110 span{position:absolute!important;left:12px!important;bottom:12px!important;padding:7px 10px!important;border-radius:999px!important;background:rgba(8,17,31,.72)!important;color:#fff!important;font-size:.76rem!important;font-weight:950!important;backdrop-filter:blur(12px)!important}
.eabmt-product-value-row-v110{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;padding:22px!important;border:1px solid var(--eabmt-single-line)!important;border-radius:28px!important;background:#fff!important;box-shadow:0 18px 50px rgba(15,23,42,.07)!important}.eabmt-product-value-row-v110 div{min-width:0!important}.eabmt-feature-grid-v110{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.eabmt-feature-grid-v110 div{min-width:0!important}.eabmt-tech-panel-v110{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.eabmt-policy-panel-v110{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.eabmt-product-description-v110 .eabmt-prose{max-width:100%!important;color:#334155!important;font-size:1rem!important;line-height:1.82!important}.eabmt-product-description-v110 .eabmt-prose img{max-width:100%!important;height:auto!important;border-radius:18px!important}.eabmt-product-description-v110 h2,.eabmt-single-section-v110 h2{margin:8px 0 16px!important;color:#0f172a!important;font-size:clamp(1.55rem,2.4vw,2.15rem)!important;letter-spacing:-.04em!important}
.eabmt-wc-single-product-v110{display:block!important;margin:0 auto 74px!important}.eabmt-wc-single-cart-v110 form.cart{display:grid!important;gap:12px!important;margin:0!important}.eabmt-wc-single-cart-v110 .quantity{display:block!important}.eabmt-wc-single-cart-v110 .qty{width:100%!important;min-height:46px!important;border:1px solid #dfe8f3!important;border-radius:14px!important;padding:0 12px!important;background:#fff!important}.eabmt-wc-single-cart-v110 .variations{width:100%!important;border-collapse:separate!important;border-spacing:0 10px!important}.eabmt-wc-single-cart-v110 .variations th,.eabmt-wc-single-cart-v110 .variations td{display:block!important;width:100%!important;padding:0!important;text-align:left!important}.eabmt-wc-single-cart-v110 .variations label{display:block!important;margin-bottom:6px!important;font-weight:900!important;color:#334155!important}.eabmt-wc-single-cart-v110 select{width:100%!important;min-height:46px!important;border:1px solid #dfe8f3!important;border-radius:14px!important;padding:0 12px!important;background:#fff!important}.eabmt-wc-attributes-table-v110 table{width:100%!important;border-collapse:separate!important;border-spacing:0 8px!important}.eabmt-wc-attributes-table-v110 th,.eabmt-wc-attributes-table-v110 td{padding:13px 14px!important;border:1px solid #e5edf6!important;background:#f8fafc!important;text-align:left!important}.eabmt-wc-attributes-table-v110 th{width:240px!important;border-radius:16px 0 0 16px!important;color:#64748b!important;font-size:.78rem!important;letter-spacing:.06em!important;text-transform:uppercase!important}.eabmt-wc-attributes-table-v110 td{border-radius:0 16px 16px 0!important;color:#0f172a!important;font-weight:850!important}.eabmt-wc-related-v110 .products{margin-top:18px!important}
.eabmt-lightbox-v110 .eabmt-lightbox-card-v109{border-radius:30px!important}.eabmt-placeholder-v110{min-height:260px!important;color:rgba(255,255,255,.78)!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-align:center!important}
@media (max-width:1180px){.eabmt-product-hero-panel-v110{grid-template-columns:1fr!important}.eabmt-product-media-col-v110{border-radius:34px 34px 0 0!important}.eabmt-product-buy-col-v110{border-left:0!important;border-top:1px solid var(--eabmt-single-line)!important;border-radius:0 0 34px 34px!important}.eabmt-product-buy-card-v110{position:relative!important;top:auto!important}.eabmt-product-buy-card-v110 .eabmt-plan-option-v2{grid-template-columns:24px minmax(0,1fr) auto!important}.eabmt-product-buy-card-v110 .eabmt-plan-price{grid-column:auto!important;text-align:right!important}.eabmt-buy-note-grid-v110{grid-template-columns:repeat(3,minmax(0,1fr))!important}.eabmt-single-actions-v110{grid-template-columns:1fr auto auto!important}.eabmt-single-actions-v110 .eabmt-btn-wide{grid-column:auto!important}.eabmt-tech-panel-v110,.eabmt-policy-panel-v110{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-feature-grid-v110{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:760px){.eabmt-product-detail-v110{--eabmt-single-width:min(100% - 24px,1440px)}.eabmt-product-info-col-v110,.eabmt-product-media-col-v110,.eabmt-product-buy-col-v110{padding:16px!important}.eabmt-product-hero-panel-v110{border-radius:26px!important}.eabmt-product-media-col-v110{border-radius:26px 26px 0 0!important}.eabmt-product-buy-col-v110{border-radius:0 0 26px 26px!important}.eabmt-product-info-col-v110 h1{font-size:clamp(1.85rem,10vw,3rem)!important}.eabmt-cover-frame-v110{aspect-ratio:1/1!important;border-radius:22px!important}.eabmt-single-quick-specs-v110,.eabmt-top-feature-list-v110 ul,.eabmt-buy-note-grid-v110,.eabmt-single-actions-v110,.eabmt-feature-grid-v110,.eabmt-tech-panel-v110,.eabmt-policy-panel-v110,.eabmt-product-value-row-v110{grid-template-columns:1fr!important}.eabmt-product-buy-card-v110 .eabmt-plan-option-v2{grid-template-columns:24px minmax(0,1fr)!important}.eabmt-product-buy-card-v110 .eabmt-plan-price{grid-column:2!important;text-align:left!important}.eabmt-album-head-v110{display:block!important}.eabmt-album-head-v110 p{margin-top:8px!important}.eabmt-album-grid-v110{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-album-item-v110.is-featured{grid-column:1/-1!important;grid-row:auto!important}.eabmt-product-album-v110,.eabmt-single-section-v110,.eabmt-policy-panel-v110,.eabmt-final-cta-v110,.eabmt-wc-related-v110{padding:20px!important;border-radius:24px!important}.eabmt-wc-attributes-table-v110 th,.eabmt-wc-attributes-table-v110 td{display:block!important;width:100%!important;border-radius:14px!important}}
@media (max-width:480px){.eabmt-cover-thumbs-v110{grid-template-columns:repeat(4,minmax(0,1fr))!important}.eabmt-album-grid-v110{grid-template-columns:1fr!important}.eabmt-single-price-box-v110 strong{font-size:1.7rem!important}.eabmt-lightbox-card-v109 figure{padding:16px 52px 8px!important}.eabmt-lightbox-nav-v109{width:42px!important;height:58px!important;font-size:34px!important}}

/* v1.0.11 — MQL5-inspired compact single product layout */
.eabmt-product-detail-v111{--eabmt-single-width:min(100% - 28px,1620px);--eabmt-mql-line:#d8e0ec;--eabmt-mql-soft:#f5f7fb;--eabmt-mql-ink:#111827;--eabmt-mql-muted:#52627a;--eabmt-mql-green:#22a63a;background:#f6f8fb!important;padding-bottom:70px!important}
.eabmt-product-detail-v111 .eabmt-product-hero-v111{width:var(--eabmt-single-width)!important;max-width:var(--eabmt-single-width)!important;margin:18px auto 0!important}
.eabmt-product-detail-v111 .eabmt-product-breadcrumb-v110,.eabmt-product-detail-v111 .eabmt-product-breadcrumb-v2{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 8px!important;color:#66758d!important;font-size:.86rem!important;font-weight:750!important}
.eabmt-product-detail-v111 .eabmt-product-breadcrumb-v110 a,.eabmt-product-detail-v111 .eabmt-product-breadcrumb-v2 a{color:#2563eb!important;text-decoration:none!important}
.eabmt-product-tabs-v111{display:flex!important;align-items:flex-end!important;gap:0!important;width:100%!important;margin:6px 0 -1px!important;overflow-x:auto!important;border-bottom:1px solid var(--eabmt-mql-line)!important;scrollbar-width:thin!important}
.eabmt-product-tabs-v111 a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:8px 22px!important;border:1px solid var(--eabmt-mql-line)!important;border-bottom:0!important;border-radius:0!important;background:#eef2f7!important;color:#111827!important;text-decoration:none!important;font-size:.92rem!important;font-weight:850!important;white-space:nowrap!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important}
.eabmt-product-tabs-v111 a+a{margin-left:6px!important}.eabmt-product-tabs-v111 a.is-active{background:#fff!important;color:#020617!important;position:relative!important;z-index:2!important}.eabmt-product-tabs-v111 a:hover{background:#fff!important;color:#0f766e!important}
.eabmt-product-detail-v111 .eabmt-product-hero-panel-v111{display:grid!important;grid-template-columns:230px minmax(0,1fr) 260px!important;gap:18px!important;align-items:start!important;padding:16px!important;border:1px solid var(--eabmt-mql-line)!important;border-radius:0 10px 10px 10px!important;background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.055)!important;overflow:visible!important}
.eabmt-product-detail-v111 .eabmt-product-hero-panel-v111>*{min-width:0!important}.eabmt-product-detail-v111 .eabmt-product-media-col-v110,.eabmt-product-detail-v111 .eabmt-product-info-col-v110,.eabmt-product-detail-v111 .eabmt-product-buy-col-v110{padding:0!important;background:transparent!important;border:0!important;border-radius:0!important}.eabmt-product-detail-v111 .eabmt-product-media-card-v110{display:grid!important;gap:8px!important;align-content:start!important}.eabmt-product-detail-v111 .eabmt-cover-frame-v110{width:100%!important;max-width:220px!important;aspect-ratio:1/1!important;min-height:0!important;border:1px solid #cfd8e6!important;border-radius:4px!important;background:#f8fafc!important;box-shadow:none!important}.eabmt-product-detail-v111 .eabmt-cover-frame-v110 img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:3px!important}.eabmt-product-detail-v111 .eabmt-cover-zoom-v110{left:8px!important;right:8px!important;bottom:8px!important;min-height:30px!important;padding:5px 8px!important;border-radius:4px!important;font-size:.74rem!important;background:rgba(15,23,42,.72)!important}.eabmt-product-detail-v111 .eabmt-cover-thumbs-v110{display:none!important}
.eabmt-product-detail-v111 .eabmt-product-info-col-v110{display:block!important}.eabmt-product-detail-v111 .eabmt-single-badge-row-v110{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin:0 0 8px!important}.eabmt-product-detail-v111 .eabmt-single-badge-row-v110 span{padding:4px 8px!important;border-radius:999px!important;background:#eef7ff!important;border:1px solid #cfe0ff!important;color:#31527d!important;font-size:.76rem!important;font-weight:850!important}.eabmt-product-detail-v111 .eabmt-product-info-col-v110 h1,.eabmt-product-detail-v111 .product_title.entry-title{margin:0 0 6px!important;color:#172033!important;font-size:clamp(1.32rem,1.7vw,1.7rem)!important;line-height:1.25!important;letter-spacing:-.02em!important}.eabmt-product-detail-v111 .eabmt-single-excerpt-v110{margin:8px 0 10px!important;color:#1f2937!important;font-size:.95rem!important;line-height:1.68!important;max-width:100%!important}.eabmt-product-detail-v111 .eabmt-single-status-row-v110{display:flex!important;align-items:center!important;gap:10px 14px!important;flex-wrap:wrap!important;margin:0 0 10px!important;color:#5b6b82!important;font-size:.88rem!important;font-weight:800!important}.eabmt-product-detail-v111 .eabmt-single-status-row-v110 span{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:0!important;border:0!important;background:transparent!important;color:#5b6b82!important}.eabmt-product-detail-v111 .eabmt-single-status-row-v110 .is-good{color:#14823b!important}.eabmt-product-detail-v111 .eabmt-single-status-row-v110 .eabmt-icon{width:15px!important;height:15px!important;color:#f5a400!important}.eabmt-product-detail-v111 .eabmt-single-quick-specs-v110{display:flex!important;align-items:center!important;gap:8px 13px!important;flex-wrap:wrap!important;margin:8px 0 12px!important}.eabmt-product-detail-v111 .eabmt-single-quick-specs-v110 div{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.eabmt-product-detail-v111 .eabmt-single-quick-specs-v110 small{display:inline!important;margin-right:5px!important;color:#64748b!important;font-size:.84rem!important;text-transform:none!important;letter-spacing:0!important}.eabmt-product-detail-v111 .eabmt-single-quick-specs-v110 strong{display:inline!important;color:#111827!important;font-size:.9rem!important;font-weight:900!important;white-space:normal!important;overflow-wrap:anywhere!important}.eabmt-product-detail-v111 .eabmt-top-feature-list-v110{margin:10px 0 0!important;padding:12px!important;border:1px solid #e3eaf3!important;border-radius:8px!important;background:#fbfcfe!important}.eabmt-product-detail-v111 .eabmt-mini-section-title-v110{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:8px!important;color:#111827!important}.eabmt-product-detail-v111 .eabmt-mini-section-title-v110 span{width:22px!important;height:22px!important;border-radius:6px!important}.eabmt-product-detail-v111 .eabmt-top-feature-list-v110 ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px 14px!important;margin:0!important;padding:0!important;list-style:none!important}.eabmt-product-detail-v111 .eabmt-top-feature-list-v110 li{display:flex!important;gap:7px!important;align-items:flex-start!important;color:#334155!important;font-size:.9rem!important;font-weight:760!important;line-height:1.45!important}.eabmt-product-detail-v111 .eabmt-top-feature-list-v110 li span{display:grid!important;place-items:center!important;width:18px!important;height:18px!important;flex:0 0 18px!important;border-radius:999px!important;background:#dcfce7!important;color:#16a34a!important;font-size:.68rem!important;font-weight:1000!important}
.eabmt-product-detail-v111 .eabmt-product-buy-card-v110{position:sticky!important;top:86px!important;display:grid!important;gap:10px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.eabmt-product-detail-v111 .eabmt-single-price-box-v110{padding:10px 0 12px!important;border:0!important;border-radius:0!important;background:transparent!important;text-align:center!important}.eabmt-product-detail-v111 .eabmt-single-price-box-v110 small{display:none!important}.eabmt-product-detail-v111 .eabmt-single-price-box-v110 strong{display:block!important;color:var(--eabmt-mql-green)!important;font-size:1.18rem!important;line-height:1.2!important;font-weight:1000!important;letter-spacing:0!important}.eabmt-product-detail-v111 .eabmt-single-price-box-v110 span{display:block!important;margin-top:4px!important;color:#334155!important;font-size:.82rem!important;font-weight:850!important}.eabmt-buy-plan-summary-v111{display:grid!important;gap:3px!important;padding:10px!important;border:1px solid #dce7f2!important;border-radius:6px!important;background:#f8fafc!important;text-align:left!important}.eabmt-buy-plan-summary-v111 small{color:#64748b!important;font-size:.74rem!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.04em!important}.eabmt-buy-plan-summary-v111 strong{color:#0f172a!important;font-size:.98rem!important;font-weight:950!important}.eabmt-buy-plan-summary-v111 span{color:#15803d!important;font-size:.82rem!important;font-weight:900!important}.eabmt-product-detail-v111 .eabmt-single-actions-v111{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.eabmt-product-detail-v111 .eabmt-single-actions-v111 .eabmt-btn,.eabmt-product-detail-v111 .eabmt-wc-buy-card-v110 .single_add_to_cart_button,.eabmt-product-detail-v111 .eabmt-wc-buy-card-v110 button[type=submit]{min-height:38px!important;border-radius:0!important;font-size:.92rem!important;font-weight:900!important;box-shadow:none!important}.eabmt-product-detail-v111 .eabmt-single-actions-v111 .eabmt-btn-primary,.eabmt-product-detail-v111 .eabmt-wc-buy-card-v110 .single_add_to_cart_button,.eabmt-product-detail-v111 .eabmt-wc-buy-card-v110 button[type=submit]{background:var(--eabmt-mql-green)!important;border-color:var(--eabmt-mql-green)!important;color:#fff!important}.eabmt-product-detail-v111 .eabmt-single-actions-v111 .eabmt-btn-soft{background:#fff!important;border:1px solid #cfd8e6!important;color:#2563eb!important}.eabmt-product-detail-v111 .eabmt-buy-note-grid-v110{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;margin-top:2px!important}.eabmt-product-detail-v111 .eabmt-buy-note-grid-v110 span{padding:7px 8px!important;border:1px solid #e3eaf3!important;border-radius:4px!important;background:#fff!important;font-size:.78rem!important;line-height:1.35!important}.eabmt-product-detail-v111 .eabmt-buy-note-grid-v110 .eabmt-icon{width:14px!important;height:14px!important}.eabmt-product-detail-v111 .eabmt-single-safe-note-v110{margin:0!important;padding:8px!important;border:1px solid #d1fae5!important;border-radius:4px!important;background:#f0fdf4!important;color:#166534!important;font-size:.78rem!important;font-weight:800!important;line-height:1.45!important}
.eabmt-product-detail-v111 .eabmt-product-album-v111,.eabmt-product-detail-v111 .eabmt-single-section-v110,.eabmt-product-detail-v111 .eabmt-policy-panel-v110,.eabmt-product-detail-v111 .eabmt-final-cta-v110,.eabmt-product-detail-v111 .eabmt-wc-related-v110{width:var(--eabmt-single-width)!important;max-width:var(--eabmt-single-width)!important;margin:18px auto 0!important;padding:18px!important;border:1px solid var(--eabmt-mql-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.05)!important}.eabmt-product-detail-v111 .eabmt-album-head-v110{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;margin-bottom:14px!important;border-bottom:1px solid #edf2f7!important;padding-bottom:12px!important}.eabmt-product-detail-v111 .eabmt-album-head-v110 h2{margin:3px 0 0!important;font-size:1.25rem!important;line-height:1.2!important;letter-spacing:-.02em!important}.eabmt-product-detail-v111 .eabmt-album-head-v110 p{max-width:560px!important;margin:0!important;color:#64748b!important;font-size:.9rem!important;line-height:1.55!important}.eabmt-product-detail-v111 .eabmt-album-grid-v111{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.eabmt-product-detail-v111 .eabmt-album-item-v111,.eabmt-product-detail-v111 .eabmt-album-item-v111.is-featured{grid-column:auto!important;grid-row:auto!important;position:relative!important;aspect-ratio:16/9!important;border:1px solid #d7dee8!important;border-radius:4px!important;background:#f8fafc!important;overflow:hidden!important;box-shadow:none!important;cursor:zoom-in!important}.eabmt-product-detail-v111 .eabmt-album-item-v111 img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important;display:block!important;transition:transform .22s ease!important}.eabmt-product-detail-v111 .eabmt-album-item-v111:hover img{transform:scale(1.035)!important}.eabmt-product-detail-v111 .eabmt-album-item-v111 span{left:auto!important;right:8px!important;bottom:8px!important;padding:5px 8px!important;border-radius:4px!important;background:rgba(15,23,42,.74)!important;font-size:.72rem!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v110{width:var(--eabmt-single-width)!important;max-width:var(--eabmt-single-width)!important;margin:18px auto 0!important;padding:18px!important;border-radius:10px!important;box-shadow:0 10px 28px rgba(15,23,42,.05)!important}.eabmt-product-detail-v111 .eabmt-feature-grid-v110{grid-template-columns:repeat(3,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-tech-panel-v110,.eabmt-product-detail-v111 .eabmt-policy-panel-v110{grid-template-columns:repeat(4,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-product-description-v110{margin-top:18px!important;margin-bottom:0!important}.eabmt-product-detail-v111 .eabmt-product-description-v110 .eabmt-prose{max-width:100%!important;font-size:1rem!important;line-height:1.8!important;color:#243044!important}.eabmt-product-detail-v111 .eabmt-product-description-v110 .eabmt-prose p:first-child{margin-top:0!important}
.eabmt-product-detail-v111 .eabmt-modal-card-v2{width:min(720px,95vw)!important;border-radius:14px!important;padding:24px!important;border:1px solid #d8e0ec!important;box-shadow:0 32px 90px rgba(15,23,42,.28)!important}.eabmt-product-detail-v111 .eabmt-modal-card-v2 h2{font-size:1.7rem!important;margin:8px 0!important}.eabmt-product-detail-v111 .eabmt-modal-close{border-radius:4px!important;background:#f1f5f9!important}.eabmt-product-detail-v111 .eabmt-plan-list-v2{display:grid!important;gap:9px!important;margin:16px 0!important}.eabmt-product-detail-v111 .eabmt-plan-option-v2{grid-template-columns:22px minmax(0,1fr) auto!important;padding:12px!important;border-radius:8px!important;background:#fff!important}.eabmt-product-detail-v111 .eabmt-plan-option-v2.active{border-color:#22a63a!important;background:#f0fdf4!important;box-shadow:0 0 0 3px rgba(34,166,58,.10)!important}.eabmt-product-detail-v111 .eabmt-plan-price{text-align:right!important}.eabmt-product-detail-v111 .eabmt-modal-summary-v2{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}.eabmt-product-detail-v111 .eabmt-modal-summary-v2 div{border-radius:8px!important}.eabmt-product-detail-v111 .eabmt-modal-card-v2 .eabmt-btn-primary{background:var(--eabmt-mql-green)!important;border-color:var(--eabmt-mql-green)!important;color:#fff!important;border-radius:4px!important}.eabmt-product-detail-v111 .eabmt-sticky-buy .eabmt-btn-primary{background:var(--eabmt-mql-green)!important;border-color:var(--eabmt-mql-green)!important;color:#fff!important}
@media (max-width:1240px){.eabmt-product-detail-v111 .eabmt-product-hero-panel-v111{grid-template-columns:210px minmax(0,1fr) 250px!important}.eabmt-product-detail-v111 .eabmt-top-feature-list-v110 ul{grid-template-columns:1fr!important}.eabmt-product-detail-v111 .eabmt-feature-grid-v110{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-tech-panel-v110,.eabmt-product-detail-v111 .eabmt-policy-panel-v110{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:940px){.eabmt-product-detail-v111{--eabmt-single-width:min(100% - 22px,1620px)}.eabmt-product-detail-v111 .eabmt-product-hero-panel-v111{grid-template-columns:1fr!important;border-radius:0 0 10px 10px!important}.eabmt-product-detail-v111 .eabmt-cover-frame-v110{max-width:260px!important}.eabmt-product-detail-v111 .eabmt-product-buy-card-v110{position:relative!important;top:auto!important}.eabmt-product-detail-v111 .eabmt-product-buy-col-v110{border-top:1px solid #edf2f7!important;padding-top:14px!important}.eabmt-product-detail-v111 .eabmt-single-price-box-v110{text-align:left!important}.eabmt-product-detail-v111 .eabmt-buy-note-grid-v110{grid-template-columns:repeat(3,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-album-grid-v111{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-modal-summary-v2{grid-template-columns:1fr!important}}
@media (max-width:640px){.eabmt-product-tabs-v111 a{padding:8px 14px!important;font-size:.86rem!important}.eabmt-product-detail-v111 .eabmt-product-hero-panel-v111{padding:12px!important}.eabmt-product-detail-v111 .eabmt-cover-frame-v110{max-width:210px!important}.eabmt-product-detail-v111 .eabmt-single-quick-specs-v110{display:grid!important;grid-template-columns:1fr!important;gap:6px!important}.eabmt-product-detail-v111 .eabmt-top-feature-list-v110 ul,.eabmt-product-detail-v111 .eabmt-buy-note-grid-v110,.eabmt-product-detail-v111 .eabmt-album-grid-v111,.eabmt-product-detail-v111 .eabmt-feature-grid-v110,.eabmt-product-detail-v111 .eabmt-tech-panel-v110,.eabmt-product-detail-v111 .eabmt-policy-panel-v110,.eabmt-product-detail-v111 .eabmt-product-value-row-v110{grid-template-columns:1fr!important}.eabmt-product-detail-v111 .eabmt-album-head-v110{display:block!important}.eabmt-product-detail-v111 .eabmt-album-head-v110 p{margin-top:6px!important}.eabmt-product-detail-v111 .eabmt-product-album-v111,.eabmt-product-detail-v111 .eabmt-single-section-v110,.eabmt-product-detail-v111 .eabmt-policy-panel-v110,.eabmt-product-detail-v111 .eabmt-final-cta-v110,.eabmt-product-detail-v111 .eabmt-wc-related-v110{padding:14px!important;border-radius:8px!important}.eabmt-product-detail-v111 .eabmt-plan-option-v2{grid-template-columns:22px minmax(0,1fr)!important}.eabmt-product-detail-v111 .eabmt-plan-price{grid-column:2!important;text-align:left!important}}

/* v1.0.11 - MQL5 inspired single product layout */
.eabmt-product-detail-v111{--eabmt-mql-width:min(100% - 34px,1380px);--eabmt-mql-line:#d8e1ec;--eabmt-mql-soft:#f5f7fa;--eabmt-mql-ink:#0f172a;--eabmt-mql-muted:#5f7188;--eabmt-mql-green:#16a34a;--eabmt-mql-blue:#2563eb;padding:0 0 72px!important;background:#fff!important;color:var(--eabmt-mql-ink)!important}.eabmt-product-detail-v111 .eabmt-mql-shell-v111{width:var(--eabmt-mql-width)!important;max-width:var(--eabmt-mql-width)!important;margin:18px auto 0!important}.eabmt-product-detail-v111 .eabmt-section,.eabmt-product-detail-v111 .eabmt-final-cta,.eabmt-product-detail-v111 .eabmt-wc-related-v110{width:var(--eabmt-mql-width)!important;max-width:var(--eabmt-mql-width)!important;margin-left:auto!important;margin-right:auto!important;margin-top:18px!important}.eabmt-mql-breadcrumb-v111{margin:0 0 10px!important;padding:0!important;font-size:13px!important}.eabmt-mql-layout-v111{display:grid!important;grid-template-columns:250px minmax(0,1fr)!important;gap:16px!important;align-items:start!important}.eabmt-mql-side-v111{position:sticky!important;top:86px!important;display:grid!important;gap:12px!important;align-content:start!important;padding:12px!important;border:1px solid var(--eabmt-mql-line)!important;border-radius:4px!important;background:#fff!important;box-shadow:none!important}.eabmt-mql-cover-v111{position:relative!important;display:block!important;width:100%!important;aspect-ratio:1/1!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid #cfd8e3!important;border-radius:2px!important;background:#f8fafc!important;cursor:zoom-in!important}.eabmt-mql-cover-v111 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:0!important}.eabmt-mql-cover-v111>span{position:absolute!important;left:8px!important;right:8px!important;bottom:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:6px 8px!important;border-radius:3px!important;background:rgba(15,23,42,.72)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;opacity:0!important;transition:opacity .18s ease!important}.eabmt-mql-cover-v111:hover>span{opacity:1!important}.eabmt-mql-price-v111{display:grid!important;gap:3px!important;text-align:center!important;padding:2px 0!important}.eabmt-mql-price-v111 small{color:#64748b!important;font-size:11px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}.eabmt-mql-price-v111 strong{display:block!important;color:var(--eabmt-mql-green)!important;font-size:17px!important;line-height:1.2!important;font-weight:1000!important}.eabmt-mql-price-v111 del{color:#94a3b8!important;font-size:12px!important}.eabmt-mql-price-v111 ins{text-decoration:none!important}.eabmt-mql-price-v111 span{display:block!important;color:#0f766e!important;font-size:12px!important;font-weight:900!important}.eabmt-mql-buy-button-v111{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:38px!important;padding:9px 12px!important;border:1px solid #129739!important;border-radius:0!important;background:#39b54a!important;color:#fff!important;font-size:14px!important;font-weight:950!important;text-decoration:none!important;cursor:pointer!important;box-shadow:none!important}.eabmt-mql-buy-button-v111:hover{background:#2fa83f!important;color:#fff!important}.eabmt-mql-secondary-v111{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:36px!important;padding:8px 10px!important;border:1px solid #b7c8dd!important;background:#fff!important;color:#1d4ed8!important;text-decoration:none!important;font-size:13px!important;font-weight:850!important}.eabmt-mql-side-meta-v111{display:grid!important;gap:0!important;margin-top:4px!important;border-top:1px solid #e5eaf1!important}.eabmt-mql-side-meta-v111 div{display:flex!important;justify-content:space-between!important;gap:8px!important;padding:9px 0!important;border-bottom:1px solid #edf2f7!important}.eabmt-mql-side-meta-v111 small{color:#64748b!important;font-size:12px!important}.eabmt-mql-side-meta-v111 strong{color:#172033!important;font-size:12px!important;text-align:right!important;word-break:break-word!important}.eabmt-mql-main-v111{min-width:0!important;border:1px solid var(--eabmt-mql-line)!important;border-radius:4px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important}.eabmt-mql-tabs-v111{display:flex!important;align-items:stretch!important;gap:0!important;min-height:38px!important;border-bottom:1px solid #cfd8e3!important;background:#f0f2f5!important;overflow-x:auto!important}.eabmt-mql-tabs-v111 a{display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;min-width:126px!important;padding:9px 18px!important;border-right:1px solid #cfd8e3!important;color:#0f172a!important;text-decoration:none!important;font-size:14px!important;font-weight:900!important}.eabmt-mql-tabs-v111 a.is-active{background:#fff!important;border-top:2px solid #3b82f6!important;padding-top:7px!important}.eabmt-mql-overview-v111{padding:16px!important}.eabmt-mql-title-row-v111{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;margin-bottom:10px!important}.eabmt-mql-title-row-v111 h1{margin:0!important;color:#0f172a!important;font-size:22px!important;line-height:1.22!important;letter-spacing:-.02em!important}.eabmt-mql-rating-v111{display:flex!important;align-items:center!important;gap:8px!important;margin-top:6px!important;color:#53657d!important;font-size:13px!important}.eabmt-mql-rating-v111 .is-good{color:#15803d!important;font-weight:900!important}.eabmt-mql-rating-v111 .is-muted{color:#64748b!important;font-weight:900!important}.eabmt-mql-stars-v111{letter-spacing:1px!important;color:#f5a400!important;font-size:15px!important;line-height:1!important}.eabmt-mql-rating-v111 strong{color:#172033!important;font-size:13px!important}.eabmt-mql-badges-v111{justify-content:flex-end!important;margin:0!important}.eabmt-mql-badges-v111 span{border-radius:3px!important;padding:6px 8px!important;background:#eef6ff!important;border:1px solid #d8e8fb!important;color:#1e40af!important;font-size:12px!important}.eabmt-mql-inline-meta-v111{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:12px 18px!important;margin:8px 0 14px!important;color:#64748b!important;font-size:13px!important}.eabmt-mql-inline-meta-v111 span{display:inline-flex!important;gap:4px!important;align-items:center!important}.eabmt-mql-inline-meta-v111 small{font-size:13px!important;color:#64748b!important}.eabmt-mql-inline-meta-v111 strong{color:#172033!important;font-weight:900!important}.eabmt-mql-short-v111{max-width:100%!important;color:#172033!important;font-size:14px!important;line-height:1.72!important}.eabmt-mql-short-v111 p{margin:0 0 12px!important}.eabmt-mql-spec-grid-v111{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:14px 0!important}.eabmt-mql-spec-grid-v111 div{min-width:0!important;padding:10px!important;border:1px solid #e5eaf1!important;border-radius:4px!important;background:#f8fafc!important}.eabmt-mql-spec-grid-v111 small{display:block!important;margin-bottom:4px!important;color:#64748b!important;font-size:11px!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:.05em!important}.eabmt-mql-spec-grid-v111 strong{display:block!important;color:#172033!important;font-size:13px!important;line-height:1.35!important}.eabmt-mql-feature-box-v111{margin-top:14px!important;padding:14px!important;border:1px solid #e5eaf1!important;background:#fbfdff!important;border-radius:4px!important}.eabmt-mql-feature-box-v111 h2{margin:0 0 10px!important;font-size:17px!important;letter-spacing:-.02em!important}.eabmt-mql-feature-box-v111 ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 16px!important;margin:0!important;padding:0!important;list-style:none!important}.eabmt-mql-feature-box-v111 li{display:flex!important;gap:7px!important;align-items:flex-start!important;color:#334155!important;font-size:13.5px!important;line-height:1.45!important;font-weight:700!important}.eabmt-mql-feature-box-v111 li span{color:#16a34a!important;font-weight:1000!important}.eabmt-mql-album-v111{padding:16px!important;border-top:1px solid #e5eaf1!important;background:#fff!important}.eabmt-mql-block-head-v111{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:16px!important;margin-bottom:12px!important}.eabmt-mql-block-head-v111 h2{margin:4px 0 0!important;font-size:18px!important;letter-spacing:-.02em!important}.eabmt-mql-block-head-v111 p{max-width:460px!important;margin:0!important;color:#64748b!important;font-size:13px!important;line-height:1.5!important}.eabmt-mql-album-strip-v111{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.eabmt-mql-album-item-v111{display:block!important;min-width:0!important;aspect-ratio:16/9!important;padding:0!important;border:1px solid #cfd8e3!important;border-radius:3px!important;overflow:hidden!important;background:#f8fafc!important;cursor:zoom-in!important}.eabmt-mql-album-item-v111 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .2s ease!important}.eabmt-mql-album-item-v111:hover img{transform:scale(1.035)!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v111,.eabmt-product-detail-v111 .eabmt-single-section-v111,.eabmt-product-detail-v111 .eabmt-policy-panel-v111,.eabmt-product-detail-v111 .eabmt-final-cta-v111{border:1px solid var(--eabmt-mql-line)!important;border-radius:4px!important;background:#fff!important;box-shadow:none!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v111{grid-template-columns:repeat(4,minmax(0,1fr))!important;padding:18px!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v111 div{border-radius:4px!important;background:#f8fafc!important}.eabmt-product-detail-v111 .eabmt-feature-grid-v111{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-tech-panel-v111{grid-template-columns:repeat(3,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-policy-panel-v111{grid-template-columns:repeat(4,minmax(0,1fr))!important;padding:18px!important}.eabmt-product-detail-v111 .eabmt-product-description-v111{margin-top:22px!important}.eabmt-product-detail-v111 .eabmt-product-description-v111 .eabmt-prose{max-width:100%!important;font-size:15px!important;line-height:1.82!important;color:#172033!important}.eabmt-product-detail-v111 .eabmt-product-description-v111 h2,.eabmt-product-detail-v111 .eabmt-single-section-v111 h2{font-size:24px!important;letter-spacing:-.03em!important}.eabmt-product-detail-v111 .eabmt-final-cta-v111{background:#f8fafc!important;color:#0f172a!important;text-align:left!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:22px!important}.eabmt-product-detail-v111 .eabmt-final-cta-v111 h2{margin:0 0 4px!important;color:#0f172a!important;font-size:24px!important}.eabmt-product-detail-v111 .eabmt-final-cta-v111 p{margin:0!important;color:#64748b!important}.eabmt-product-detail-v111 .eabmt-final-cta-v111 .eabmt-btn{background:#39b54a!important;color:#fff!important;border-color:#129739!important}.eabmt-product-detail-v111 .eabmt-modal-card-v2,.eabmt-product-detail-v111 .eabmt-modal-card-v111{width:min(760px,94vw)!important;border-radius:8px!important}.eabmt-product-detail-v111 .eabmt-modal-card h2{font-size:24px!important}.eabmt-product-detail-v111 .eabmt-plan-option-v2{border-radius:6px!important}.eabmt-product-detail-v111 .eabmt-modal-summary-v2 div{border-radius:6px!important}.eabmt-product-detail-v111 .eabmt-lightbox-card-v111{border-radius:8px!important}.eabmt-product-detail-v111 .eabmt-sticky-buy{border-radius:6px!important;background:rgba(15,23,42,.94)!important}
.eabmt-wc-buy-modal-v111 .eabmt-wc-modal-cart-v111{margin-top:16px!important}.eabmt-wc-buy-modal-v111 form.cart{display:grid!important;gap:12px!important;margin:0!important}.eabmt-wc-buy-modal-v111 .quantity,.eabmt-wc-buy-modal-v111 .single_add_to_cart_button{width:100%!important}.eabmt-wc-buy-modal-v111 .qty,.eabmt-wc-buy-modal-v111 select{width:100%!important;min-height:42px!important;border:1px solid #d8e1ec!important;border-radius:4px!important;padding:0 10px!important}.eabmt-wc-buy-modal-v111 .single_add_to_cart_button,.eabmt-wc-buy-modal-v111 button[type=submit]{min-height:42px!important;border-radius:4px!important;background:#39b54a!important;color:#fff!important;font-weight:950!important}.eabmt-wc-buy-modal-v111 table.variations{width:100%!important;border-collapse:separate!important;border-spacing:0 8px!important}.eabmt-wc-buy-modal-v111 table.variations th,.eabmt-wc-buy-modal-v111 table.variations td{display:block!important;width:100%!important;padding:0!important;text-align:left!important}
@media (max-width:1024px){.eabmt-mql-layout-v111{grid-template-columns:1fr!important}.eabmt-mql-side-v111{position:relative!important;top:auto!important;grid-template-columns:170px minmax(0,1fr)!important;align-items:start!important}.eabmt-mql-cover-v111{grid-row:span 4!important}.eabmt-mql-side-meta-v111{grid-column:2!important}.eabmt-mql-spec-grid-v111{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-tech-panel-v111,.eabmt-product-detail-v111 .eabmt-policy-panel-v111{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:720px){.eabmt-product-detail-v111{--eabmt-mql-width:min(100% - 20px,1380px)}.eabmt-mql-side-v111{display:grid!important;grid-template-columns:1fr!important}.eabmt-mql-cover-v111{grid-row:auto!important;max-width:260px!important;margin:0 auto!important}.eabmt-mql-side-meta-v111{grid-column:auto!important}.eabmt-mql-title-row-v111{display:block!important}.eabmt-mql-badges-v111{justify-content:flex-start!important;margin-top:10px!important}.eabmt-mql-spec-grid-v111,.eabmt-mql-feature-box-v111 ul,.eabmt-mql-album-strip-v111,.eabmt-product-detail-v111 .eabmt-product-value-row-v111,.eabmt-product-detail-v111 .eabmt-feature-grid-v111,.eabmt-product-detail-v111 .eabmt-tech-panel-v111,.eabmt-product-detail-v111 .eabmt-policy-panel-v111{grid-template-columns:1fr!important}.eabmt-mql-block-head-v111{display:block!important}.eabmt-mql-block-head-v111 p{margin-top:6px!important}.eabmt-product-detail-v111 .eabmt-final-cta-v111{display:block!important;text-align:left!important}.eabmt-product-detail-v111 .eabmt-final-cta-v111 .eabmt-btn{margin-top:14px!important;width:100%!important}.eabmt-mql-tabs-v111 a{min-width:112px!important;padding-left:12px!important;padding-right:12px!important;font-size:13px!important}}

/* v1.0.11 - MQL5-inspired single product layout */
body.eabmt-product-body{background:#f5f7fb!important;color:#111827!important}.eabmt-product-detail-v111{--eabmt-mql-width:min(100% - 28px,1640px);--eabmt-mql-line:#d8dde6;--eabmt-mql-soft:#f7f9fc;--eabmt-mql-muted:#667085;--eabmt-mql-ink:#111827;--eabmt-mql-green:#32aa3b;--eabmt-mql-blue:#2563eb;padding-bottom:72px!important}.eabmt-product-detail-v111 .eabmt-mql-shell-v111{width:var(--eabmt-mql-width)!important;max-width:var(--eabmt-mql-width)!important;margin:18px auto 0!important}.eabmt-product-detail-v111 .eabmt-mql-breadcrumb-v111{margin:0 0 8px!important;font-size:.86rem!important;color:#6b7280!important}.eabmt-product-detail-v111 .eabmt-mql-breadcrumb-v111 a{color:#2563eb!important;text-decoration:none!important}.eabmt-product-detail-v111 .eabmt-mql-layout-v111{display:grid!important;grid-template-columns:236px minmax(0,1fr)!important;gap:22px!important;align-items:start!important}.eabmt-product-detail-v111 .eabmt-mql-side-v111{position:sticky!important;top:84px!important;display:grid!important;gap:10px!important;align-content:start!important;min-width:0!important}.eabmt-product-detail-v111 .eabmt-mql-cover-v111{position:relative!important;display:block!important;width:100%!important;aspect-ratio:1/1!important;overflow:hidden!important;padding:0!important;border:1px solid #cfd6e2!important;border-radius:2px!important;background:#fff!important;box-shadow:none!important;cursor:zoom-in!important;appearance:none!important}.eabmt-product-detail-v111 .eabmt-mql-cover-v111 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.eabmt-product-detail-v111 .eabmt-mql-cover-v111 span{position:absolute!important;left:8px!important;right:8px!important;bottom:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:30px!important;padding:6px 8px!important;border-radius:2px!important;background:rgba(17,24,39,.72)!important;color:#fff!important;font-size:.76rem!important;font-weight:800!important;opacity:0!important;transition:opacity .18s ease!important}.eabmt-product-detail-v111 .eabmt-mql-cover-v111:hover span{opacity:1!important}.eabmt-product-detail-v111 .eabmt-mql-cover-v111 .eabmt-icon{width:14px!important;height:14px!important;color:#fff!important}.eabmt-product-detail-v111 .eabmt-mql-price-v111{display:grid!important;gap:3px!important;text-align:center!important;padding:3px 0 8px!important}.eabmt-product-detail-v111 .eabmt-mql-price-v111 small{color:#6b7280!important;font-size:.78rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.03em!important}.eabmt-product-detail-v111 .eabmt-mql-price-v111 strong{color:#06a000!important;font-size:1.02rem!important;line-height:1.2!important;font-weight:950!important}.eabmt-product-detail-v111 .eabmt-mql-price-v111 span{color:#46576c!important;font-size:.82rem!important;font-weight:850!important}.eabmt-product-detail-v111 .eabmt-mql-buy-button-v111,.eabmt-product-detail-v111 .eabmt-mql-secondary-v111{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:38px!important;padding:9px 12px!important;border-radius:0!important;text-decoration:none!important;text-align:center!important;font-weight:900!important;font-size:.92rem!important;line-height:1.25!important;box-shadow:none!important;cursor:pointer!important}.eabmt-product-detail-v111 .eabmt-mql-buy-button-v111{border:1px solid #32aa3b!important;background:#32aa3b!important;color:#fff!important}.eabmt-product-detail-v111 .eabmt-mql-buy-button-v111:hover{background:#279230!important;border-color:#279230!important;color:#fff!important}.eabmt-product-detail-v111 .eabmt-mql-secondary-v111{border:1px solid #b8c7de!important;background:#fff!important;color:#2563eb!important}.eabmt-product-detail-v111 .eabmt-mql-side-meta-v111{display:grid!important;gap:0!important;margin-top:4px!important;border-top:1px solid #e5eaf1!important}.eabmt-product-detail-v111 .eabmt-mql-side-meta-v111 div{display:grid!important;grid-template-columns:minmax(86px,.7fr) minmax(0,1fr)!important;gap:8px!important;align-items:start!important;padding:8px 0!important;border-bottom:1px solid #e5eaf1!important}.eabmt-product-detail-v111 .eabmt-mql-side-meta-v111 small{color:#6b7280!important;font-size:.78rem!important;font-weight:800!important}.eabmt-product-detail-v111 .eabmt-mql-side-meta-v111 strong{min-width:0!important;color:#1f2937!important;font-size:.82rem!important;font-weight:850!important;line-height:1.35!important;overflow-wrap:anywhere!important}.eabmt-product-detail-v111 .eabmt-mql-main-v111{min-width:0!important;background:#fff!important;border:1px solid var(--eabmt-mql-line)!important;border-radius:2px!important;box-shadow:0 12px 32px rgba(15,23,42,.04)!important}.eabmt-product-detail-v111 .eabmt-mql-tabs-v111{display:flex!important;align-items:flex-end!important;gap:0!important;overflow:auto!important;background:#f2f4f7!important;border-bottom:1px solid #ccd3dd!important;scrollbar-width:thin!important}.eabmt-product-detail-v111 .eabmt-mql-tabs-v111 a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:35px!important;padding:8px 22px!important;border-right:1px solid #d7dce5!important;background:#eceff4!important;color:#111827!important;text-decoration:none!important;white-space:nowrap!important;font-size:.9rem!important;font-weight:900!important}.eabmt-product-detail-v111 .eabmt-mql-tabs-v111 a.is-active,.eabmt-product-detail-v111 .eabmt-mql-tabs-v111 a:hover{background:#fff!important;color:#111827!important;border-bottom:1px solid #fff!important;margin-bottom:-1px!important}.eabmt-product-detail-v111 .eabmt-mql-overview-v111{padding:14px 18px 18px!important}.eabmt-product-detail-v111 .eabmt-mql-title-row-v111{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin-bottom:8px!important}.eabmt-product-detail-v111 .eabmt-mql-title-row-v111 h1{margin:0!important;color:#111827!important;font-size:1.34rem!important;line-height:1.22!important;font-weight:900!important;letter-spacing:-.015em!important}.eabmt-product-detail-v111 .eabmt-mql-rating-v111{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-top:7px!important;color:#475569!important;font-size:.9rem!important;font-weight:850!important}.eabmt-product-detail-v111 .eabmt-mql-stars-v111{color:#f5a400!important;letter-spacing:1px!important;font-size:1rem!important;line-height:1!important}.eabmt-product-detail-v111 .eabmt-mql-rating-v111 .is-good{color:#17803a!important}.eabmt-product-detail-v111 .eabmt-mql-rating-v111 .is-muted{color:#64748b!important}.eabmt-product-detail-v111 .eabmt-mql-badges-v111{justify-content:flex-end!important;margin:0!important;max-width:46%!important}.eabmt-product-detail-v111 .eabmt-mql-badges-v111 span{min-height:25px!important;padding:5px 8px!important;border-radius:2px!important;background:#f4f8ff!important;border:1px solid #d8e6fa!important;color:#2563eb!important;font-size:.74rem!important;font-weight:850!important}.eabmt-product-detail-v111 .eabmt-mql-inline-meta-v111{display:flex!important;align-items:center!important;gap:8px 18px!important;flex-wrap:wrap!important;margin:6px 0 12px!important;color:#64748b!important;font-size:.88rem!important;line-height:1.45!important}.eabmt-product-detail-v111 .eabmt-mql-inline-meta-v111 span{display:inline-flex!important;gap:5px!important;align-items:center!important}.eabmt-product-detail-v111 .eabmt-mql-inline-meta-v111 small{color:#6b7280!important;font-size:.84rem!important;font-weight:800!important}.eabmt-product-detail-v111 .eabmt-mql-inline-meta-v111 strong{color:#111827!important;font-weight:850!important}.eabmt-product-detail-v111 .eabmt-mql-short-v111{color:#111827!important;font-size:.94rem!important;line-height:1.72!important}.eabmt-product-detail-v111 .eabmt-mql-short-v111 p{margin:0 0 10px!important}.eabmt-product-detail-v111 .eabmt-mql-spec-grid-v111{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:12px 0 0!important}.eabmt-product-detail-v111 .eabmt-mql-spec-grid-v111 div{min-width:0!important;padding:9px 10px!important;border:1px solid #e1e7f0!important;border-radius:2px!important;background:#f8fafc!important}.eabmt-product-detail-v111 .eabmt-mql-spec-grid-v111 small{display:block!important;color:#6b7280!important;font-size:.73rem!important;font-weight:850!important;line-height:1.2!important}.eabmt-product-detail-v111 .eabmt-mql-spec-grid-v111 strong{display:block!important;margin-top:3px!important;color:#111827!important;font-size:.86rem!important;font-weight:900!important;line-height:1.35!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.eabmt-product-detail-v111 .eabmt-mql-feature-box-v111{margin-top:14px!important;padding-top:14px!important;border-top:1px solid #e5eaf1!important}.eabmt-product-detail-v111 .eabmt-mql-feature-box-v111 h2{margin:0 0 8px!important;color:#111827!important;font-size:1.02rem!important;line-height:1.25!important;font-weight:900!important}.eabmt-product-detail-v111 .eabmt-mql-feature-box-v111 ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px 18px!important;margin:0!important;padding:0!important;list-style:none!important}.eabmt-product-detail-v111 .eabmt-mql-feature-box-v111 li{display:flex!important;gap:7px!important;align-items:flex-start!important;color:#243044!important;font-size:.9rem!important;line-height:1.45!important;font-weight:760!important}.eabmt-product-detail-v111 .eabmt-mql-feature-box-v111 li span{color:#1a9b34!important;font-weight:950!important;line-height:1.45!important}.eabmt-product-detail-v111 .eabmt-mql-album-v111{padding:16px 18px 18px!important;border-top:1px solid #edf1f6!important}.eabmt-product-detail-v111 .eabmt-mql-block-head-v111{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;margin-bottom:12px!important}.eabmt-product-detail-v111 .eabmt-mql-block-head-v111 h2{margin:2px 0 0!important;color:#111827!important;font-size:1.04rem!important;line-height:1.25!important;font-weight:900!important}.eabmt-product-detail-v111 .eabmt-mql-block-head-v111 p{max-width:560px!important;margin:0!important;color:#64748b!important;font-size:.88rem!important;line-height:1.5!important}.eabmt-product-detail-v111 .eabmt-mql-album-strip-v111{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.eabmt-product-detail-v111 .eabmt-mql-album-item-v111{position:relative!important;display:block!important;aspect-ratio:16/9!important;overflow:hidden!important;padding:0!important;border:1px solid #cfd6e2!important;border-radius:2px!important;background:#f8fafc!important;cursor:zoom-in!important;appearance:none!important;box-shadow:none!important}.eabmt-product-detail-v111 .eabmt-mql-album-item-v111 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .2s ease!important}.eabmt-product-detail-v111 .eabmt-mql-album-item-v111:hover img{transform:scale(1.035)!important}.eabmt-product-detail-v111 .eabmt-lightbox-v111 .eabmt-lightbox-card-v111,.eabmt-product-detail-v111 .eabmt-lightbox-card-v111{border-radius:6px!important;border:1px solid #d8e0ec!important;box-shadow:0 28px 100px rgba(2,6,23,.38)!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v111,.eabmt-product-detail-v111 .eabmt-single-section-v111,.eabmt-product-detail-v111 .eabmt-policy-panel-v111,.eabmt-product-detail-v111 .eabmt-final-cta-v111{width:var(--eabmt-mql-width)!important;max-width:var(--eabmt-mql-width)!important;margin:18px auto 0!important;border-radius:2px!important;border:1px solid var(--eabmt-mql-line)!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,23,42,.04)!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v111{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;padding:0!important;overflow:hidden!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v111 div{padding:16px!important;border-right:1px solid #e5eaf1!important;background:#fff!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v111 div:last-child{border-right:0!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v111 span{color:#2563eb!important}.eabmt-product-detail-v111 .eabmt-single-section-v111{padding:20px!important}.eabmt-product-detail-v111 .eabmt-single-section-v111 h2,.eabmt-product-detail-v111 .eabmt-final-cta-v111 h2{font-size:1.22rem!important;letter-spacing:-.02em!important}.eabmt-product-detail-v111 .eabmt-feature-grid-v111,.eabmt-product-detail-v111 .eabmt-tech-panel-v111,.eabmt-product-detail-v111 .eabmt-policy-panel-v111{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.eabmt-product-detail-v111 .eabmt-policy-panel-v111{padding:18px!important}.eabmt-product-detail-v111 .eabmt-product-description-v111{margin-top:18px!important;margin-bottom:0!important}.eabmt-product-detail-v111 .eabmt-product-description-v111 .eabmt-prose{max-width:100%!important;color:#1f2937!important;font-size:1rem!important;line-height:1.82!important}.eabmt-product-detail-v111 .eabmt-product-description-v111 .eabmt-prose img{max-width:100%!important;height:auto!important;border-radius:2px!important}.eabmt-product-detail-v111 .eabmt-modal-card-v2{border-radius:6px!important}.eabmt-product-detail-v111 .eabmt-modal-card-v2 .eabmt-btn-primary{background:#32aa3b!important;border-color:#32aa3b!important;color:#fff!important}.eabmt-product-detail-v111 .eabmt-modal-card-v2 .eabmt-plan-option-v2.active{border-color:#32aa3b!important;background:#f1fff3!important;box-shadow:0 0 0 3px rgba(50,170,59,.12)!important}.eabmt-product-detail-v111 .eabmt-modal-card-v2 .eabmt-plan-price{text-align:right!important}.eabmt-product-detail-v111 .eabmt-product-hero-v111{width:var(--eabmt-mql-width)!important;max-width:var(--eabmt-mql-width)!important;margin:18px auto 0!important}.eabmt-product-detail-v111 .eabmt-product-tabs-v111{display:flex!important;align-items:flex-end!important;gap:0!important;margin:0!important;overflow:auto!important;background:#f2f4f7!important;border:1px solid #ccd3dd!important;border-bottom:0!important;border-radius:2px 2px 0 0!important}.eabmt-product-detail-v111 .eabmt-product-tabs-v111 a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:35px!important;padding:8px 20px!important;border-right:1px solid #d7dce5!important;background:#eceff4!important;color:#111827!important;text-decoration:none!important;white-space:nowrap!important;font-size:.9rem!important;font-weight:900!important}.eabmt-product-detail-v111 .eabmt-product-tabs-v111 a.is-active,.eabmt-product-detail-v111 .eabmt-product-tabs-v111 a:hover{background:#fff!important}.eabmt-product-detail-v111 .eabmt-product-hero-panel-v111{border-radius:0 0 2px 2px!important;box-shadow:0 12px 32px rgba(15,23,42,.04)!important;border-color:var(--eabmt-mql-line)!important}.eabmt-product-detail-v111 .eabmt-cover-frame-v110{border-radius:2px!important;box-shadow:none!important}.eabmt-product-detail-v111 .eabmt-product-buy-card-v110{border-radius:2px!important;box-shadow:none!important}.eabmt-product-detail-v111 .eabmt-cover-zoom-v110{border-radius:2px!important}.eabmt-product-detail-v111 .eabmt-single-price-box-v110{border-radius:2px!important}.eabmt-product-detail-v111 .eabmt-single-actions-v110 .eabmt-btn-primary,.eabmt-product-detail-v111 .eabmt-wc-buy-card-v110 .single_add_to_cart_button,.eabmt-product-detail-v111 .eabmt-wc-buy-card-v110 button[type=submit]{background:#32aa3b!important;border-color:#32aa3b!important;color:#fff!important}.eabmt-product-detail-v111 .eabmt-album-grid-v111{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.eabmt-product-detail-v111 .eabmt-album-item-v111,.eabmt-product-detail-v111 .eabmt-album-item-v111.is-featured{grid-column:auto!important;grid-row:auto!important;aspect-ratio:16/9!important;border-radius:2px!important;box-shadow:none!important}
@media (max-width:1100px){.eabmt-product-detail-v111 .eabmt-mql-layout-v111{grid-template-columns:210px minmax(0,1fr)!important;gap:16px!important}.eabmt-product-detail-v111 .eabmt-mql-spec-grid-v111{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-mql-feature-box-v111 ul{grid-template-columns:1fr!important}.eabmt-product-detail-v111 .eabmt-mql-album-strip-v111{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-feature-grid-v111,.eabmt-product-detail-v111 .eabmt-tech-panel-v111,.eabmt-product-detail-v111 .eabmt-policy-panel-v111{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:760px){.eabmt-product-detail-v111{--eabmt-mql-width:min(100% - 18px,1640px)}.eabmt-product-detail-v111 .eabmt-mql-layout-v111{grid-template-columns:1fr!important}.eabmt-product-detail-v111 .eabmt-mql-side-v111{position:relative!important;top:auto!important;grid-template-columns:150px minmax(0,1fr)!important;align-items:start!important}.eabmt-product-detail-v111 .eabmt-mql-cover-v111{grid-row:1 / span 4!important}.eabmt-product-detail-v111 .eabmt-mql-side-meta-v111{grid-column:1 / -1!important}.eabmt-product-detail-v111 .eabmt-mql-title-row-v111{display:block!important}.eabmt-product-detail-v111 .eabmt-mql-badges-v111{max-width:100%!important;justify-content:flex-start!important;margin-top:10px!important}.eabmt-product-detail-v111 .eabmt-mql-spec-grid-v111,.eabmt-product-detail-v111 .eabmt-mql-album-strip-v111,.eabmt-product-detail-v111 .eabmt-product-value-row-v111,.eabmt-product-detail-v111 .eabmt-feature-grid-v111,.eabmt-product-detail-v111 .eabmt-tech-panel-v111,.eabmt-product-detail-v111 .eabmt-policy-panel-v111,.eabmt-product-detail-v111 .eabmt-album-grid-v111{grid-template-columns:1fr!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v111 div{border-right:0!important;border-bottom:1px solid #e5eaf1!important}.eabmt-product-detail-v111 .eabmt-product-value-row-v111 div:last-child{border-bottom:0!important}.eabmt-product-detail-v111 .eabmt-mql-block-head-v111{display:block!important}.eabmt-product-detail-v111 .eabmt-mql-block-head-v111 p{margin-top:6px!important}}
@media (max-width:520px){.eabmt-product-detail-v111 .eabmt-mql-side-v111{grid-template-columns:1fr!important}.eabmt-product-detail-v111 .eabmt-mql-cover-v111{grid-row:auto!important;max-width:230px!important;margin:0 auto!important}.eabmt-product-detail-v111 .eabmt-mql-overview-v111,.eabmt-product-detail-v111 .eabmt-mql-album-v111{padding:14px!important}.eabmt-product-detail-v111 .eabmt-mql-tabs-v111 a,.eabmt-product-detail-v111 .eabmt-product-tabs-v111 a{padding:8px 14px!important;font-size:.84rem!important}}
.eabmt-anchor-offset-v111{display:block!important;position:relative!important;top:-90px!important;visibility:hidden!important}.eabmt-mql-buy-button-v111:disabled{opacity:.55!important;cursor:not-allowed!important;background:#94a3b8!important;border-color:#94a3b8!important}

/* v1.0.12: popup mua cho single product thường */
.eabmt-product-detail-v111 .eabmt-mql-buy-button-v112{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:38px!important;margin-top:8px!important;border:1px solid #32aa3b!important;border-radius:0!important;background:#32aa3b!important;color:#fff!important;font-weight:900!important;cursor:pointer!important;box-shadow:none!important}
.eabmt-wc-buy-modal-v112 .eabmt-wc-buy-modal-card-v112{width:min(560px,94vw)!important;padding:22px!important}
.eabmt-wc-buy-modal-v112 .eabmt-wc-buy-modal-card-v112 h2{font-size:1.35rem!important;line-height:1.2!important;margin:8px 42px 6px 0!important}
.eabmt-wc-buy-modal-v112 .eabmt-mql-wc-cart-v112{margin-top:14px!important;padding-top:14px!important;border-top:1px solid #e5eaf1!important}
.eabmt-wc-buy-modal-v112 .eabmt-mql-wc-cart-v112 form.cart{display:grid!important;gap:10px!important}


/* v1.0.12 - approved MQL5 demo applied into theme */
.eabmt-product-detail-v112{--eabmt-mql-width:min(100% - 34px,1380px);--eabmt-mql-line:#d8e1ec;--eabmt-mql-soft:#f8fafc;--eabmt-mql-ink:#102033;--eabmt-mql-muted:#64748b;--eabmt-mql-green:#16a34a;background:#fff!important;color:var(--eabmt-mql-ink)!important;padding:0 0 72px!important;font-size:14px!important}
.eabmt-product-detail-v112 .eabmt-mql-shell-v111,.eabmt-product-detail-v112 .eabmt-section,.eabmt-product-detail-v112 .eabmt-final-cta,.eabmt-product-detail-v112 .eabmt-wc-related-v110{width:var(--eabmt-mql-width)!important;max-width:var(--eabmt-mql-width)!important;margin-left:auto!important;margin-right:auto!important}
.eabmt-product-detail-v112 .eabmt-mql-shell-v111{margin-top:18px!important}.eabmt-product-detail-v112 .eabmt-section,.eabmt-product-detail-v112 .eabmt-final-cta,.eabmt-product-detail-v112 .eabmt-wc-related-v110{margin-top:18px!important}
.eabmt-product-detail-v112 .eabmt-mql-layout-v111{display:grid!important;grid-template-columns:250px minmax(0,1fr)!important;gap:16px!important;align-items:start!important}
.eabmt-product-detail-v112 .eabmt-mql-side-v111{position:sticky!important;top:86px!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;align-content:start!important;padding:12px!important;border:1px solid var(--eabmt-mql-line)!important;border-radius:2px!important;background:#fff!important;box-shadow:none!important}
.eabmt-product-detail-v112 .eabmt-mql-cover-v111{position:relative!important;display:block!important;aspect-ratio:1/1!important;width:100%!important;margin:0!important;padding:0!important;border:1px solid #cfd8e3!important;border-radius:2px!important;background:#07111f!important;overflow:hidden!important;cursor:zoom-in!important;box-shadow:none!important;appearance:none!important}
.eabmt-product-detail-v112 .eabmt-mql-cover-v111 img,.eabmt-product-detail-v112 .eabmt-mql-album-item-v111 img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.eabmt-product-detail-v112 .eabmt-mql-price-v111{text-align:center!important;padding:0!important;color:#16a34a!important}.eabmt-product-detail-v112 .eabmt-mql-price-v111 small{display:block!important;color:#64748b!important;font-size:11px!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-weight:900!important}.eabmt-product-detail-v112 .eabmt-mql-price-v111 strong{display:block!important;color:#16a34a!important;font-size:17px!important;line-height:1.2!important;font-weight:1000!important}.eabmt-product-detail-v112 .eabmt-mql-price-v111 span{display:block!important;color:#0f766e!important;font-size:12px!important;margin-top:3px!important;font-weight:900!important}
.eabmt-product-detail-v112 .eabmt-mql-buy-button-v111,.eabmt-product-detail-v112 .eabmt-mql-buy-button-v112{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:38px!important;margin:0!important;padding:8px 12px!important;border:1px solid #129739!important;border-radius:0!important;background:#39b54a!important;color:#fff!important;font-weight:950!important;text-decoration:none!important;cursor:pointer!important;box-shadow:none!important}.eabmt-product-detail-v112 .eabmt-mql-buy-button-v111:hover,.eabmt-product-detail-v112 .eabmt-mql-buy-button-v112:hover{background:#2fa83f!important;color:#fff!important}
.eabmt-product-detail-v112 .eabmt-mql-secondary-v111{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:36px!important;border:1px solid #b7c8dd!important;background:#fff!important;color:#1d4ed8!important;font-weight:850!important;text-decoration:none!important;border-radius:0!important}
.eabmt-product-detail-v112 .eabmt-mql-side-meta-v111{border-top:1px solid #e5eaf1!important;margin-top:0!important}.eabmt-product-detail-v112 .eabmt-mql-side-meta-v111 div{display:flex!important;justify-content:space-between!important;gap:8px!important;padding:9px 0!important;border-bottom:1px solid #edf2f7!important}.eabmt-product-detail-v112 .eabmt-mql-side-meta-v111 small{color:#64748b!important;font-size:12px!important}.eabmt-product-detail-v112 .eabmt-mql-side-meta-v111 strong{text-align:right!important;font-size:12px!important;color:#172033!important}
.eabmt-product-detail-v112 .eabmt-mql-main-v111{border:1px solid var(--eabmt-mql-line)!important;border-radius:2px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important}.eabmt-product-detail-v112 .eabmt-mql-tabs-v111{display:flex!important;min-height:38px!important;background:#f0f2f5!important;border-bottom:1px solid #cfd8e3!important;overflow:auto!important}.eabmt-product-detail-v112 .eabmt-mql-tabs-v111 a{min-width:126px!important;padding:9px 18px!important;border-right:1px solid #cfd8e3!important;text-align:center!important;text-decoration:none!important;color:#0f172a!important;font-size:14px!important;font-weight:900!important}.eabmt-product-detail-v112 .eabmt-mql-tabs-v111 a.is-active{background:#fff!important;border-top:2px solid #3b82f6!important;padding-top:7px!important}
.eabmt-product-detail-v112 .eabmt-mql-overview-v111{padding:16px!important}.eabmt-product-detail-v112 .eabmt-mql-title-row-v111{display:flex!important;justify-content:space-between!important;gap:16px!important;align-items:flex-start!important}.eabmt-product-detail-v112 .eabmt-mql-title-row-v111 h1{margin:0!important;font-size:22px!important;line-height:1.2!important;color:#102033!important}.eabmt-product-detail-v112 .eabmt-mql-rating-v111{margin-top:6px!important;display:flex!important;gap:8px!important;flex-wrap:wrap!important;align-items:center!important;color:#64748b!important}.eabmt-product-detail-v112 .eabmt-mql-stars-v111{color:#f5a400!important;letter-spacing:1px!important}.eabmt-product-detail-v112 .eabmt-mql-badges-v111{display:flex!important;gap:7px!important;flex-wrap:wrap!important;justify-content:flex-end!important;max-width:48%!important}.eabmt-product-detail-v112 .eabmt-mql-badges-v111 span{padding:6px 8px!important;border:1px solid #d8e8fb!important;border-radius:2px!important;background:#eef6ff!important;color:#1e40af!important;font-size:12px!important;font-weight:800!important}
.eabmt-product-detail-v112 .eabmt-mql-inline-meta-v111{display:flex!important;flex-wrap:wrap!important;gap:12px 18px!important;color:#64748b!important;margin:12px 0!important;font-size:13px!important}.eabmt-product-detail-v112 .eabmt-mql-inline-meta-v111 strong{color:#172033!important}.eabmt-product-detail-v112 .eabmt-mql-short-v111{line-height:1.72!important;color:#102033!important}.eabmt-product-detail-v112 .eabmt-mql-spec-grid-v111{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:14px 0!important}.eabmt-product-detail-v112 .eabmt-mql-spec-grid-v111 div{padding:10px!important;border:1px solid #e5eaf1!important;background:#f8fafc!important;border-radius:2px!important}.eabmt-product-detail-v112 .eabmt-mql-spec-grid-v111 small{display:block!important;color:#64748b!important;font-size:11px!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:.05em!important}.eabmt-product-detail-v112 .eabmt-mql-spec-grid-v111 strong{display:block!important;margin-top:4px!important;color:#172033!important;white-space:normal!important;overflow-wrap:anywhere!important}
.eabmt-product-detail-v112 .eabmt-mql-feature-box-v111{padding:14px!important;border:1px solid #e5eaf1!important;background:#fbfdff!important;border-radius:2px!important;margin-top:14px!important}.eabmt-product-detail-v112 .eabmt-mql-feature-box-v111 h2{margin:0 0 10px!important;font-size:17px!important}.eabmt-product-detail-v112 .eabmt-mql-feature-box-v111 ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 16px!important;margin:0!important;padding:0!important;list-style:none!important}.eabmt-product-detail-v112 .eabmt-mql-feature-box-v111 li{line-height:1.45!important;font-weight:700!important;color:#243044!important}
.eabmt-product-detail-v112 .eabmt-mql-album-v111{padding:16px!important;border-top:1px solid #e5eaf1!important;background:#fff!important}.eabmt-product-detail-v112 .eabmt-mql-block-head-v111{display:flex!important;justify-content:space-between!important;gap:16px!important;align-items:flex-end!important;margin-bottom:12px!important}.eabmt-product-detail-v112 .eabmt-mql-block-head-v111 h2{margin:4px 0 0!important;font-size:18px!important}.eabmt-product-detail-v112 .eabmt-mql-block-head-v111 p{margin:0!important;max-width:460px!important;color:#64748b!important}.eabmt-product-detail-v112 .eabmt-mql-album-strip-v111{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.eabmt-product-detail-v112 .eabmt-mql-album-item-v111{padding:0!important;border:1px solid #cfd8e3!important;background:#f8fafc!important;aspect-ratio:16/9!important;cursor:zoom-in!important;overflow:hidden!important;border-radius:2px!important;box-shadow:none!important;appearance:none!important}
.eabmt-product-detail-v112 .eabmt-product-value-row-v111,.eabmt-product-detail-v112 .eabmt-single-section-v111,.eabmt-product-detail-v112 .eabmt-policy-panel-v111,.eabmt-product-detail-v112 .eabmt-final-cta-v111,.eabmt-product-detail-v112 .eabmt-wc-related-v110{padding:22px!important;border:1px solid var(--eabmt-mql-line)!important;border-radius:2px!important;background:#fff!important;box-shadow:none!important}.eabmt-product-detail-v112 .eabmt-product-value-row-v111{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.eabmt-product-detail-v112 .eabmt-product-value-row-v111 div{padding:16px!important;border:1px solid #e5eaf1!important;background:#f8fafc!important;border-radius:2px!important}.eabmt-product-detail-v112 .eabmt-product-description-v111{margin-top:18px!important}.eabmt-product-detail-v112 .eabmt-product-description-v111 .eabmt-prose{line-height:1.8!important;max-width:100%!important}.eabmt-product-detail-v112 .eabmt-modal-card-v2{border-radius:8px!important}.eabmt-product-detail-v112 .eabmt-modal-card-v2 .eabmt-btn-primary,.eabmt-product-detail-v112 .eabmt-wc-buy-modal-v112 .single_add_to_cart_button,.eabmt-product-detail-v112 .eabmt-wc-buy-modal-v112 button[type=submit]{background:#39b54a!important;border-color:#39b54a!important;color:#fff!important;font-weight:950!important;border-radius:0!important;min-height:42px!important}.eabmt-product-detail-v112 .eabmt-wc-buy-modal-v112 .quantity input{min-height:40px!important;border:1px solid #cfd8e3!important}.eabmt-product-detail-v112 .eabmt-wc-buy-modal-v112 table.variations{width:100%!important}.eabmt-product-detail-v112 .eabmt-wc-buy-modal-v112 table.variations th,.eabmt-product-detail-v112 .eabmt-wc-buy-modal-v112 table.variations td{display:block!important;width:100%!important;padding:4px 0!important}.eabmt-product-detail-v112 .eabmt-wc-buy-modal-v112 select{width:100%!important;min-height:40px!important;border:1px solid #cfd8e3!important}
@media(max-width:1024px){.eabmt-product-detail-v112 .eabmt-mql-layout-v111{grid-template-columns:1fr!important}.eabmt-product-detail-v112 .eabmt-mql-side-v111{position:relative!important;top:auto!important;grid-template-columns:170px minmax(0,1fr)!important}.eabmt-product-detail-v112 .eabmt-mql-cover-v111{grid-row:span 4!important}.eabmt-product-detail-v112 .eabmt-mql-side-meta-v111{grid-column:2!important}.eabmt-product-detail-v112 .eabmt-mql-spec-grid-v111{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-product-detail-v112 .eabmt-mql-feature-box-v111 ul,.eabmt-product-detail-v112 .eabmt-product-value-row-v111{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){.eabmt-product-detail-v112{--eabmt-mql-width:min(100% - 18px,1380px)}.eabmt-product-detail-v112 .eabmt-mql-side-v111,.eabmt-product-detail-v112 .eabmt-mql-spec-grid-v111,.eabmt-product-detail-v112 .eabmt-mql-feature-box-v111 ul,.eabmt-product-detail-v112 .eabmt-mql-album-strip-v111,.eabmt-product-detail-v112 .eabmt-product-value-row-v111,.eabmt-product-detail-v112 .eabmt-feature-grid-v111,.eabmt-product-detail-v112 .eabmt-tech-panel-v111,.eabmt-product-detail-v112 .eabmt-policy-panel-v111{grid-template-columns:1fr!important}.eabmt-product-detail-v112 .eabmt-mql-cover-v111{grid-row:auto!important;max-width:260px!important;margin:auto!important}.eabmt-product-detail-v112 .eabmt-mql-side-meta-v111{grid-column:auto!important}.eabmt-product-detail-v112 .eabmt-mql-title-row-v111,.eabmt-product-detail-v112 .eabmt-mql-block-head-v111{display:block!important}.eabmt-product-detail-v112 .eabmt-mql-badges-v111{justify-content:flex-start!important;max-width:100%!important;margin-top:10px!important}.eabmt-product-detail-v112 .eabmt-mql-tabs-v111 a{padding:9px 14px!important;min-width:110px!important}.eabmt-product-detail-v112 .eabmt-mql-block-head-v111 p{margin-top:6px!important}}


/* v1.0.13: move long description into the main product panel and hide old flow cards */
.eabmt-product-detail-v113 .eabmt-product-value-row-v111,.eabmt-product-detail-v113 .eabmt-product-value-row-v110,.eabmt-product-detail-v113 .eabmt-product-value-row-v109,.eabmt-product-detail-v113 .eabmt-product-value-row-v2{display:none!important}
.eabmt-product-detail-v113 .eabmt-description-inline-v113{margin:0!important;padding:16px 18px 18px!important;border-top:1px solid #edf1f6!important;background:#fff!important;box-shadow:none!important}
.eabmt-product-detail-v113 .eabmt-description-inline-v113 .eabmt-kicker{display:block!important;margin:0 0 4px!important;color:#2563eb!important;font-size:.72rem!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.06em!important}
.eabmt-product-detail-v113 .eabmt-description-inline-v113 h2{margin:0 0 10px!important;color:#111827!important;font-size:1.08rem!important;line-height:1.25!important;font-weight:900!important;letter-spacing:-.01em!important}
.eabmt-product-detail-v113 .eabmt-description-inline-v113 .eabmt-prose{max-width:100%!important;color:#1f2937!important;font-size:.95rem!important;line-height:1.78!important}
.eabmt-product-detail-v113 .eabmt-description-inline-v113 .eabmt-prose p{margin:0 0 12px!important}
.eabmt-product-detail-v113 .eabmt-description-inline-v113 .eabmt-prose p:last-child{margin-bottom:0!important}
.eabmt-product-detail-v113 .eabmt-description-inline-v113 .eabmt-prose img{max-width:100%!important;height:auto!important;border-radius:2px!important}
.eabmt-product-detail-v113 .eabmt-mql-description-v113+.eabmt-mql-album-v111{border-top:1px solid #edf1f6!important}
@media(max-width:720px){.eabmt-product-detail-v113 .eabmt-description-inline-v113{padding:14px 14px 16px!important}}

/* Product feedback/review forms v1.0.14 */
.eabmt-product-discussion-v114{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.eabmt-product-discussion-v114 .eabmt-feedback-v114{margin:0}.eabmt-feedback-v114{display:grid;gap:18px;width:100%;color:var(--eabmt-text)}.eabmt-feedback-v114 a{text-decoration:none}.eabmt-feedback-head-v114{display:flex;align-items:stretch;justify-content:space-between;gap:18px;padding:24px;border:1px solid var(--eabmt-line);border-radius:26px;background:#fff;box-shadow:var(--eabmt-shadow-soft)}.eabmt-feedback-head-v114 h2{margin:10px 0 6px!important;font-size:clamp(1.55rem,3vw,2.35rem)!important;line-height:1.08;letter-spacing:-.055em}.eabmt-feedback-head-v114 p{max-width:720px;margin:0;color:var(--eabmt-muted)}.eabmt-feedback-score-v114{min-width:178px;display:grid;place-items:center;align-content:center;gap:6px;padding:18px;border:1px solid #d9f5f1;border-radius:22px;background:linear-gradient(180deg,#f0fdfa,#fff)}.eabmt-feedback-score-v114 strong{font-size:2.25rem;line-height:1;color:var(--eabmt-primary-dark);letter-spacing:-.04em}.eabmt-feedback-score-v114 span{font-weight:850;color:#475569}.eabmt-feedback-stars-v114{display:inline-flex;align-items:center;gap:2px;color:#cbd5e1;font-size:1rem;letter-spacing:.02em}.eabmt-feedback-stars-v114 .is-filled{color:var(--eabmt-warn)}.eabmt-feedback-stats-v114{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.eabmt-feedback-stats-v114 a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid var(--eabmt-line);border-radius:20px;background:#fff;color:inherit;box-shadow:0 10px 25px rgba(15,23,42,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.eabmt-feedback-stats-v114 a:hover{transform:translateY(-1px);border-color:#99f6e4;box-shadow:var(--eabmt-shadow-soft);color:var(--eabmt-primary-dark)}.eabmt-feedback-stats-v114 small{display:block;color:var(--eabmt-muted);font-weight:950;text-transform:uppercase;letter-spacing:.07em;font-size:.72rem}.eabmt-feedback-stats-v114 strong{font-size:1.18rem;line-height:1;color:var(--eabmt-text)}.eabmt-feedback-forms-v114{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.eabmt-feedback-form-card-v114,.eabmt-feedback-panel-v114,.eabmt-feedback-disabled-v114{border:1px solid var(--eabmt-line);border-radius:26px;background:#fff;box-shadow:var(--eabmt-shadow-soft)}.eabmt-feedback-form-card-v114{padding:22px}.eabmt-feedback-form-card-head-v114{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}.eabmt-feedback-form-card-head-v114>span{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:#ccfbf1;color:var(--eabmt-primary-dark);font-weight:1000}.eabmt-feedback-form-card-head-v114 h3,.eabmt-feedback-panel-head-v114 h3{margin:0;font-size:1.2rem;line-height:1.15;letter-spacing:-.035em}.eabmt-feedback-form-card-head-v114 p{margin:5px 0 0;color:var(--eabmt-muted);font-size:.92rem}.eabmt-feedback-form-v114{display:grid;gap:12px;margin:0}.eabmt-feedback-form-v114 .comment-notes{margin:0 0 2px}.eabmt-feedback-form-v114 p{margin:0}.eabmt-feedback-form-v114 .comment-form-author,.eabmt-feedback-form-v114 .comment-form-email{display:grid;gap:7px}.eabmt-feedback-field-v114{display:grid;gap:8px}.eabmt-feedback-field-v114 label{color:#334155;font-weight:950}.eabmt-feedback-field-v114 input:not([type=radio]):not([type=checkbox]),.eabmt-feedback-field-v114 textarea{width:100%;border:1px solid var(--eabmt-line);border-radius:16px;background:#f8fafc;color:var(--eabmt-text);padding:13px 14px;outline:0;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.eabmt-feedback-field-v114 textarea{min-height:132px;resize:vertical}.eabmt-feedback-field-v114 input:focus,.eabmt-feedback-field-v114 textarea:focus{border-color:#5eead4;background:#fff;box-shadow:0 0 0 4px rgba(20,184,166,.12)}.eabmt-feedback-field-v114 .required{color:var(--eabmt-bad)}.eabmt-feedback-rating-field-v114{padding:14px;border:1px solid #fde68a;border-radius:18px;background:#fffbeb}.eabmt-feedback-rating-field-v114 small{color:#92400e;font-weight:760}.eabmt-feedback-rating-input-v114{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px;width:max-content}.eabmt-feedback-rating-input-v114 input{position:absolute!important;opacity:0!important;pointer-events:none!important}.eabmt-feedback-rating-input-v114 label{font-size:2rem;line-height:1;color:#cbd5e1;cursor:pointer;transition:transform .15s ease,color .15s ease}.eabmt-feedback-rating-input-v114 label:hover,.eabmt-feedback-rating-input-v114 label:hover~label,.eabmt-feedback-rating-input-v114 input:checked~label{color:var(--eabmt-warn)}.eabmt-feedback-rating-input-v114 label:hover{transform:translateY(-1px) scale(1.05)}.eabmt-feedback-submit-v114{width:100%;min-height:48px!important;margin-top:4px!important}.eabmt-discussion-form-v114 .eabmt-feedback-submit-v114{background:#0f172a!important;color:#fff!important}.eabmt-feedback-disabled-v114{padding:18px;background:#f8fafc}.eabmt-feedback-disabled-v114 strong{display:block;color:#172033;font-size:1rem}.eabmt-feedback-disabled-v114 span{display:block;margin-top:4px;color:var(--eabmt-muted)}.eabmt-feedback-columns-v114{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.eabmt-feedback-panel-v114{padding:22px}.eabmt-feedback-panel-head-v114{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.eabmt-feedback-panel-head-v114 h3{margin-top:8px}.eabmt-feedback-panel-head-v114>strong{min-width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:#f1f5f9;color:#172033;font-size:1rem}.eabmt-feedback-list-v114{display:grid;gap:12px;list-style:none;margin:0;padding:0}.eabmt-feedback-item-v114{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;margin:0;padding:16px;border:1px solid var(--eabmt-line);border-radius:20px;background:#fbfdff}.eabmt-feedback-avatar-v114 img{width:48px;height:48px;border-radius:16px;object-fit:cover}.eabmt-feedback-body-v114{min-width:0}.eabmt-feedback-item-head-v114{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.eabmt-feedback-item-head-v114 strong{display:block;color:#111827;line-height:1.2}.eabmt-feedback-item-head-v114 time{display:block;margin-top:2px;color:var(--eabmt-muted);font-size:.82rem}.eabmt-feedback-rating-badge-v114{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;padding:6px 9px;border:1px solid #fde68a;border-radius:999px;background:#fffbeb;color:#92400e;font-weight:900}.eabmt-feedback-rating-badge-v114 .eabmt-feedback-stars-v114{font-size:.82rem}.eabmt-feedback-verified-v114{display:inline-flex;width:max-content;margin-bottom:8px;padding:5px 8px;border-radius:999px;background:#ecfdf5;color:#166534;font-weight:950;font-size:.78rem}.eabmt-feedback-content-v114{color:#334155;line-height:1.72}.eabmt-feedback-content-v114 p{margin:0 0 10px}.eabmt-feedback-content-v114 p:last-child{margin-bottom:0}.eabmt-feedback-empty-v114{display:grid;gap:4px;padding:20px;border:1px dashed var(--eabmt-line-strong);border-radius:20px;background:#f8fafc;color:var(--eabmt-muted)}.eabmt-feedback-empty-v114 strong{color:#172033}.eabmt-feedback-default-v114{width:min(100% - 36px,1080px);margin:26px auto}.eabmt-feedback-default-v114 .eabmt-feedback-form-card-v114{margin-bottom:18px}.woocommerce #reviews.eabmt-feedback-v114 #comments{width:auto;padding:0;border:0;background:transparent}.woocommerce #reviews.eabmt-feedback-v114 #comments ol.commentlist{padding:0}.woocommerce #reviews.eabmt-feedback-v114 .comment-reply-title{display:block}.woocommerce #reviews.eabmt-feedback-v114 #respond{margin:0;padding:0;border:0;background:transparent}.woocommerce #reviews.eabmt-feedback-v114 #respond p{margin:0}.woocommerce #reviews.eabmt-feedback-v114 #respond .form-submit{margin-top:6px}.woocommerce #reviews.eabmt-feedback-v114 #respond input#submit{width:100%}
@media (max-width:980px){.eabmt-feedback-head-v114,.eabmt-feedback-forms-v114,.eabmt-feedback-columns-v114{grid-template-columns:1fr;display:grid}.eabmt-feedback-head-v114{display:grid}.eabmt-feedback-score-v114{min-width:0;place-items:start}.eabmt-feedback-stats-v114{grid-template-columns:1fr}.eabmt-feedback-item-head-v114{display:grid}.eabmt-feedback-rating-badge-v114{width:max-content}}
@media (max-width:640px){.eabmt-feedback-head-v114,.eabmt-feedback-form-card-v114,.eabmt-feedback-panel-v114{border-radius:22px;padding:18px}.eabmt-feedback-rating-input-v114 label{font-size:1.75rem}.eabmt-feedback-item-v114{grid-template-columns:40px minmax(0,1fr);padding:14px}.eabmt-feedback-avatar-v114 img{width:40px;height:40px;border-radius:14px}}

/* v1.0.14 refinements: native WP review/comment split */
.eabmt-feedback-stats-v114>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid var(--eabmt-line);border-radius:20px;background:#fff;color:inherit;box-shadow:0 10px 25px rgba(15,23,42,.04)}
.eabmt-feedback-panel-head-v114{align-items:flex-start!important}.eabmt-feedback-panel-head-v114 p{margin:4px 0 0;color:var(--eabmt-muted);font-size:.92rem;line-height:1.5}.eabmt-feedback-respond-v114{margin-top:18px;padding-top:18px;border-top:1px solid var(--eabmt-line)}
.eabmt-feedback-note-v114,.eabmt-feedback-form-v114 .logged-in-as{margin:0!important;color:var(--eabmt-muted);font-size:.9rem;line-height:1.55}.eabmt-feedback-note-v114 a,.eabmt-feedback-form-v114 .logged-in-as a{color:var(--eabmt-primary-dark);font-weight:850}.eabmt-feedback-form-title-v114{margin:0 0 12px!important;font-size:1.08rem!important;letter-spacing:-.02em!important}.eabmt-feedback-field-full-v114{grid-column:1/-1}.eabmt-feedback-label-v114{display:block;margin-bottom:8px;color:#334155;font-weight:950}.eabmt-feedback-closed-v114,.eabmt-feedback-awaiting-v114{padding:12px 14px;border:1px solid #fde68a;border-radius:16px;background:#fffbeb;color:#92400e;font-weight:850}.eabmt-feedback-empty-v114{font-weight:800}.eabmt-comment-form-v114 .eabmt-feedback-submit-v114{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important}.eabmt-comments-area-v114{width:min(100% - 36px,1080px)}
@media(max-width:640px){.eabmt-feedback-stats-v114>div{padding:14px 16px}.eabmt-feedback-respond-v114{margin-top:14px;padding-top:14px}}

/* Product discussion renderer compatibility v1.0.14 */
.eabmt-product-feedback-v114{display:grid;gap:18px;width:100%;color:var(--eabmt-text)}.eabmt-feedback-header-v114{display:flex;align-items:stretch;justify-content:space-between;gap:18px;padding:24px;border:1px solid var(--eabmt-line);border-radius:26px;background:#fff;box-shadow:var(--eabmt-shadow-soft)}.eabmt-feedback-header-v114 h2{margin:10px 0 6px!important;font-size:clamp(1.55rem,3vw,2.35rem)!important;line-height:1.08;letter-spacing:-.055em}.eabmt-feedback-header-v114 p{max-width:720px;margin:0;color:var(--eabmt-muted)}.eabmt-feedback-score-v114 small{display:block;color:var(--eabmt-muted);font-weight:850}.eabmt-feedback-score-v114 .eabmt-feedback-stars-v114{display:inline-flex;align-items:center;gap:8px}.eabmt-feedback-stars-v114>span{color:var(--eabmt-warn);font-size:1rem;letter-spacing:.04em;white-space:nowrap}.eabmt-feedback-stars-v114>em{font-style:normal;color:#92400e;font-weight:950}.eabmt-feedback-stats-v114>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid var(--eabmt-line);border-radius:20px;background:#fff;box-shadow:0 10px 25px rgba(15,23,42,.04)}.eabmt-feedback-stats-v114>div small{display:block;color:var(--eabmt-muted);font-weight:950;text-transform:uppercase;letter-spacing:.07em;font-size:.72rem}.eabmt-feedback-stats-v114>div strong{font-size:1.18rem;line-height:1;color:var(--eabmt-text)}.eabmt-feedback-panel-head-v114{display:grid;gap:5px}.eabmt-feedback-panel-head-v114 p{margin:0;color:var(--eabmt-muted)}.eabmt-feedback-panel-v114 .eabmt-feedback-list-v114{margin-bottom:16px}.eabmt-feedback-respond-v114{margin-top:16px;padding-top:16px;border-top:1px solid var(--eabmt-line)}.eabmt-feedback-form-title-v114{margin:0 0 10px!important;font-size:1.08rem!important;line-height:1.2!important;letter-spacing:-.025em}.eabmt-feedback-note-v114{margin:0 0 12px!important;color:var(--eabmt-muted);font-size:.92rem}.eabmt-feedback-note-v114 a{color:var(--eabmt-primary-dark);font-weight:900}.eabmt-feedback-field-v114 span,.eabmt-feedback-rating-field-v114 b{color:var(--eabmt-bad)}.eabmt-feedback-field-full-v114{grid-column:1/-1}.eabmt-feedback-rating-field-v114{display:grid;gap:10px;margin:0 0 12px;padding:14px;border:1px solid #fde68a;border-radius:18px;background:#fffbeb}.eabmt-feedback-label-v114{color:#92400e;font-weight:950}.eabmt-feedback-rating-options-v114{display:grid;gap:8px}.eabmt-feedback-rating-options-v114 label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid rgba(245,158,11,.28);border-radius:14px;background:#fff;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.eabmt-feedback-rating-options-v114 label:hover{transform:translateY(-1px);border-color:var(--eabmt-warn);background:#fff7ed}.eabmt-feedback-rating-options-v114 input{accent-color:var(--eabmt-warn);flex:0 0 auto}.eabmt-feedback-rating-options-v114 label span{margin-right:auto;color:var(--eabmt-warn);letter-spacing:.04em}.eabmt-feedback-rating-options-v114 label em{font-style:normal;color:#92400e;font-weight:850;font-size:.88rem}.eabmt-feedback-comment-v114{margin:0!important;padding:0!important;list-style:none}.eabmt-feedback-comment-card-v114{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;margin:0;padding:16px;border:1px solid var(--eabmt-line);border-radius:20px;background:#fbfdff}.eabmt-feedback-comment-v114+ .eabmt-feedback-comment-v114{margin-top:12px!important}.eabmt-feedback-comment-body-v114{min-width:0}.eabmt-feedback-comment-head-v114{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.eabmt-feedback-comment-head-v114 strong{display:block;color:#111827;line-height:1.2}.eabmt-feedback-comment-head-v114 time{display:block;margin-top:2px;color:var(--eabmt-muted);font-size:.82rem}.eabmt-feedback-comment-head-v114 .eabmt-feedback-stars-v114{padding:6px 9px;border:1px solid #fde68a;border-radius:999px;background:#fffbeb;white-space:nowrap}.eabmt-feedback-comment-text-v114{color:#334155;line-height:1.72}.eabmt-feedback-comment-text-v114 p{margin:0 0 10px}.eabmt-feedback-comment-text-v114 p:last-child{margin-bottom:0}.eabmt-feedback-awaiting-v114{display:inline-flex;margin:0 0 8px;padding:6px 9px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:850;font-size:.82rem}.eabmt-feedback-closed-v114{padding:16px;border:1px dashed var(--eabmt-line-strong);border-radius:18px;background:#f8fafc;color:var(--eabmt-muted)}.eabmt-feedback-columns-single-v114{grid-template-columns:1fr}.eabmt-feedback-default-v114{width:min(100% - 36px,1080px);margin:26px auto}.eabmt-feedback-default-v114 .navigation{margin-top:16px}.eabmt-cancel-reply-v114{display:block;margin:0 0 8px}.eabmt-cancel-reply-v114 a{color:var(--eabmt-bad);font-weight:850}
@media (max-width:980px){.eabmt-feedback-header-v114{display:grid}.eabmt-feedback-comment-head-v114{display:grid}.eabmt-feedback-comment-head-v114 .eabmt-feedback-stars-v114{width:max-content}.eabmt-feedback-rating-options-v114 label{align-items:flex-start;flex-direction:column}.eabmt-feedback-rating-options-v114 label span{margin-right:0}}
@media (max-width:640px){.eabmt-feedback-header-v114{border-radius:22px;padding:18px}.eabmt-feedback-comment-card-v114{grid-template-columns:40px minmax(0,1fr);padding:14px}.eabmt-feedback-rating-options-v114 label{gap:7px}.eabmt-feedback-rating-options-v114 label span{font-size:.95rem}}
.eabmt-anchor-target-v114{scroll-margin-top:110px}

/* Feedback polish v1.0.14 final */
.eabmt-feedback-stars-v114>span{color:#cbd5e1!important}.eabmt-feedback-stars-v114>span.is-filled{color:var(--eabmt-warn)!important}.eabmt-feedback-stars-v114 em{font-style:normal;color:#92400e;font-weight:950;margin-left:3px}.eabmt-feedback-stats-v114>a,.eabmt-feedback-stats-v114>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:16px 18px!important;border:1px solid var(--eabmt-line)!important;border-radius:20px!important;background:#fff!important;color:inherit!important;box-shadow:0 10px 25px rgba(15,23,42,.04)!important}.eabmt-feedback-stats-v114>a:hover{transform:translateY(-1px);border-color:#99f6e4!important;box-shadow:var(--eabmt-shadow-soft)!important;color:var(--eabmt-primary-dark)!important}.eabmt-feedback-panel-head-v114{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;margin-bottom:16px!important}.eabmt-feedback-panel-head-v114>div{min-width:0}.eabmt-feedback-panel-head-v114 h3{margin:0 0 5px!important}.eabmt-feedback-panel-head-v114 p{margin:0!important;color:var(--eabmt-muted)!important;font-size:.92rem!important;line-height:1.5!important}.eabmt-feedback-panel-head-v114>strong{min-width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#f1f5f9!important;color:#172033!important;font-size:1rem!important}.eabmt-feedback-rating-badge-v114 .eabmt-feedback-stars-v114 em{display:none}.eabmt-feedback-form-v114 .form-submit{margin:0!important}.eabmt-feedback-form-v114 input[type=submit],.eabmt-feedback-form-v114 button[type=submit]{cursor:pointer}.eabmt-feedback-v114 .comment-reply-title{margin-top:0!important}.eabmt-feedback-field-v114 input:not([type=radio]):not([type=checkbox]),.eabmt-feedback-field-v114 textarea{box-sizing:border-box!important}.eabmt-feedback-comment-v114.depth-2,.eabmt-feedback-comment-v114.depth-3{margin-left:26px!important}.eabmt-feedback-awaiting-v114{display:inline-flex!important;margin:0 0 8px!important;padding:6px 9px!important;border-radius:999px!important;background:#eff6ff!important;color:#1d4ed8!important;font-weight:850!important;font-size:.82rem!important}.eabmt-product-detail-v111 .eabmt-product-discussion-v114{width:var(--eabmt-mql-width)!important;max-width:var(--eabmt-mql-width)!important;margin:18px auto 0!important}.eabmt-product-detail-v111 .eabmt-feedback-head-v114,.eabmt-product-detail-v111 .eabmt-feedback-panel-v114,.eabmt-product-detail-v111 .eabmt-feedback-stats-v114>a,.eabmt-product-detail-v111 .eabmt-feedback-stats-v114>div{border-radius:2px!important}.eabmt-product-detail-v111 .eabmt-feedback-head-v114{box-shadow:0 12px 32px rgba(15,23,42,.04)!important}.eabmt-product-detail-v111 .eabmt-feedback-panel-v114{box-shadow:0 12px 32px rgba(15,23,42,.04)!important}
@media(max-width:980px){.eabmt-feedback-panel-head-v114{display:flex!important}.eabmt-feedback-columns-v114{grid-template-columns:1fr!important}.eabmt-feedback-comment-v114.depth-2,.eabmt-feedback-comment-v114.depth-3{margin-left:14px!important}}
@media(max-width:640px){.eabmt-feedback-stats-v114>a,.eabmt-feedback-stats-v114>div{padding:14px 16px!important}.eabmt-feedback-panel-head-v114{display:grid!important}.eabmt-feedback-panel-head-v114>strong{width:max-content}.eabmt-feedback-rating-input-v114 label{font-size:1.7rem!important}}
.eabmt-feedback-notice-v114{padding:14px 16px;border-radius:18px;border:1px solid var(--eabmt-line);background:#f8fafc;font-weight:850}.eabmt-feedback-notice-v114.is-success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.eabmt-feedback-notice-v114.is-info{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.eabmt-feedback-notice-v114.is-error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.eabmt-anchor-target-v114{scroll-margin-top:96px}.eabmt-feedback-score-v114 small{display:block;color:var(--eabmt-muted);font-size:.82rem;font-weight:850;text-align:center}

/* v1.0.15 - real product tabs, popup feedback forms, sticky MQL side column */
.eabmt-product-detail-v115 .eabmt-mql-shell-v111,.eabmt-product-detail-v115 .eabmt-mql-layout-v111{overflow:visible!important}.eabmt-product-detail-v115 .eabmt-mql-side-v111{position:sticky!important;top:calc(var(--wp-admin--admin-bar--height,0px) + 86px)!important;max-height:calc(100vh - var(--wp-admin--admin-bar--height,0px) - 96px)!important;overflow:auto!important;z-index:5!important;scrollbar-width:thin!important}.eabmt-product-detail-v115 .eabmt-mql-side-v111::-webkit-scrollbar{width:6px!important}.eabmt-product-detail-v115 .eabmt-mql-side-v111::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:999px!important}.eabmt-product-detail-v115 .eabmt-mql-tabs-v115{position:sticky!important;top:0!important;z-index:4!important}.eabmt-product-detail-v115 .eabmt-mql-tabs-v115 a{cursor:pointer!important;outline:none!important}.eabmt-product-detail-v115 .eabmt-mql-tabs-v115 a:focus-visible{box-shadow:inset 0 0 0 2px #2563eb!important}.eabmt-product-detail-v115 .eabmt-mql-tab-panel-v115[hidden]{display:none!important}.eabmt-product-detail-v115 .eabmt-mql-tab-panel-v115.is-active{display:block!important}.eabmt-product-detail-v115 .eabmt-mql-tab-panel-v115{min-height:420px!important;background:#fff!important}.eabmt-product-detail-v115 .eabmt-mql-panel-pad-v115{padding:18px!important;border-top:1px solid #e5eaf1!important;background:#fff!important}.eabmt-product-detail-v115 .eabmt-mql-panel-pad-v115:first-child{border-top:0!important}.eabmt-product-detail-v115 .eabmt-mql-panel-pad-v115 h2{margin:4px 0 12px!important;color:#0f172a!important;font-size:1.18rem!important;font-weight:950!important;letter-spacing:-.02em!important}.eabmt-product-detail-v115 .eabmt-mql-panel-block-v115{border-top:1px solid #e5eaf1!important}.eabmt-product-detail-v115 .eabmt-policy-panel-v115{margin:0!important;border:0!important;border-top:1px solid #e5eaf1!important;border-radius:0!important;box-shadow:none!important;width:100%!important;max-width:100%!important;padding:18px!important}.eabmt-product-detail-v115 .eabmt-mql-feedback-panel-v115{padding:0!important}.eabmt-feedback-tab-v115{padding:18px!important;background:#fff!important}.eabmt-feedback-tab-head-v115{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin:0 0 14px!important}.eabmt-feedback-tab-head-v115 h2{margin:3px 0 6px!important;color:#0f172a!important;font-size:1.22rem!important;font-weight:950!important;letter-spacing:-.02em!important}.eabmt-feedback-tab-head-v115 p{margin:0!important;color:#64748b!important;font-size:.92rem!important;line-height:1.55!important}.eabmt-feedback-tab-summary-v115{display:grid!important;justify-items:end!important;gap:2px!important;min-width:145px!important;padding:12px!important;border:1px solid #dbe4ef!important;background:#f8fafc!important;border-radius:6px!important;text-align:right!important}.eabmt-feedback-tab-summary-v115 strong{color:#0f172a!important;font-size:1.25rem!important;line-height:1!important}.eabmt-feedback-tab-summary-v115 small{color:#64748b!important;font-weight:800!important}.eabmt-feedback-tab-action-v115{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 16px!important;padding:12px!important;border:1px solid #dbe4ef!important;background:#fbfdff!important;border-radius:6px!important}.eabmt-feedback-tab-action-v115 span{color:#64748b!important;font-size:.88rem!important;font-weight:800!important}.eabmt-feedback-open-v115{min-height:40px!important;padding:9px 16px!important;border-radius:5px!important;font-weight:950!important}.eabmt-feedback-list-panel-v115{border:1px solid #dbe4ef!important;border-radius:6px!important;background:#fff!important;overflow:hidden!important}.eabmt-feedback-list-head-v115{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:13px 15px!important;border-bottom:1px solid #e5eaf1!important;background:#f8fafc!important}.eabmt-feedback-list-head-v115 h3{margin:0!important;color:#0f172a!important;font-size:1rem!important;font-weight:950!important}.eabmt-feedback-list-head-v115 strong{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:34px!important;height:28px!important;padding:0 10px!important;border-radius:999px!important;background:#eaf1fb!important;color:#1d4ed8!important;font-size:.9rem!important}.eabmt-feedback-list-panel-v115 .eabmt-feedback-list-v114{margin:0!important;padding:0!important}.eabmt-feedback-list-panel-v115 .eabmt-feedback-empty-v114{margin:14px!important}.eabmt-feedback-modal-v115{position:fixed!important;inset:0!important;display:none!important;align-items:center!important;justify-content:center!important;padding:22px!important;z-index:100000!important}.eabmt-feedback-modal-v115.is-open{display:flex!important}.eabmt-feedback-modal-backdrop-v115{position:absolute!important;inset:0!important;background:rgba(15,23,42,.58)!important;backdrop-filter:blur(4px)!important}.eabmt-feedback-modal-card-v115{position:relative!important;width:min(760px,100%)!important;max-height:calc(100vh - 44px)!important;overflow:auto!important;padding:24px!important;border:1px solid #d7e1ee!important;border-radius:12px!important;background:#fff!important;box-shadow:0 28px 90px rgba(15,23,42,.34)!important}.eabmt-feedback-modal-card-v115 h3{margin:5px 38px 8px 0!important;color:#0f172a!important;font-size:1.35rem!important;font-weight:950!important;letter-spacing:-.02em!important}.eabmt-feedback-modal-intro-v115{margin:0 0 16px!important;color:#64748b!important;line-height:1.6!important}.eabmt-feedback-modal-close-v115{position:absolute!important;top:14px!important;right:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;border:1px solid #dbe4ef!important;border-radius:999px!important;background:#fff!important;color:#0f172a!important;font-size:24px!important;line-height:1!important;cursor:pointer!important}.eabmt-feedback-modal-close-v115:hover{background:#f8fafc!important}.eabmt-feedback-modal-form-v115 .comment-respond,.eabmt-feedback-modal-form-v115 .eabmt-feedback-respond-v114{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.eabmt-feedback-modal-form-v115 .eabmt-feedback-form-v114{margin:0!important}.eabmt-feedback-modal-form-v115 .eabmt-feedback-form-title-v114{display:none!important}body.eabmt-feedback-modal-open{overflow:hidden!important}@media(max-width:900px){.eabmt-product-detail-v115 .eabmt-mql-side-v111{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important}.eabmt-product-detail-v115 .eabmt-mql-tabs-v115{position:relative!important}.eabmt-feedback-tab-head-v115{display:block!important}.eabmt-feedback-tab-summary-v115{justify-items:start!important;text-align:left!important;margin-top:12px!important}.eabmt-feedback-tab-action-v115{display:grid!important;align-items:stretch!important}.eabmt-feedback-modal-card-v115{padding:18px!important}}

/* v1.0.16 - Single price cleanup, archive filters/cards, YouTube album */
.eabmt-product-detail-v116 .eabmt-mql-description-v113>.eabmt-kicker{display:none!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;margin:10px 0!important;padding:12px 10px!important;border-top:1px solid #e5eaf1!important;border-bottom:1px solid #e5eaf1!important;background:#fff!important;text-align:center!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 small{margin:0!important;color:#64748b!important;font-size:11px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;line-height:1!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 strong{display:flex!important;align-items:baseline!important;justify-content:center!important;gap:4px!important;width:100%!important;color:#009b32!important;font-size:22px!important;font-weight:1000!important;line-height:1.08!important;letter-spacing:-.02em!important;white-space:nowrap!important;word-break:normal!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 strong .woocommerce-Price-amount,.eabmt-product-detail-v116 .eabmt-mql-price-v116 strong bdi{display:inline-flex!important;align-items:baseline!important;gap:4px!important;white-space:nowrap!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 strong .woocommerce-Price-currencySymbol{display:inline!important;float:none!important;margin-left:3px!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116>span{display:none!important}.eabmt-product-detail-v116 .eabmt-mql-side-meta-v111{grid-template-columns:1fr!important}.eabmt-product-detail-v116 .eabmt-mql-side-meta-v111 div{padding:9px 10px!important}.eabmt-product-detail-v116 .eabmt-mql-side-v111{padding-bottom:14px!important}.eabmt-product-detail-v116 .eabmt-mql-buy-button-v111{margin-top:8px!important}
.eabmt-mql-album-v116 .eabmt-mql-block-head-v111{align-items:center!important}.eabmt-mql-video-item-v116{position:relative!important;cursor:pointer!important;background:#020617!important}.eabmt-mql-video-item-v116 img{filter:saturate(1.05) brightness(.78)!important}.eabmt-mql-video-item-v116:hover img{filter:saturate(1.08) brightness(.68)!important}.eabmt-video-play-v116{position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;color:#fff!important;font-size:34px!important;text-shadow:0 8px 22px rgba(0,0,0,.45)!important}.eabmt-video-play-v116:before{content:""!important;position:absolute!important;width:62px!important;height:62px!important;border-radius:999px!important;background:rgba(220,38,38,.92)!important;box-shadow:0 18px 42px rgba(0,0,0,.28)!important}.eabmt-video-play-v116{z-index:1!important}.eabmt-video-play-v116::after{content:"▶"!important;position:relative!important;z-index:2!important;margin-left:4px!important;font-size:28px!important;line-height:1!important}.eabmt-video-placeholder-v116{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;color:#fff!important;font-weight:950!important;background:#020617!important}.eabmt-lightbox-v116 [data-eabmt-lightbox-video],.eabmt-lightbox-v109 [data-eabmt-lightbox-video]{align-self:center!important;justify-self:center!important;width:min(100%,1040px)!important;max-width:100%!important;height:auto!important;aspect-ratio:16/9!important;border:0!important;border-radius:14px!important;background:#000!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important}.eabmt-lightbox-v116 [data-eabmt-lightbox-video][hidden],.eabmt-lightbox-v109 [data-eabmt-lightbox-video][hidden]{display:none!important}
.eabmt-shop-archive-v116{margin-top:18px!important}.eabmt-shop-archive-v116 .eabmt-shop-hero-v2{grid-template-columns:minmax(0,1fr)!important;gap:0!important;margin-bottom:14px!important;padding:22px!important;border-radius:18px!important;box-shadow:0 18px 46px rgba(15,23,42,.10)!important}.eabmt-shop-archive-v116 .eabmt-shop-hero-copy{padding:0!important}.eabmt-shop-archive-v116 .eabmt-shop-hero-copy h1{margin:10px 0 8px!important;font-size:clamp(2rem,4vw,3.3rem)!important;letter-spacing:-.05em!important}.eabmt-shop-archive-v116 .eabmt-shop-hero-copy p{max-width:900px!important;margin-bottom:14px!important}.eabmt-shop-archive-v116 .eabmt-shop-hero-panel{display:none!important}.eabmt-shop-archive-v116 .eabmt-shop-hero-search{max-width:860px!important}.eabmt-shop-archive-v116 .eabmt-catalog-frame-v116{display:block!important}.eabmt-shop-archive-v116 .eabmt-filter-panel-v116{position:static!important;display:block!important;margin:0 0 14px!important}.eabmt-filter-drawer-v116{overflow:hidden!important;border:1px solid #dbe4ef!important;border-radius:12px!important;background:#fff!important;box-shadow:0 12px 28px rgba(15,23,42,.045)!important}.eabmt-filter-drawer-v116 summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:12px 14px!important;cursor:pointer!important;list-style:none!important;color:#0f172a!important;font-weight:950!important}.eabmt-filter-drawer-v116 summary::-webkit-details-marker{display:none!important}.eabmt-filter-drawer-v116 summary span{font-size:15px!important}.eabmt-filter-drawer-v116 summary small{margin-left:auto!important;color:#64748b!important;font-size:12px!important;font-weight:850!important}.eabmt-filter-drawer-v116 summary:after{content:"Mở";display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:58px!important;height:30px!important;border-radius:999px!important;background:#ecfeff!important;color:#0f766e!important;font-size:12px!important;font-weight:950!important}.eabmt-filter-drawer-v116[open] summary:after{content:"Thu gọn"}.eabmt-filter-content-v116{display:grid!important;grid-template-columns:minmax(220px,.32fr) minmax(0,1fr)!important;gap:12px!important;padding:12px!important;border-top:1px solid #e5eaf1!important;background:#fbfdff!important}.eabmt-filter-chip-group-v116,.eabmt-filter-cat-group-v116{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.eabmt-filter-chip-group-v116 a,.eabmt-filter-cat-group-v116 a{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:34px!important;padding:8px 11px!important;border:1px solid #dbe4ef!important;border-radius:999px!important;background:#fff!important;color:#334155!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important}.eabmt-filter-chip-group-v116 a:hover,.eabmt-filter-cat-group-v116 a:hover,.eabmt-filter-cat-group-v116 a.is-active{border-color:#99f6e4!important;background:#ecfeff!important;color:#0f766e!important}.eabmt-filter-cat-group-v116 strong{display:inline-grid!important;place-items:center!important;min-width:24px!important;height:24px!important;padding:0 7px!important;border-radius:999px!important;background:#f1f5f9!important;color:#64748b!important;font-size:12px!important}.eabmt-shop-archive-v116 .eabmt-catalog-toolbar-v116{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important;padding:11px 13px!important;border-radius:12px!important;box-shadow:none!important}.eabmt-shop-archive-v116 .eabmt-catalog-toolbar-v116 .woocommerce-result-count,.eabmt-shop-archive-v116 .eabmt-catalog-toolbar-v116 .woocommerce-ordering{margin:0!important}.eabmt-shop-archive-v116 .eabmt-catalog-toolbar-v116 select{min-height:38px!important;border-radius:10px!important}
.eabmt-shop-archive-v116 .eabmt-product-grid{grid-template-columns:1fr!important;gap:12px!important}.woocommerce ul.products li.product.eabmt-product-card-v116,.eabmt-product-grid .eabmt-product-card-v116{grid-template-columns:168px minmax(0,1fr) minmax(190px,230px)!important;min-height:168px!important;border-radius:14px!important;box-shadow:0 12px 32px rgba(15,23,42,.065)!important}.eabmt-product-card-v116 .eabmt-product-media-card-v2{min-height:168px!important;height:168px!important}.eabmt-product-card-v116 .eabmt-product-card-topline{display:none!important}.eabmt-product-list-info-v116{padding:16px!important;gap:9px!important}.eabmt-product-card-v116 .eabmt-product-title-row-v109{align-items:center!important}.eabmt-product-card-v116 .eabmt-product-title-row-v109 h2{font-size:clamp(1.1rem,1.6vw,1.42rem)!important;line-height:1.16!important}.eabmt-product-card-v116 .eabmt-product-excerpt-v109{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:.9rem!important;line-height:1.5!important}.eabmt-product-card-v116 .eabmt-product-specs-v109{display:flex!important;flex-wrap:wrap!important;gap:7px!important}.eabmt-product-card-v116 .eabmt-product-specs-v109 span{padding:7px 9px!important;border-radius:999px!important;background:#f8fafc!important}.eabmt-product-card-v116 .eabmt-product-specs-v109 small{display:none!important}.eabmt-product-card-v116 .eabmt-product-specs-v109 strong{margin:0!important;font-size:.8rem!important}.eabmt-product-card-v116 .eabmt-card-feature-list-v109{display:none!important}.eabmt-product-card-v116 .eabmt-product-meta-row-v109{margin-top:0!important}.eabmt-product-buy-panel-v116{display:grid!important;align-content:center!important;gap:10px!important;padding:14px!important;background:#fff!important}.eabmt-product-buy-price-v116{gap:5px!important;padding:12px!important;border-radius:12px!important;text-align:center!important}.eabmt-product-buy-price-v116 .eabmt-price{display:flex!important;align-items:baseline!important;justify-content:center!important;gap:4px!important;font-size:clamp(1.05rem,1.5vw,1.28rem)!important;white-space:nowrap!important}.eabmt-product-buy-price-v116 .woocommerce-Price-amount,.eabmt-product-buy-price-v116 bdi{display:inline-flex!important;align-items:baseline!important;gap:4px!important;white-space:nowrap!important}.eabmt-product-card-v116 .eabmt-card-actions-v109{gap:8px!important}.eabmt-product-card-v116 .eabmt-card-actions-v109 .button,.eabmt-product-card-v116 .eabmt-card-actions-v109 .eabmt-btn,.eabmt-product-card-v116 .eabmt-card-actions-v109 .eabmt-mini-btn{min-height:40px!important;border-radius:10px!important;font-size:13px!important}
@media(max-width:900px){.eabmt-filter-content-v116{grid-template-columns:1fr!important}.woocommerce ul.products li.product.eabmt-product-card-v116,.eabmt-product-grid .eabmt-product-card-v116{grid-template-columns:132px minmax(0,1fr)!important;min-height:132px!important}.eabmt-product-card-v116 .eabmt-product-media-card-v2{min-height:132px!important;height:132px!important}.eabmt-product-buy-panel-v116{grid-column:1/-1!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;border-top:1px solid #edf2f7!important}.eabmt-product-card-v116 .eabmt-card-actions-v109{min-width:190px!important}.eabmt-shop-archive-v116 .eabmt-catalog-toolbar-v116{align-items:flex-start!important;flex-direction:column!important}}@media(max-width:560px){.eabmt-shop-archive-v116 .eabmt-shop-hero-v2{padding:18px!important}.eabmt-filter-drawer-v116 summary{align-items:flex-start!important}.eabmt-filter-drawer-v116 summary small{display:none!important}.woocommerce ul.products li.product.eabmt-product-card-v116,.eabmt-product-grid .eabmt-product-card-v116{grid-template-columns:1fr!important}.eabmt-product-card-v116 .eabmt-product-media-card-v2{height:210px!important;min-height:210px!important}.eabmt-product-buy-panel-v116{grid-template-columns:1fr!important}.eabmt-product-card-v116 .eabmt-card-actions-v109{min-width:0!important}.eabmt-mql-album-v116 .eabmt-mql-album-strip-v111{grid-template-columns:1fr!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 strong{font-size:20px!important}}

/* v1.0.16 - cleaner price display, compact archive filters/cards, YouTube album support */
.eabmt-product-detail-v116 .eabmt-mql-price-v116{display:grid!important;gap:4px!important;justify-items:center!important;text-align:center!important;padding:13px 10px!important;border:1px solid #dbe7f3!important;border-radius:6px!important;background:#fff!important;box-shadow:none!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 small{margin:0!important;color:#475569!important;font-size:.7rem!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 strong{display:flex!important;align-items:baseline!important;justify-content:center!important;gap:5px!important;min-width:0!important;color:#059669!important;font-size:1.22rem!important;line-height:1.1!important;font-weight:1000!important;letter-spacing:-.02em!important;white-space:nowrap!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 strong .amount,.eabmt-product-detail-v116 .eabmt-mql-price-v116 strong bdi{display:inline-flex!important;align-items:baseline!important;gap:4px!important;white-space:nowrap!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 strong .woocommerce-Price-currencySymbol{display:inline!important;margin-left:3px!important;font-size:.95em!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 del{display:inline-flex!important;margin-right:6px!important;color:#94a3b8!important;font-size:.82rem!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 ins{text-decoration:none!important}.eabmt-product-detail-v116 .eabmt-mql-side-meta-v111{grid-template-columns:1fr!important}.eabmt-product-detail-v116 .eabmt-mql-side-meta-v111 div{padding:10px 11px!important;border-radius:5px!important}.eabmt-product-detail-v116 .eabmt-mql-side-meta-v111 div:has([data-eabmt-selected-plan]){display:none!important}.eabmt-product-detail-v116 .eabmt-mql-description-v113 .eabmt-kicker{display:none!important}.eabmt-product-detail-v116 .eabmt-mql-description-v113 h2{margin-top:0!important}.eabmt-product-detail-v116 .eabmt-mql-album-v116{border-top:1px solid #e5eaf1!important}.eabmt-product-detail-v116 .eabmt-mql-album-strip-v111{grid-template-columns:repeat(3,minmax(0,1fr))!important}.eabmt-mql-video-item-v116{position:relative!important;cursor:pointer!important;background:#020617!important}.eabmt-mql-video-item-v116 img{filter:saturate(1.03) contrast(1.02)!important}.eabmt-video-play-v116{position:absolute!important;left:50%!important;top:50%!important;display:grid!important;place-items:center!important;width:56px!important;height:56px!important;border-radius:999px!important;background:rgba(15,23,42,.76)!important;color:#fff!important;font-size:20px!important;transform:translate(-50%,-50%)!important;box-shadow:0 14px 38px rgba(0,0,0,.28)!important;backdrop-filter:blur(8px)!important}.eabmt-video-placeholder-v116{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;color:#fff!important;font-weight:950!important;background:linear-gradient(135deg,#111827,#0f766e)!important}.eabmt-lightbox-v116 [data-eabmt-lightbox-video][hidden]{display:none!important}.eabmt-lightbox-v116 [data-eabmt-lightbox-video]:not([hidden]){display:block!important;align-self:center!important;justify-self:center!important;width:min(980px,100%)!important;max-width:100%!important;height:auto!important;aspect-ratio:16/9!important;border:0!important;border-radius:16px!important;background:#000!important;box-shadow:0 24px 70px rgba(0,0,0,.35)!important}.eabmt-lightbox-v116 figure{align-items:center!important}.eabmt-lightbox-v116 img[hidden]{display:none!important}

.eabmt-shop-archive-v116{margin-top:18px!important}.eabmt-shop-archive-v116 .eabmt-shop-hero-v2{margin-bottom:14px!important}.eabmt-catalog-frame-v116{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.eabmt-filter-panel-v116{position:static!important;display:block!important}.eabmt-filter-drawer-v116{border:1px solid #dbe7f3!important;border-radius:14px!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,23,42,.05)!important;overflow:hidden!important}.eabmt-filter-drawer-v116 summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:48px!important;padding:12px 16px!important;cursor:pointer!important;list-style:none!important;color:#0f172a!important;font-weight:950!important}.eabmt-filter-drawer-v116 summary::-webkit-details-marker{display:none!important}.eabmt-filter-drawer-v116 summary::after{content:'+';display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#f1f5f9;color:#0f766e;font-size:18px;line-height:1}.eabmt-filter-drawer-v116[open] summary::after{content:'−'}.eabmt-filter-drawer-v116 summary span{font-size:1rem!important}.eabmt-filter-drawer-v116 summary small{margin-left:auto;color:#64748b;font-size:.82rem;font-weight:800}.eabmt-filter-content-v116{display:grid!important;gap:12px!important;padding:0 14px 14px!important;border-top:1px solid #edf2f7!important}.eabmt-filter-chip-group-v116,.eabmt-filter-cat-group-v116{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;padding-top:12px!important}.eabmt-filter-chip-group-v116 a,.eabmt-filter-cat-group-v116 a{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:36px!important;padding:8px 12px!important;border:1px solid #dbe7f3!important;border-radius:999px!important;background:#f8fafc!important;color:#334155!important;text-decoration:none!important;font-size:.88rem!important;font-weight:900!important}.eabmt-filter-chip-group-v116 a:hover,.eabmt-filter-cat-group-v116 a:hover,.eabmt-filter-cat-group-v116 a.is-active{background:#ecfeff!important;border-color:#99f6e4!important;color:#0f766e!important}.eabmt-filter-cat-group-v116 strong{display:inline-grid!important;place-items:center!important;min-width:24px!important;height:24px!important;padding:0 7px!important;border-radius:999px!important;background:#e2e8f0!important;color:#475569!important;font-size:.78rem!important}.eabmt-filter-cat-group-v116 a.is-active strong{background:#ccfbf1!important;color:#0f766e!important}.eabmt-catalog-toolbar-v116{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 12px!important;padding:10px 12px!important;border:1px solid #e5edf6!important;border-radius:12px!important;background:#fff!important}.eabmt-catalog-toolbar-v116 .woocommerce-result-count{margin:0!important;color:#64748b!important;font-weight:850!important}.eabmt-catalog-toolbar-v116 .woocommerce-ordering{margin:0!important}.eabmt-catalog-toolbar-v116 select{min-height:38px!important;border:1px solid #dbe7f3!important;border-radius:999px!important;background:#f8fafc!important;padding:0 12px!important;color:#334155!important;font-weight:850!important}

.eabmt-shop-archive-v116 .eabmt-product-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.woocommerce ul.products li.product.eabmt-product-card-v116,.eabmt-product-grid .eabmt-product-card-v116{display:grid!important;grid-template-columns:170px minmax(0,1fr) 210px!important;gap:0!important;align-items:stretch!important;min-height:178px!important;border:1px solid #dbe7f3!important;border-radius:16px!important;background:#fff!important;box-shadow:0 12px 34px rgba(15,23,42,.055)!important;overflow:hidden!important;transform:none!important}.woocommerce ul.products li.product.eabmt-product-card-v116:hover{border-color:#99f6e4!important;box-shadow:0 18px 44px rgba(15,23,42,.085)!important}.eabmt-product-card-v116 .eabmt-product-media-card-v2{height:100%!important;min-height:178px!important;margin:0!important;border-radius:0!important;background:#0f172a!important}.eabmt-product-card-v116 .eabmt-product-media-card-v2 img{width:100%!important;height:100%!important;object-fit:cover!important}.eabmt-product-card-v116 .eabmt-product-card-topline{left:8px!important;right:8px!important;bottom:8px!important}.eabmt-product-card-v116 .eabmt-product-card-topline span,.eabmt-product-card-v116 .eabmt-product-card-topline strong{min-height:26px!important;padding:5px 8px!important;font-size:.7rem!important}.eabmt-product-list-info-v116{padding:16px!important;gap:9px!important;align-content:center!important}.eabmt-product-card-v116 .eabmt-product-title-row-v109 h2{font-size:1.28rem!important;line-height:1.16!important;letter-spacing:-.025em!important}.eabmt-product-card-v116 .eabmt-stock-pill{min-height:26px!important;padding:5px 8px!important;font-size:.7rem!important}.eabmt-product-card-v116 .eabmt-product-excerpt-v109{font-size:.9rem!important;line-height:1.5!important;color:#475569!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.eabmt-product-card-v116 .eabmt-product-specs-v109{display:flex!important;flex-wrap:wrap!important;gap:7px!important}.eabmt-product-card-v116 .eabmt-product-specs-v109 span{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:7px 9px!important;border-radius:999px!important;background:#f8fafc!important}.eabmt-product-card-v116 .eabmt-product-specs-v109 small{font-size:.66rem!important}.eabmt-product-card-v116 .eabmt-product-specs-v109 strong{margin:0!important;font-size:.78rem!important;white-space:nowrap!important}.eabmt-product-card-v116 .eabmt-card-feature-list-v109{display:flex!important;gap:7px!important;flex-wrap:wrap!important}.eabmt-product-card-v116 .eabmt-card-feature-list-v109 li{padding:6px 8px!important;border-radius:999px!important;background:#f8fafc!important;font-size:.78rem!important}.eabmt-product-card-v116 .eabmt-card-feature-list-v109 li span{display:none!important}.eabmt-product-card-v116 .eabmt-product-meta-row-v109{margin:0!important}.eabmt-product-buy-panel-v116{display:grid!important;align-content:center!important;gap:10px!important;padding:14px!important;border-left:1px solid #edf2f7!important;background:#fbfdff!important}.eabmt-product-buy-price-v116{display:grid!important;justify-items:center!important;text-align:center!important;gap:3px!important;padding:12px!important;border-radius:12px!important;background:#ecfeff!important;border:1px solid #b8eee6!important}.eabmt-product-buy-price-v116 small{color:#0f766e!important;font-size:.68rem!important}.eabmt-product-buy-price-v116 .eabmt-price{display:inline-flex!important;align-items:baseline!important;justify-content:center!important;white-space:nowrap!important;font-size:1.13rem!important;line-height:1.12!important}.eabmt-product-buy-price-v116 .amount,.eabmt-product-buy-price-v116 bdi{display:inline-flex!important;align-items:baseline!important;gap:3px!important;white-space:nowrap!important}.eabmt-product-buy-panel-v116 .eabmt-product-buy-meta-v109{display:none!important}.eabmt-product-buy-panel-v116 .eabmt-card-actions-v109{gap:8px!important}.eabmt-product-buy-panel-v116 .eabmt-card-actions-v109 .button,.eabmt-product-buy-panel-v116 .eabmt-card-actions-v109 .eabmt-btn,.eabmt-product-buy-panel-v116 .eabmt-card-actions-v109 .eabmt-mini-btn{min-height:38px!important;border-radius:10px!important;font-size:.85rem!important}
@media(max-width:1024px){.woocommerce ul.products li.product.eabmt-product-card-v116,.eabmt-product-grid .eabmt-product-card-v116{grid-template-columns:145px minmax(0,1fr)!important}.eabmt-product-buy-panel-v116{grid-column:1/-1!important;border-left:0!important;border-top:1px solid #edf2f7!important;grid-template-columns:minmax(0,1fr) minmax(220px,270px)!important}.eabmt-product-card-v116 .eabmt-product-media-card-v2{min-height:160px!important}.eabmt-product-detail-v116 .eabmt-mql-album-strip-v111{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){.eabmt-catalog-toolbar-v116{display:grid!important}.eabmt-catalog-toolbar-v116 .woocommerce-ordering,.eabmt-catalog-toolbar-v116 select{width:100%!important}.eabmt-filter-drawer-v116 summary{display:grid!important;grid-template-columns:1fr auto!important}.eabmt-filter-drawer-v116 summary small{grid-column:1/2;margin-left:0!important}.woocommerce ul.products li.product.eabmt-product-card-v116,.eabmt-product-grid .eabmt-product-card-v116{grid-template-columns:1fr!important}.eabmt-product-card-v116 .eabmt-product-media-card-v2{min-height:215px!important}.eabmt-product-buy-panel-v116{grid-template-columns:1fr!important}.eabmt-product-detail-v116 .eabmt-mql-album-strip-v111{grid-template-columns:1fr!important}.eabmt-product-detail-v116 .eabmt-mql-price-v116 strong{font-size:1.15rem!important}}

/* v1.0.16 - cleaner price, archive filters/cards and YouTube album videos */
.eabmt-product-detail-v116 .eabmt-mql-description-v113>.eabmt-kicker{display:none!important}
.eabmt-product-detail-v116 .eabmt-price-card-v116{display:grid!important;gap:6px!important;align-items:center!important;justify-items:center!important;padding:11px 10px!important;border:1px solid #dbe7f2!important;border-radius:4px!important;background:#f8fafc!important;text-align:center!important;box-shadow:none!important}
.eabmt-product-detail-v116 .eabmt-price-card-v116 small{display:block!important;color:#64748b!important;font-size:10.5px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;line-height:1.2!important}
.eabmt-product-detail-v116 .eabmt-price-card-v116 .eabmt-price-main-v116,.eabmt-product-detail-v116 .eabmt-price-card-v116 strong{display:inline-flex!important;align-items:baseline!important;justify-content:center!important;gap:4px!important;max-width:100%!important;color:#06933f!important;font-size:22px!important;line-height:1.05!important;font-weight:1000!important;letter-spacing:-.035em!important;white-space:nowrap!important;text-align:center!important;word-break:normal!important}
.eabmt-product-detail-v116 .eabmt-price-card-v116 .woocommerce-Price-amount,.eabmt-product-detail-v116 .eabmt-price-card-v116 bdi{display:inline-flex!important;align-items:baseline!important;gap:3px!important;white-space:nowrap!important;word-break:normal!important}.eabmt-product-detail-v116 .eabmt-price-card-v116 .woocommerce-Price-currencySymbol{font-size:.78em!important;line-height:1!important;margin-left:1px!important}.eabmt-product-detail-v116 .eabmt-price-card-v116 del{display:inline-flex!important;color:#94a3b8!important;font-size:.7em!important;white-space:nowrap!important}.eabmt-product-detail-v116 .eabmt-price-card-v116 ins{text-decoration:none!important}.eabmt-product-detail-v116 .eabmt-mql-side-meta-v111 div:has(small:first-child:nth-last-child(2)){font-size:12px}.eabmt-product-detail-v116 .eabmt-mql-side-meta-v111 div{padding:8px 0!important}.eabmt-product-detail-v116 .eabmt-mql-spec-grid-v111{grid-template-columns:repeat(3,minmax(0,1fr))!important}.eabmt-product-detail-v116 .eabmt-mql-side-meta-v111 div:has(small){min-width:0!important}
.eabmt-album-video-v116,.eabmt-mql-video-item-v116{position:relative!important;cursor:pointer!important;background:#020617!important}.eabmt-album-video-v116 img,.eabmt-mql-video-item-v116 img{filter:saturate(1.06) contrast(1.02)!important}.eabmt-album-video-play-v116,.eabmt-video-play-v116{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;display:grid!important;place-items:center!important;width:54px!important;height:54px!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#dc2626!important;font-size:22px!important;font-weight:1000!important;box-shadow:0 12px 28px rgba(2,6,23,.25)!important;z-index:3!important}.eabmt-album-video-v116:after,.eabmt-mql-video-item-v116:after{content:"Video";position:absolute;left:10px;bottom:10px;z-index:3;min-height:24px;padding:5px 9px;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:11px;font-weight:950;letter-spacing:.03em}.eabmt-video-placeholder-v116{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;color:#fff!important;font-weight:1000!important;background:linear-gradient(135deg,#020617,#0f766e)!important}.eabmt-lightbox-video-v116{width:min(1080px,calc(100vw - 110px))!important;max-width:100%!important;aspect-ratio:16/9!important;background:#020617!important;border-radius:4px!important;overflow:hidden!important}.eabmt-lightbox-video-v116 iframe{display:block!important;width:100%!important;height:100%!important;border:0!important}.eabmt-lightbox-video-v116[hidden],.eabmt-lightbox-v109 img[hidden],.eabmt-lightbox-v110 img[hidden],.eabmt-lightbox-v111 img[hidden]{display:none!important}body.eabmt-lightbox-open{overflow:hidden!important}
.eabmt-shop-archive-v116{margin-top:22px!important}.eabmt-shop-hero-v116{display:block!important;padding:26px 28px!important;border-radius:24px!important;margin-bottom:14px!important;min-height:0!important}.eabmt-shop-hero-v116:before,.eabmt-shop-hero-v116:after{opacity:.55!important}.eabmt-shop-hero-v116 .eabmt-shop-hero-copy{padding:0!important}.eabmt-shop-hero-v116 h1{margin:12px 0 8px!important;font-size:clamp(2rem,4.2vw,3.35rem)!important;line-height:1.02!important}.eabmt-shop-hero-v116 p{max-width:940px!important;margin:0!important;font-size:.98rem!important;line-height:1.62!important}.eabmt-filter-dropdown-v116{margin:0 0 16px!important;border:1px solid #dfe8f3!important;border-radius:20px!important;background:#fff!important;box-shadow:0 14px 36px rgba(15,23,42,.06)!important;overflow:hidden!important}.eabmt-filter-dropdown-v116 summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:56px!important;padding:14px 18px!important;cursor:pointer!important;list-style:none!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;color:#0f172a!important;font-weight:950!important}.eabmt-filter-dropdown-v116 summary::-webkit-details-marker{display:none!important}.eabmt-filter-dropdown-v116 summary span{display:inline-flex!important;align-items:center!important;gap:8px!important}.eabmt-filter-dropdown-v116 summary small{color:#64748b!important;font-size:.84rem!important;font-weight:800!important}.eabmt-filter-dropdown-v116 summary:after{content:"⌄";display:grid;place-items:center;width:30px;height:30px;border:1px solid #dbe5f0;border-radius:999px;background:#fff;color:#334155;font-size:18px;transition:transform .18s ease}.eabmt-filter-dropdown-v116[open] summary:after{transform:rotate(180deg)}.eabmt-filter-content-v116{display:grid!important;grid-template-columns:minmax(280px,1.1fr) minmax(260px,.7fr) minmax(0,1.6fr)!important;gap:12px!important;padding:14px!important;border-top:1px solid #edf2f7!important;background:#fbfdff!important}.eabmt-filter-search-v116 .eabmt-product-search{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}.eabmt-filter-search-v116 .eabmt-product-search input{min-height:43px!important;border-radius:12px!important}.eabmt-filter-search-v116 .eabmt-product-search button{min-height:43px!important;border-radius:12px!important;background:#0f766e!important}.eabmt-shop-filter-links-v116{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.eabmt-shop-filter-links-v116 a{min-height:43px!important;border-radius:12px!important}.eabmt-category-chip-row-v116{display:flex!important;align-items:center!important;gap:8px!important;overflow:auto!important;padding:1px!important;scrollbar-width:thin!important}.eabmt-category-chip-row-v116 a{display:inline-flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important;min-height:42px!important;padding:8px 9px 8px 13px!important;border:1px solid #dfe8f3!important;border-radius:999px!important;background:#fff!important;color:#334155!important;font-weight:900!important;text-decoration:none!important;white-space:nowrap!important}.eabmt-category-chip-row-v116 a:hover,.eabmt-category-chip-row-v116 a.is-active{border-color:#99f6e4!important;background:#ecfeff!important;color:#0f766e!important}.eabmt-category-chip-row-v116 strong{display:grid!important;place-items:center!important;min-width:24px!important;height:24px!important;padding:0 7px!important;border-radius:999px!important;background:#f1f5f9!important;color:#64748b!important;font-size:.76rem!important}.eabmt-catalog-toolbar-v116{margin-bottom:14px!important}.eabmt-catalog-toolbar-v116>div{padding:12px 14px!important;border-radius:18px!important;box-shadow:none!important}.eabmt-catalog-toolbar-v116 .eabmt-eyebrow{display:none!important}.eabmt-catalog-toolbar-v116 .woocommerce-result-count{font-size:.9rem!important}.eabmt-catalog-main-v116{min-width:0!important}.eabmt-shop-archive-v116 .eabmt-product-grid{gap:14px!important}
.woocommerce ul.products li.product.eabmt-product-card-v116,.eabmt-product-grid .eabmt-product-card-v116{grid-template-columns:minmax(176px,220px) minmax(0,1fr) minmax(220px,270px)!important;min-height:206px!important;border-radius:20px!important;border-color:#dfe8f3!important;box-shadow:0 12px 32px rgba(15,23,42,.065)!important}.eabmt-product-card-v116:hover{transform:translateY(-1px)!important;box-shadow:0 18px 48px rgba(15,23,42,.1)!important}.eabmt-product-card-v116 .eabmt-product-media-card-v116{min-height:206px!important;height:100%!important}.eabmt-product-card-v116 .eabmt-product-card-topline{left:10px!important;right:10px!important;bottom:10px!important}.eabmt-product-card-v116 .eabmt-product-card-topline span,.eabmt-product-card-v116 .eabmt-product-card-topline strong{min-height:27px!important;padding:6px 9px!important;font-size:.72rem!important}.eabmt-product-list-info-v116{padding:18px 18px!important;gap:9px!important}.eabmt-product-title-row-v116 h2{font-size:1.1rem!important;line-height:1.28!important}.eabmt-product-title-row-v116 .eabmt-stock-pill{min-height:28px!important;padding:6px 9px!important;font-size:.72rem!important}.eabmt-product-excerpt-v116{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#52627a!important;font-size:.91rem!important;line-height:1.55!important}.eabmt-product-specs-v116{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.eabmt-product-specs-v116 span{padding:8px 9px!important;border-radius:12px!important}.eabmt-product-specs-v116 small{font-size:.62rem!important}.eabmt-product-specs-v116 strong{font-size:.8rem!important}.eabmt-card-feature-list-v116{grid-template-columns:1fr!important;gap:6px!important}.eabmt-card-feature-list-v116 li{font-size:.84rem!important;line-height:1.35!important}.eabmt-product-meta-row-v116{margin-top:auto!important}.eabmt-product-buy-panel-v116{padding:18px!important;gap:12px!important;border-left:1px solid #edf2f7!important;background:#fbfdff!important}.eabmt-product-buy-price-v116{display:grid!important;gap:6px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.eabmt-product-buy-price-v116 small{font-size:.68rem!important}.eabmt-product-buy-price-v116 .eabmt-price,.eabmt-product-buy-price-v116 .woocommerce-Price-amount,.eabmt-product-buy-price-v116 bdi{display:inline-flex!important;align-items:baseline!important;gap:3px!important;white-space:nowrap!important;color:#0f766e!important;font-size:1.55rem!important;line-height:1.05!important;font-weight:1000!important;letter-spacing:-.04em!important}.eabmt-product-buy-price-v116 .woocommerce-Price-currencySymbol{font-size:.78em!important}.eabmt-product-buy-price-v116 del{font-size:.68em!important;color:#94a3b8!important}.eabmt-product-buy-price-v116 ins{text-decoration:none!important}.eabmt-product-buy-meta-v116{grid-template-columns:1fr!important;gap:7px!important}.eabmt-product-buy-meta-v116 span{padding:9px 10px!important;border-radius:12px!important}.eabmt-card-actions-v116{gap:8px!important}.eabmt-card-actions-v116 .button,.eabmt-card-actions-v116 .eabmt-btn,.eabmt-card-actions-v116 .eabmt-mini-btn{min-height:42px!important;border-radius:12px!important;font-size:.86rem!important}@media(max-width:1080px){.eabmt-filter-content-v116{grid-template-columns:1fr!important}.woocommerce ul.products li.product.eabmt-product-card-v116,.eabmt-product-grid .eabmt-product-card-v116{grid-template-columns:190px minmax(0,1fr)!important}.eabmt-product-buy-panel-v116{grid-column:1/-1!important;grid-template-columns:minmax(0,1fr) minmax(190px,230px)!important;align-items:center!important;border-left:0!important;border-top:1px solid #edf2f7!important}.eabmt-product-buy-meta-v116{display:none!important}}@media(max-width:760px){.eabmt-filter-dropdown-v116 summary{display:grid!important;gap:4px!important;justify-content:stretch!important}.eabmt-filter-dropdown-v116 summary:after{position:absolute;right:16px;top:14px}.eabmt-filter-search-v116 .eabmt-product-search{grid-template-columns:1fr!important}.woocommerce ul.products li.product.eabmt-product-card-v116,.eabmt-product-grid .eabmt-product-card-v116{grid-template-columns:1fr!important}.eabmt-product-card-v116 .eabmt-product-media-card-v116{height:210px!important;min-height:210px!important}.eabmt-product-buy-panel-v116{grid-template-columns:1fr!important}.eabmt-product-specs-v116{grid-template-columns:1fr!important}.eabmt-lightbox-video-v116{width:calc(100vw - 28px)!important}}


/* v1.0.17 - normalize license price popup and plan tabs */
body.eabmt-buy-modal-open{overflow:hidden!important}
.eabmt-product-detail-v117 .eabmt-modal{z-index:10040!important;padding:20px!important}
.eabmt-product-detail-v117 .eabmt-modal.is-open{display:flex!important}
.eabmt-product-detail-v117 .eabmt-modal-backdrop{background:rgba(2,6,23,.58)!important;backdrop-filter:blur(12px)!important}
.eabmt-product-detail-v117 .eabmt-modal-card-v2{width:min(780px,calc(100vw - 28px))!important;max-height:min(88vh,760px)!important;overflow:auto!important;border-radius:18px!important;padding:26px!important;border:1px solid #dbe7f2!important;background:#fff!important;box-shadow:0 32px 90px rgba(15,23,42,.28)!important}
.eabmt-product-detail-v117 .eabmt-modal-card-v2 h2{margin:8px 52px 8px 0!important;font-size:1.75rem!important;line-height:1.12!important;color:#0f172a!important}
.eabmt-product-detail-v117 .eabmt-modal-close{right:18px!important;top:18px!important;width:38px!important;height:38px!important;border-radius:999px!important;background:#f1f5f9!important;color:#0f172a!important}
.eabmt-product-detail-v117 .eabmt-plan-tabs-v117{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:18px 0!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117{position:relative!important;display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-content:start!important;min-height:132px!important;padding:14px!important;border:1px solid #dbe7f2!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;cursor:pointer!important;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117:hover{transform:translateY(-1px)!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117:focus{outline:0!important;box-shadow:0 0 0 3px rgba(20,184,166,.18)!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117.active{border-color:#14b8a6!important;background:#ecfeff!important;box-shadow:0 0 0 3px rgba(20,184,166,.16)!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117 input{position:absolute!important;opacity:0!important;pointer-events:none!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117 .eabmt-plan-check{grid-row:1/span 2!important;margin-top:1px!important;width:18px!important;height:18px!important;border:2px solid #cbd5e1!important;border-radius:999px!important;background:#fff!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117.active .eabmt-plan-check{border-color:#0f766e!important;background:radial-gradient(circle,#0f766e 42%,#fff 46%)!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117 .eabmt-plan-copy{display:grid!important;gap:4px!important;min-width:0!important;padding-right:6px!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117 .eabmt-plan-copy strong{font-size:1rem!important;color:#0f172a!important;line-height:1.2!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117 .eabmt-plan-copy small{font-size:.8rem!important;color:#64748b!important;line-height:1.36!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117 .eabmt-plan-price{grid-column:1/-1!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important;text-align:left!important;margin-top:8px!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117 .eabmt-plan-price em{font-style:normal!important;font-size:1.08rem!important;font-weight:950!important;color:#0f766e!important;white-space:normal!important;line-height:1.12!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117 .eabmt-plan-price small{font-size:.74rem!important;color:#64748b!important;white-space:nowrap!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117 b{position:absolute!important;right:10px!important;top:-8px!important;padding:4px 8px!important;border-radius:999px!important;background:#dcfce7!important;color:#166534!important;font-size:.68rem!important;font-weight:950!important;line-height:1!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117.is-trial{grid-column:1/-1!important;min-height:0!important;grid-template-columns:24px minmax(0,1fr) auto!important;align-items:center!important}
.eabmt-product-detail-v117 .eabmt-plan-tab-v117.is-trial .eabmt-plan-price{grid-column:auto!important;margin-top:0!important;text-align:right!important;display:block!important}
.eabmt-product-detail-v117 .eabmt-modal-summary-v2{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:14px 0 16px!important}
.eabmt-product-detail-v117 .eabmt-modal-summary-v2 div{border-radius:14px!important;border:1px solid #dbe7f2!important;background:#f8fafc!important;padding:12px!important;min-width:0!important}
.eabmt-product-detail-v117 .eabmt-modal-summary-v2 small{display:block!important;color:#64748b!important;font-size:.72rem!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.05em!important}
.eabmt-product-detail-v117 .eabmt-modal-summary-v2 strong{display:block!important;margin-top:4px!important;color:#0f172a!important;font-size:1rem!important;line-height:1.2!important;word-break:break-word!important}
.eabmt-product-detail-v117 .eabmt-modal-card-v2 .eabmt-btn-wide{width:100%!important;min-height:48px!important;border-radius:14px!important;background:#0f766e!important;border-color:#0f766e!important;color:#fff!important;font-weight:950!important}
.eabmt-product-detail-v117 .eabmt-price-card-v116 .eabmt-price-main-v116,.eabmt-product-detail-v117 .eabmt-price-card-v116 .woocommerce-Price-amount,.eabmt-product-detail-v117 .eabmt-price-card-v116 bdi{white-space:nowrap!important}
.eabmt-product-detail-v117 .eabmt-mql-tabs-v115{position:sticky!important;top:0!important;z-index:5!important}
.eabmt-product-detail-v117 .eabmt-mql-tabs-v115 a.is-active{background:#fff!important;color:#0f766e!important;border-top-color:#0f766e!important}
@media(max-width:760px){.eabmt-product-detail-v117 .eabmt-modal{padding:12px!important}.eabmt-product-detail-v117 .eabmt-modal-card-v2{width:100%!important;max-height:88vh!important;padding:20px!important;border-radius:16px!important}.eabmt-product-detail-v117 .eabmt-plan-tabs-v117{grid-template-columns:1fr!important}.eabmt-product-detail-v117 .eabmt-plan-tab-v117{min-height:0!important;grid-template-columns:24px minmax(0,1fr) auto!important;align-items:center!important}.eabmt-product-detail-v117 .eabmt-plan-tab-v117 .eabmt-plan-price{grid-column:2/-1!important;display:grid!important;justify-content:stretch!important;margin-top:6px!important}.eabmt-product-detail-v117 .eabmt-plan-tab-v117.is-trial .eabmt-plan-price{grid-column:2/-1!important;text-align:left!important}.eabmt-product-detail-v117 .eabmt-modal-summary-v2{grid-template-columns:1fr!important}}

/* v1.0.18: simplified archive grid, sticky single sidebar, unified search drawer */
body.eabmt-search-open{overflow:hidden!important}.eabmt-header-actions [data-eabmt-search-open].eabmt-icon-btn{display:inline-flex!important}.eabmt-search-backdrop{position:fixed;inset:0;z-index:90;background:rgba(15,23,42,.46);backdrop-filter:blur(10px);opacity:0;pointer-events:none;transition:opacity .22s ease}.eabmt-search-open .eabmt-search-backdrop{opacity:1;pointer-events:auto}.eabmt-search-drawer{position:fixed;top:0;right:0;z-index:91;width:min(480px,100vw);height:100vh;background:#fff;box-shadow:-30px 0 70px rgba(15,23,42,.22);transform:translateX(104%);transition:transform .24s ease;display:grid;grid-template-rows:auto 1fr;outline:none}.eabmt-search-open .eabmt-search-drawer{transform:translateX(0)}body.admin-bar .eabmt-search-drawer{top:32px;height:calc(100vh - 32px)}.eabmt-search-drawer-head .eabmt-icon-btn{display:inline-flex!important}.eabmt-search-drawer-body{padding:22px;overflow:auto}.eabmt-search-drawer-body>p{margin:0 0 16px;color:#64748b;line-height:1.65;font-weight:750}.eabmt-unified-search-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important}.eabmt-unified-search-form input[type=search]{min-height:52px!important;border:1px solid #dbe5f0!important;border-radius:16px!important;background:#fff!important;padding:13px 14px!important;color:#0f172a!important;font-weight:850!important;outline:none!important}.eabmt-unified-search-form input[type=search]:focus{border-color:#14b8a6!important;box-shadow:0 0 0 4px rgba(20,184,166,.12)!important}.eabmt-unified-search-form button{min-height:52px!important;border:0!important;border-radius:16px!important;background:linear-gradient(135deg,#0f766e,#14b8a6)!important;color:#fff!important;padding:0 18px!important;font-weight:950!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important}.eabmt-unified-search-form--drawer{grid-template-columns:1fr!important}.eabmt-search-scope-note{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.eabmt-search-scope-note span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #b8eee6;border-radius:999px;background:#ecfeff;color:#0f766e;font-size:.82rem;font-weight:950}.eabmt-search-scope-note span:before{content:"✓";font-weight:1000}.eabmt-search-results{margin-top:24px;margin-bottom:70px}.eabmt-search-results-head{padding:26px;border:1px solid #dfe8f3;border-radius:26px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 14px 36px rgba(15,23,42,.06);margin-bottom:20px}.eabmt-search-results-head h1{margin:12px 0 8px;color:#0f172a;font-size:clamp(2rem,4vw,3.2rem);line-height:1.04;letter-spacing:-.055em}.eabmt-search-results-head p{margin:0 0 18px;color:#64748b;line-height:1.65}.eabmt-search-results-head .eabmt-unified-search-form{max-width:760px}.eabmt-search-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.eabmt-search-result-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #dfe8f3;border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.06)}.eabmt-search-result-media{position:relative;display:grid;place-items:center;min-height:210px;background:#f8fafc;color:#0f766e;text-decoration:none;overflow:hidden}.eabmt-search-result-media img{width:100%;height:100%;min-height:210px;object-fit:contain;background:#fff;display:block}.eabmt-search-result-body{display:flex;flex-direction:column;gap:9px;flex:1;padding:18px}.eabmt-search-result-type{width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:#ecfeff;border:1px solid #b8eee6;color:#0f766e;font-size:.76rem;font-weight:950}.eabmt-search-result-card.is-post .eabmt-search-result-type{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.eabmt-search-result-body h2{margin:0;font-size:1.12rem;line-height:1.3;letter-spacing:-.025em}.eabmt-search-result-body h2 a{color:#0f172a;text-decoration:none}.eabmt-search-result-body p{margin:0;color:#64748b;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.eabmt-search-result-price{margin-top:auto;color:#0f766e;font-size:1.12rem;font-weight:1000}.eabmt-search-result-date{margin-top:auto;color:#64748b;font-size:.86rem;font-weight:850}.eabmt-search-result-body .eabmt-btn{margin-top:4px;width:100%;min-height:42px}.eabmt-search-pagination{margin-top:22px}.eabmt-search-empty{padding:28px;border:1px solid #dfe8f3;border-radius:22px;background:#fff}.eabmt-shop-archive-v118{margin-top:24px!important;margin-bottom:70px!important}.eabmt-shop-archive-v118 .eabmt-shop-hero-v116,.eabmt-shop-archive-v118 .eabmt-filter-dropdown-v116,.eabmt-shop-archive-v118 .eabmt-catalog-toolbar-v116{display:none!important}.eabmt-catalog-main-v118{min-width:0!important}.eabmt-shop-archive-v118 ul.products.eabmt-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;list-style:none!important;margin:0!important;padding:0!important}.eabmt-shop-archive-v118 ul.products.eabmt-product-grid:before,.eabmt-shop-archive-v118 ul.products.eabmt-product-grid:after{content:none!important;display:none!important}.woocommerce .eabmt-shop-archive-v118 ul.products.eabmt-product-grid li.product.eabmt-product-card-v116,.eabmt-shop-archive-v118 .eabmt-product-grid .eabmt-product-card-v116{display:flex!important;flex-direction:column!important;float:none!important;width:auto!important;margin:0!important;min-height:100%!important;grid-template-columns:1fr!important;gap:0!important;border:1px solid #dfe8f3!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,23,42,.065)!important;overflow:hidden!important;transform:none!important}.woocommerce .eabmt-shop-archive-v118 ul.products.eabmt-product-grid li.product.eabmt-product-card-v116:hover{border-color:#99f6e4!important;box-shadow:0 18px 46px rgba(15,23,42,.1)!important;transform:translateY(-2px)!important}.eabmt-shop-archive-v118 .eabmt-product-card-v116 .eabmt-product-media-card-v116,.eabmt-shop-archive-v118 .eabmt-product-card-v116 .eabmt-product-media-card-v2{display:grid!important;place-items:center!important;width:100%!important;height:220px!important;min-height:220px!important;border-radius:0!important;background:#f8fafc!important;margin:0!important;padding:0!important}.eabmt-shop-archive-v118 .eabmt-product-card-v116 .eabmt-product-media-card-v116 img,.eabmt-shop-archive-v118 .eabmt-product-card-v116 .eabmt-product-media-card-v2 img{position:static!important;width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important;display:block!important}.eabmt-shop-archive-v118 .eabmt-product-card-overlay,.eabmt-shop-archive-v118 .eabmt-product-card-topline{display:none!important}.eabmt-shop-archive-v118 .eabmt-product-list-info-v116{display:flex!important;flex-direction:column!important;flex:1!important;gap:10px!important;padding:16px!important;align-content:stretch!important;background:#fff!important}.eabmt-shop-archive-v118 .eabmt-product-title-row-v116{display:grid!important;gap:8px!important;align-items:start!important}.eabmt-shop-archive-v118 .eabmt-product-title-row-v116 h2{font-size:1.08rem!important;line-height:1.28!important;margin:0!important;letter-spacing:-.025em!important}.eabmt-shop-archive-v118 .eabmt-product-title-row-v116 .eabmt-stock-pill{width:max-content!important;max-width:100%!important;min-height:26px!important;padding:5px 8px!important;font-size:.7rem!important}.eabmt-shop-archive-v118 .eabmt-product-excerpt-v116{font-size:.88rem!important;line-height:1.52!important;color:#64748b!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.eabmt-shop-archive-v118 .eabmt-product-specs-v116{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.eabmt-shop-archive-v118 .eabmt-product-specs-v116 span{padding:8px!important;border-radius:12px!important;background:#f8fafc!important}.eabmt-shop-archive-v118 .eabmt-product-specs-v116 small{font-size:.62rem!important}.eabmt-shop-archive-v118 .eabmt-product-specs-v116 strong{font-size:.78rem!important;line-height:1.25!important}.eabmt-shop-archive-v118 .eabmt-card-feature-list-v116,.eabmt-shop-archive-v118 .eabmt-product-meta-row-v116{display:none!important}.eabmt-shop-archive-v118 .eabmt-product-buy-panel-v116{display:grid!important;gap:11px!important;margin-top:auto!important;padding:14px 16px 16px!important;border-left:0!important;border-top:1px solid #edf2f7!important;background:#fbfdff!important}.eabmt-shop-archive-v118 .eabmt-product-buy-price-v116{display:grid!important;justify-items:start!important;gap:3px!important;padding:0!important;border:0!important;background:transparent!important;text-align:left!important}.eabmt-shop-archive-v118 .eabmt-product-buy-price-v116 small{color:#64748b!important;font-size:.68rem!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.06em!important}.eabmt-shop-archive-v118 .eabmt-product-buy-price-v116 .eabmt-price,.eabmt-shop-archive-v118 .eabmt-product-buy-price-v116 .woocommerce-Price-amount,.eabmt-shop-archive-v118 .eabmt-product-buy-price-v116 bdi{display:inline-flex!important;align-items:baseline!important;gap:3px!important;white-space:nowrap!important;color:#0f766e!important;font-size:1.18rem!important;line-height:1.1!important;font-weight:1000!important;letter-spacing:-.025em!important}.eabmt-shop-archive-v118 .eabmt-product-buy-meta-v116{display:none!important}.eabmt-shop-archive-v118 .eabmt-card-actions-v116{display:grid!important;grid-template-columns:1fr 1.15fr!important;gap:8px!important}.eabmt-shop-archive-v118 .eabmt-card-actions-v116 .button,.eabmt-shop-archive-v118 .eabmt-card-actions-v116 .eabmt-btn,.eabmt-shop-archive-v118 .eabmt-card-actions-v116 .eabmt-mini-btn{width:100%!important;min-height:40px!important;border-radius:12px!important;font-size:.84rem!important}.eabmt-catalog-pagination-v118{margin-top:22px!important}@media(min-width:901px){.eabmt-product-detail-v118 .eabmt-mql-layout-v111{grid-template-columns:minmax(240px,280px) minmax(0,1fr)!important;align-items:start!important;overflow:visible!important}.eabmt-product-detail-v118 .eabmt-mql-side-v111{position:sticky!important;top:calc(var(--wp-admin--admin-bar--height,0px) + 88px)!important;align-self:start!important;max-height:calc(100vh - var(--wp-admin--admin-bar--height,0px) - 104px)!important;overflow:auto!important;z-index:10!important;scrollbar-width:thin!important}.eabmt-product-detail-v118 .eabmt-mql-side-v111::-webkit-scrollbar{width:6px!important}.eabmt-product-detail-v118 .eabmt-mql-side-v111::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:999px!important}}@media(max-width:1180px){.eabmt-shop-archive-v118 ul.products.eabmt-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:860px){.eabmt-shop-archive-v118 ul.products.eabmt-product-grid,.eabmt-search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-shop-archive-v118 .eabmt-product-card-v116 .eabmt-product-media-card-v116,.eabmt-shop-archive-v118 .eabmt-product-card-v116 .eabmt-product-media-card-v2{height:200px!important;min-height:200px!important}}@media(max-width:900px){.eabmt-product-detail-v118 .eabmt-mql-layout-v111{grid-template-columns:1fr!important}.eabmt-product-detail-v118 .eabmt-mql-side-v111{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important}}@media(max-width:560px){body.admin-bar .eabmt-search-drawer{top:46px;height:calc(100vh - 46px)}.eabmt-search-drawer{width:100vw}.eabmt-search-drawer-body{padding:18px}.eabmt-unified-search-form{grid-template-columns:1fr!important}.eabmt-shop-archive-v118 ul.products.eabmt-product-grid,.eabmt-search-results-grid{grid-template-columns:1fr!important}.eabmt-shop-archive-v118 .eabmt-card-actions-v116{grid-template-columns:1fr!important}.eabmt-shop-archive-v118 .eabmt-product-specs-v116{grid-template-columns:1fr!important}.eabmt-shop-archive-v118 .eabmt-product-card-v116 .eabmt-product-media-card-v116,.eabmt-shop-archive-v118 .eabmt-product-card-v116 .eabmt-product-media-card-v2{height:210px!important;min-height:210px!important}.eabmt-search-results-head{padding:20px;border-radius:22px}}

/* v1.0.19: fix single product tab bar alignment */
.eabmt-product-detail-v119 .eabmt-mql-main-v111{position:relative!important;overflow:visible!important}
.eabmt-product-detail-v119 .eabmt-mql-product-head-v119{display:block!important;padding:16px 18px 0!important;background:#fff!important;border-bottom:0!important;position:relative!important;z-index:2!important}
.eabmt-product-detail-v119 .eabmt-mql-product-head-v119 .eabmt-mql-title-row-v111{margin:0!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important}
.eabmt-product-detail-v119 .eabmt-mql-product-head-v119 .product_title.entry-title{margin:0!important;padding:0!important;line-height:1.22!important;display:block!important;position:relative!important;z-index:1!important}
.eabmt-product-detail-v119 .eabmt-mql-tabs-v115{position:relative!important;top:auto!important;z-index:1!important;clear:both!important;margin:12px 0 0!important;transform:none!important;border-top:1px solid #e5eaf1!important;overflow-x:auto!important;overflow-y:hidden!important}
.eabmt-product-detail-v119 .eabmt-mql-tabs-v115 a{position:relative!important;z-index:1!important}
.eabmt-product-detail-v119 .eabmt-mql-tabs-v115 a.is-active{margin-bottom:0!important;border-bottom:0!important}
.eabmt-product-detail-v119 .eabmt-mql-tab-panel-v115{position:relative!important;z-index:0!important;clear:both!important}
.eabmt-product-detail-v119 .eabmt-mql-overview-v111{padding-top:12px!important}
.eabmt-product-detail-v119 .eabmt-mql-tab-panel-v115{scroll-margin-top:90px!important}
@media(max-width:760px){.eabmt-product-detail-v119 .eabmt-mql-product-head-v119{padding:14px 14px 0!important}.eabmt-product-detail-v119 .eabmt-mql-product-head-v119 .eabmt-mql-title-row-v111{display:block!important}.eabmt-product-detail-v119 .eabmt-mql-tabs-v115{margin-top:10px!important}}

/* v1.0.20: mobile footer two-column menu and phone layout polish */
@media (max-width:760px){
  :root{--eabmt-container:min(100% - 20px,1560px)}
  body{font-size:14px}
  .eabmt-header-inner{min-height:64px!important;gap:8px!important}
  body.admin-bar .eabmt-ui-header{top:46px!important}
  .eabmt-header-inner>.eabmt-ui-brand{max-width:52vw!important;min-width:0!important;overflow:hidden!important}
  .eabmt-ui-brand{gap:8px!important}
  .eabmt-logo-mark{width:38px!important;height:38px!important;border-radius:13px!important;flex:0 0 38px!important}
  .eabmt-brand-text strong{font-size:.93rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}
  .eabmt-header-actions{gap:5px!important;min-width:auto!important}
  .eabmt-header-actions>.eabmt-icon-btn,
  .eabmt-drawer-head .eabmt-icon-btn,
  .eabmt-search-drawer-head .eabmt-icon-btn{display:inline-flex!important}
  .eabmt-header-actions>.eabmt-icon-btn,
  .eabmt-cart-trigger,
  .eabmt-account-pill,
  .eabmt-mobile-toggle{min-height:38px!important;width:38px!important;min-width:38px!important;padding:0!important;border-radius:999px!important}
  .eabmt-cart-trigger{position:relative!important}
  .eabmt-cart-count{position:absolute!important;right:-5px!important;top:-5px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;font-size:.66rem!important}
  .eabmt-account-pill span,
  .eabmt-cart-text{display:none!important}
  .eabmt-main-nav{inset:68px 10px auto 10px!important;border-radius:20px!important;max-height:calc(100vh - 88px)!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important}
  body.admin-bar .eabmt-main-nav{inset:114px 10px auto 10px!important;max-height:calc(100vh - 134px)!important}

  .eabmt-search-drawer,
  .eabmt-cart-drawer{width:100vw!important;max-width:100vw!important}
  body.admin-bar .eabmt-search-drawer,
  body.admin-bar .eabmt-cart-drawer{top:46px!important;height:calc(100vh - 46px)!important}
  .eabmt-drawer-head{min-height:64px!important;padding:14px 16px!important}
  .eabmt-search-drawer-body{padding:18px!important}
  .eabmt-unified-search-form{grid-template-columns:1fr!important;gap:10px!important}
  .eabmt-unified-search-form input[type="search"]{min-height:48px!important}
  .eabmt-unified-search-form button{min-height:46px!important;width:100%!important;border-radius:14px!important}

  .eabmt-ui-footer{margin-top:34px!important}
  .eabmt-footer-inner{padding:26px 0 18px!important}
  .eabmt-footer-top{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important}
  .eabmt-footer-brand{grid-column:1/-1!important;min-width:0!important;padding:16px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:20px!important;background:rgba(255,255,255,.035)!important}
  .eabmt-footer-brand .eabmt-ui-brand{min-width:0!important;max-width:100%!important}
  .eabmt-footer-brand p{max-width:none!important;margin-top:12px!important;font-size:.92rem!important;line-height:1.55!important}
  .eabmt-footer-col{min-width:0!important;padding:14px 12px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;background:rgba(255,255,255,.035)!important}
  .eabmt-footer-col h3{margin:0 0 9px!important;font-size:.92rem!important;line-height:1.25!important}
  .eabmt-ui-footer .eabmt-main-menu,
  .eabmt-footer-col ul{display:grid!important;width:100%!important;grid-template-columns:1fr!important;gap:5px!important;align-items:start!important;margin:0!important;padding:0!important;list-style:none!important}
  .eabmt-footer-col li{min-width:0!important;margin:0!important}
  .eabmt-footer-col a{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:6px!important;width:100%!important;padding:5px 0!important;border-radius:0!important;background:transparent!important;color:#cbd5e1!important;font-size:.88rem!important;line-height:1.32!important;white-space:normal!important;overflow-wrap:anywhere!important}
  .eabmt-footer-col a:hover{color:#99f6e4!important}
  .eabmt-footer-col .sub-menu{position:static!important;display:grid!important;min-width:0!important;margin:4px 0 0!important;padding:0 0 0 10px!important;border:0!important;background:transparent!important;box-shadow:none!important;gap:4px!important}
  .eabmt-footer-bottom{margin-top:14px!important;padding-top:14px!important;display:block!important;text-align:left!important;font-size:.86rem!important}

  .eabmt-content-wrap,
  .eabmt-shop-archive-v118,
  .eabmt-blog-archive,
  .eabmt-post-layout{margin-top:18px!important;margin-bottom:42px!important}
  .eabmt-page-card,
  .eabmt-panel,
  .eabmt-post-content,
  .eabmt-post-hero{padding:20px!important;border-radius:22px!important}

  .eabmt-product-detail-v118 .eabmt-mql-layout-v111,
  .eabmt-product-detail-v119 .eabmt-mql-layout-v111{gap:12px!important}
  .eabmt-product-detail-v118 .eabmt-mql-side-v111,
  .eabmt-product-detail-v119 .eabmt-mql-side-v111{padding:10px!important;border-radius:14px!important}
  .eabmt-product-detail-v119 .eabmt-mql-product-head-v119 .product_title.entry-title{font-size:1.2rem!important;line-height:1.22!important}
  .eabmt-product-detail-v119 .eabmt-mql-tabs-v115{display:flex!important;gap:0!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;white-space:nowrap!important}
  .eabmt-product-detail-v119 .eabmt-mql-tabs-v115 a{flex:0 0 auto!important;min-width:max-content!important;padding:10px 12px!important;font-size:.88rem!important;white-space:nowrap!important}
}

@media (max-width:560px){
  :root{--eabmt-container:min(100% - 16px,1560px)}
  .eabmt-header-inner{min-height:60px!important}
  .eabmt-header-inner>.eabmt-ui-brand{max-width:44vw!important}
  .eabmt-logo-media{max-width:128px!important;height:38px!important}
  .eabmt-logo-img{max-width:128px!important;max-height:38px!important}
  .eabmt-brand-text small{display:none!important}
  .eabmt-main-nav{inset:62px 8px auto 8px!important}
  body.admin-bar .eabmt-main-nav{inset:108px 8px auto 8px!important}
  .eabmt-footer-top{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .eabmt-footer-brand{padding:14px!important;border-radius:18px!important}
  .eabmt-footer-col{padding:12px 10px!important;border-radius:16px!important}
  .eabmt-footer-col h3{font-size:.88rem!important}
  .eabmt-footer-col a{font-size:.82rem!important;line-height:1.28!important}

  .eabmt-shop-archive-v118 ul.products.eabmt-product-grid{grid-template-columns:repeat(auto-fit,minmax(min(158px,100%),1fr))!important;gap:10px!important}
  .eabmt-shop-archive-v118 .eabmt-product-card-v116 .eabmt-product-media-card-v116,
  .eabmt-shop-archive-v118 .eabmt-product-card-v116 .eabmt-product-media-card-v2{height:142px!important;min-height:142px!important}
  .eabmt-shop-archive-v118 .eabmt-product-list-info-v116{padding:10px!important;gap:7px!important}
  .eabmt-shop-archive-v118 .eabmt-product-title-row-v116 h2{font-size:.9rem!important;line-height:1.25!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .eabmt-shop-archive-v118 .eabmt-product-title-row-v116 .eabmt-stock-pill{font-size:.62rem!important;min-height:22px!important;padding:4px 7px!important}
  .eabmt-shop-archive-v118 .eabmt-product-excerpt-v116,
  .eabmt-shop-archive-v118 .eabmt-product-specs-v116{display:none!important}
  .eabmt-shop-archive-v118 .eabmt-product-buy-panel-v116{padding:10px!important;gap:8px!important}
  .eabmt-shop-archive-v118 .eabmt-product-buy-price-v116 .eabmt-price,
  .eabmt-shop-archive-v118 .eabmt-product-buy-price-v116 .woocommerce-Price-amount,
  .eabmt-shop-archive-v118 .eabmt-product-buy-price-v116 bdi{font-size:.98rem!important;white-space:normal!important}
  .eabmt-shop-archive-v118 .eabmt-card-actions-v116{grid-template-columns:1fr!important;gap:6px!important}
  .eabmt-shop-archive-v118 .eabmt-card-actions-v116 .button,
  .eabmt-shop-archive-v118 .eabmt-card-actions-v116 .eabmt-btn,
  .eabmt-shop-archive-v118 .eabmt-card-actions-v116 .eabmt-mini-btn{min-height:34px!important;border-radius:10px!important;font-size:.78rem!important;padding:9px 10px!important}
}

@media (max-width:370px){
  .eabmt-header-actions>.eabmt-icon-btn,
  .eabmt-cart-trigger,
  .eabmt-account-pill,
  .eabmt-mobile-toggle{min-width:34px!important;width:34px!important;min-height:34px!important}
  .eabmt-footer-top{gap:8px!important}
  .eabmt-footer-col{padding:11px 8px!important}
  .eabmt-footer-col a{font-size:.78rem!important}
  .eabmt-shop-archive-v118 ul.products.eabmt-product-grid{grid-template-columns:repeat(auto-fit,minmax(min(145px,100%),1fr))!important}
}


/* v1.0.21: live search drawer and mobile account polish */
.eabmt-unified-search-form{position:relative!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
.eabmt-unified-search-form>button{display:none!important}
.eabmt-live-search-field{position:relative!important;display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:54px!important;padding:0 14px!important;border:1px solid var(--eabmt-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.06)!important}
.eabmt-live-search-field .eabmt-icon{width:19px!important;height:19px!important;flex:0 0 19px!important;color:var(--eabmt-primary-dark)!important}
.eabmt-live-search-field input[type="search"]{width:100%!important;min-width:0!important;min-height:50px!important;border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;outline:0!important;font-weight:800!important;color:#0f172a!important}
.eabmt-live-search-field input[type="search"]::-webkit-search-cancel-button{cursor:pointer}
.eabmt-live-search-panel{display:none;grid-column:1/-1;width:100%;min-width:0;border:1px solid var(--eabmt-line);border-radius:18px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.10);overflow:hidden}
.eabmt-live-search-panel.is-active{display:grid!important}
.eabmt-live-search-state{padding:14px 15px;color:#64748b;font-weight:800;line-height:1.45;background:#f8fafc}
.eabmt-live-search-state.is-loading{color:#0f766e;background:#ecfeff}
.eabmt-live-search-state.is-empty{color:#92400e;background:#fffbeb}
.eabmt-live-search-state.is-error{color:#991b1b;background:#fef2f2}
.eabmt-live-search-list{display:grid!important;gap:0!important;margin:0!important;padding:6px!important;list-style:none!important;max-height:min(60vh,520px);overflow:auto;-webkit-overflow-scrolling:touch}
.eabmt-live-search-li{margin:0!important;padding:0!important;list-style:none!important}
.eabmt-live-search-item{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;gap:11px!important;align-items:center!important;padding:9px!important;border-radius:14px!important;text-decoration:none!important;color:#0f172a!important;border:1px solid transparent!important;background:#fff!important;transition:background .16s ease,border-color .16s ease,transform .16s ease!important}
.eabmt-live-search-item:hover,.eabmt-live-search-item:focus-visible{background:#f8fafc!important;border-color:#ccfbf1!important;color:#0f172a!important;transform:translateY(-1px)!important;outline:none!important}
.eabmt-live-search-thumb{width:52px!important;height:52px!important;border-radius:14px!important;display:grid!important;place-items:center!important;overflow:hidden!important;background:linear-gradient(135deg,#0f172a,#115e59)!important;color:#fff!important;font-weight:950!important;letter-spacing:.02em!important;flex:0 0 52px!important}
.eabmt-live-search-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.eabmt-live-search-copy{display:grid!important;gap:4px!important;min-width:0!important}
.eabmt-live-search-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-width:0!important}
.eabmt-live-search-badge{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;padding:3px 8px!important;border-radius:999px!important;font-size:.7rem!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.05em!important;background:#f1f5f9!important;color:#475569!important;white-space:nowrap!important}
.eabmt-live-search-badge.is-product{background:#ecfeff!important;color:#0f766e!important}
.eabmt-live-search-badge.is-post{background:#eef2ff!important;color:#3730a3!important}
.eabmt-live-search-price{font-size:.82rem!important;color:#0f766e!important;font-weight:950!important;white-space:nowrap!important;min-width:max-content!important}
.eabmt-live-search-title{display:block!important;font-size:.96rem!important;line-height:1.28!important;font-weight:950!important;color:#0f172a!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.eabmt-live-search-excerpt{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#64748b!important;font-size:.84rem!important;line-height:1.35!important}
.eabmt-live-search-more{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:10px 14px!important;border-top:1px solid var(--eabmt-line)!important;background:#f8fafc!important;color:#0f766e!important;font-weight:950!important;text-decoration:none!important}
.eabmt-live-search-more:hover{background:#ecfeff!important;color:#115e59!important}
.eabmt-search-drawer-body .eabmt-live-search-panel{box-shadow:none!important}
.eabmt-search-drawer-body>p{margin-bottom:12px!important}

@media (max-width:760px){
  .woocommerce-account.logged-in .eabmt-account-page-shell>.woocommerce,
  .logged-in.woocommerce-account .eabmt-account-page-shell>.woocommerce{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;min-width:0!important}
  .woocommerce-account .eabmt-account-page-shell{width:min(100% - 16px,1760px)!important;margin:10px auto 36px!important}
  .woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar{position:relative!important;top:auto!important;min-height:0!important;width:100%!important;max-width:100%!important;margin:0!important;padding:12px!important;border-radius:20px!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;overflow:hidden!important}
  .woocommerce-account .eabmt-profile-mini{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;margin:0!important;padding:10px!important;border-radius:16px!important;min-width:0!important}
  .woocommerce-account .eabmt-profile-mini>span:last-child{min-width:0!important;display:block!important}
  .woocommerce-account .eabmt-profile-mini strong{font-size:.95rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .woocommerce-account .eabmt-profile-mini small{max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:.74rem!important}
  .woocommerce-account .eabmt-avatar{width:42px!important;height:42px!important;border-radius:14px!important;font-size:.86rem!important}
  .woocommerce-account .eabmt-account-menu{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:0!important;padding:0!important;flex:none!important;align-content:stretch!important;width:100%!important;min-width:0!important}
  .woocommerce-account .eabmt-account-menu li{min-width:0!important;margin:0!important;padding:0!important;display:flex!important}
  .woocommerce-account .eabmt-account-menu a{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;width:100%!important;min-width:0!important;min-height:46px!important;height:100%!important;padding:9px 9px!important;border-radius:14px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.08)!important;color:#e2e8f0!important;font-size:.82rem!important;line-height:1.18!important;white-space:normal!important;overflow-wrap:anywhere!important;text-align:left!important}
  .woocommerce-account .eabmt-account-menu a .eabmt-icon{width:17px!important;height:17px!important;flex:0 0 17px!important}
  .woocommerce-account .eabmt-account-menu a span{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .woocommerce-account .eabmt-account-menu li.is-active a,
  .woocommerce-account .eabmt-account-menu a:hover{background:rgba(204,251,241,.15)!important;border-color:rgba(153,246,228,.28)!important;color:#99f6e4!important}
  .woocommerce-account .woocommerce-MyAccount-content{width:100%!important;max-width:100%!important;min-width:0!important;display:grid!important;gap:12px!important;overflow:hidden!important}
  .woocommerce-account .eabmt-dashboard-top{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .woocommerce-account .eabmt-metric{min-height:96px!important;padding:14px!important;border-radius:18px!important;gap:10px!important}
  .woocommerce-account .eabmt-metric span{font-size:.82rem!important;gap:6px!important;line-height:1.25!important}
  .woocommerce-account .eabmt-metric strong{font-size:1.55rem!important}
  .woocommerce-account .eabmt-account-split,
  .woocommerce-account .eabmt-card-grid,
  .woocommerce-account .eabmt-account-grid,
  .woocommerce-account .eabmt-stat-grid,
  .woocommerce-account .woocommerce-Addresses{grid-template-columns:1fr!important;gap:12px!important}
  .woocommerce-account .eabmt-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .woocommerce-account .eabmt-panel,
  .woocommerce-account .woocommerce-Address,
  .woocommerce-account .eabmt-download-card{padding:16px!important;border-radius:18px!important;min-width:0!important}
  .woocommerce-account table.shop_table,
  .woocommerce-account .woocommerce-orders-table{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;white-space:nowrap!important;border-radius:16px!important}
}

@media (max-width:560px){
  .eabmt-live-search-field{min-height:50px!important;padding:0 12px!important;border-radius:14px!important}
  .eabmt-live-search-field input[type="search"]{min-height:48px!important;font-size:.93rem!important}
  .eabmt-live-search-panel{border-radius:16px!important}
  .eabmt-live-search-list{max-height:min(56vh,430px)!important;padding:5px!important}
  .eabmt-live-search-item{grid-template-columns:46px minmax(0,1fr)!important;gap:9px!important;padding:8px!important;border-radius:12px!important}
  .eabmt-live-search-thumb{width:46px!important;height:46px!important;border-radius:12px!important}
  .eabmt-live-search-top{align-items:flex-start!important;flex-direction:column!important;gap:3px!important}
  .eabmt-live-search-price{white-space:normal!important;font-size:.78rem!important}
  .eabmt-live-search-title{font-size:.9rem!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .eabmt-live-search-excerpt{font-size:.8rem!important;-webkit-line-clamp:1!important}
  .woocommerce-account .eabmt-account-menu{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .woocommerce-account .eabmt-account-menu a{min-height:44px!important;padding:8px!important;font-size:.78rem!important;border-radius:12px!important}
  .woocommerce-account .eabmt-account-menu a .eabmt-icon{width:16px!important;height:16px!important;flex-basis:16px!important}
  .woocommerce-account .eabmt-dashboard-top{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .woocommerce-account .eabmt-quick-actions{grid-template-columns:1fr!important}
}

@media (max-width:370px){
  .woocommerce-account .eabmt-account-menu{gap:6px!important}
  .woocommerce-account .eabmt-account-menu a{font-size:.74rem!important;padding:7px!important;gap:5px!important}
  .woocommerce-account .eabmt-account-menu a .eabmt-icon{width:15px!important;height:15px!important;flex-basis:15px!important}
}


/* v1.0.22: cleaner helper copy and mobile account bottom nav */
.eabmt-search-drawer-body>p,
.eabmt-search-results-head>p,
.eabmt-live-search-excerpt,
.woocommerce-account .eabmt-panel-head p,
.woocommerce-account .woocommerce-MyAccount-content>p{display:none!important}
.eabmt-search-drawer-body{display:grid!important;align-content:start!important;gap:14px!important}
.eabmt-live-search-panel:empty,.eabmt-live-search-panel:not(.is-active){display:none!important}

@media (max-width:760px){
  body.logged-in.woocommerce-account{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))!important}
  body.logged-in.woocommerce-account .eabmt-account-page-shell{padding-bottom:calc(84px + env(safe-area-inset-bottom,0px))!important;margin-bottom:0!important}
  body.logged-in.woocommerce-account .eabmt-ui-footer{padding-bottom:calc(92px + env(safe-area-inset-bottom,0px))!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-content{order:1!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;z-index:86!important;width:100%!important;max-width:none!important;min-height:0!important;height:auto!important;margin:0!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px))!important;border-radius:18px 18px 0 0!important;background:rgba(8,17,31,.96)!important;box-shadow:0 -16px 46px rgba(15,23,42,.22)!important;backdrop-filter:blur(16px)!important;display:block!important;overflow:hidden!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-profile-mini{display:none!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-account-menu{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;margin:0!important;padding:0 2px 2px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-account-menu::-webkit-scrollbar{display:none!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-account-menu li{display:flex!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;scroll-snap-align:center!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-account-menu a{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;gap:6px!important;width:auto!important;min-width:max-content!important;max-width:none!important;height:48px!important;min-height:48px!important;padding:0 13px!important;border-radius:999px!important;background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.1)!important;color:#e2e8f0!important;font-size:.78rem!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important;text-align:center!important;text-decoration:none!important;overflow:visible!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-account-menu a .eabmt-icon{width:16px!important;height:16px!important;flex:0 0 16px!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-account-menu a span{display:inline!important;min-width:0!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-account-menu li.is-active a,
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-account-menu a:hover,
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-account-menu a:focus-visible{background:#ccfbf1!important;border-color:#99f6e4!important;color:#0f766e!important;outline:none!important}
  body.logged-in.woocommerce-account.eabmt-search-open .woocommerce-MyAccount-navigation.eabmt-account-sidebar,
  body.logged-in.woocommerce-account.eabmt-cart-open .woocommerce-MyAccount-navigation.eabmt-account-sidebar{z-index:40!important}
}

@media (max-width:380px){
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar .eabmt-account-menu a{height:46px!important;min-height:46px!important;padding:0 11px!important;font-size:.74rem!important}
}

/* v1.0.23: full-screen home intro video block with header inside the frame */
.eabmt-home-video-hero-page .eabmt-ui-header{position:absolute!important;left:0!important;right:0!important;top:0!important;z-index:90!important;background:linear-gradient(180deg,rgba(8,17,31,.66),rgba(8,17,31,.28) 58%,rgba(8,17,31,0))!important;border-bottom:0!important;box-shadow:none!important;backdrop-filter:none!important;color:#fff!important}
body.admin-bar.eabmt-home-video-hero-page .eabmt-ui-header{top:32px!important}
.eabmt-home-video-hero-page .eabmt-header-inner{min-height:84px!important}
.eabmt-home-video-hero-page .eabmt-brand-text strong{color:#fff!important;text-shadow:0 1px 12px rgba(0,0,0,.28)!important}
.eabmt-home-video-hero-page .eabmt-brand-text small{color:rgba(255,255,255,.76)!important;text-shadow:0 1px 12px rgba(0,0,0,.22)!important}
.eabmt-home-video-hero-page .eabmt-logo-mark{background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important;backdrop-filter:blur(14px)!important;color:#fff!important}
.eabmt-home-video-hero-page .eabmt-main-nav a,.eabmt-home-video-hero-page .eabmt-main-nav button,.eabmt-home-video-hero-page .eabmt-main-menu a{color:rgba(255,255,255,.9)!important;text-shadow:0 1px 12px rgba(0,0,0,.22)!important}
.eabmt-home-video-hero-page .eabmt-main-nav a:hover,.eabmt-home-video-hero-page .eabmt-main-nav button:hover,.eabmt-home-video-hero-page .eabmt-main-menu a:hover,.eabmt-home-video-hero-page .eabmt-main-menu .current-menu-item>a,.eabmt-home-video-hero-page .eabmt-main-menu .current_page_item>a{background:rgba(255,255,255,.14)!important;color:#fff!important}
.eabmt-home-video-hero-page .eabmt-main-menu .sub-menu{background:rgba(8,17,31,.94)!important;border-color:rgba(255,255,255,.14)!important;box-shadow:0 24px 64px rgba(0,0,0,.28)!important;backdrop-filter:blur(18px)!important}
.eabmt-home-video-hero-page .eabmt-icon-btn,.eabmt-home-video-hero-page .eabmt-cart-trigger,.eabmt-home-video-hero-page .eabmt-account-pill,.eabmt-home-video-hero-page .eabmt-mobile-toggle{background:rgba(255,255,255,.13)!important;border-color:rgba(255,255,255,.24)!important;color:#fff!important;box-shadow:0 12px 28px rgba(0,0,0,.16)!important;backdrop-filter:blur(14px)!important}
.eabmt-home-video-hero-page .eabmt-icon-btn:hover,.eabmt-home-video-hero-page .eabmt-cart-trigger:hover,.eabmt-home-video-hero-page .eabmt-account-pill:hover,.eabmt-home-video-hero-page .eabmt-mobile-toggle:hover{background:rgba(255,255,255,.22)!important;color:#fff!important;border-color:rgba(255,255,255,.36)!important}
.eabmt-home-video-hero-page .eabmt-cart-count{background:#14b8a6!important;color:#fff!important}
.eabmt-home-video-hero{position:relative!important;min-height:100vh!important;min-height:100svh!important;width:100%!important;display:flex!important;align-items:center!important;overflow:hidden!important;isolation:isolate!important;padding:clamp(118px,16vh,176px) 0 clamp(52px,9vh,112px)!important;background:#08111f!important;color:#fff!important;margin:0!important}
.eabmt-home-video-media,.eabmt-home-video-overlay{position:absolute!important;inset:0!important;pointer-events:none!important}
.eabmt-home-video-media{z-index:-2!important;background:#08111f!important}
.eabmt-home-video-media video,.eabmt-home-video-media img,.eabmt-home-video,.eabmt-home-video-poster{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important}
.eabmt-home-video-placeholder{width:100%!important;height:100%!important;background:radial-gradient(circle at 18% 16%,rgba(20,184,166,.34),transparent 34%),radial-gradient(circle at 82% 24%,rgba(245,158,11,.22),transparent 32%),linear-gradient(135deg,#08111f 0%,#0f2c39 48%,#115e59 100%)!important}
.eabmt-home-video-overlay{z-index:-1!important;background:linear-gradient(90deg,rgba(8,17,31,.84) 0%,rgba(8,17,31,.66) 42%,rgba(8,17,31,.32) 100%),linear-gradient(180deg,rgba(8,17,31,.2) 0%,rgba(8,17,31,.08) 45%,rgba(8,17,31,.6) 100%)!important}
.eabmt-home-video-content{position:relative!important;z-index:2!important;display:flex!important;align-items:center!important;min-height:calc(100svh - 230px)!important}
.eabmt-home-video-copy{width:min(760px,100%)!important;display:grid!important;gap:18px!important}
.eabmt-home-video-kicker{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;padding:9px 13px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.18)!important;background:rgba(255,255,255,.12)!important;color:#99f6e4!important;font-size:.76rem!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.09em!important;font-weight:950!important;backdrop-filter:blur(12px)!important}
.eabmt-home-video-copy h1{margin:0!important;max-width:820px!important;color:#fff!important;font-size:clamp(2.75rem,7.8vw,6.9rem)!important;line-height:.9!important;letter-spacing:-.075em!important;text-wrap:balance!important;text-shadow:0 20px 60px rgba(0,0,0,.36)!important}
.eabmt-home-video-copy p{margin:0!important;max-width:680px!important;color:rgba(255,255,255,.82)!important;font-size:clamp(1rem,1.6vw,1.22rem)!important;line-height:1.72!important;text-shadow:0 12px 34px rgba(0,0,0,.32)!important}
.eabmt-home-video-actions{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;margin-top:8px!important}
.eabmt-home-video-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important;padding:15px 22px!important;border-radius:999px!important;background:#fff!important;color:#0f766e!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 22px 52px rgba(0,0,0,.22)!important;border:1px solid transparent!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}
.eabmt-home-video-btn:hover{transform:translateY(-2px)!important;background:#ccfbf1!important;color:#115e59!important;box-shadow:0 26px 60px rgba(0,0,0,.28)!important}
.eabmt-home-video-btn.is-secondary{background:rgba(255,255,255,.14)!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important;backdrop-filter:blur(12px)!important}
.eabmt-home-video-btn.is-secondary:hover{background:rgba(255,255,255,.24)!important;color:#fff!important;border-color:rgba(255,255,255,.36)!important}
.eabmt-home-video-hero + .eabmt-content-wrap,.eabmt-home-video-hero + .eabmt-blog-archive,.eabmt-home-video-hero + .eabmt-shop-archive-v118,.eabmt-home-video-hero + .eabmt-canvas-root{margin-top:34px!important}

@media (max-width:900px){
  .eabmt-home-video-hero-page .eabmt-header-inner{min-height:68px!important}
  .eabmt-home-video-hero-page .eabmt-main-nav{background:#fff!important;border-color:rgba(226,232,240,.95)!important;color:#0f172a!important;box-shadow:0 24px 70px rgba(15,23,42,.24)!important;backdrop-filter:none!important}
  .eabmt-home-video-hero-page .eabmt-main-nav a,.eabmt-home-video-hero-page .eabmt-main-nav button,.eabmt-home-video-hero-page .eabmt-main-menu a{color:#334155!important;text-shadow:none!important}
  .eabmt-home-video-hero-page .eabmt-main-nav a:hover,.eabmt-home-video-hero-page .eabmt-main-nav button:hover,.eabmt-home-video-hero-page .eabmt-main-menu a:hover,.eabmt-home-video-hero-page .eabmt-main-menu .current-menu-item>a,.eabmt-home-video-hero-page .eabmt-main-menu .current_page_item>a{background:#eefbf9!important;color:#115e59!important}
  .eabmt-home-video-hero-page .eabmt-main-menu .sub-menu{background:#f8fafc!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important}
  .eabmt-home-video-hero{padding:104px 0 54px!important;align-items:flex-end!important}
  .eabmt-home-video-content{min-height:calc(100svh - 158px)!important;align-items:flex-end!important}
  .eabmt-home-video-copy{gap:14px!important;width:100%!important}
  .eabmt-home-video-copy h1{font-size:clamp(2.35rem,13vw,4.6rem)!important;line-height:.95!important;letter-spacing:-.065em!important}
  .eabmt-home-video-copy p{font-size:.98rem!important;line-height:1.62!important;max-width:94%!important}
}

@media (max-width:760px){
  body.admin-bar.eabmt-home-video-hero-page .eabmt-ui-header{top:46px!important}
  .eabmt-home-video-hero-page .eabmt-header-inner>.eabmt-ui-brand{max-width:50vw!important}
  .eabmt-home-video-hero{min-height:100vh!important;min-height:100svh!important;padding:96px 0 42px!important}
  .eabmt-home-video-overlay{background:linear-gradient(180deg,rgba(8,17,31,.54) 0%,rgba(8,17,31,.6) 42%,rgba(8,17,31,.88) 100%)!important}
  .eabmt-home-video-kicker{font-size:.68rem!important;padding:8px 10px!important}
  .eabmt-home-video-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:10px!important}
  .eabmt-home-video-btn{width:100%!important;min-height:50px!important;padding:14px 18px!important}
}

@media (max-width:420px){
  .eabmt-home-video-copy h1{font-size:2.7rem!important}
  .eabmt-home-video-copy p{max-width:100%!important;font-size:.94rem!important}
  .eabmt-home-video-hero-page .eabmt-header-inner>.eabmt-ui-brand{max-width:46vw!important}
}



/* v1.0.24: editable home video hero height per desktop/tablet/mobile */
.eabmt-home-video-hero{
  --eabmt-home-video-height-current:var(--eabmt-home-video-height-desktop,82vh);
  --eabmt-home-video-height-current-svh:var(--eabmt-home-video-height-desktop-svh,82svh);
  min-height:var(--eabmt-home-video-height-current)!important;
  min-height:var(--eabmt-home-video-height-current-svh)!important;
  padding:clamp(96px,12vh,144px) 0 clamp(42px,7vh,82px)!important;
}
.eabmt-home-video-content{
  min-height:max(260px,calc(var(--eabmt-home-video-height-current) - 190px))!important;
  min-height:max(260px,calc(var(--eabmt-home-video-height-current-svh) - 190px))!important;
}
@media (max-width:1024px){
  .eabmt-home-video-hero{
    --eabmt-home-video-height-current:var(--eabmt-home-video-height-tablet,74vh);
    --eabmt-home-video-height-current-svh:var(--eabmt-home-video-height-tablet-svh,74svh);
    padding:92px 0 44px!important;
  }
  .eabmt-home-video-content{
    min-height:max(240px,calc(var(--eabmt-home-video-height-current) - 150px))!important;
    min-height:max(240px,calc(var(--eabmt-home-video-height-current-svh) - 150px))!important;
  }
}
@media (max-width:760px){
  .eabmt-home-video-hero{
    --eabmt-home-video-height-current:var(--eabmt-home-video-height-mobile,68vh);
    --eabmt-home-video-height-current-svh:var(--eabmt-home-video-height-mobile-svh,68svh);
    min-height:var(--eabmt-home-video-height-current)!important;
    min-height:var(--eabmt-home-video-height-current-svh)!important;
    padding:88px 0 32px!important;
    align-items:flex-end!important;
  }
  .eabmt-home-video-content{
    min-height:max(220px,calc(var(--eabmt-home-video-height-current) - 120px))!important;
    min-height:max(220px,calc(var(--eabmt-home-video-height-current-svh) - 120px))!important;
    align-items:flex-end!important;
  }
  .eabmt-home-video-copy{gap:12px!important}
}
@media (max-width:420px){
  .eabmt-home-video-hero{padding-top:82px!important;padding-bottom:28px!important}
  .eabmt-home-video-content{
    min-height:max(210px,calc(var(--eabmt-home-video-height-current) - 110px))!important;
    min-height:max(210px,calc(var(--eabmt-home-video-height-current-svh) - 110px))!important;
  }
}

/* v1.0.25: editor controls for pages/posts + cleaner title spacing */
.eabmt-editor-layout{--eabmt-custom-content-width:1080px}
.eabmt-content-wrap.eabmt-editor-layout{margin-top:24px!important;margin-bottom:48px!important}
.eabmt-post-layout.eabmt-editor-layout{margin-top:24px!important;margin-bottom:50px!important}
.eabmt-editor-layout.eabmt-spacing-none{margin-top:0!important;margin-bottom:38px!important}
.eabmt-editor-layout.eabmt-spacing-compact{margin-top:14px!important;margin-bottom:38px!important}
.eabmt-editor-layout.eabmt-spacing-normal{margin-top:24px!important;margin-bottom:48px!important}
.eabmt-editor-layout.eabmt-spacing-relaxed{margin-top:42px!important;margin-bottom:64px!important}
.eabmt-content-wrap.eabmt-layout-width-default,.eabmt-content-wrap.eabmt-layout-width-standard{width:min(100% - 36px,1080px)!important}
.eabmt-content-wrap.eabmt-layout-width-narrow{width:min(100% - 36px,780px)!important}
.eabmt-content-wrap.eabmt-layout-width-wide{width:min(100% - 36px,1320px)!important}
.eabmt-content-wrap.eabmt-layout-width-custom{width:min(100% - 36px,var(--eabmt-custom-content-width,1080px))!important}
.eabmt-content-wrap.eabmt-layout-width-full{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
.eabmt-editor-layout .eabmt-page-card{padding:26px!important}
.eabmt-content-wrap.eabmt-layout-width-full .eabmt-page-card{border-radius:0!important;border-left:0!important;border-right:0!important;box-shadow:none!important;padding-inline:max(18px,calc((100vw - 1320px)/2))!important}
.eabmt-page-title-card{margin:0 0 14px!important;padding:0 0 14px!important;border-bottom:1px solid #edf2f7!important}
.eabmt-page-title-card h1{font-size:clamp(1.9rem,3.6vw,2.75rem)!important;line-height:1.08!important;letter-spacing:-.052em!important;margin:0!important}
.eabmt-page-content>:first-child,.eabmt-post-content>:first-child{margin-top:0!important}.eabmt-page-content>:last-child,.eabmt-post-content>:last-child{margin-bottom:0!important}
.eabmt-post-layout.eabmt-layout-width-standard{width:min(100% - 36px,1180px)!important}
.eabmt-post-layout.eabmt-layout-width-wide{width:min(100% - 36px,1420px)!important}
.eabmt-post-layout.eabmt-layout-width-narrow{width:min(100% - 36px,900px)!important;grid-template-columns:minmax(0,1fr)!important}
.eabmt-post-layout.eabmt-layout-width-custom{width:min(100% - 36px,var(--eabmt-custom-content-width,1180px))!important;grid-template-columns:minmax(0,1fr)!important}
.eabmt-post-layout.eabmt-layout-width-full{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;grid-template-columns:minmax(0,1fr)!important}
.eabmt-post-layout.eabmt-post-layout-no-sidebar{grid-template-columns:minmax(0,1fr)!important}
.eabmt-post-layout.eabmt-layout-width-narrow .eabmt-blog-sidebar,.eabmt-post-layout.eabmt-layout-width-custom .eabmt-blog-sidebar,.eabmt-post-layout.eabmt-layout-width-full .eabmt-blog-sidebar,.eabmt-post-layout.eabmt-post-layout-no-sidebar .eabmt-blog-sidebar{display:none!important}
.eabmt-post-layout.eabmt-layout-width-full .eabmt-post-card-full{border-radius:0!important;border-left:0!important;border-right:0!important;box-shadow:none!important}
.eabmt-editor-layout .eabmt-post-hero{padding:28px!important;border-radius:0!important}.eabmt-editor-layout .eabmt-post-hero h1{margin-top:10px!important;font-size:clamp(1.9rem,4.2vw,3.55rem)!important}.eabmt-editor-layout .eabmt-post-content{padding:28px!important}
.eabmt-post-layout.eabmt-layout-width-full .eabmt-post-content,.eabmt-post-layout.eabmt-layout-width-full .eabmt-post-hero{padding-inline:max(18px,calc((100vw - 1120px)/2))!important}
.eabmt-content-surface-plain{background:transparent!important;border:0!important;box-shadow:none!important}.eabmt-page-card.eabmt-content-surface-plain,.eabmt-post-card-full.eabmt-content-surface-plain{padding:0!important;border-radius:0!important}.eabmt-post-card-full.eabmt-content-surface-plain .eabmt-post-content{padding:0!important;background:transparent!important}
.eabmt-title-hidden .eabmt-page-content,.eabmt-title-hidden .eabmt-post-content{padding-top:0!important}
.eabmt-editor-controlled-page .eabmt-site-main{padding-top:0!important}
@media(max-width:760px){.eabmt-content-wrap.eabmt-editor-layout,.eabmt-post-layout.eabmt-editor-layout,.eabmt-post-layout.eabmt-layout-width-standard,.eabmt-post-layout.eabmt-layout-width-wide,.eabmt-post-layout.eabmt-layout-width-narrow,.eabmt-post-layout.eabmt-layout-width-custom{width:min(100% - 20px,100%)!important;margin-top:14px!important;margin-bottom:34px!important}.eabmt-editor-layout.eabmt-spacing-none{margin-top:0!important}.eabmt-editor-layout.eabmt-spacing-relaxed{margin-top:24px!important}.eabmt-content-wrap.eabmt-layout-width-full,.eabmt-post-layout.eabmt-layout-width-full{width:100%!important;margin-top:0!important}.eabmt-editor-layout .eabmt-page-card{padding:18px!important;border-radius:20px!important}.eabmt-content-wrap.eabmt-layout-width-full .eabmt-page-card{border-radius:0!important;padding-inline:16px!important}.eabmt-page-title-card{margin-bottom:12px!important;padding-bottom:12px!important}.eabmt-page-title-card h1{font-size:clamp(1.55rem,8vw,2.15rem)!important}.eabmt-editor-layout .eabmt-post-hero,.eabmt-editor-layout .eabmt-post-content{padding:18px!important}.eabmt-post-layout.eabmt-layout-width-full .eabmt-post-hero,.eabmt-post-layout.eabmt-layout-width-full .eabmt-post-content{padding-inline:16px!important}.eabmt-editor-layout .eabmt-post-hero h1{font-size:clamp(1.65rem,9vw,2.35rem)!important}.eabmt-page-card.eabmt-content-surface-plain,.eabmt-post-card-full.eabmt-content-surface-plain{padding:0!important}.eabmt-content-surface-plain .eabmt-post-content{padding:0!important}}

/* v1.0.26: editable home video overlay opacity */
.eabmt-home-video-overlay{
  background:
    linear-gradient(90deg,
      rgba(8,17,31,var(--eabmt-home-video-overlay-left,.42)) 0%,
      rgba(8,17,31,var(--eabmt-home-video-overlay-mid,.30)) 42%,
      rgba(8,17,31,var(--eabmt-home-video-overlay-right,.14)) 100%),
    linear-gradient(180deg,
      rgba(8,17,31,var(--eabmt-home-video-overlay-top,.12)) 0%,
      rgba(8,17,31,var(--eabmt-home-video-overlay-center,.06)) 45%,
      rgba(8,17,31,var(--eabmt-home-video-overlay-bottom,.28)) 100%)!important;
}
@media(max-width:782px){
  .eabmt-home-video-overlay{
    background:linear-gradient(180deg,
      rgba(8,17,31,var(--eabmt-home-video-overlay-mobile-top,.32)) 0%,
      rgba(8,17,31,var(--eabmt-home-video-overlay-mobile-mid,.40)) 42%,
      rgba(8,17,31,var(--eabmt-home-video-overlay-mobile-bottom,.60)) 100%)!important;
  }
}

/* v1.0.27: compact 2-column home video CTA buttons on tablet and mobile */
@media (max-width:1024px){
  .eabmt-home-video-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:min(480px,100%)!important;
    max-width:100%!important;
    gap:9px!important;
    align-items:stretch!important;
    margin-top:6px!important;
  }
  .eabmt-home-video-btn{
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    padding:10px 13px!important;
    border-radius:18px!important;
    font-size:.86rem!important;
    line-height:1.12!important;
    letter-spacing:-.01em!important;
    text-align:center!important;
    white-space:normal!important;
    box-shadow:0 14px 32px rgba(0,0,0,.18)!important;
  }
}
@media (max-width:760px){
  .eabmt-home-video-actions{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
    gap:8px!important;
    margin-top:4px!important;
  }
  .eabmt-home-video-btn{
    min-height:42px!important;
    padding:9px 10px!important;
    border-radius:16px!important;
    font-size:.78rem!important;
    line-height:1.1!important;
  }
}
@media (max-width:380px){
  .eabmt-home-video-actions{gap:7px!important}
  .eabmt-home-video-btn{
    min-height:40px!important;
    padding:8px 8px!important;
    border-radius:15px!important;
    font-size:.72rem!important;
  }
}


/* v1.0.27b: single home video CTA keeps compact centered width */
@media (max-width:1024px){
  .eabmt-home-video-actions:has(.eabmt-home-video-btn:only-child){
    grid-template-columns:minmax(0,1fr)!important;
    width:min(260px,100%)!important;
  }
}
@media (max-width:760px){
  .eabmt-home-video-actions:has(.eabmt-home-video-btn:only-child){
    width:min(220px,100%)!important;
  }
}

/* v1.0.28: PWA install button and iOS install guide */
.eabmt-pwa-install-link[hidden],.eabmt-pwa-install-btn[hidden],.eabmt-pwa-modal[hidden]{display:none!important}
.eabmt-pwa-install-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(20,184,166,.22)!important;background:#ecfeff!important;color:#0f766e!important;padding:10px 13px!important;border-radius:999px!important;font-weight:950!important;line-height:1.1!important;white-space:nowrap!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease!important}
.eabmt-pwa-install-link:hover,.eabmt-pwa-install-link:focus-visible{background:#ccfbf1!important;color:#115e59!important;border-color:#99f6e4!important;box-shadow:0 12px 28px rgba(15,118,110,.12)!important;transform:translateY(-1px)!important;outline:none!important}
.eabmt-pwa-install-link .eabmt-icon{width:17px;height:17px}
body.eabmt-pwa-modal-open{overflow:hidden!important}
.eabmt-pwa-modal{position:fixed;inset:0;z-index:140;display:grid;place-items:center;padding:18px}
.eabmt-pwa-modal-backdrop{position:absolute;inset:0;background:rgba(8,17,31,.56);backdrop-filter:blur(12px)}
.eabmt-pwa-modal-card{position:relative;z-index:1;width:min(100%,500px);max-height:min(720px,calc(100vh - 36px));overflow:auto;outline:none;border:1px solid rgba(226,232,240,.95);border-radius:28px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:0 32px 90px rgba(8,17,31,.28);padding:26px;color:#0f172a}
.eabmt-pwa-modal-close{position:absolute;right:14px;top:14px;width:40px;height:40px;display:grid;place-items:center;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#334155;box-shadow:0 10px 24px rgba(15,23,42,.08)}
.eabmt-pwa-modal-close:hover{color:#0f766e;border-color:#99f6e4;background:#ecfeff}
.eabmt-pwa-modal-kicker{display:inline-flex;width:max-content;max-width:calc(100% - 50px);align-items:center;padding:8px 11px;border:1px solid #b8eee6;border-radius:999px;background:#ecfeff;color:#0f766e;font-size:.72rem;font-weight:1000;text-transform:uppercase;letter-spacing:.08em;line-height:1}
.eabmt-pwa-modal-card h2{margin:16px 44px 8px 0;font-size:clamp(1.55rem,4vw,2.2rem);line-height:1.05;letter-spacing:-.05em;color:#0f172a}
.eabmt-pwa-modal-intro{margin:0 0 18px;color:#64748b;line-height:1.6;font-weight:750}
.eabmt-pwa-ios-guide,.eabmt-pwa-generic-guide{border:1px solid #dbeafe;border-radius:22px;background:#fff;padding:16px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.eabmt-pwa-ios-guide h3,.eabmt-pwa-generic-guide h3{margin:0 0 12px;color:#0f172a;font-size:1rem;line-height:1.25;letter-spacing:-.02em}
.eabmt-pwa-ios-guide ol{display:grid;gap:10px;margin:0;padding:0;list-style:none;counter-reset:eabmt-pwa-step}
.eabmt-pwa-ios-guide li{position:relative;counter-increment:eabmt-pwa-step;display:grid;gap:4px;padding:13px 13px 13px 54px;border-radius:16px;background:#f8fafc;border:1px solid #edf2f7;min-height:52px}
.eabmt-pwa-ios-guide li:before{content:counter(eabmt-pwa-step);position:absolute;left:13px;top:13px;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-weight:1000;line-height:1}
.eabmt-pwa-ios-guide strong{display:block;color:#0f172a;line-height:1.25;font-weight:1000}
.eabmt-pwa-ios-guide span,.eabmt-pwa-generic-guide p{display:block;margin:0;color:#64748b;font-size:.92rem;line-height:1.45;font-weight:740}
.eabmt-pwa-modal-done{width:100%;min-height:48px;margin-top:16px;border:0;border-radius:16px;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-weight:1000;box-shadow:0 16px 34px rgba(15,118,110,.18)}
.eabmt-pwa-modal-done:hover{filter:brightness(1.03);transform:translateY(-1px)}
.eabmt-home-video-hero-page .eabmt-pwa-install-link{background:rgba(255,255,255,.13)!important;border-color:rgba(255,255,255,.24)!important;color:#fff!important;box-shadow:0 12px 28px rgba(0,0,0,.16)!important;backdrop-filter:blur(14px)!important}
.eabmt-home-video-hero-page .eabmt-pwa-install-link:hover{background:rgba(255,255,255,.22)!important;color:#fff!important;border-color:rgba(255,255,255,.36)!important}
@media(max-width:900px){.eabmt-pwa-install-link{width:100%!important;justify-content:flex-start!important;background:#ecfeff!important;color:#0f766e!important;border-color:#b8eee6!important}.eabmt-home-video-hero-page .eabmt-pwa-install-link{background:#ecfeff!important;color:#0f766e!important;border-color:#b8eee6!important;box-shadow:none!important;text-shadow:none!important}.eabmt-home-video-hero-page .eabmt-pwa-install-link:hover{background:#ccfbf1!important;color:#115e59!important}.eabmt-pwa-modal-card{border-radius:24px;padding:22px}.eabmt-pwa-modal-card h2{margin-right:36px}}
@media(max-width:420px){.eabmt-pwa-modal{padding:12px}.eabmt-pwa-modal-card{padding:20px;border-radius:22px}.eabmt-pwa-ios-guide,.eabmt-pwa-generic-guide{padding:13px;border-radius:18px}.eabmt-pwa-ios-guide li{padding:12px 12px 12px 50px}.eabmt-pwa-modal-card h2{font-size:1.55rem}}


/* v1.0.29 checkout cleanup: one full-name field, no address/phone/postcode/city fields. */
.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #ship-to-different-address{display:none!important}
.eabmt-checkout-fullname-field{grid-column:1/-1}
.eabm-vps-checkout-fields{margin-top:18px;padding:18px;border:1px solid var(--eabmt-line);border-radius:22px;background:#fff;box-shadow:var(--eabmt-shadow-soft)}
.eabm-vps-checkout-fields h3{margin:0 0 8px;font-size:1.05rem;letter-spacing:-.025em}
.eabm-vps-checkout-fields>p{margin:0 0 12px;color:var(--eabmt-muted);line-height:1.55}
.eabm-vps-checkout-card input,
.eabm-vps-checkout-card select,
.eabm-vps-checkout-card textarea{width:100%;min-height:50px;border:1px solid var(--eabmt-line)!important;border-radius:16px!important;background:#fff!important;color:#0f172a!important;padding:13px 15px!important;box-shadow:0 8px 20px rgba(15,23,42,.035)!important}

/* v1.0.30: modal quick checkout + VPS form inside plan popup. */
.eabmt-modal-quick-checkout .eabmt-modal-card-v2{width:min(100%,780px);max-height:min(860px,calc(100vh - 28px));overflow:auto}
.eabmt-quick-checkout{display:grid;gap:14px;margin-top:16px}
.eabmt-quick-customer-grid,.eabmt-modal-vps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.eabmt-quick-checkout label{display:grid;gap:7px;margin:0;color:#334155;font-size:.9rem;font-weight:900;line-height:1.25}
.eabmt-quick-checkout input,.eabmt-quick-checkout select,.eabmt-quick-checkout textarea{width:100%;min-height:48px;border:1px solid var(--eabmt-line);border-radius:15px;background:#fff;color:#0f172a;padding:12px 14px;box-shadow:0 8px 20px rgba(15,23,42,.035);font:inherit;font-weight:760;outline:none;transition:border-color .18s ease,box-shadow .18s ease}
.eabmt-quick-checkout input:focus,.eabmt-quick-checkout select:focus,.eabmt-quick-checkout textarea:focus{border-color:#5eead4;box-shadow:0 0 0 4px rgba(20,184,166,.13),0 10px 24px rgba(15,23,42,.05)}
.eabmt-modal-vps-form{display:grid;gap:12px;border:1px solid rgba(20,184,166,.24);border-radius:20px;background:linear-gradient(180deg,#f8fffd 0%,#fff 100%);padding:14px;box-shadow:0 12px 30px rgba(15,118,110,.07)}
.eabmt-modal-vps-head{display:flex;align-items:flex-start;gap:12px}
.eabmt-modal-vps-head>span{display:inline-grid;place-items:center;min-width:48px;height:34px;border-radius:999px;background:#ccfbf1;color:#0f766e;font-weight:1000;letter-spacing:.05em}
.eabmt-modal-vps-head strong{display:block;color:#0f172a;line-height:1.2;font-weight:1000}
.eabmt-modal-vps-head small,.eabmt-quick-checkout-actions small,.eabmt-modal-vps-note{display:block;color:#64748b;line-height:1.5;font-weight:720}
.eabmt-modal-vps-wide{grid-column:1/-1}
.eabmt-modal-vps-note{margin:0;border-radius:14px;background:#ecfeff;border:1px solid #b8eee6;padding:10px 12px;color:#0f766e}
.eabmt-quick-checkout-actions{display:grid;gap:8px}
.eabmt-quick-checkout-message{display:none;border-radius:14px;padding:10px 12px;font-weight:850;line-height:1.45}
.eabmt-quick-checkout-message.is-loading,.eabmt-quick-checkout-message.is-success,.eabmt-quick-checkout-message.is-error{display:block}
.eabmt-quick-checkout-message.is-loading{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}
.eabmt-quick-checkout-message.is-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
.eabmt-quick-checkout-message.is-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}
.eabmt-vps-private-note{display:inline-flex;width:max-content;max-width:100%;align-items:center;gap:6px;border-radius:999px;background:#ecfeff;border:1px solid #b8eee6;color:#0f766e;padding:6px 9px;font-weight:950;line-height:1.1}
.eabmt-vps-private-note+small{display:block;margin-top:6px;color:#64748b;line-height:1.45}
@media(max-width:760px){.eabmt-modal-quick-checkout .eabmt-modal-card-v2{width:100%;max-height:calc(100vh - 18px);padding:20px}.eabmt-quick-customer-grid,.eabmt-modal-vps-grid{grid-template-columns:1fr}.eabmt-modal-vps-head{align-items:flex-start}.eabmt-modal-vps-wide{grid-column:auto}}

/* v1.0.31: larger four-step quick checkout modal with Woo payment methods. */
.eabmt-modal-quick-checkout .eabmt-modal-card-v2{width:min(1080px,calc(100vw - 28px))!important;max-height:calc(100vh - 28px)!important;padding:28px!important;overflow:auto!important}
.eabmt-modal-quick-checkout .eabmt-modal-card-v2>h2{margin-right:52px!important;font-size:clamp(1.65rem,3vw,2.35rem)!important}
.eabmt-quick-checkout-steps{display:grid!important;gap:18px!important;margin-top:18px!important}
.eabmt-quick-stepper{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(135px,1fr))!important;gap:10px!important;padding:8px!important;border:1px solid #dbe7f2!important;border-radius:20px!important;background:#f8fafc!important}
.eabmt-quick-stepper button{display:flex!important;align-items:center!important;gap:9px!important;min-height:50px!important;border:1px solid transparent!important;border-radius:16px!important;background:transparent!important;color:#64748b!important;padding:8px 10px!important;text-align:left!important;cursor:pointer!important;font-weight:950!important}
.eabmt-quick-stepper button span{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;border-radius:999px!important;background:#e2e8f0!important;color:#475569!important;font-weight:1000!important;flex:0 0 auto!important}
.eabmt-quick-stepper button strong{display:block!important;font-size:.88rem!important;line-height:1.2!important}
.eabmt-quick-stepper button.is-active{border-color:#99f6e4!important;background:#ecfeff!important;color:#0f766e!important;box-shadow:0 10px 24px rgba(15,118,110,.08)!important}
.eabmt-quick-stepper button.is-active span,.eabmt-quick-stepper button.is-done span{background:#0f766e!important;color:#fff!important}
.eabmt-quick-step{display:none!important;border:1px solid #dbe7f2!important;border-radius:22px!important;background:#fff!important;padding:18px!important;box-shadow:0 12px 34px rgba(15,23,42,.055)!important}
.eabmt-quick-step.is-active{display:grid!important;gap:16px!important}
.eabmt-quick-step-head{display:flex!important;align-items:flex-start!important;gap:12px!important}
.eabmt-quick-step-head>span{display:grid!important;place-items:center!important;min-width:38px!important;height:38px!important;border-radius:14px!important;background:#0f766e!important;color:#fff!important;font-weight:1000!important}
.eabmt-quick-step-head strong{display:block!important;color:#0f172a!important;font-size:1.05rem!important;line-height:1.25!important}
.eabmt-quick-step-head small{display:block!important;margin-top:3px!important;color:#64748b!important;line-height:1.45!important;font-weight:720!important}
.eabmt-modal-summary-inline{margin:0!important}
.eabmt-modal-pay-summary{display:grid!important;grid-template-columns:1.35fr .8fr .8fr!important;gap:10px!important}
.eabmt-modal-pay-summary>div{border:1px solid #dbe7f2!important;border-radius:16px!important;background:#f8fafc!important;padding:13px!important;min-width:0!important}
.eabmt-modal-pay-summary small{display:block!important;color:#64748b!important;font-size:.72rem!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:1000!important}
.eabmt-modal-pay-summary strong{display:block!important;margin-top:5px!important;color:#0f172a!important;line-height:1.25!important;word-break:break-word!important}
.eabmt-modal-payment-list{display:grid!important;gap:10px!important}
.eabmt-modal-payment-option{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:flex-start!important;gap:12px!important;margin:0!important;padding:14px!important;border:1px solid #dbe7f2!important;border-radius:18px!important;background:#fbfdff!important;cursor:pointer!important}
.eabmt-modal-payment-option:has(input:checked){border-color:#99f6e4!important;background:#ecfeff!important;box-shadow:0 12px 28px rgba(15,118,110,.08)!important}
.eabmt-modal-payment-option input{width:auto!important;min-height:0!important;margin-top:3px!important;box-shadow:none!important;accent-color:#0f766e!important}
.eabmt-modal-payment-copy strong{display:block!important;color:#0f172a!important;font-weight:1000!important;line-height:1.25!important}
.eabmt-modal-payment-copy small{display:block!important;margin-top:5px!important;color:#64748b!important;font-weight:700!important;line-height:1.45!important}
.eabmt-modal-payment-icon img{max-height:26px!important;width:auto!important}
.eabmt-modal-payment-note,.eabmt-modal-payment-empty{margin:0!important;border:1px solid #b8eee6!important;border-radius:16px!important;background:#ecfeff!important;color:#0f766e!important;padding:12px 14px!important;line-height:1.55!important;font-weight:780!important}
.eabmt-modal-payment-empty p{margin:6px 0 0!important;color:#0f766e!important}
.eabmt-quick-step-actions{display:flex!important;justify-content:space-between!important;gap:10px!important;align-items:center!important}
.eabmt-quick-step-actions [hidden]{display:none!important}
.eabmt-quick-step-actions .eabmt-btn{min-width:148px!important;border-radius:14px!important}
.eabmt-quick-step-actions [data-eabmt-quick-submit]{margin-left:auto!important}
.eabmt-modal-vps-grid{align-items:start!important}
.eabmt-modal-vps-grid .eabmt-modal-vps-wide{grid-column:1/-1!important}
@media(max-width:860px){.eabmt-modal-quick-checkout .eabmt-modal-card-v2{width:100%!important;max-height:calc(100vh - 16px)!important;padding:20px!important}.eabmt-quick-stepper{grid-template-columns:1fr 1fr!important}.eabmt-modal-pay-summary{grid-template-columns:1fr!important}.eabmt-quick-step-actions{display:grid!important;grid-template-columns:1fr!important}.eabmt-quick-step-actions .eabmt-btn{width:100%!important;min-width:0!important}.eabmt-quick-step-actions [data-eabmt-quick-submit]{margin-left:0!important}}
@media(max-width:520px){.eabmt-quick-stepper{grid-template-columns:1fr!important}.eabmt-quick-step{padding:15px!important}.eabmt-modal-payment-option{grid-template-columns:auto minmax(0,1fr)!important}.eabmt-modal-payment-icon{grid-column:2!important}}

/* v1.0.32: clean VPS wizard copy + cloud bot notice. */
.eabmt-cloud-bot-notice{margin:14px 0 0!important;border:1px solid #99f6e4!important;border-radius:20px!important;background:#ecfeff!important;padding:14px 16px!important;color:#115e59!important;box-shadow:0 12px 30px rgba(15,118,110,.07)!important}
.eabmt-cloud-bot-notice strong{display:block!important;margin-bottom:6px!important;color:#0f766e!important;font-weight:1000!important;letter-spacing:-.01em!important}
.eabmt-cloud-bot-notice p{margin:0!important;color:#115e59!important;line-height:1.58!important;font-weight:780!important}


/* v1.0.33: mobile-first wizard modal, sliding steps, compact actions, and mobile sticky buy bar. */
.eabmt-modal-quick-checkout .eabmt-modal-card-v2{display:flex!important;flex-direction:column!important;gap:0!important;width:min(1120px,calc(100vw - 24px))!important;max-height:calc(100dvh - 24px)!important;scrollbar-gutter:stable!important}
.eabmt-modal-quick-checkout .eabmt-kicker{width:max-content!important}
.eabmt-modal-quick-checkout .eabmt-modal-card-v2>h2{margin:8px 52px 0 0!important;font-size:clamp(1.35rem,3.2vw,2.15rem)!important;letter-spacing:-.035em!important;line-height:1.08!important}
.eabmt-cloud-bot-notice{margin-top:12px!important;padding:13px 14px!important;border-radius:18px!important}
.eabmt-cloud-bot-notice strong{margin-bottom:4px!important;font-size:.94rem!important}
.eabmt-cloud-bot-notice p{font-size:.9rem!important;line-height:1.48!important}
.eabmt-quick-checkout-steps{gap:14px!important;margin-top:14px!important;min-height:0!important}
.eabmt-quick-stepper-shell{display:grid!important;gap:9px!important;position:sticky!important;top:-28px!important;z-index:3!important;margin:-2px -2px 0!important;padding:6px 2px 4px!important;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.96) 72%,rgba(255,255,255,0) 100%)!important;backdrop-filter:blur(10px)!important}
.eabmt-quick-stepper{display:flex!important;grid-template-columns:none!important;gap:8px!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;padding:6px!important;border-radius:18px!important;background:#f8fafc!important;border:1px solid #dbe7f2!important;scrollbar-width:none!important}
.eabmt-quick-stepper::-webkit-scrollbar{display:none!important}
.eabmt-quick-stepper button{flex:0 0 auto!important;scroll-snap-align:center!important;min-width:132px!important;min-height:44px!important;padding:7px 10px!important;border-radius:14px!important;white-space:nowrap!important}
.eabmt-quick-stepper button span{width:26px!important;height:26px!important;font-size:.82rem!important}
.eabmt-quick-stepper button strong{font-size:.82rem!important;line-height:1.12!important}
.eabmt-quick-progress{height:5px!important;border-radius:999px!important;background:#e2e8f0!important;overflow:hidden!important}
.eabmt-quick-progress span{display:block!important;width:0;height:100%!important;border-radius:inherit!important;background:linear-gradient(90deg,#0f766e,#14b8a6)!important;transition:width .28s ease!important}
.eabmt-quick-step{overflow:hidden!important;will-change:transform,opacity!important}
.eabmt-quick-checkout-steps.is-moving-forward .eabmt-quick-step.is-active{animation:eabmtWizardNext .28s ease both!important}
.eabmt-quick-checkout-steps.is-moving-back .eabmt-quick-step.is-active{animation:eabmtWizardPrev .28s ease both!important}
@keyframes eabmtWizardNext{from{opacity:.2;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}
@keyframes eabmtWizardPrev{from{opacity:.2;transform:translateX(-28px)}to{opacity:1;transform:translateX(0)}}
.eabmt-quick-step-head{align-items:center!important;gap:10px!important}
.eabmt-quick-step-head>span{min-width:34px!important;height:34px!important;border-radius:12px!important;font-size:.95rem!important}
.eabmt-quick-step-head strong{font-size:1rem!important;letter-spacing:-.01em!important}
.eabmt-quick-step-actions{position:sticky!important;bottom:-28px!important;z-index:4!important;display:flex!important;grid-template-columns:none!important;gap:10px!important;justify-content:space-between!important;align-items:center!important;margin:0 -2px -2px!important;padding:12px 2px 2px!important;background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,.97) 78%,rgba(255,255,255,0) 100%)!important;backdrop-filter:blur(10px)!important}
.eabmt-quick-step-actions .eabmt-btn{flex:1 1 0!important;min-width:0!important;width:auto!important;min-height:46px!important;border-radius:14px!important;padding:11px 14px!important;white-space:nowrap!important}
.eabmt-quick-step-actions [data-eabmt-step-prev]{flex:.42 1 0!important}
.eabmt-quick-step-actions [data-eabmt-step-next],.eabmt-quick-step-actions [data-eabmt-quick-submit]{flex:.58 1 0!important;margin-left:0!important}
.eabmt-modal-payment-option{padding:12px!important;border-radius:16px!important}
.eabmt-modal-payment-copy small{font-size:.82rem!important;line-height:1.38!important}
.eabmt-sticky-buy{display:flex!important}
.eabmt-sticky-buy-single .eabmt-sticky-info span{display:block;margin-top:2px;color:#99f6e4;font-weight:950;line-height:1.1}
@media(max-width:700px){
  .eabmt-modal{padding:0!important;align-items:flex-end!important}
  .eabmt-modal-quick-checkout .eabmt-modal-card-v2{width:100vw!important;max-height:calc(100dvh - 10px)!important;border-radius:24px 24px 0 0!important;padding:16px!important;padding-bottom:max(16px,env(safe-area-inset-bottom))!important;border-left:0!important;border-right:0!important;border-bottom:0!important}
  .eabmt-modal-quick-checkout .eabmt-modal-close{right:14px!important;top:14px!important;width:38px!important;height:38px!important}
  .eabmt-modal-quick-checkout .eabmt-kicker{font-size:.72rem!important;padding:6px 9px!important}
  .eabmt-modal-quick-checkout .eabmt-modal-card-v2>h2{max-width:calc(100% - 54px)!important;margin-top:7px!important;font-size:1.28rem!important;line-height:1.12!important}
  .eabmt-cloud-bot-notice{padding:11px 12px!important;border-radius:16px!important}
  .eabmt-cloud-bot-notice p{font-size:.82rem!important;line-height:1.42!important}
  .eabmt-quick-stepper-shell{top:-16px!important;margin-left:-2px!important;margin-right:-2px!important;padding-top:8px!important}
  .eabmt-quick-stepper{gap:7px!important;padding:5px!important;border-radius:16px!important}
  .eabmt-quick-stepper button{min-width:112px!important;min-height:40px!important;padding:6px 8px!important;gap:7px!important;border-radius:13px!important}
  .eabmt-quick-stepper button span{width:24px!important;height:24px!important;font-size:.78rem!important}
  .eabmt-quick-stepper button strong{font-size:.76rem!important}
  .eabmt-quick-step{padding:13px!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(15,23,42,.045)!important}
  .eabmt-quick-step-head{margin-bottom:-2px!important}
  .eabmt-quick-customer-grid,.eabmt-modal-vps-grid{grid-template-columns:1fr!important;gap:10px!important}
  .eabmt-quick-checkout label{font-size:.84rem!important;gap:6px!important}
  .eabmt-quick-checkout input,.eabmt-quick-checkout select,.eabmt-quick-checkout textarea{min-height:44px!important;border-radius:13px!important;padding:10px 12px!important;font-size:16px!important}
  .eabmt-modal-summary-inline,.eabmt-modal-pay-summary{grid-template-columns:1fr!important;gap:8px!important}
  .eabmt-modal-summary-inline div,.eabmt-modal-pay-summary>div{padding:10px 11px!important;border-radius:13px!important}
  .eabmt-plan-list{gap:8px!important;margin:8px 0!important}
  .eabmt-plan-option{grid-template-columns:auto minmax(0,1fr)!important;gap:9px!important;padding:11px!important;border-radius:14px!important}
  .eabmt-plan-option em,.eabmt-plan-price{grid-column:2!important;text-align:left!important}
  .eabmt-modal-payment-list{gap:8px!important}
  .eabmt-modal-payment-option{grid-template-columns:auto minmax(0,1fr)!important;gap:9px!important;padding:11px!important;border-radius:14px!important}
  .eabmt-modal-payment-icon{grid-column:2!important}
  .eabmt-quick-step-actions{bottom:calc(-1 * max(16px,env(safe-area-inset-bottom)))!important;padding-bottom:max(2px,env(safe-area-inset-bottom))!important;gap:8px!important}
  .eabmt-quick-step-actions .eabmt-btn{min-height:44px!important;padding:10px 11px!important;font-size:.92rem!important}
  .eabmt-sticky-buy{left:10px!important;right:10px!important;bottom:max(10px,env(safe-area-inset-bottom))!important;width:auto!important;transform:translateY(calc(120% + 18px))!important;border-radius:18px!important;padding:10px!important;gap:8px!important;z-index:72!important}
  .eabmt-sticky-buy.is-visible{transform:translateY(0)!important}
  .eabmt-sticky-info{gap:9px!important;min-width:0!important;flex:1 1 auto!important}
  .eabmt-sticky-info img{width:42px!important;height:42px!important;border-radius:12px!important;object-fit:cover!important;flex:0 0 auto!important}
  .eabmt-sticky-info strong{max-width:100%!important;font-size:.86rem!important;line-height:1.18!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .eabmt-sticky-actions{gap:8px!important;flex:0 0 auto!important}
  .eabmt-sticky-actions strong{display:none!important}
  .eabmt-sticky-actions .eabmt-btn{min-height:42px!important;border-radius:13px!important;padding:9px 12px!important;font-size:.88rem!important;white-space:nowrap!important}
}
@media(max-width:380px){
  .eabmt-quick-stepper button{min-width:102px!important}
  .eabmt-quick-step-actions .eabmt-btn{font-size:.86rem!important;padding-inline:9px!important}
  .eabmt-sticky-actions .eabmt-btn{padding-inline:10px!important}
}


/* v1.0.34: clearer customer bot/license account, VPS running state, and clean Woo order cards. */
.eabmt-license-board{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr))!important;gap:14px!important;margin-top:12px!important}
.eabmt-license-card{display:grid!important;gap:14px!important;padding:18px!important;border:1px solid var(--eabmt-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--eabmt-shadow-soft)!important;min-width:0!important}
.eabmt-license-card.is-vps{border-color:#99f6e4!important;background:linear-gradient(180deg,#f0fdfa 0%,#fff 54%)!important}
.eabmt-license-card-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;min-width:0!important}
.eabmt-license-card-head strong{display:block!important;color:#0f172a!important;font-size:1.02rem!important;line-height:1.25!important;font-weight:1000!important;overflow-wrap:anywhere!important}
.eabmt-license-card-head small{display:block!important;margin-top:4px!important;color:#64748b!important;font-weight:780!important;line-height:1.3!important}
.eabmt-license-meta-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.eabmt-license-meta-grid>div{display:grid!important;align-content:start!important;gap:4px!important;min-width:0!important;padding:12px!important;border:1px solid #e2e8f0!important;border-radius:16px!important;background:#f8fafc!important}
.eabmt-license-meta-grid small{display:block!important;color:#64748b!important;font-size:.72rem!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:1000!important}
.eabmt-license-meta-grid strong,.eabmt-license-meta-grid code{display:block!important;max-width:100%!important;color:#0f172a!important;font-weight:950!important;line-height:1.3!important;overflow-wrap:anywhere!important;white-space:normal!important}
.eabmt-license-meta-grid code{padding:6px 8px!important;border-radius:10px!important;background:#e2e8f0!important;color:#334155!important;font-size:.82rem!important}
.eabmt-license-meta-grid span{display:block!important;color:#64748b!important;font-size:.82rem!important;line-height:1.35!important;font-weight:720!important}
.eabmt-vps-status{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;border-radius:999px!important;padding:7px 10px!important;font-size:.76rem!important;font-weight:1000!important;line-height:1.1!important;white-space:nowrap!important;background:#f1f5f9!important;color:#475569!important;border:1px solid #e2e8f0!important}
.eabmt-vps-status.is-good,.eabmt-vps-status-installed{background:#dcfce7!important;color:#166534!important;border-color:#bbf7d0!important}
.eabmt-vps-status.is-bad{background:#fef2f2!important;color:#991b1b!important;border-color:#fecaca!important}
.eabmt-license-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-top:2px!important}
.eabmt-action-note-strong{display:inline-flex!important;align-items:center!important;min-height:36px!important;border-radius:999px!important;background:#ecfeff!important;border:1px solid #99f6e4!important;color:#0f766e!important;padding:8px 12px!important;font-weight:1000!important}
.eabmt-download-note{display:block!important;margin-top:8px!important;color:#64748b!important;font-weight:760!important;line-height:1.4!important}
.eabmt-order-list-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))!important;gap:14px!important}
.eabmt-order-list-card{display:grid!important;gap:13px!important;padding:16px!important;border:1px solid var(--eabmt-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--eabmt-shadow-soft)!important}
.eabmt-order-list-card-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important}
.eabmt-order-list-card small,.eabmt-order-list-meta small{display:block!important;color:#64748b!important;font-size:.73rem!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:1000!important}
.eabmt-order-list-card strong{display:block!important;color:#0f172a!important;line-height:1.25!important;font-weight:1000!important}
.eabmt-order-status-pill{display:inline-flex!important;align-items:center!important;border-radius:999px!important;background:#ecfeff!important;color:#0f766e!important;border:1px solid #99f6e4!important;padding:7px 10px!important;font-weight:1000!important;font-size:.78rem!important;white-space:nowrap!important}
.eabmt-order-list-meta{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
.eabmt-order-list-meta>div{min-width:0!important;padding:10px!important;border-radius:15px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important}
.eabmt-order-list-actions{display:flex!important;justify-content:flex-end!important;gap:8px!important}
.eabm-customer-license-grid,.eabm-customer-vps-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr))!important;gap:14px!important;margin-top:12px!important}
.eabm-customer-license-card,.eabm-customer-vps-card{display:grid!important;gap:14px!important;padding:18px!important;border:1px solid var(--eabmt-line,#e2e8f0)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 36px rgba(15,23,42,.06)!important;min-width:0!important}
.eabm-customer-license-card.is-vps,.eabm-customer-vps-card-installed{border-color:#99f6e4!important;background:linear-gradient(180deg,#f0fdfa 0%,#fff 58%)!important}
.eabm-customer-license-card-head,.eabm-customer-vps-card-head{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important}
.eabm-customer-license-card-head strong,.eabm-customer-vps-card-head strong{display:block!important;color:#0f172a!important;font-size:1rem!important;font-weight:1000!important;line-height:1.25!important;overflow-wrap:anywhere!important}
.eabm-customer-license-card-head small,.eabm-customer-vps-card-head small{display:block!important;margin-top:4px!important;color:#64748b!important;line-height:1.35!important}
.eabm-customer-license-meta,.eabm-customer-vps-meta{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.eabm-customer-license-meta>div,.eabm-customer-vps-meta>div{display:grid!important;gap:4px!important;min-width:0!important;padding:11px!important;border-radius:15px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important}
.eabm-customer-license-meta small,.eabm-customer-vps-meta small{color:#64748b!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:.7rem!important;font-weight:1000!important}
.eabm-customer-license-meta strong,.eabm-customer-vps-meta strong,.eabm-customer-license-meta code{display:block!important;max-width:100%!important;overflow-wrap:anywhere!important;white-space:normal!important;color:#0f172a!important;font-weight:950!important;line-height:1.3!important}
.eabm-customer-license-actions,.eabm-customer-vps-action{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important}
.eabm-vps-running-text{display:inline-flex!important;align-items:center!important;min-height:36px!important;border-radius:999px!important;background:#dcfce7!important;color:#166534!important;border:1px solid #bbf7d0!important;padding:8px 12px!important;font-weight:1000!important}
.eabm-customer-vps-reason{margin:0!important;border:1px solid #fed7aa!important;background:#fff7ed!important;color:#9a3412!important;border-radius:14px!important;padding:10px 12px!important;font-weight:780!important;line-height:1.45!important}
.eabm-vps-inline-form,.eabm-vps-inline-form label{display:grid!important;gap:8px!important;width:100%!important}
.eabm-vps-inline-form input,.eabm-vps-inline-form textarea{width:100%!important;min-height:44px!important;border:1px solid #dbe7f2!important;border-radius:14px!important;padding:10px 12px!important;background:#fff!important}
@media(max-width:620px){.eabmt-license-meta-grid,.eabmt-order-list-meta,.eabm-customer-license-meta,.eabm-customer-vps-meta{grid-template-columns:1fr!important}.eabmt-license-card,.eabm-customer-license-card,.eabm-customer-vps-card,.eabmt-order-list-card{border-radius:18px!important;padding:15px!important}.eabmt-license-card-head,.eabm-customer-license-card-head,.eabm-customer-vps-card-head{display:grid!important}.eabmt-order-list-actions{justify-content:stretch!important}.eabmt-order-list-actions .eabmt-mini-btn{width:100%!important;text-align:center!important}}


/* v1.0.35: standardize upsell/related product cards on single product mobile. */
.eabmt-product-detail-v119 .eabmt-wc-related-v110{padding:20px!important;border-radius:20px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .up-sells,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .related{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .up-sells+.related{margin-top:22px!important;padding-top:22px!important;border-top:1px solid #edf2f7!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .up-sells>h2,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .related>h2{margin:0 0 14px!important;color:#0f172a!important;font-size:clamp(1.12rem,2vw,1.5rem)!important;line-height:1.2!important;letter-spacing:-.03em!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 ul.products.eabmt-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;list-style:none!important;clear:none!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 ul.products.eabmt-product-grid:before,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 ul.products.eabmt-product-grid:after{content:none!important;display:none!important}
.woocommerce .eabmt-product-detail-v119 .eabmt-wc-related-v110 ul.products.eabmt-product-grid li.product.eabmt-product-card-v116,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-grid .eabmt-product-card-v116{display:flex!important;flex-direction:column!important;float:none!important;width:auto!important;min-width:0!important;min-height:100%!important;margin:0!important;border:1px solid #dfe8f3!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 26px rgba(15,23,42,.055)!important;overflow:hidden!important;transform:none!important;grid-template-columns:1fr!important;gap:0!important}
.woocommerce .eabmt-product-detail-v119 .eabmt-wc-related-v110 ul.products.eabmt-product-grid li.product.eabmt-product-card-v116:hover{border-color:#99f6e4!important;box-shadow:0 14px 34px rgba(15,23,42,.085)!important;transform:translateY(-1px)!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-v116 .eabmt-product-media-card-v116,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-v116 .eabmt-product-media-card-v2{display:grid!important;place-items:center!important;width:100%!important;height:178px!important;min-height:178px!important;margin:0!important;padding:0!important;border-radius:0!important;background:#f8fafc!important;overflow:hidden!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-v116 .eabmt-product-media-card-v116 img,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-v116 .eabmt-product-media-card-v2 img{position:static!important;display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-overlay,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-topline{display:none!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-list-info-v116{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;gap:8px!important;padding:13px!important;background:#fff!important;align-content:stretch!important;min-width:0!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v116{display:grid!important;gap:7px!important;align-items:start!important;min-width:0!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v116 h2{margin:0!important;padding:0!important;color:#0f172a!important;font-size:1rem!important;line-height:1.25!important;letter-spacing:-.02em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.5em!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v116 h2 a{color:#0f172a!important;text-decoration:none!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v116 .eabmt-stock-pill{width:max-content!important;max-width:100%!important;min-height:24px!important;padding:4px 7px!important;border-radius:999px!important;font-size:.66rem!important;line-height:1!important;white-space:nowrap!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-excerpt-v116{margin:0!important;color:#64748b!important;font-size:.84rem!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-specs-v116{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:auto!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-specs-v116 span{display:grid!important;gap:2px!important;min-width:0!important;padding:7px!important;border-radius:10px!important;background:#f8fafc!important;border:1px solid #edf2f7!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-specs-v116 small{font-size:.58rem!important;line-height:1.1!important;color:#64748b!important;text-transform:uppercase!important;font-weight:950!important;letter-spacing:.05em!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-specs-v116 strong{display:block!important;font-size:.72rem!important;line-height:1.2!important;color:#0f172a!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-feature-list-v116,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-meta-row-v116{display:none!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-panel-v116{display:grid!important;gap:9px!important;margin-top:auto!important;padding:12px 13px 13px!important;border-left:0!important;border-top:1px solid #edf2f7!important;background:#fbfdff!important;align-content:start!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116{display:grid!important;justify-items:start!important;gap:2px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;text-align:left!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116 small{color:#64748b!important;font-size:.64rem!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.06em!important;line-height:1.1!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116 .eabmt-price,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116 .woocommerce-Price-amount,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116 bdi{display:inline-flex!important;align-items:baseline!important;gap:3px!important;max-width:100%!important;color:#0f766e!important;font-size:1rem!important;line-height:1.12!important;font-weight:1000!important;letter-spacing:-.025em!important;white-space:nowrap!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v116{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;margin:0!important}
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v116 .button,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v116 .eabmt-btn,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v116 .eabmt-mini-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:36px!important;border-radius:10px!important;padding:8px 10px!important;font-size:.78rem!important;line-height:1.15!important;text-align:center!important;white-space:normal!important}
@media(max-width:1180px){.eabmt-product-detail-v119 .eabmt-wc-related-v110 ul.products.eabmt-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.eabmt-product-detail-v119 .eabmt-wc-related-v110{padding:14px!important;border-radius:18px!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 ul.products.eabmt-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-v116 .eabmt-product-media-card-v116,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-v116 .eabmt-product-media-card-v2{height:142px!important;min-height:142px!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-list-info-v116{padding:10px!important;gap:7px!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v116 h2{font-size:.88rem!important;line-height:1.24!important;min-height:2.48em!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-excerpt-v116,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-specs-v116{display:none!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-panel-v116{padding:10px!important;gap:7px!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116 .eabmt-price,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116 .woocommerce-Price-amount,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116 bdi{font-size:.92rem!important;white-space:normal!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v116 .button,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v116 .eabmt-btn,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v116 .eabmt-mini-btn{min-height:34px!important;border-radius:9px!important;padding:8px 7px!important;font-size:.74rem!important}}
@media(max-width:370px){.eabmt-product-detail-v119 .eabmt-wc-related-v110 ul.products.eabmt-product-grid{gap:8px!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110{padding:10px!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-v116 .eabmt-product-media-card-v116,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-v116 .eabmt-product-media-card-v2{height:128px!important;min-height:128px!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v116 h2{font-size:.82rem!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116 .eabmt-price,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116 .woocommerce-Price-amount,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v116 bdi{font-size:.86rem!important}.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v116 .button,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v116 .eabmt-btn,.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v116 .eabmt-mini-btn{font-size:.7rem!important;padding-inline:6px!important}}

/* v1.0.36: polish mobile product cards: image, short intro, price hierarchy, two-column actions. */
.eabmt-product-card-v136{isolation:isolate!important}
.eabmt-shop-archive-v118 .eabmt-product-card-v136,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-v136,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-card-v136{border-color:#dfe8f3!important;background:#fff!important;box-shadow:0 12px 30px rgba(15,23,42,.06)!important}
.eabmt-shop-archive-v118 .eabmt-product-media-card-v136,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-media-card-v136,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-media-card-v136{position:relative!important;display:grid!important;place-items:center!important;overflow:hidden!important;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%)!important}
.eabmt-shop-archive-v118 .eabmt-product-media-card-v136::after,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-media-card-v136::after,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-media-card-v136::after{content:""!important;position:absolute!important;inset:12px!important;border:1px solid #edf2f7!important;border-radius:18px!important;background:rgba(248,250,252,.56)!important;pointer-events:none!important;z-index:0!important}
.eabmt-shop-archive-v118 .eabmt-product-media-card-v136 img,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-media-card-v136 img,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-media-card-v136 img{position:relative!important;z-index:1!important;width:calc(100% - 34px)!important;height:calc(100% - 34px)!important;max-width:188px!important;max-height:188px!important;object-fit:contain!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
.eabmt-shop-archive-v118 .eabmt-product-title-row-v136 h2,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 h2,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 h2{font-weight:1000!important;color:#08111f!important}
.eabmt-shop-archive-v118 .eabmt-product-title-row-v136 h2 a,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 h2 a,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 h2 a{color:#08111f!important;text-decoration:none!important}
.eabmt-shop-archive-v118 .eabmt-product-title-row-v136 .eabmt-stock-pill,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 .eabmt-stock-pill,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 .eabmt-stock-pill{display:inline-flex!important;align-items:center!important;gap:5px!important;width:max-content!important;max-width:100%!important;border:1px solid #bbf7d0!important;background:#dcfce7!important;color:#15803d!important;font-weight:950!important;box-shadow:none!important}
.eabmt-shop-archive-v118 .eabmt-product-title-row-v136 .eabmt-stock-pill-good::before,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 .eabmt-stock-pill-good::before,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 .eabmt-stock-pill-good::before{content:"✓"!important;display:grid!important;place-items:center!important;width:14px!important;height:14px!important;border-radius:999px!important;border:2px solid currentColor!important;font-size:9px!important;line-height:1!important;font-weight:1000!important}
.eabmt-shop-archive-v118 .eabmt-product-excerpt-v136,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-excerpt-v136,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-excerpt-v136{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;color:#4b5563!important;line-height:1.52!important;margin:0!important}
.eabmt-shop-archive-v118 .eabmt-product-buy-panel-v136,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-panel-v136,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-panel-v136{background:#fff!important;border-top:1px solid #edf2f7!important}
.eabmt-shop-archive-v118 .eabmt-product-buy-price-v136,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136{justify-items:start!important;text-align:left!important;gap:4px!important;padding:0!important;border:0!important;background:transparent!important}
.eabmt-shop-archive-v118 .eabmt-product-buy-price-v136 small,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 small,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 small{color:#667085!important;font-size:.68rem!important;font-weight:1000!important;letter-spacing:.075em!important;text-transform:uppercase!important;line-height:1!important}
.eabmt-shop-archive-v118 .eabmt-product-buy-price-v136 .eabmt-price,
.eabmt-shop-archive-v118 .eabmt-product-buy-price-v136 .woocommerce-Price-amount,
.eabmt-shop-archive-v118 .eabmt-product-buy-price-v136 bdi,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 .eabmt-price,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 .woocommerce-Price-amount,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 bdi,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 .eabmt-price,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 .woocommerce-Price-amount,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 bdi{display:inline-flex!important;align-items:baseline!important;gap:3px!important;white-space:nowrap!important;color:#0f766e!important;font-size:1.34rem!important;line-height:1.05!important;font-weight:1000!important;letter-spacing:-.045em!important}
.eabmt-shop-archive-v118 .eabmt-card-actions-v136,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:9px!important;margin:0!important}
.eabmt-shop-archive-v118 .eabmt-card-actions-v136 .button,
.eabmt-shop-archive-v118 .eabmt-card-actions-v136 .eabmt-btn,
.eabmt-shop-archive-v118 .eabmt-card-actions-v136 .eabmt-mini-btn,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .button,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-btn,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-mini-btn,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .button,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-btn,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-mini-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;min-height:42px!important;border-radius:13px!important;padding:10px 9px!important;font-size:.83rem!important;font-weight:1000!important;line-height:1.1!important;text-align:center!important;white-space:nowrap!important;box-shadow:none!important}
.eabmt-shop-archive-v118 .eabmt-card-actions-v136 .eabmt-card-detail-btn,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-card-detail-btn,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-card-detail-btn{border:1px solid #dbe7f2!important;background:#fff!important;color:#0f766e!important}
.eabmt-shop-archive-v118 .eabmt-card-actions-v136 .eabmt-card-buy-btn,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-card-buy-btn,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-card-buy-btn{border:1px solid #0f766e!important;background:linear-gradient(135deg,#0f766e,#0f8f83)!important;color:#fff!important}
.eabmt-shop-archive-v118 .eabmt-card-actions-v136>a:only-child,
.eabmt-shop-archive-v118 .eabmt-card-actions-v136>.button:only-child,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136>a:only-child,
.eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136>.button:only-child,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136>a:only-child,
.eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136>.button:only-child{grid-column:1/-1!important}

@media(max-width:760px){
  .eabmt-shop-archive-v118 ul.products.eabmt-product-grid{grid-template-columns:repeat(auto-fit,minmax(min(166px,100%),1fr))!important;gap:11px!important}
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 ul.products.eabmt-product-grid,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 ul.products.eabmt-product-grid{grid-template-columns:repeat(auto-fit,minmax(min(166px,100%),1fr))!important;gap:11px!important}
  .eabmt-shop-archive-v118 .eabmt-product-card-v136,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-card-v136,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-card-v136{border-radius:18px!important;box-shadow:0 10px 24px rgba(15,23,42,.055)!important}
  .eabmt-shop-archive-v118 .eabmt-product-media-card-v136,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-media-card-v136,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-media-card-v136{height:148px!important;min-height:148px!important;border-radius:0!important}
  .eabmt-shop-archive-v118 .eabmt-product-media-card-v136::after,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-media-card-v136::after,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-media-card-v136::after{inset:9px!important;border-radius:15px!important}
  .eabmt-shop-archive-v118 .eabmt-product-media-card-v136 img,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-media-card-v136 img,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-media-card-v136 img{width:calc(100% - 24px)!important;height:calc(100% - 24px)!important;max-width:126px!important;max-height:126px!important;border-radius:13px!important}
  .eabmt-shop-archive-v118 .eabmt-product-list-info-v136,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-list-info-v136,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-list-info-v136{padding:11px 11px 9px!important;gap:7px!important;min-width:0!important}
  .eabmt-shop-archive-v118 .eabmt-product-title-row-v136,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v136,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-title-row-v136{display:grid!important;gap:6px!important}
  .eabmt-shop-archive-v118 .eabmt-product-title-row-v136 h2,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 h2,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 h2{font-size:.92rem!important;line-height:1.22!important;min-height:0!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
  .eabmt-shop-archive-v118 .eabmt-product-title-row-v136 .eabmt-stock-pill,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 .eabmt-stock-pill,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 .eabmt-stock-pill{min-height:22px!important;padding:4px 7px!important;font-size:.63rem!important;line-height:1!important}
  .eabmt-shop-archive-v118 .eabmt-product-title-row-v136 .eabmt-stock-pill-good::before,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 .eabmt-stock-pill-good::before,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-title-row-v136 .eabmt-stock-pill-good::before{width:12px!important;height:12px!important;border-width:1.5px!important;font-size:8px!important}
  .eabmt-shop-archive-v118 .eabmt-product-excerpt-v136,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-excerpt-v136,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-excerpt-v136{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;font-size:.76rem!important;line-height:1.42!important;color:#5f6b7a!important}
  .eabmt-shop-archive-v118 .eabmt-product-specs-v136,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-specs-v136,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-specs-v136{display:none!important}
  .eabmt-shop-archive-v118 .eabmt-product-buy-panel-v136,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-panel-v136,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-panel-v136{padding:10px 11px 11px!important;gap:9px!important}
  .eabmt-shop-archive-v118 .eabmt-product-buy-price-v136 small,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 small,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 small{font-size:.62rem!important}
  .eabmt-shop-archive-v118 .eabmt-product-buy-price-v136 .eabmt-price,
  .eabmt-shop-archive-v118 .eabmt-product-buy-price-v136 .woocommerce-Price-amount,
  .eabmt-shop-archive-v118 .eabmt-product-buy-price-v136 bdi,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 .eabmt-price,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 .woocommerce-Price-amount,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 bdi,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 .eabmt-price,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 .woocommerce-Price-amount,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-buy-price-v136 bdi{font-size:1.05rem!important;line-height:1.08!important;white-space:nowrap!important}
  .eabmt-shop-archive-v118 .eabmt-card-actions-v136,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:7px!important}
  .eabmt-shop-archive-v118 .eabmt-card-actions-v136 .button,
  .eabmt-shop-archive-v118 .eabmt-card-actions-v136 .eabmt-btn,
  .eabmt-shop-archive-v118 .eabmt-card-actions-v136 .eabmt-mini-btn,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .button,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-btn,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-mini-btn,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .button,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-btn,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-mini-btn{min-height:36px!important;border-radius:10px!important;padding:8px 6px!important;font-size:.72rem!important;letter-spacing:-.01em!important;white-space:nowrap!important}
}

@media(max-width:370px){
  .eabmt-shop-archive-v118 ul.products.eabmt-product-grid,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 ul.products.eabmt-product-grid,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 ul.products.eabmt-product-grid{gap:8px!important}
  .eabmt-shop-archive-v118 .eabmt-product-media-card-v136,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-media-card-v136,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-media-card-v136{height:132px!important;min-height:132px!important}
  .eabmt-shop-archive-v118 .eabmt-product-excerpt-v136,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-product-excerpt-v136,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-product-excerpt-v136{-webkit-line-clamp:2!important;font-size:.72rem!important}
  .eabmt-shop-archive-v118 .eabmt-card-actions-v136 .button,
  .eabmt-shop-archive-v118 .eabmt-card-actions-v136 .eabmt-btn,
  .eabmt-shop-archive-v118 .eabmt-card-actions-v136 .eabmt-mini-btn,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .button,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-btn,
  .eabmt-product-detail-v119 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-mini-btn,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .button,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-btn,
  .eabmt-product-detail-v136 .eabmt-wc-related-v110 .eabmt-card-actions-v136 .eabmt-mini-btn{font-size:.67rem!important;padding-inline:5px!important}
}

/* v1.0.37: standardized account download packages and support ticket flow. */
.eabmt-download-center{display:grid!important;gap:16px!important}.eabmt-download-guide{position:relative;overflow:hidden;padding:24px!important;border:1px solid var(--eabmt-line)!important;border-radius:26px!important;background:linear-gradient(135deg,#08111f,#115e59)!important;color:#fff!important;box-shadow:var(--eabmt-shadow-soft)!important}.eabmt-download-guide::after{content:"";position:absolute;right:-70px;top:-90px;width:230px;height:230px;border-radius:999px;background:rgba(255,255,255,.12);pointer-events:none}.eabmt-download-guide .eabmt-eyebrow{position:relative;background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.18)!important;color:#99f6e4!important}.eabmt-download-guide h2{position:relative;margin:13px 0 8px!important;color:#fff!important;font-size:clamp(1.45rem,3vw,2.1rem)!important;letter-spacing:-.045em!important;line-height:1.08!important}.eabmt-download-guide p{position:relative;margin:0!important;max-width:780px!important;color:rgba(255,255,255,.76)!important;line-height:1.6!important}.eabmt-download-summary{position:relative;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:18px!important;max-width:620px!important}.eabmt-download-summary>div{padding:13px 14px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:16px!important;background:rgba(255,255,255,.08)!important}.eabmt-download-summary small{display:block!important;color:rgba(255,255,255,.72)!important;font-size:.72rem!important;text-transform:uppercase!important;letter-spacing:.07em!important;font-weight:950!important}.eabmt-download-summary strong{display:block!important;margin-top:3px!important;color:#fff!important;font-size:1.45rem!important;line-height:1!important}.eabmt-download-stack{display:grid!important;gap:14px!important}.eabmt-download-package-card{display:grid!important;gap:14px!important;padding:18px!important;border:1px solid var(--eabmt-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--eabmt-shadow-soft)!important;min-width:0!important}.eabmt-download-package-card.is-vps{border-color:#99f6e4!important;background:linear-gradient(180deg,#f0fdfa 0%,#fff 58%)!important}.eabmt-download-package-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;min-width:0!important}.eabmt-download-package-head h3{margin:5px 0 4px!important;color:#0f172a!important;font-size:1.15rem!important;line-height:1.22!important;letter-spacing:-.03em!important;font-weight:1000!important;overflow-wrap:anywhere!important}.eabmt-download-package-head small{display:block!important;color:#64748b!important;font-weight:780!important;overflow-wrap:anywhere!important}.eabmt-download-package-type{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;border-radius:999px!important;padding:5px 8px!important;background:#ecfeff!important;color:#0f766e!important;font-size:.7rem!important;text-transform:uppercase!important;letter-spacing:.07em!important;font-weight:1000!important}.eabmt-download-package-meta{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.eabmt-download-package-meta>div{display:grid!important;align-content:start!important;gap:4px!important;min-width:0!important;padding:12px!important;border:1px solid #e2e8f0!important;border-radius:16px!important;background:#f8fafc!important}.eabmt-download-package-meta small{display:block!important;color:#64748b!important;font-size:.71rem!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:1000!important}.eabmt-download-package-meta strong,.eabmt-download-package-meta code{display:block!important;max-width:100%!important;color:#0f172a!important;font-weight:950!important;line-height:1.3!important;overflow-wrap:anywhere!important;white-space:normal!important}.eabmt-download-package-meta span{display:block!important;color:#64748b!important;font-size:.82rem!important;line-height:1.35!important;font-weight:720!important}.eabmt-download-package-meta a{color:#0f766e!important;font-weight:950!important;text-decoration:none!important}.eabmt-download-package-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important}.eabmt-download-package-actions .eabmt-btn{min-height:42px!important;border-radius:14px!important;padding:11px 14px!important}.eabmt-support-center{display:grid!important;gap:16px!important}.eabmt-support-hero{padding:24px!important;border:1px solid var(--eabmt-line)!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--eabmt-shadow-soft)!important}.eabmt-support-hero h2{margin:13px 0 8px!important;font-size:clamp(1.45rem,3vw,2.1rem)!important;line-height:1.08!important;letter-spacing:-.045em!important}.eabmt-support-hero p{margin:0!important;color:#64748b!important;max-width:820px!important;line-height:1.62!important}.eabmt-support-layout{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr)!important;gap:16px!important;align-items:start!important}.eabmt-support-form{display:grid!important;gap:14px!important}.eabmt-support-form label{display:grid!important;gap:7px!important;color:#334155!important;font-weight:900!important}.eabmt-support-form label small{color:#64748b!important;font-size:.82rem!important;line-height:1.4!important;font-weight:720!important}.eabmt-support-form input[type="text"],.eabmt-support-form input[type="file"],.eabmt-support-form select,.eabmt-support-form textarea{width:100%!important;min-height:48px!important;border:1px solid #dbe7f2!important;border-radius:15px!important;background:#fff!important;color:#0f172a!important;padding:12px 14px!important;box-shadow:0 8px 20px rgba(15,23,42,.035)!important;outline:0!important}.eabmt-support-form input[type="file"]{padding:10px!important}.eabmt-support-form textarea{min-height:138px!important;resize:vertical!important}.eabmt-support-form input:focus,.eabmt-support-form select:focus,.eabmt-support-form textarea:focus{border-color:#5eead4!important;box-shadow:0 0 0 4px rgba(20,184,166,.13),0 10px 24px rgba(15,23,42,.05)!important}.eabmt-support-fields.two-cols{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.eabmt-support-notice{padding:14px 16px!important;border-radius:18px!important;border:1px solid var(--eabmt-line)!important;background:#fff!important;box-shadow:var(--eabmt-shadow-soft)!important;font-weight:850!important}.eabmt-support-notice.is-success{border-color:rgba(22,163,74,.25)!important;background:#f0fdf4!important;color:#166534!important}.eabmt-support-notice.is-warning{border-color:rgba(245,158,11,.28)!important;background:#fffbeb!important;color:#92400e!important}.eabmt-support-notice.is-error{border-color:rgba(220,38,38,.25)!important;background:#fef2f2!important;color:#991b1b!important}.eabmt-ticket-list{display:grid!important;gap:10px!important}.eabmt-ticket-card{display:grid!important;gap:8px!important;padding:14px!important;border:1px solid #e2e8f0!important;border-radius:18px!important;background:#f8fafc!important}.eabmt-ticket-card-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important}.eabmt-ticket-card-head strong{color:#0f172a!important;line-height:1.3!important;overflow-wrap:anywhere!important}.eabmt-ticket-card p{margin:0!important;color:#64748b!important;line-height:1.5!important}.eabmt-ticket-card-meta{display:flex!important;flex-wrap:wrap!important;gap:6px!important}.eabmt-ticket-card-meta span{display:inline-flex!important;border-radius:999px!important;background:#fff!important;border:1px solid #e2e8f0!important;padding:5px 8px!important;color:#64748b!important;font-size:.76rem!important;font-weight:850!important}.eabmt-ticket-status{display:inline-flex!important;align-items:center!important;border-radius:999px!important;padding:6px 10px!important;font-size:.76rem!important;font-weight:950!important;white-space:nowrap!important;background:#eef2ff!important;color:#3730a3!important}.eabmt-ticket-status-open{background:#fee2e2!important;color:#991b1b!important}.eabmt-ticket-status-in_progress{background:#dbeafe!important;color:#1d4ed8!important}.eabmt-ticket-status-waiting_customer{background:#fef3c7!important;color:#92400e!important}.eabmt-ticket-status-resolved{background:#dcfce7!important;color:#166534!important}.eabmt-ticket-status-closed{background:#e5e7eb!important;color:#374151!important}
@media(max-width:1100px){.eabmt-download-package-meta{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-support-layout{grid-template-columns:1fr!important}}
@media(max-width:620px){.eabmt-download-guide,.eabmt-support-hero,.eabmt-download-package-card{border-radius:18px!important;padding:15px!important}.eabmt-download-summary,.eabmt-download-package-meta,.eabmt-support-fields.two-cols{grid-template-columns:1fr!important}.eabmt-download-package-head,.eabmt-ticket-card-head{display:grid!important}.eabmt-download-package-actions{display:grid!important;grid-template-columns:1fr!important}.eabmt-download-package-actions .eabmt-btn,.eabmt-download-package-actions .eabmt-mini-btn{width:100%!important}.eabmt-support-layout{gap:12px!important}}

/* v1.0.38: two-way support ticket conversation timeline. */
.eabmt-ticket-status-customer_replied{background:#ffedd5!important;color:#9a3412!important}.eabmt-support-detail{display:grid!important;gap:16px!important}.eabmt-support-detail-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;padding:24px!important;border:1px solid var(--eabmt-line)!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--eabmt-shadow-soft)!important}.eabmt-support-detail-head h2{margin:12px 0 8px!important;font-size:clamp(1.35rem,3vw,2rem)!important;line-height:1.1!important;letter-spacing:-.045em!important;overflow-wrap:anywhere!important}.eabmt-support-detail-head p{margin:0!important;color:#64748b!important;line-height:1.6!important}.eabmt-ticket-detail-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 320px!important;gap:16px!important;align-items:start!important}.eabmt-ticket-thread{display:grid!important;gap:12px!important;margin:4px 0 16px!important}.eabmt-ticket-message{display:grid!important;gap:8px!important;border:1px solid #e2e8f0!important;border-radius:18px!important;padding:14px!important;background:#fff!important;box-shadow:0 8px 20px rgba(15,23,42,.035)!important}.eabmt-ticket-message.is-admin{background:linear-gradient(180deg,#ecfeff,#fff)!important;border-color:#99f6e4!important}.eabmt-ticket-message.is-customer{background:#f8fafc!important}.eabmt-ticket-message-meta{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;color:#64748b!important;font-size:.82rem!important}.eabmt-ticket-message-meta strong{color:#0f172a!important;font-size:.9rem!important;font-weight:1000!important}.eabmt-ticket-message-meta span{font-weight:750!important;text-align:right!important}.eabmt-ticket-message-body{color:#334155!important;line-height:1.64!important;font-weight:650!important;overflow-wrap:anywhere!important}.eabmt-ticket-message-body p{margin:0 0 9px!important}.eabmt-ticket-message-body p:last-child{margin-bottom:0!important}.eabmt-ticket-attachments{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:2px!important}.eabmt-ticket-attachments a{display:inline-flex!important;align-items:center!important;gap:6px!important;max-width:100%!important;border:1px solid #dbeafe!important;border-radius:999px!important;background:#eff6ff!important;color:#1d4ed8!important;padding:7px 10px!important;text-decoration:none!important;font-size:.8rem!important;font-weight:900!important;overflow-wrap:anywhere!important}.eabmt-ticket-reply-form{margin-top:16px!important;padding-top:16px!important;border-top:1px solid #e2e8f0!important}.eabmt-ticket-open-link{width:max-content!important;max-width:100%!important;margin-top:4px!important}.eabmt-ticket-info-list{display:grid!important;gap:10px!important}.eabmt-ticket-info-list>div{padding:12px!important;border:1px solid #e2e8f0!important;border-radius:16px!important;background:#f8fafc!important}.eabmt-ticket-info-list small{display:block!important;color:#64748b!important;font-size:.72rem!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:1000!important}.eabmt-ticket-info-list strong{display:block!important;margin-top:4px!important;color:#0f172a!important;line-height:1.35!important;overflow-wrap:anywhere!important}.eabmt-ticket-info-list span{display:block!important;color:#64748b!important;line-height:1.35!important;overflow-wrap:anywhere!important}.eabmt-ticket-sidebox{position:sticky!important;top:96px!important}.eabmt-ticket-card .eabmt-ticket-open-link{justify-self:start!important}@media(max-width:980px){.eabmt-ticket-detail-grid{grid-template-columns:1fr!important}.eabmt-ticket-sidebox{position:static!important}}@media(max-width:620px){.eabmt-support-detail-head{display:grid!important;border-radius:18px!important;padding:15px!important}.eabmt-ticket-message-meta{display:grid!important}.eabmt-ticket-message-meta span{text-align:left!important}.eabmt-ticket-open-link{width:100%!important;justify-content:center!important}.eabmt-ticket-attachments{display:grid!important}.eabmt-ticket-attachments a{border-radius:14px!important}}

/* v1.0.39: account top menu on desktop, notification bell drawer, support form polish. */
.eabmt-account-header-nav{display:none!important}
.eabmt-notification-trigger{position:relative;display:inline-flex!important}
.eabmt-notification-count{position:absolute!important;right:-4px!important;top:-5px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;border-radius:999px!important;background:#ef4444!important;color:#fff!important;border:2px solid #fff!important;font-size:10px!important;font-weight:1000!important;line-height:14px!important;text-align:center!important;box-shadow:0 8px 18px rgba(239,68,68,.28)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.eabmt-notification-count.is-empty{display:none!important}
.eabmt-notification-backdrop{position:fixed!important;inset:0!important;background:rgba(15,23,42,.34)!important;backdrop-filter:blur(3px)!important;z-index:109!important;opacity:0!important;pointer-events:none!important;transition:opacity .2s ease!important}
.eabmt-notification-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;width:min(430px,calc(100vw - 22px))!important;background:#fff!important;z-index:110!important;box-shadow:-24px 0 70px rgba(15,23,42,.22)!important;transform:translateX(105%)!important;transition:transform .22s ease!important;display:flex!important;flex-direction:column!important;outline:none!important;border-left:1px solid #e2e8f0!important}
body.admin-bar .eabmt-notification-drawer{top:32px!important}
body.eabmt-notifications-open{overflow:hidden!important}
body.eabmt-notifications-open .eabmt-notification-backdrop{opacity:1!important;pointer-events:auto!important}
body.eabmt-notifications-open .eabmt-notification-drawer{transform:translateX(0)!important}
.eabmt-notification-drawer-head{flex:0 0 auto!important;border-bottom:1px solid #e2e8f0!important;background:linear-gradient(180deg,#ffffff,#f8fafc)!important}
.eabmt-notification-drawer-head h2{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;font-size:1.14rem!important;letter-spacing:-.03em!important;color:#0f172a!important}
.eabmt-notification-body{display:grid!important;align-content:start!important;gap:12px!important;padding:16px!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;min-height:0!important}
.eabmt-notification-intro{padding:14px!important;border:1px solid #ccfbf1!important;border-radius:18px!important;background:#ecfeff!important;color:#0f172a!important}
.eabmt-notification-intro strong{display:block!important;font-size:.96rem!important;font-weight:1000!important;letter-spacing:-.02em!important}
.eabmt-notification-intro p{margin:5px 0 0!important;color:#475569!important;line-height:1.5!important;font-weight:700!important}
.eabmt-notification-list{display:grid!important;gap:10px!important}
.eabmt-notification-item{position:relative!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:11px!important;align-items:flex-start!important;padding:13px!important;border:1px solid #e2e8f0!important;border-radius:18px!important;background:#fff!important;color:#0f172a!important;text-decoration:none!important;box-shadow:0 8px 22px rgba(15,23,42,.04)!important;transition:transform .16s ease,border-color .16s ease,background .16s ease!important}
.eabmt-notification-item:hover,.eabmt-notification-item:focus-visible{transform:translateY(-1px)!important;border-color:#99f6e4!important;background:#f8fafc!important;outline:none!important;color:#0f172a!important}
.eabmt-notification-item.is-unread{border-color:#5eead4!important;background:linear-gradient(180deg,#ecfeff,#fff)!important}
.eabmt-notification-item.is-unread::after{content:""!important;position:absolute!important;right:12px!important;top:12px!important;width:8px!important;height:8px!important;border-radius:999px!important;background:#14b8a6!important;box-shadow:0 0 0 4px rgba(20,184,166,.12)!important}
.eabmt-notification-icon{width:42px!important;height:42px!important;border-radius:15px!important;display:grid!important;place-items:center!important;background:#f1f5f9!important;color:#0f766e!important;flex:0 0 42px!important}
.eabmt-notification-icon .eabmt-icon{width:20px!important;height:20px!important}
.eabmt-notification-copy{display:grid!important;gap:4px!important;min-width:0!important;padding-right:12px!important}
.eabmt-notification-copy small{width:max-content!important;max-width:100%!important;border-radius:999px!important;background:#f1f5f9!important;color:#475569!important;padding:3px 8px!important;font-size:.68rem!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:1000!important;line-height:1!important}
.eabmt-notification-copy strong{display:block!important;color:#0f172a!important;font-size:.94rem!important;line-height:1.25!important;font-weight:1000!important;overflow-wrap:anywhere!important}
.eabmt-notification-copy em{display:block!important;color:#64748b!important;font-style:normal!important;font-size:.82rem!important;line-height:1.38!important;font-weight:700!important;overflow-wrap:anywhere!important}
.eabmt-notification-copy time{display:block!important;color:#94a3b8!important;font-size:.74rem!important;font-weight:850!important;margin-top:2px!important}
.eabmt-notification-empty{display:grid!important;place-items:center!important;text-align:center!important;gap:8px!important;padding:38px 20px!important;border:1px dashed #cbd5e1!important;border-radius:22px!important;background:#f8fafc!important;color:#64748b!important}
.eabmt-notification-empty .eabmt-icon{width:36px!important;height:36px!important;color:#94a3b8!important}
.eabmt-notification-empty h3{margin:0!important;color:#0f172a!important;font-size:1rem!important}
.eabmt-notification-empty p{margin:0!important;line-height:1.5!important}
.eabmt-support-form-section{display:grid!important;gap:12px!important;padding:16px!important;border:1px solid #e2e8f0!important;border-radius:20px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;box-shadow:0 10px 24px rgba(15,23,42,.035)!important}
.eabmt-support-form-section h3{margin:0!important;color:#0f172a!important;font-size:1rem!important;letter-spacing:-.025em!important}
.eabmt-support-form-section>p{display:block!important;margin:0!important;color:#64748b!important;line-height:1.5!important;font-weight:700!important}
.eabmt-ticket-reply-form .eabmt-support-form-section{margin-bottom:12px!important}
.eabmt-support-submit-row{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;margin-top:2px!important}
.eabmt-support-submit-row .eabmt-btn{min-width:180px!important}
.eabmt-admin-support-wrap .eabmt-admin-form-section{background:linear-gradient(180deg,#fff,#f6f7f7)!important;border-color:#dcdcde!important}

@media (min-width:761px){
  body.logged-in.woocommerce-account .eabmt-primary-nav{display:none!important}
  body.logged-in.woocommerce-account .eabmt-account-header-nav{display:flex!important;flex:1 1 auto!important;justify-content:center!important;min-width:0!important;overflow:hidden!important}
  body.logged-in.woocommerce-account .eabmt-account-header-nav .eabmt-account-top-menu{display:flex!important;align-items:center!important;gap:6px!important;width:auto!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:0 2px!important;white-space:nowrap!important}
  body.logged-in.woocommerce-account .eabmt-account-header-nav .eabmt-account-top-menu::-webkit-scrollbar{display:none!important}
  body.logged-in.woocommerce-account .eabmt-account-header-nav .eabmt-account-top-menu li{flex:0 0 auto!important;margin:0!important;padding:0!important}
  body.logged-in.woocommerce-account .eabmt-account-header-nav .eabmt-account-top-menu a{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:42px!important;padding:10px 12px!important;border-radius:999px!important;background:transparent!important;border:1px solid transparent!important;color:#334155!important;font-size:.86rem!important;font-weight:950!important;text-decoration:none!important;line-height:1!important;white-space:nowrap!important}
  body.logged-in.woocommerce-account .eabmt-account-header-nav .eabmt-account-top-menu a .eabmt-icon{width:17px!important;height:17px!important;flex:0 0 17px!important}
  body.logged-in.woocommerce-account .eabmt-account-header-nav .eabmt-account-top-menu li.is-active a,
  body.logged-in.woocommerce-account .eabmt-account-header-nav .eabmt-account-top-menu a:hover,
  body.logged-in.woocommerce-account .eabmt-account-header-nav .eabmt-account-top-menu a:focus-visible{background:#ecfeff!important;border-color:#ccfbf1!important;color:#0f766e!important;outline:none!important}
  body.logged-in.woocommerce-account .eabmt-account-page-shell>.woocommerce{display:block!important;width:100%!important;max-width:100%!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar{display:none!important}
  body.logged-in.woocommerce-account .woocommerce-MyAccount-content{display:grid!important;width:100%!important;max-width:100%!important;gap:18px!important}
}

@media (max-width:782px){body.admin-bar .eabmt-notification-drawer{top:46px!important}}
@media (max-width:760px){
  .eabmt-account-header-nav{display:none!important}
  .eabmt-notification-drawer{width:calc(100vw - 14px)!important;border-radius:20px 0 0 20px!important}
  .eabmt-notification-body{padding:12px!important}
  .eabmt-notification-trigger.eabmt-icon-btn{display:inline-flex!important}
  .eabmt-support-submit-row{display:grid!important;grid-template-columns:1fr!important}
  .eabmt-support-submit-row .eabmt-btn{width:100%!important;min-width:0!important}
}

/* v1.0.40: header account state, duplicate account cleanup and dashboard quick block removal. */
.eabmt-account-pill{min-width:0;max-width:220px;overflow:hidden}
.eabmt-account-pill-user{padding-left:8px;padding-right:12px}
.eabmt-account-avatar{width:26px!important;height:26px!important;min-width:26px!important;border-radius:999px!important;object-fit:cover!important;border:1px solid rgba(15,118,110,.18)!important;background:#fff!important;box-shadow:0 2px 8px rgba(15,23,42,.08)!important;display:block!important;flex:0 0 26px!important}
.eabmt-account-pill-label{display:block;min-width:0;max-width:142px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.eabmt-account-pill-login .eabmt-account-pill-label{max-width:none}
.eabmt-account-split-single{grid-template-columns:1fr!important}
.eabmt-account-split-single>.eabmt-panel{min-width:0}
.eabmt-account-dashboard .eabmt-quick-actions{display:none!important}
@media(max-width:1320px){.eabmt-account-pill-label{max-width:108px}.eabmt-account-pill{max-width:180px}}
@media(max-width:760px){.eabmt-account-pill{max-width:38px!important}.eabmt-account-pill-user{padding:0!important}.eabmt-account-avatar{width:24px!important;height:24px!important;min-width:24px!important}.eabmt-account-pill .eabmt-account-pill-label{display:none!important}}
@media(max-width:370px){.eabmt-account-pill{max-width:34px!important}.eabmt-account-avatar{width:22px!important;height:22px!important;min-width:22px!important}}

/* v1.0.40 final polish: account button state and hide quick dashboard block. */
.eabmt-account-pill{min-width:0!important;max-width:220px!important;overflow:hidden!important}
.eabmt-account-pill-label{display:block!important;min-width:0!important;max-width:142px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.eabmt-account-pill-login .eabmt-account-pill-label{max-width:none!important}
.eabmt-account-dashboard .eabmt-quick-actions,.eabmt-account-dashboard [data-eabmt-quick-actions]{display:none!important}


/* v1.0.41: account menu cleanup, avatar dropdown and cleaner customer copy. */
.eabmt-account-menu-wrap{position:relative!important;display:inline-flex!important;min-width:0!important;z-index:95!important}
.eabmt-account-menu-wrap .eabmt-account-pill{cursor:pointer!important}
.eabmt-account-dropdown{position:absolute!important;right:0!important;top:calc(100% + 12px)!important;width:min(300px,calc(100vw - 24px))!important;display:grid!important;gap:6px!important;padding:10px!important;border:1px solid var(--eabmt-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 24px 70px rgba(15,23,42,.20)!important;opacity:0!important;visibility:hidden!important;transform:translateY(-6px)!important;pointer-events:none!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;z-index:120!important}
.eabmt-account-menu-wrap.is-open .eabmt-account-dropdown{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important}
.eabmt-account-dropdown::before{content:""!important;position:absolute!important;right:22px!important;top:-7px!important;width:14px!important;height:14px!important;background:#fff!important;border-left:1px solid var(--eabmt-line)!important;border-top:1px solid var(--eabmt-line)!important;transform:rotate(45deg)!important}
.eabmt-account-dropdown-head{position:relative!important;display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;padding:9px 10px 12px!important;border-bottom:1px solid #e2e8f0!important;margin-bottom:4px!important}
.eabmt-account-dropdown-head .eabmt-account-avatar{width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important}
.eabmt-account-dropdown-head span{display:grid!important;min-width:0!important;gap:2px!important}
.eabmt-account-dropdown-head strong{display:block!important;max-width:210px!important;color:#0f172a!important;font-size:.95rem!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-weight:1000!important}
.eabmt-account-dropdown-head small{display:block!important;max-width:210px!important;color:#64748b!important;font-size:.78rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-weight:760!important}
.eabmt-account-dropdown a{position:relative!important;display:flex!important;align-items:center!important;gap:9px!important;min-height:42px!important;padding:10px 11px!important;border-radius:14px!important;color:#334155!important;background:transparent!important;text-decoration:none!important;font-weight:900!important;line-height:1.1!important}
.eabmt-account-dropdown a .eabmt-icon{width:18px!important;height:18px!important;flex:0 0 18px!important;color:#0f766e!important}
.eabmt-account-dropdown a:hover,.eabmt-account-dropdown a:focus-visible{background:#ecfeff!important;color:#0f766e!important;outline:none!important}
.eabmt-account-dropdown-logout{color:#991b1b!important}
.eabmt-account-dropdown-logout .eabmt-icon{color:#dc2626!important}
.eabmt-hidden-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important}
.eabmt-auth-card-register{border-color:#ccfbf1!important;background:linear-gradient(180deg,#ffffff,#f8ffff)!important}
.eabmt-download-guide p,.eabmt-support-hero p,.eabmt-notification-intro{display:none!important}
body.logged-in.woocommerce-account .eabmt-account-header-nav .eabmt-account-top-menu li.woocommerce-MyAccount-navigation-link--edit-account,
body.logged-in.woocommerce-account .eabmt-account-header-nav .eabmt-account-top-menu li.woocommerce-MyAccount-navigation-link--customer-logout{display:none!important}
@media(max-width:760px){.eabmt-account-dropdown{right:-8px!important;top:calc(100% + 10px)!important;width:min(292px,calc(100vw - 16px))!important}.eabmt-account-menu-wrap{z-index:100!important}.eabmt-account-dropdown-head strong,.eabmt-account-dropdown-head small{max-width:202px!important}}


/* v1.0.42: centered login/register tabs with customizable image/video background. */
.woocommerce-account:not(.logged-in) .eabmt-account-page-shell{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper{position:relative!important;z-index:5!important;width:min(100% - 28px,760px)!important;margin:18px auto 0!important}
.eabmt-auth-tabbed{position:relative!important;isolation:isolate!important;overflow:hidden!important;display:grid!important;grid-template-columns:1fr!important;place-items:center!important;align-items:center!important;width:100%!important;min-height:calc(100vh - 84px)!important;min-height:calc(100svh - 84px)!important;padding:clamp(28px,6vw,82px) 16px!important;background:radial-gradient(circle at 18% 14%,rgba(20,184,166,.30),transparent 32%),radial-gradient(circle at 82% 10%,rgba(15,118,110,.24),transparent 28%),linear-gradient(135deg,#06141f,#0f766e)!important}
.eabmt-auth-bg-boxed{width:min(100% - 28px,1180px)!important;min-height:680px!important;margin:28px auto 64px!important;border-radius:38px!important;box-shadow:0 30px 90px rgba(15,23,42,.18)!important}
.eabmt-auth-background{position:absolute!important;inset:0!important;z-index:-2!important;overflow:hidden!important;background:radial-gradient(circle at 20% 15%,rgba(45,212,191,.24),transparent 34%),linear-gradient(135deg,#071421,#0f766e)!important}
.eabmt-auth-bg-boxed .eabmt-auth-background{border-radius:inherit!important}
.eabmt-auth-background-video,.eabmt-auth-background-image{display:block!important;width:100%!important;height:100%!important;object-fit:var(--eabmt-auth-bg-fit,cover)!important;object-position:var(--eabmt-auth-bg-position,center center)!important;transform:scale(var(--eabmt-auth-bg-scale,1))!important;transform-origin:center!important;filter:saturate(1.06) contrast(1.02)!important}
.eabmt-auth-background-overlay{position:absolute!important;inset:0!important;background:linear-gradient(135deg,rgba(4,18,28,var(--eabmt-auth-overlay,.42)),rgba(15,118,110,calc(var(--eabmt-auth-overlay,.42) * .74)))!important;z-index:1!important;pointer-events:none!important}
.eabmt-auth-center{position:relative!important;z-index:2!important;width:min(100%,var(--eabmt-auth-form-width,560px))!important;margin:auto!important}
.eabmt-auth-tabs-card{width:100%!important;padding:clamp(20px,4vw,34px)!important;border-radius:32px!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 26px 80px rgba(15,23,42,.22)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.eabmt-auth-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin:0 0 22px!important;padding:6px!important;border-radius:999px!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important}
.eabmt-auth-tab-btn{appearance:none!important;border:0!important;border-radius:999px!important;min-height:46px!important;padding:11px 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;background:transparent!important;color:#475569!important;font-size:.94rem!important;font-weight:1000!important;line-height:1!important;cursor:pointer!important;transition:background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease!important}
.eabmt-auth-tab-btn .eabmt-icon{width:18px!important;height:18px!important;flex:0 0 18px!important}
.eabmt-auth-tab-btn.is-active{background:linear-gradient(135deg,var(--eabmt-primary),var(--eabmt-primary-dark))!important;color:#fff!important;box-shadow:0 12px 28px rgba(15,118,110,.22)!important}
.eabmt-auth-tab-btn:focus-visible{outline:3px solid rgba(20,184,166,.35)!important;outline-offset:2px!important}
.eabmt-auth-tab-panel{display:none!important}
.eabmt-auth-tab-panel.is-active{display:block!important;animation:eabmtAuthPanelIn .18s ease both!important}
.eabmt-auth-card-head{text-align:center!important;margin:0 0 18px!important}
.eabmt-auth-card-head .eabmt-eyebrow{margin-inline:auto!important}
.eabmt-auth-card-head h2{margin:12px 0 0!important;font-size:clamp(1.7rem,4vw,2.25rem)!important;line-height:1.05!important;letter-spacing:-.045em!important}
.eabmt-auth-tabbed .eabmt-field-wrap{margin-bottom:14px!important}
.eabmt-auth-tabbed .eabmt-field-wrap input.input-text,.eabmt-auth-tabbed .eabmt-field-wrap input[type="text"],.eabmt-auth-tabbed .eabmt-field-wrap input[type="email"],.eabmt-auth-tabbed .eabmt-field-wrap input[type="password"]{min-height:52px!important;border-radius:16px!important;background:#fff!important}
.eabmt-auth-tabbed .eabmt-auth-row{margin:2px 0 16px!important}
.eabmt-auth-tabbed .eabmt-auth-submit{margin:0!important}
.eabmt-auth-tabbed .eabmt-btn-wide{width:100%!important;justify-content:center!important}
.eabmt-auth-tabbed .woocommerce-form-login,.eabmt-auth-tabbed .eabmt-register-form{max-width:none!important}
.eabmt-auth-tabbed .woocommerce-privacy-policy-text{font-size:.86rem!important;color:#64748b!important;line-height:1.55!important}
@keyframes eabmtAuthPanelIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper{width:min(100% - 22px,760px)!important}.eabmt-auth-tabbed{min-height:calc(100vh - 74px)!important;min-height:calc(100svh - 74px)!important;padding:22px 11px 34px!important}.eabmt-auth-bg-boxed{width:min(100% - 22px,1180px)!important;min-height:auto!important;margin:18px auto 42px!important;border-radius:28px!important}.eabmt-auth-center{width:min(100%,var(--eabmt-auth-form-width,560px))!important}.eabmt-auth-tabs-card{border-radius:26px!important;padding:18px!important}.eabmt-auth-tabs{margin-bottom:18px!important}.eabmt-auth-tab-btn{min-height:44px!important;padding-inline:10px!important;font-size:.9rem!important}.eabmt-auth-card-head h2{font-size:1.85rem!important}.eabmt-auth-tabbed .eabmt-auth-row{align-items:stretch!important;gap:8px!important}.eabmt-auth-tabbed .eabmt-auth-link{text-align:left!important}}
@media(max-width:390px){.eabmt-auth-tabs-card{padding:15px!important}.eabmt-auth-tab-btn{font-size:.84rem!important;gap:6px!important}.eabmt-auth-tab-btn .eabmt-icon{width:16px!important;height:16px!important;flex-basis:16px!important}}


/* v1.0.43: auth header overlays image/video background, desktop form sits on the right, and large vertical gaps are tightened. */
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-ui-header{position:absolute!important;left:0!important;right:0!important;top:0!important;z-index:80!important;background:transparent!important;border-bottom:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
body.admin-bar.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-ui-header{top:32px!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-header-inner{min-height:66px!important;margin-top:14px!important;padding:8px 12px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:24px!important;background:rgba(255,255,255,var(--eabmt-auth-header-bg,.12))!important;box-shadow:0 18px 55px rgba(2,6,23,.16)!important;backdrop-filter:blur(var(--eabmt-auth-header-blur,16px))!important;-webkit-backdrop-filter:blur(var(--eabmt-auth-header-blur,16px))!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-ui-brand,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-nav a,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-nav button,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-menu a{color:#fff!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-brand-text small{color:rgba(255,255,255,.74)!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-nav a:hover,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-nav button:hover,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-menu a:hover,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-menu .current-menu-item>a,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-menu .current_page_item>a{background:rgba(255,255,255,.14)!important;color:#fff!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-icon-btn,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-cart-trigger,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-account-pill,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-mobile-toggle{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.18)!important;color:#fff!important;box-shadow:none!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-icon-btn:hover,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-cart-trigger:hover,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-account-pill:hover,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-mobile-toggle:hover{background:rgba(255,255,255,.20)!important;color:#fff!important;border-color:rgba(255,255,255,.28)!important;box-shadow:0 12px 32px rgba(2,6,23,.16)!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-cart-count,body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-notification-badge{background:#fff!important;color:var(--eabmt-primary-dark)!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-menu .sub-menu{background:rgba(255,255,255,.96)!important;border-color:rgba(255,255,255,.72)!important;box-shadow:0 18px 46px rgba(2,6,23,.18)!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-menu .sub-menu a{color:#0f172a!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-main-menu .sub-menu a:hover{background:#ecfeff!important;color:var(--eabmt-primary-dark)!important}
body.eabmt-auth-page .eabmt-site-main{min-height:100vh!important}
body.eabmt-auth-page .eabmt-auth-tabbed{min-height:100vh!important;min-height:100svh!important;padding:104px max(24px,calc((100vw - 1260px)/2 + 24px)) 46px!important}
body.eabmt-auth-page .eabmt-auth-bg-boxed{width:min(100% - 32px,1260px)!important;min-height:calc(100svh - 44px)!important;margin:22px auto 36px!important;border-radius:38px!important}
body.eabmt-auth-page .eabmt-auth-bg-boxed .eabmt-auth-background{border-radius:inherit!important}
@media(min-width:1025px){body.eabmt-auth-page .eabmt-auth-tabbed{display:flex!important;align-items:center!important;gap:clamp(28px,5vw,82px)!important}body.eabmt-auth-page .eabmt-auth-form-right{justify-content:flex-end!important}body.eabmt-auth-page .eabmt-auth-form-left{justify-content:flex-start!important}body.eabmt-auth-page .eabmt-auth-form-center{justify-content:center!important}body.eabmt-auth-page .eabmt-auth-center{margin:0!important;align-self:center!important}body.eabmt-auth-page .eabmt-auth-form-right .eabmt-auth-center{margin-left:auto!important}body.eabmt-auth-page .eabmt-auth-form-left .eabmt-auth-center{margin-right:auto!important}body.eabmt-auth-page .eabmt-auth-tabs-card{max-height:calc(100svh - 150px)!important;overflow:auto!important;scrollbar-width:thin!important}.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper{position:absolute!important;top:92px!important;left:50%!important;transform:translateX(-50%)!important;margin:0!important;z-index:90!important}}
body.eabmt-auth-page.eabmt-auth-bg-layout-boxed.eabmt-auth-header-overlay .eabmt-header-inner{width:min(100% - 32px,1260px)!important;margin-left:auto!important;margin-right:auto!important}
.eabmt-landing{padding-top:18px!important;padding-bottom:74px!important}.eabmt-product-media,.eabmt-section,.eabmt-final-cta{margin-top:18px!important}.eabmt-content-wrap{margin-top:30px!important;margin-bottom:38px!important}.eabmt-commerce-page-shell{margin-top:18px!important;margin-bottom:42px!important}.eabmt-account-page-shell{margin-top:12px!important;margin-bottom:34px!important}.eabmt-ui-footer{margin-top:32px!important}.eabmt-page-title-card{margin-bottom:12px!important}.eabmt-panel-head{margin-bottom:12px!important}.woocommerce-MyAccount-content,.eabmt-account-dashboard-wrap,.eabmt-account-dashboard,.eabmt-wc-endpoint-panel{gap:14px!important}
@media(max-width:1024px){body.eabmt-auth-page .eabmt-auth-tabbed{display:grid!important;place-items:center!important;justify-content:initial!important;padding:96px 16px 34px!important}.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper{width:min(100% - 24px,760px)!important;margin:12px auto 0!important}}
@media(max-width:760px){body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-header-inner{min-height:58px!important;margin-top:8px!important;border-radius:20px!important;padding:7px 10px!important}body.eabmt-auth-page .eabmt-auth-tabbed{min-height:100vh!important;min-height:100svh!important;padding:86px 11px 28px!important}body.eabmt-auth-page .eabmt-auth-bg-boxed{width:min(100% - 16px,1180px)!important;min-height:calc(100svh - 16px)!important;margin:8px auto 24px!important;border-radius:28px!important}.eabmt-landing{padding-top:14px!important;padding-bottom:58px!important}.eabmt-product-media,.eabmt-section,.eabmt-final-cta{margin-top:14px!important}.eabmt-content-wrap,.eabmt-commerce-page-shell{margin-top:16px!important;margin-bottom:30px!important}.eabmt-ui-footer{margin-top:24px!important}}
body.eabmt-auth-page.eabmt-auth-bg-layout-boxed.eabmt-auth-header-overlay .eabmt-ui-header{top:22px!important}
body.admin-bar.eabmt-auth-page.eabmt-auth-bg-layout-boxed.eabmt-auth-header-overlay .eabmt-ui-header{top:54px!important}
body.eabmt-auth-page.eabmt-auth-bg-layout-boxed.eabmt-auth-header-overlay .eabmt-header-inner{margin-top:0!important}
@media(max-width:760px){body.eabmt-auth-page.eabmt-auth-bg-layout-boxed.eabmt-auth-header-overlay .eabmt-ui-header{top:8px!important}body.admin-bar.eabmt-auth-page.eabmt-auth-bg-layout-boxed.eabmt-auth-header-overlay .eabmt-ui-header{top:40px!important}}


/* v1.0.44: tighten auth/section/footer spacing so the visual frames sit closer together. */
body.eabmt-auth-page .eabmt-site-main{background:#fff!important}
body.eabmt-auth-page .eabmt-auth-tabbed{padding-top:96px!important;padding-bottom:18px!important}
body.eabmt-auth-page .eabmt-auth-bg-boxed{margin-top:14px!important;margin-bottom:10px!important;min-height:calc(100svh - 28px)!important}
body.eabmt-auth-page .eabmt-ui-footer{margin-top:0!important}
body.eabmt-auth-page .eabmt-ui-footer .eabmt-footer-inner{padding-top:28px!important}
body.eabmt-auth-page .eabmt-footer-top{gap:12px!important;justify-content:center!important}
body.eabmt-auth-page .eabmt-auth-tabs-card{padding:clamp(18px,2.8vw,28px)!important}
body.eabmt-auth-page .eabmt-auth-tabs{margin-bottom:16px!important}
body.eabmt-auth-page .eabmt-auth-card-head{margin-bottom:14px!important}
body.eabmt-auth-page .eabmt-auth-card-head h2{margin-top:9px!important}
body.eabmt-auth-page .eabmt-auth-tabbed .eabmt-field-wrap{margin-bottom:11px!important}
body.eabmt-auth-page .eabmt-auth-tabbed .eabmt-auth-row{margin:0 0 13px!important}
body.eabmt-auth-page.eabmt-auth-bg-layout-boxed.eabmt-auth-header-overlay .eabmt-ui-header{top:14px!important}
body.admin-bar.eabmt-auth-page.eabmt-auth-bg-layout-boxed.eabmt-auth-header-overlay .eabmt-ui-header{top:46px!important}
@media(min-width:1025px){
  body.eabmt-auth-page .eabmt-auth-tabbed{gap:clamp(18px,3vw,42px)!important}
  body.eabmt-auth-page .eabmt-auth-tabs-card{max-height:calc(100svh - 126px)!important}
  body.eabmt-auth-page .eabmt-footer-top{grid-template-columns:minmax(240px,1fr) repeat(4,minmax(140px,178px))!important;align-items:start!important}
}
@media(max-width:1024px){
  body.eabmt-auth-page .eabmt-auth-tabbed{padding:88px 14px 18px!important}
  body.eabmt-auth-page .eabmt-auth-bg-boxed{margin:8px auto 10px!important;min-height:calc(100svh - 18px)!important}
}
@media(max-width:760px){
  body.eabmt-auth-page .eabmt-auth-tabbed{padding:78px 10px 14px!important}
  body.eabmt-auth-page .eabmt-auth-bg-boxed{width:min(100% - 12px,1180px)!important;margin:6px auto 8px!important;min-height:calc(100svh - 12px)!important;border-radius:24px!important}
  body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-header-inner{margin-top:0!important}
  body.eabmt-auth-page.eabmt-auth-bg-layout-boxed.eabmt-auth-header-overlay .eabmt-ui-header{top:6px!important}
  body.admin-bar.eabmt-auth-page.eabmt-auth-bg-layout-boxed.eabmt-auth-header-overlay .eabmt-ui-header{top:38px!important}
  body.eabmt-auth-page .eabmt-ui-footer{margin-top:0!important}
  body.eabmt-auth-page .eabmt-ui-footer .eabmt-footer-inner{padding-top:20px!important}
  body.eabmt-auth-page .eabmt-footer-top{gap:8px!important}
  body.eabmt-auth-page .eabmt-auth-tabs-card{padding:16px!important;border-radius:22px!important}
  body.eabmt-auth-page .eabmt-auth-tabs{margin-bottom:14px!important}
  body.eabmt-auth-page .eabmt-auth-tabbed .eabmt-field-wrap{margin-bottom:10px!important}
}

/* v1.0.45: remove the remaining empty gap between the homepage hero/content frame and footer. */
body.eabmt-home-video-hero-page .eabmt-site-main{min-height:0!important;margin-bottom:0!important;padding-bottom:0!important}
body.eabmt-home-video-hero-page .eabmt-home-video-hero{margin-bottom:0!important}
body.eabmt-home-video-hero-page .eabmt-home-video-hero + .eabmt-content-wrap,
body.eabmt-home-video-hero-page .eabmt-home-video-hero + .eabmt-blog-archive,
body.eabmt-home-video-hero-page .eabmt-home-video-hero + .eabmt-shop-archive-v118,
body.eabmt-home-video-hero-page .eabmt-home-video-hero + .eabmt-canvas-root{margin-top:0!important}
body.eabmt-home-video-hero-page .eabmt-content-wrap.eabmt-editor-layout,
body.eabmt-home-video-hero-page .eabmt-content-wrap.eabmt-spacing-none,
body.eabmt-home-video-hero-page .eabmt-content-wrap.eabmt-spacing-compact,
body.eabmt-home-video-hero-page .eabmt-content-wrap.eabmt-spacing-normal,
body.eabmt-home-video-hero-page .eabmt-content-wrap.eabmt-spacing-relaxed{margin-top:0!important;margin-bottom:0!important}
body.eabmt-home-video-hero-page .eabmt-content-wrap:has(> .eabmt-page-card.eabmt-title-hidden .eabmt-page-content:empty){display:none!important;margin:0!important;padding:0!important;height:0!important;overflow:hidden!important}
body.eabmt-home-video-hero-page .eabmt-page-card.eabmt-title-hidden:has(.eabmt-page-content:empty){display:none!important}
body.eabmt-home-video-hero-page .eabmt-ui-footer{margin-top:0!important}
body.eabmt-home-video-hero-page .eabmt-ui-footer .eabmt-footer-inner{padding-top:18px!important}
body.eabmt-home-video-hero-page .eabmt-footer-top{gap:12px!important}
@media(max-width:760px){
  body.eabmt-home-video-hero-page .eabmt-ui-footer{margin-top:0!important}
  body.eabmt-home-video-hero-page .eabmt-ui-footer .eabmt-footer-inner{padding-top:14px!important}
  body.eabmt-home-video-hero-page .eabmt-footer-top{gap:8px!important}
}
body.eabmt-home-video-hero-page .eabmt-content-wrap:has(> .eabmt-page-card.eabmt-title-hidden .eabmt-page-content > .wp-block-spacer:only-child),
body.eabmt-home-video-hero-page .eabmt-content-wrap:has(> .eabmt-page-card.eabmt-title-hidden .eabmt-page-content > p:only-child:empty){display:none!important;margin:0!important;padding:0!important;height:0!important;overflow:hidden!important}
body.eabmt-home-video-hero-page .eabmt-page-content > .wp-block-spacer:only-child,
body.eabmt-home-video-hero-page .eabmt-page-content > p:only-child:empty{display:none!important;height:0!important;margin:0!important;padding:0!important}
@media(min-width:1025px){
  body.eabmt-home-video-hero-page .eabmt-footer-top{grid-template-columns:minmax(220px,340px) repeat(4,minmax(118px,160px))!important;justify-content:center!important;align-items:start!important}
}

/* v1.0.47: header/title-bar spacing, editable logo fallback, app-open button state */
.eabmt-header-inner{display:grid!important;grid-template-columns:minmax(170px,auto) minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;}
.eabmt-header-inner>.eabmt-ui-brand{min-width:0!important;max-width:min(360px,32vw)!important;overflow:hidden!important;}
.eabmt-ui-brand{min-width:0!important;}
.eabmt-brand-text{min-width:0!important;display:grid!important;gap:2px!important;}
.eabmt-brand-text strong,.eabmt-brand-text small{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;}
.eabmt-brand-logo,.eabmt-logo-media{flex:0 0 auto!important;}
.eabmt-main-nav{min-width:0!important;overflow:hidden!important;}
.eabmt-main-nav ul,.eabmt-main-menu{min-width:0!important;max-width:100%!important;overflow:hidden!important;}
.eabmt-main-nav a,.eabmt-main-nav button,.eabmt-main-menu a{max-width:180px!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.eabmt-header-actions{min-width:0!important;display:flex!important;flex-wrap:nowrap!important;}
.eabmt-pwa-install-link.is-open-app,.eabmt-pwa-install-btn.is-open-app{background:#ecfdf3!important;border-color:#abefc6!important;color:#047857!important;}
.eabmt-terminal-open-link span:after{content:"";}
@media(max-width:1180px){.eabmt-header-inner{grid-template-columns:minmax(150px,auto) minmax(0,1fr) auto!important;gap:10px!important}.eabmt-header-inner>.eabmt-ui-brand{max-width:30vw!important}.eabmt-main-nav a,.eabmt-main-nav button,.eabmt-main-menu a{max-width:140px!important;padding-left:10px!important;padding-right:10px!important}}
@media(max-width:900px){.eabmt-header-inner{display:flex!important}.eabmt-header-inner>.eabmt-ui-brand{max-width:46vw!important}.eabmt-main-nav{overflow:auto!important}.eabmt-main-nav a,.eabmt-main-nav button,.eabmt-main-menu a{max-width:none!important;white-space:normal!important}.eabmt-header-actions{margin-left:auto!important}}
@media(max-width:560px){.eabmt-header-inner>.eabmt-ui-brand{max-width:42vw!important}.eabmt-brand-text strong{font-size:.9rem!important}.eabmt-logo-media{max-width:116px!important}.eabmt-logo-img{max-width:116px!important}}


/* v1.0.47: account header gets its own grid column so title/header items do not overlap. */
.eabmt-header-inner.has-account-header-nav{grid-template-columns:minmax(150px,auto) minmax(0,.9fr) minmax(0,1fr) auto!important;}
.eabmt-account-header-nav{min-width:0!important;overflow:hidden!important;}
.eabmt-account-header-nav .eabmt-account-top-menu{min-width:0!important;max-width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;overflow:hidden!important;}
.eabmt-account-header-nav .eabmt-account-top-menu a{max-width:142px!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
@media(max-width:1180px){.eabmt-header-inner.has-account-header-nav{grid-template-columns:minmax(142px,auto) minmax(0,.75fr) minmax(0,.95fr) auto!important}.eabmt-account-header-nav .eabmt-account-top-menu a{max-width:116px!important;padding-left:8px!important;padding-right:8px!important}}
@media(max-width:980px){.eabmt-header-inner.has-account-header-nav{display:flex!important}.eabmt-account-header-nav{order:3;flex:1 1 100%!important;overflow:auto!important}.eabmt-account-header-nav .eabmt-account-top-menu{justify-content:flex-start!important;overflow:auto!important;padding-bottom:2px!important}.eabmt-header-inner.has-account-header-nav .eabmt-header-actions{margin-left:auto!important}}


/* v1.0.48: install app Android guide, normalized install button, account menu priority. */
.eabmt-pwa-android-guide,.eabmt-pwa-ios-guide,.eabmt-pwa-generic-guide{border:1px solid #dbeafe;border-radius:22px;background:#fff;padding:16px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.eabmt-pwa-android-guide h3,.eabmt-pwa-ios-guide h3,.eabmt-pwa-generic-guide h3{margin:0 0 12px;color:#0f172a;font-size:1rem;line-height:1.25;letter-spacing:-.02em}
.eabmt-pwa-android-guide ol,.eabmt-pwa-ios-guide ol{display:grid;gap:10px;margin:0;padding:0;list-style:none;counter-reset:eabmt-pwa-step}
.eabmt-pwa-android-guide li,.eabmt-pwa-ios-guide li{position:relative;counter-increment:eabmt-pwa-step;display:grid;gap:4px;padding:13px 13px 13px 54px;border-radius:16px;background:#f8fafc;border:1px solid #edf2f7;min-height:52px}
.eabmt-pwa-android-guide li:before,.eabmt-pwa-ios-guide li:before{content:counter(eabmt-pwa-step);position:absolute;left:13px;top:13px;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,var(--eabmt-primary),var(--eabmt-primary-dark));color:#fff;font-weight:1000;line-height:1}
.eabmt-pwa-android-guide strong,.eabmt-pwa-ios-guide strong{display:block;color:#0f172a;line-height:1.25;font-weight:1000}
.eabmt-pwa-android-guide span,.eabmt-pwa-ios-guide span,.eabmt-pwa-generic-guide p{display:block;margin:0;color:#64748b;font-size:.92rem;line-height:1.45;font-weight:740}
.eabmt-pwa-install-link,.eabmt-home-video-hero-page .eabmt-pwa-install-link{background:#ecfeff!important;border-color:#b8eee6!important;color:#0f766e!important;box-shadow:none!important;text-shadow:none!important;backdrop-filter:none!important}
.eabmt-pwa-install-link:hover,.eabmt-pwa-install-link:focus-visible,.eabmt-home-video-hero-page .eabmt-pwa-install-link:hover,.eabmt-home-video-hero-page .eabmt-pwa-install-link:focus-visible{background:#ccfbf1!important;border-color:#99f6e4!important;color:#115e59!important;box-shadow:0 12px 28px rgba(15,118,110,.12)!important;outline:none!important}
.eabmt-pwa-install-link.is-open-app,.eabmt-pwa-install-btn.is-open-app{background:#ecfdf3!important;border-color:#abefc6!important;color:#047857!important}
.eabmt-account-dropdown-divider{display:block!important;height:1px!important;background:#e2e8f0!important;margin:4px 8px!important}
@media(max-width:420px){.eabmt-pwa-android-guide,.eabmt-pwa-ios-guide,.eabmt-pwa-generic-guide{padding:13px;border-radius:18px}.eabmt-pwa-android-guide li,.eabmt-pwa-ios-guide li{padding:12px 12px 12px 50px}}

/* v1.0.50: customer package summary on account dashboard. */
.eabmt-package-summary{display:grid;gap:16px;background:#fff;border:1px solid var(--eabmt-line);border-radius:var(--eabmt-radius-lg);padding:20px;box-shadow:var(--eabmt-shadow-soft);overflow:hidden}
.eabmt-package-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #e2e8f0;padding-bottom:14px}
.eabmt-package-summary-head h2{margin:3px 0 4px;letter-spacing:-.035em;font-size:clamp(1.35rem,2.6vw,1.85rem)}
.eabmt-package-summary-head p{margin:0;color:#64748b;line-height:1.5;max-width:760px;font-weight:650}
.eabmt-package-summary-head small{display:block;text-transform:uppercase;letter-spacing:.08em;font-weight:950;color:#0f766e;font-size:.74rem}
.eabmt-package-since{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:999px;background:#ecfeff;border:1px solid #99f6e4;color:#115e59;padding:9px 12px;font-weight:950;font-size:.86rem}
.eabmt-package-summary-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.eabmt-package-summary-metrics>div{background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:18px;padding:15px;min-width:0}
.eabmt-package-summary-metrics small{display:block;color:#64748b;font-weight:950;text-transform:uppercase;letter-spacing:.07em;font-size:.72rem}
.eabmt-package-summary-metrics strong{display:block;margin-top:5px;color:#0f172a;font-size:1.25rem;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.eabmt-package-summary-metrics span{display:block;margin-top:4px;color:#64748b;font-weight:750;font-size:.85rem;line-height:1.35}
.eabmt-package-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:10px}
.eabmt-package-chip{display:grid;gap:8px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc;padding:14px;min-width:0}
.eabmt-package-chip>div{display:grid;gap:2px;min-width:0}.eabmt-package-chip strong{display:block;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eabmt-package-chip small{color:#64748b;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eabmt-package-chip span{justify-self:start;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:950;background:#f1f5f9;color:#475569}.eabmt-package-chip p{margin:0;color:#64748b;font-size:.86rem;line-height:1.45;font-weight:700}.eabmt-package-chip.is-running{border-color:#99f6e4;background:#f0fdfa}.eabmt-package-chip.is-running span{background:#ccfbf1;color:#115e59}.eabmt-package-chip.is-active{border-color:#bbf7d0;background:#f0fdf4}.eabmt-package-chip.is-active span{background:#dcfce7;color:#166534}.eabmt-package-chip.is-muted{opacity:.88}
@media(max-width:980px){.eabmt-package-summary-head{display:grid}.eabmt-package-since{justify-self:start}.eabmt-package-summary-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.eabmt-package-summary{padding:16px;border-radius:22px}.eabmt-package-summary-metrics{grid-template-columns:1fr}.eabmt-package-since{white-space:normal;text-align:center}}

/* v1.0.51: product tab - running accounts with detail chart popup. */
.eabmt-product-detail-v111 .eabmt-running-tab-panel-v151{background:#fff!important}
.eabmt-product-detail-v111 .eabmt-running-accounts-v151{padding:18px!important;background:#fff!important;color:#102033!important}
.eabmt-product-detail-v111 .eabmt-running-head-v151{display:flex!important;justify-content:space-between!important;gap:16px!important;align-items:flex-end!important;margin-bottom:14px!important}
.eabmt-product-detail-v111 .eabmt-running-head-v151 h2{margin:4px 0 0!important;color:#0f172a!important;font-size:1.25rem!important;line-height:1.25!important;letter-spacing:-.02em!important;font-weight:950!important}
.eabmt-product-detail-v111 .eabmt-running-head-v151 p{margin:5px 0 0!important;color:#64748b!important;line-height:1.55!important;max-width:760px!important;font-weight:650!important}
.eabmt-product-detail-v111 .eabmt-running-chart-hint-v151{display:inline-flex!important;align-items:center!important;gap:7px!important;margin-top:8px!important;color:#1d4ed8!important;font-size:.82rem!important;font-weight:900!important}
.eabmt-product-detail-v111 .eabmt-running-chart-hint-v151:before{content:""!important;width:7px!important;height:7px!important;border-radius:999px!important;background:#3b82f6!important;box-shadow:0 0 0 4px #dbeafe!important}
.eabmt-product-detail-v111 .eabmt-running-summary-v151{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0 0 14px!important}
.eabmt-product-detail-v111 .eabmt-running-summary-v151>div{min-width:0!important;border:1px solid #e5eaf1!important;background:#f8fafc!important;padding:12px!important;border-radius:4px!important}
.eabmt-product-detail-v111 .eabmt-running-summary-v151 small{display:block!important;color:#64748b!important;font-weight:950!important;font-size:.72rem!important;text-transform:uppercase!important;letter-spacing:.05em!important}
.eabmt-product-detail-v111 .eabmt-running-summary-v151 strong{display:block!important;margin-top:5px!important;color:#0f172a!important;font-size:1rem!important;line-height:1.2!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.eabmt-product-detail-v111 .eabmt-running-summary-v151 span{display:block!important;margin-top:3px!important;color:#64748b!important;font-size:.8rem!important;font-weight:750!important;line-height:1.35!important}
.eabmt-product-detail-v111 .eabmt-running-empty-v151{padding:18px!important;border:1px dashed #cbd5e1!important;background:#f8fafc!important;border-radius:6px!important;color:#475569!important;line-height:1.55!important}
.eabmt-product-detail-v111 .eabmt-running-empty-v151 strong{display:block!important;color:#0f172a!important;font-size:1rem!important;margin-bottom:4px!important}
.eabmt-product-detail-v111 .eabmt-running-empty-v151 p{margin:0!important;color:#64748b!important}
.eabmt-product-detail-v111 .eabmt-running-table-wrap-v151{border:1px solid #d8e1ec!important;border-radius:4px!important;overflow:hidden!important;background:#fff!important}
.eabmt-product-detail-v111 .eabmt-running-table-v151{width:100%!important;border-collapse:collapse!important;margin:0!important;background:#fff!important}
.eabmt-product-detail-v111 .eabmt-running-table-v151 th{background:#f0f2f5!important;color:#334155!important;font-size:.75rem!important;text-transform:uppercase!important;letter-spacing:.04em!important;text-align:left!important;padding:10px 12px!important;border:0!important;border-bottom:1px solid #d8e1ec!important;font-weight:950!important;white-space:nowrap!important}
.eabmt-product-detail-v111 .eabmt-running-table-v151 td{vertical-align:middle!important;padding:12px!important;border:0!important;border-bottom:1px solid #edf2f7!important;background:#fff!important;color:#0f172a!important}
.eabmt-product-detail-v111 .eabmt-running-table-v151 tr:last-child td{border-bottom:0!important}
.eabmt-product-detail-v111 .eabmt-running-broker-v151{display:grid!important;gap:3px!important;min-width:138px!important}
.eabmt-product-detail-v111 .eabmt-running-broker-v151 strong{color:#0f172a!important;font-size:.9rem!important;line-height:1.25!important;font-weight:950!important}
.eabmt-product-detail-v111 .eabmt-running-broker-v151 span{color:#64748b!important;font-size:.78rem!important;line-height:1.35!important;font-weight:750!important}
.eabmt-product-detail-v111 .eabmt-running-broker-v151 em{display:inline-flex!important;align-items:center!important;gap:6px!important;margin-top:2px!important;color:#15803d!important;font-size:.76rem!important;font-style:normal!important;font-weight:900!important}
.eabmt-product-detail-v111 .eabmt-running-broker-v151 em:before{content:""!important;width:7px!important;height:7px!important;background:#22c55e!important;border-radius:999px!important}
.eabmt-product-detail-v111 .eabmt-running-user-v151{display:flex!important;align-items:center!important;gap:9px!important;min-width:150px!important}
.eabmt-product-detail-v111 .eabmt-running-user-v151 span{display:grid!important;place-items:center!important;flex:0 0 auto!important;width:32px!important;height:32px!important;border-radius:50%!important;background:#eef6ff!important;color:#1d4ed8!important;font-weight:1000!important;border:1px solid #d8e8fb!important;font-size:.78rem!important}
.eabmt-product-detail-v111 .eabmt-running-user-v151 strong{min-width:0!important;color:#0f172a!important;font-size:.9rem!important;line-height:1.3!important;font-weight:950!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.eabmt-product-detail-v111 .eabmt-running-money-v151 strong{display:block!important;color:#0f172a!important;font-size:.9rem!important;font-weight:950!important;line-height:1.25!important;white-space:nowrap!important}
.eabmt-product-detail-v111 .eabmt-running-money-v151 span{display:block!important;margin-top:3px!important;color:#64748b!important;font-size:.76rem!important;font-weight:750!important;line-height:1.35!important;white-space:nowrap!important}
.eabmt-product-detail-v111 .eabmt-running-day-count-v151{display:inline-block!important;color:#0f172a!important;font-size:.9rem!important;font-weight:950!important;white-space:nowrap!important}
.eabmt-product-detail-v111 .eabmt-running-growth-cell-v151{min-width:270px!important}
.eabmt-product-detail-v111 .eabmt-running-growth-top-v151{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;margin-bottom:9px!important}
.eabmt-product-detail-v111 .eabmt-running-growth-top-v151>div:first-child strong{color:#16a34a!important}
.eabmt-product-detail-v111 .eabmt-running-growth-top-v151>div:last-child{text-align:right!important}
.eabmt-product-detail-v111 .eabmt-running-growth-top-v151 strong{display:block!important;color:#0f172a!important;font-size:.94rem!important;line-height:1.25!important;font-weight:950!important}
.eabmt-product-detail-v111 .eabmt-running-growth-top-v151 span{display:block!important;color:#64748b!important;font-size:.76rem!important;margin-top:2px!important;font-weight:750!important}
.eabmt-product-detail-v111 .eabmt-running-mini-charts-v151{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
.eabmt-product-detail-v111 .eabmt-running-mini-chart-v151{display:block!important;width:100%!important;text-align:left!important;border:1px solid #e5eaf1!important;background:#fbfdff!important;border-radius:4px!important;padding:6px!important;cursor:pointer!important;transition:.15s ease!important;appearance:none!important;color:#0f172a!important;box-shadow:none!important}
.eabmt-product-detail-v111 .eabmt-running-mini-chart-v151:hover{border-color:#93c5fd!important;background:#f8fbff!important;transform:translateY(-1px)!important;box-shadow:0 6px 14px rgba(15,23,42,.08)!important}
.eabmt-product-detail-v111 .eabmt-running-mini-chart-v151:focus-visible{outline:2px solid #3b82f6!important;outline-offset:2px!important}
.eabmt-product-detail-v111 .eabmt-running-mini-chart-v151 small{display:flex!important;justify-content:space-between!important;gap:8px!important;margin-bottom:3px!important;color:#64748b!important;font-size:.62rem!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.05em!important;line-height:1.2!important}
.eabmt-product-detail-v111 .eabmt-running-mini-chart-v151 small:after{content:"Xem"!important;color:#1d4ed8!important;text-transform:none!important;letter-spacing:0!important;font-size:.62rem!important}
.eabmt-product-detail-v111 .eabmt-running-mini-chart-v151 svg{display:block!important;width:100%!important;height:38px!important}
.eabmt-product-detail-v111 .eabmt-running-chart-line{fill:none!important;stroke:#16a34a!important;stroke-width:3!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.eabmt-product-detail-v111 .eabmt-running-chart-fill{fill:rgba(22,163,74,.10)!important}
.eabmt-product-detail-v111 .eabmt-running-chart-axis{stroke:#e2e8f0!important;stroke-width:1!important}
.eabmt-product-detail-v111 .eabmt-running-bar{fill:#3b82f6!important}.eabmt-product-detail-v111 .eabmt-running-bar-soft{fill:#bfdbfe!important}.eabmt-product-detail-v111 .eabmt-running-bar.is-negative,.eabmt-product-detail-v111 .eabmt-running-bar-soft.is-negative{fill:#fca5a5!important}
.eabmt-product-detail-v111 .eabmt-running-mobile-hint-v151{display:none!important;color:#64748b!important;font-size:.78rem!important;margin:8px 0 0!important;line-height:1.45!important}
body.eabmt-running-modal-open{overflow:hidden!important}
.eabmt-running-modal-v151{position:fixed!important;inset:0!important;z-index:100000!important;display:none!important;align-items:center!important;justify-content:center!important;padding:18px!important}.eabmt-running-modal-v151.is-open{display:flex!important}
.eabmt-running-modal-backdrop-v151{position:absolute!important;inset:0!important;background:rgba(15,23,42,.58)!important;backdrop-filter:blur(2px)!important}
.eabmt-running-modal-card-v151{position:relative!important;width:min(100%,880px)!important;max-height:min(86vh,760px)!important;overflow:auto!important;background:#fff!important;border-radius:10px!important;box-shadow:0 24px 80px rgba(0,0,0,.28)!important;border:1px solid #e2e8f0!important;color:#102033!important}
.eabmt-running-modal-head-v151{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;padding:16px 18px!important;border-bottom:1px solid #e5eaf1!important;background:#fff!important}
.eabmt-running-modal-head-v151 h3{margin:0!important;color:#0f172a!important;font-size:1.18rem!important;line-height:1.3!important;letter-spacing:-.02em!important;font-weight:950!important}.eabmt-running-modal-head-v151 p{margin:5px 0 0!important;color:#64748b!important;font-size:.84rem!important;line-height:1.45!important;font-weight:700!important}
.eabmt-running-modal-close-v151{display:grid!important;place-items:center!important;flex:0 0 auto!important;width:34px!important;height:34px!important;border:1px solid #cbd5e1!important;border-radius:999px!important;background:#fff!important;color:#0f172a!important;font-size:20px!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important}
.eabmt-running-modal-body-v151{padding:16px 18px 18px!important}.eabmt-running-detail-summary-v151{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-bottom:12px!important}
.eabmt-running-detail-summary-v151>div{padding:10px!important;border:1px solid #e5eaf1!important;background:#f8fafc!important;border-radius:6px!important;min-width:0!important}.eabmt-running-detail-summary-v151 small{display:block!important;color:#64748b!important;font-size:.7rem!important;text-transform:uppercase!important;font-weight:950!important;letter-spacing:.04em!important}.eabmt-running-detail-summary-v151 strong{display:block!important;margin-top:4px!important;color:#0f172a!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.eabmt-running-detail-summary-v151 strong.is-growth{color:#16a34a!important}
.eabmt-running-detail-tabs-v151{display:flex!important;gap:8px!important;margin:4px 0 12px!important}.eabmt-running-detail-tabs-v151 button{border:1px solid #cbd5e1!important;background:#fff!important;color:#334155!important;padding:8px 12px!important;border-radius:999px!important;cursor:pointer!important;font-weight:950!important;box-shadow:none!important}.eabmt-running-detail-tabs-v151 button.is-active{border-color:#3b82f6!important;background:#eff6ff!important;color:#1d4ed8!important}
.eabmt-running-detail-chart-box-v151{border:1px solid #d8e1ec!important;border-radius:8px!important;background:#fff!important;overflow:hidden!important}.eabmt-running-detail-chart-title-v151{display:flex!important;justify-content:space-between!important;gap:10px!important;align-items:center!important;padding:12px 14px!important;border-bottom:1px solid #edf2f7!important;background:#fbfdff!important}.eabmt-running-detail-chart-title-v151 strong{font-size:.94rem!important;color:#0f172a!important}.eabmt-running-detail-chart-title-v151 span{color:#64748b!important;font-size:.8rem!important;font-weight:850!important}.eabmt-running-detail-chart-v151{width:100%!important;height:auto!important;display:block!important}.eabmt-running-grid-line-v151{stroke:#e5e7eb!important;stroke-width:1!important}.eabmt-running-axis-label-v151{fill:#64748b!important;font-size:11px!important}.eabmt-running-detail-line-v151{fill:none!important;stroke:#16a34a!important;stroke-width:4!important;stroke-linecap:round!important;stroke-linejoin:round!important}.eabmt-running-detail-fill-v151{fill:rgba(22,163,74,.12)!important}.eabmt-running-detail-dot-v151{fill:#16a34a!important;stroke:#fff!important;stroke-width:2!important}.eabmt-running-detail-bar-v151{fill:#3b82f6!important}.eabmt-running-detail-bar-v151.is-soft{fill:#bfdbfe!important}.eabmt-running-detail-bar-v151.is-negative{fill:#f87171!important}.eabmt-running-detail-caption-v151{display:flex!important;justify-content:space-between!important;gap:12px!important;padding:10px 14px!important;color:#64748b!important;font-size:.78rem!important;background:#fbfdff!important;border-top:1px solid #edf2f7!important;line-height:1.4!important}
@media(max-width:1080px){.eabmt-product-detail-v111 .eabmt-running-summary-v151{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-product-detail-v111 .eabmt-running-table-v151{min-width:890px!important}.eabmt-product-detail-v111 .eabmt-running-table-wrap-v151{overflow-x:auto!important}.eabmt-product-detail-v111 .eabmt-running-mobile-hint-v151{display:block!important}}
@media(max-width:720px){.eabmt-running-detail-summary-v151{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eabmt-running-detail-caption-v151{display:grid!important}.eabmt-running-modal-card-v151{border-radius:8px!important}}
@media(max-width:640px){.eabmt-product-detail-v111 .eabmt-running-accounts-v151{padding:14px!important}.eabmt-product-detail-v111 .eabmt-running-summary-v151{grid-template-columns:1fr!important}.eabmt-product-detail-v111 .eabmt-running-table-wrap-v151{border:0!important;overflow:visible!important}.eabmt-product-detail-v111 .eabmt-running-table-v151,.eabmt-product-detail-v111 .eabmt-running-table-v151 thead,.eabmt-product-detail-v111 .eabmt-running-table-v151 tbody,.eabmt-product-detail-v111 .eabmt-running-table-v151 tr,.eabmt-product-detail-v111 .eabmt-running-table-v151 th,.eabmt-product-detail-v111 .eabmt-running-table-v151 td{display:block!important;width:100%!important;min-width:0!important}.eabmt-product-detail-v111 .eabmt-running-table-v151{border-collapse:separate!important;border-spacing:0 10px!important;background:transparent!important}.eabmt-product-detail-v111 .eabmt-running-table-v151 thead{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.eabmt-product-detail-v111 .eabmt-running-table-v151 tr{border:1px solid #d8e1ec!important;border-radius:8px!important;background:#fff!important;overflow:hidden!important}.eabmt-product-detail-v111 .eabmt-running-table-v151 td{display:grid!important;grid-template-columns:124px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;padding:10px 12px!important;border-bottom:1px solid #edf2f7!important}.eabmt-product-detail-v111 .eabmt-running-table-v151 td:before{content:attr(data-label)!important;color:#64748b!important;font-size:.72rem!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-weight:950!important}.eabmt-product-detail-v111 .eabmt-running-growth-cell-v151{grid-template-columns:1fr!important}.eabmt-product-detail-v111 .eabmt-running-growth-cell-v151:before{margin-bottom:2px!important}.eabmt-product-detail-v111 .eabmt-running-mini-charts-v151{grid-template-columns:1fr 1fr!important}.eabmt-running-modal-v151{padding:10px!important}.eabmt-running-modal-head-v151,.eabmt-running-modal-body-v151{padding:14px!important}}
/* v1.0.52: keep running accounts tab table-first and hide intro/summary copy. */
.eabmt-product-detail-v111 .eabmt-running-head-v151,
.eabmt-product-detail-v111 .eabmt-running-summary-v151,
.eabmt-product-detail-v111 .eabmt-running-mobile-hint-v151{display:none!important}


/* v1.0.53: account header switches fully to customer-account menu and grouped bot cards. */
body.logged-in.woocommerce-account .eabmt-header-inner.is-account-header-v153{grid-template-columns:minmax(178px,auto) minmax(0,1fr) auto!important;gap:14px!important}
body.logged-in.woocommerce-account .eabmt-header-inner.is-account-header-v153 .eabmt-primary-nav{display:none!important}
body.logged-in.woocommerce-account .eabmt-ui-brand-account{gap:10px!important;max-width:320px!important;text-decoration:none!important}
body.logged-in.woocommerce-account .eabmt-account-area-chip{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;margin-top:3px!important;padding:4px 8px!important;border:1px solid #ccfbf1!important;border-radius:999px!important;background:#ecfeff!important;color:#0f766e!important;font-size:.68rem!important;line-height:1!important;font-weight:1000!important;letter-spacing:.04em!important;text-transform:uppercase!important}
body.logged-in.woocommerce-account .eabmt-account-header-nav{display:flex!important;justify-content:center!important;min-width:0!important;overflow:hidden!important}
body.logged-in.woocommerce-account .eabmt-account-top-menu-v153{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:auto!important;max-width:100%!important;overflow:auto!important;scrollbar-width:none!important;padding:3px!important;border:1px solid #e2e8f0!important;border-radius:999px!important;background:rgba(248,250,252,.88)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important}
body.logged-in.woocommerce-account .eabmt-account-top-menu-v153::-webkit-scrollbar{display:none!important}
body.logged-in.woocommerce-account .eabmt-account-top-menu-v153 li{flex:0 0 auto!important;margin:0!important;padding:0!important}
body.logged-in.woocommerce-account .eabmt-account-top-menu-v153 a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;max-width:none!important;padding:9px 13px!important;border:1px solid transparent!important;border-radius:999px!important;background:transparent!important;color:#334155!important;text-decoration:none!important;font-size:.88rem!important;font-weight:1000!important;line-height:1!important;white-space:nowrap!important}
body.logged-in.woocommerce-account .eabmt-account-top-menu-v153 a .eabmt-icon{width:17px!important;height:17px!important;flex:0 0 17px!important}
body.logged-in.woocommerce-account .eabmt-account-top-menu-v153 li.is-active a,
body.logged-in.woocommerce-account .eabmt-account-top-menu-v153 a:hover,
body.logged-in.woocommerce-account .eabmt-account-top-menu-v153 a:focus-visible{background:#fff!important;border-color:#99f6e4!important;color:#0f766e!important;box-shadow:0 10px 24px rgba(15,118,110,.10)!important;outline:none!important}
body.logged-in.woocommerce-account .eabmt-account-menu-count{display:inline-grid!important;place-items:center!important;min-width:21px!important;height:21px!important;padding:0 6px!important;border-radius:999px!important;background:#e2e8f0!important;color:#475569!important;font-size:.72rem!important;font-style:normal!important;font-weight:1000!important;line-height:1!important}
body.logged-in.woocommerce-account .eabmt-account-top-menu-v153 li.is-active .eabmt-account-menu-count{background:#ccfbf1!important;color:#115e59!important}
body.logged-in.woocommerce-account .eabmt-account-header-actions{gap:8px!important;min-width:0!important}
body.logged-in.woocommerce-account .eabmt-account-header-action{min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:999px!important;padding:9px 12px!important;text-decoration:none!important;font-weight:1000!important;line-height:1!important;white-space:nowrap!important;border:1px solid #e2e8f0!important;background:#fff!important;color:#334155!important}
body.logged-in.woocommerce-account .eabmt-account-header-action .eabmt-icon{width:17px!important;height:17px!important}
body.logged-in.woocommerce-account .eabmt-account-header-action:hover{transform:translateY(-1px)!important;box-shadow:0 12px 26px rgba(15,23,42,.08)!important;color:#0f766e!important;border-color:#99f6e4!important}
body.logged-in.woocommerce-account .eabmt-account-header-action-primary{background:#0f766e!important;border-color:#0f766e!important;color:#fff!important}
body.logged-in.woocommerce-account .eabmt-account-header-action-primary:hover{background:#115e59!important;color:#fff!important;border-color:#115e59!important}
body.logged-in.woocommerce-account .eabmt-account-page-shell{width:min(100% - 28px,1460px)!important;margin-top:16px!important}
body.logged-in.woocommerce-account .eabmt-account-page-shell>.woocommerce{display:block!important;width:100%!important;max-width:100%!important}
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation.eabmt-account-sidebar{display:none!important}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content{display:grid!important;width:100%!important;max-width:100%!important;gap:18px!important}
.eabmt-my-bots-page{display:grid!important;gap:18px!important}
.eabmt-my-bots-hero{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,.54fr)!important;gap:18px!important;align-items:end!important;padding:24px!important;border:1px solid #ccfbf1!important;border-radius:28px!important;background:radial-gradient(circle at 8% 8%,rgba(153,246,228,.42),transparent 32%),linear-gradient(135deg,#ffffff,#f0fdfa)!important;box-shadow:0 16px 40px rgba(15,118,110,.08)!important}
.eabmt-my-bots-hero>.eabmt-eyebrow{grid-column:1/-1!important;width:max-content!important}
.eabmt-my-bots-hero h2{margin:0 0 8px!important;color:#0f172a!important;font-size:clamp(1.6rem,3vw,2.35rem)!important;line-height:1.05!important;letter-spacing:-.05em!important}
.eabmt-my-bots-hero p{margin:0!important;color:#475569!important;line-height:1.6!important;font-weight:720!important;max-width:860px!important}
.eabmt-my-bots-summary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
.eabmt-my-bots-summary>div{padding:14px!important;border:1px solid rgba(15,118,110,.13)!important;border-radius:18px!important;background:rgba(255,255,255,.82)!important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important}
.eabmt-my-bots-summary small{display:block!important;color:#64748b!important;font-size:.72rem!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:1000!important}
.eabmt-my-bots-summary strong{display:block!important;margin-top:4px!important;color:#0f172a!important;font-size:1.65rem!important;line-height:1!important;font-weight:1000!important;letter-spacing:-.05em!important}
.eabmt-bot-type-section{display:grid!important;gap:14px!important;padding:18px!important;border:1px solid #e2e8f0!important;border-radius:26px!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,23,42,.05)!important}
.eabmt-bot-type-section .eabmt-panel-head{margin-bottom:0!important;align-items:flex-start!important}
.eabmt-bot-type-section .eabmt-panel-head p{margin:5px 0 0!important;color:#64748b!important;line-height:1.5!important;font-weight:720!important}
.eabmt-bot-type-server-vps{background:linear-gradient(180deg,#f8fafc,#fff)!important}
.eabmt-license-card.is-normal-license{border-color:#dbeafe!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}
.eabmt-license-card.is-vps{border-color:#99f6e4!important;background:linear-gradient(180deg,#ecfeff 0%,#fff 56%)!important}
.eabmt-license-card .eabmt-mini-btn{min-height:38px!important;border-radius:12px!important;padding:9px 12px!important;font-weight:950!important}
.eabmt-empty-compact{padding:18px!important;border-radius:18px!important}
.eabmt-account-settings-extra{margin-top:16px!important}
.eabmt-payment-token-list{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:10px!important}
.eabmt-payment-token-card{position:relative!important;display:grid!important;gap:4px!important;padding:14px!important;border:1px solid #e2e8f0!important;border-radius:18px!important;background:#f8fafc!important}
.eabmt-payment-token-card strong{color:#0f172a!important;font-weight:1000!important;line-height:1.25!important}
.eabmt-payment-token-card span{color:#64748b!important;font-weight:760!important}
.eabmt-payment-token-card em{position:absolute!important;right:10px!important;top:10px!important;padding:4px 8px!important;border-radius:999px!important;background:#dcfce7!important;color:#166534!important;font-size:.72rem!important;font-style:normal!important;font-weight:1000!important}
@media(max-width:1180px){body.logged-in.woocommerce-account .eabmt-header-inner.is-account-header-v153{grid-template-columns:minmax(145px,auto) minmax(0,1fr) auto!important}body.logged-in.woocommerce-account .eabmt-account-header-action-ghost{display:none!important}body.logged-in.woocommerce-account .eabmt-account-top-menu-v153 a{padding-left:10px!important;padding-right:10px!important}}
@media(max-width:900px){body.logged-in.woocommerce-account .eabmt-header-inner.is-account-header-v153{display:flex!important;flex-wrap:wrap!important}body.logged-in.woocommerce-account .eabmt-ui-brand-account{max-width:48vw!important}body.logged-in.woocommerce-account .eabmt-account-header-nav.eabmt-main-nav{position:fixed!important;inset:76px 12px auto 12px!important;display:none!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;padding:10px!important;border:1px solid #e2e8f0!important;border-radius:22px!important;background:#fff!important;box-shadow:0 24px 70px rgba(15,23,42,.18)!important;z-index:70!important;overflow:auto!important}body.logged-in.woocommerce-account .eabmt-account-header-nav.eabmt-main-nav.is-open{display:flex!important}body.logged-in.woocommerce-account .eabmt-account-top-menu-v153{display:grid!important;width:100%!important;border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important;gap:6px!important}body.logged-in.woocommerce-account .eabmt-account-top-menu-v153 a{justify-content:flex-start!important;width:100%!important;min-height:46px!important;border-radius:14px!important}body.logged-in.woocommerce-account .eabmt-my-bots-hero{grid-template-columns:1fr!important}.eabmt-my-bots-summary{max-width:100%!important}}
@media(max-width:620px){body.logged-in.woocommerce-account .eabmt-account-header-action-primary span{display:none!important}body.logged-in.woocommerce-account .eabmt-account-header-action-primary{width:42px!important;padding:0!important}body.logged-in.woocommerce-account .eabmt-account-area-chip{display:none!important}.eabmt-my-bots-hero,.eabmt-bot-type-section{border-radius:20px!important;padding:15px!important}.eabmt-my-bots-summary{grid-template-columns:1fr!important}.eabmt-bot-type-section .eabmt-panel-head{display:grid!important}.eabmt-bot-type-section .eabmt-panel-head .eabmt-btn{width:100%!important}}


/* v1.0.54: compact customer-VPS bot cards, copy controls and document action. */
.eabmt-my-bots-page .eabmt-license-board{grid-template-columns:repeat(auto-fit,minmax(min(100%,292px),1fr))!important;gap:10px!important;margin-top:8px!important}
.eabmt-my-bots-page .eabmt-license-card{gap:10px!important;padding:13px!important;border-radius:18px!important;box-shadow:0 8px 22px rgba(15,23,42,.045)!important}
.eabmt-my-bots-page .eabmt-license-card-head{gap:8px!important;align-items:flex-start!important}
.eabmt-my-bots-page .eabmt-license-card-head>div{min-width:0!important;max-width:100%!important}
.eabmt-my-bots-page .eabmt-license-card-head strong{font-size:.94rem!important;line-height:1.22!important;letter-spacing:-.02em!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;hyphens:auto!important}
.eabmt-my-bots-page .eabmt-license-card-head small{font-size:.75rem!important;line-height:1.25!important;overflow-wrap:anywhere!important}
.eabmt-my-bots-page .eabmt-license-card-head .eabmt-status,.eabmt-my-bots-page .eabmt-license-card-head .eabmt-vps-status{flex:0 0 auto!important;max-width:42%!important;white-space:normal!important;text-align:center!important;justify-content:center!important;font-size:.7rem!important;padding:6px 8px!important;border-radius:999px!important;line-height:1.12!important}
.eabmt-my-bots-page .eabmt-license-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
.eabmt-my-bots-page .eabmt-license-meta-grid>div{padding:9px!important;border-radius:12px!important;gap:3px!important;background:#f8fafc!important}
.eabmt-my-bots-page .eabmt-license-meta-grid small{font-size:.64rem!important;letter-spacing:.045em!important;line-height:1.1!important}
.eabmt-my-bots-page .eabmt-license-meta-grid strong,.eabmt-my-bots-page .eabmt-license-meta-grid code,.eabmt-my-bots-page .eabmt-license-meta-grid a{font-size:.82rem!important;line-height:1.24!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.eabmt-my-bots-page .eabmt-license-meta-grid code{padding:5px 6px!important;border-radius:8px!important;font-size:.74rem!important}
.eabmt-my-bots-page .eabmt-license-meta-grid span{font-size:.75rem!important;line-height:1.25!important}
.eabmt-license-copy-cell{background:#fff!important;border-color:#dbeafe!important}
.eabmt-copy-line{display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important;max-width:100%!important}
.eabmt-copy-line code,.eabmt-copy-line a{min-width:0!important;flex:1 1 auto!important;margin:0!important;text-decoration:none!important;color:#0f766e!important;font-weight:950!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.eabmt-copy-icon-btn{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;min-width:32px!important;min-height:32px!important;padding:0 8px!important;border:1px solid #b8eee6!important;border-radius:10px!important;background:#ecfeff!important;color:#0f766e!important;font:inherit!important;font-size:.72rem!important;font-weight:1000!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important}
.eabmt-copy-icon-btn .eabmt-icon{width:14px!important;height:14px!important;flex:0 0 14px!important}
.eabmt-copy-icon-btn:hover,.eabmt-copy-icon-btn.is-copied{background:#0f766e!important;border-color:#0f766e!important;color:#fff!important}
.eabmt-my-bots-page .eabmt-license-actions{gap:6px!important;margin-top:0!important}
.eabmt-my-bots-page .eabmt-license-card .eabmt-mini-btn{min-height:34px!important;border-radius:10px!important;padding:8px 10px!important;font-size:.8rem!important;line-height:1.1!important}
.eabmt-my-bots-page .eabmt-license-card .eabmt-mini-btn .eabmt-icon{width:14px!important;height:14px!important;flex:0 0 14px!important}
.eabmt-mini-btn-doc{background:#fff7ed!important;color:#9a3412!important;border:1px solid #fed7aa!important}
.eabmt-mini-btn-doc:hover{background:#ffedd5!important;color:#9a3412!important}
@media(max-width:620px){.eabmt-my-bots-page .eabmt-license-meta-grid{grid-template-columns:1fr!important}.eabmt-my-bots-page .eabmt-license-card-head{display:grid!important}.eabmt-my-bots-page .eabmt-license-card-head .eabmt-status,.eabmt-my-bots-page .eabmt-license-card-head .eabmt-vps-status{max-width:100%!important;width:max-content!important}}

/* v1.0.55: icon-only copy buttons, masked key/STK and account header cleanup. */
.eabmt-copy-icon-btn{position:relative!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;padding:0!important;gap:0!important;border-radius:9px!important}
.eabmt-copy-icon-btn span,.eabmt-copy-icon-btn .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.eabmt-copy-icon-btn .eabmt-icon{width:14px!important;height:14px!important;flex:0 0 14px!important}
.eabmt-copy-icon-btn.is-loading{opacity:.72!important;pointer-events:none!important}
.eabmt-copy-icon-btn.is-copied::after{content:attr(data-eabmt-feedback)!important;position:absolute!important;right:0!important;bottom:calc(100% + 7px)!important;z-index:30!important;display:block!important;width:max-content!important;max-width:190px!important;padding:6px 9px!important;border-radius:999px!important;background:#0f172a!important;color:#fff!important;font-size:.72rem!important;font-weight:950!important;line-height:1!important;box-shadow:0 12px 26px rgba(15,23,42,.18)!important;white-space:nowrap!important;pointer-events:none!important}
.eabmt-copy-icon-btn.is-copied::before{content:""!important;position:absolute!important;right:10px!important;bottom:calc(100% + 2px)!important;border:5px solid transparent!important;border-top-color:#0f172a!important;pointer-events:none!important}
.eabmt-copy-icon-btn.is-copy-error::after{background:#991b1b!important}.eabmt-copy-icon-btn.is-copy-error::before{border-top-color:#991b1b!important}
.eabmt-my-bots-page .eabmt-license-card{padding:12px!important;border-radius:16px!important;gap:9px!important}
.eabmt-my-bots-page .eabmt-license-meta-grid{gap:6px!important}
.eabmt-my-bots-page .eabmt-license-meta-grid>div{padding:8px!important;border-radius:11px!important;min-width:0!important}
.eabmt-my-bots-page .eabmt-license-card-head strong{display:block!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;line-height:1.2!important}
.eabmt-my-bots-page .eabmt-license-card-head small{display:block!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.eabmt-my-bots-page .eabmt-license-copy-cell code{letter-spacing:.015em!important}
body.logged-in.woocommerce-account .eabmt-account-area-chip{display:none!important}
body.logged-in.woocommerce-account .eabmt-ui-brand-account{max-width:260px!important}
@media(max-width:620px){.eabmt-copy-icon-btn.is-copied::after{right:auto!important;left:50%!important;transform:translateX(-50%)!important}.eabmt-copy-icon-btn.is-copied::before{right:auto!important;left:50%!important;transform:translateX(-50%)!important}.eabmt-my-bots-page .eabmt-license-card{padding:11px!important}.eabmt-my-bots-page .eabmt-license-meta-grid>div{padding:8px!important}}

/* v1.0.56 - PWA install button cleanup, installed state hide, and install toast */
.eabmt-pwa-install-link,
.eabmt-home-video-hero-page .eabmt-pwa-install-link{
  background:linear-gradient(135deg,#0f766e,#14b8a6)!important;
  border-color:rgba(20,184,166,.38)!important;
  color:#ffffff!important;
  box-shadow:0 12px 26px rgba(15,118,110,.18)!important;
  text-shadow:none!important;
}
.eabmt-pwa-install-link:hover,
.eabmt-pwa-install-link:focus-visible,
.eabmt-home-video-hero-page .eabmt-pwa-install-link:hover,
.eabmt-home-video-hero-page .eabmt-pwa-install-link:focus-visible{
  background:linear-gradient(135deg,#115e59,#0f766e)!important;
  border-color:rgba(153,246,228,.58)!important;
  color:#ffffff!important;
  box-shadow:0 16px 34px rgba(15,118,110,.22)!important;
  outline:2px solid rgba(20,184,166,.22)!important;
  outline-offset:2px!important;
}
.eabmt-pwa-install-link .eabmt-icon,
.eabmt-pwa-install-btn .eabmt-icon{color:currentColor!important;stroke:currentColor!important;fill:none!important;flex:0 0 auto!important;}
.eabmt-pwa-toast{
  position:fixed;
  left:50%;
  bottom:22px;
  z-index:2147483640;
  max-width:min(92vw,420px);
  transform:translate(-50%,18px);
  opacity:0;
  pointer-events:none;
  border:1px solid rgba(15,118,110,.20);
  border-radius:999px;
  background:rgba(15,23,42,.94);
  color:#ffffff;
  padding:11px 16px;
  box-shadow:0 18px 50px rgba(15,23,42,.28);
  font-size:.92rem;
  font-weight:900;
  line-height:1.35;
  text-align:center;
  transition:opacity .18s ease,transform .18s ease;
}
.eabmt-pwa-toast.is-visible{opacity:1;transform:translate(-50%,0);}
.eabmt-pwa-toast.is-success{background:linear-gradient(135deg,#065f46,#0f766e);border-color:rgba(153,246,228,.32);}
.eabmt-pwa-toast.is-error{background:linear-gradient(135deg,#7f1d1d,#b91c1c);border-color:rgba(254,202,202,.32);}
@media(max-width:900px){
  .eabmt-pwa-install-link,
  .eabmt-home-video-hero-page .eabmt-pwa-install-link{color:#ffffff!important;background:linear-gradient(135deg,#0f766e,#14b8a6)!important;border-color:rgba(20,184,166,.38)!important;}
}

/* v1.0.58: language menu drawer and account language defaults */
.eabmt-language-trigger{border:1px solid #dbe5f0!important;background:#fff!important;color:#0f172a!important;border-radius:999px!important;min-height:42px!important;padding:0 13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-weight:950!important;line-height:1!important;cursor:pointer!important;text-decoration:none!important;box-shadow:0 8px 22px rgba(15,23,42,.05)!important;transition:transform .16s ease,border-color .16s ease,background .16s ease!important}
.eabmt-language-trigger:hover,.eabmt-language-trigger:focus-visible{transform:translateY(-1px)!important;border-color:#99f6e4!important;background:#f8fafc!important;outline:none!important;color:#0f172a!important}
.eabmt-language-trigger .eabmt-icon{width:18px!important;height:18px!important;color:#0f766e!important;flex:0 0 18px!important}
.eabmt-language-trigger span{white-space:nowrap!important}
.eabmt-language-trigger em{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:30px!important;height:24px!important;padding:0 7px!important;border-radius:999px!important;background:#ecfeff!important;color:#0f766e!important;font-size:.72rem!important;font-style:normal!important;font-weight:1000!important;letter-spacing:.04em!important}
.eabmt-main-nav>.eabmt-language-trigger-nav{margin-left:8px!important;align-self:center!important}
.eabmt-account-header-nav>.eabmt-language-trigger-nav{margin-left:6px!important}
body.eabmt-language-open{overflow:hidden!important}
.eabmt-language-backdrop{position:fixed!important;inset:0!important;z-index:111!important;background:rgba(15,23,42,.38)!important;backdrop-filter:blur(6px)!important;opacity:0!important;pointer-events:none!important;transition:opacity .2s ease!important}
.eabmt-language-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;z-index:112!important;width:min(460px,calc(100vw - 18px))!important;background:#fff!important;border-left:1px solid #e2e8f0!important;box-shadow:-24px 0 70px rgba(15,23,42,.22)!important;transform:translateX(105%)!important;transition:transform .22s ease!important;display:flex!important;flex-direction:column!important;outline:none!important}
body.admin-bar .eabmt-language-drawer{top:32px!important}
body.eabmt-language-open .eabmt-language-backdrop{opacity:1!important;pointer-events:auto!important}
body.eabmt-language-open .eabmt-language-drawer{transform:translateX(0)!important}
.eabmt-language-drawer-head{flex:0 0 auto!important;border-bottom:1px solid #e2e8f0!important;background:linear-gradient(180deg,#ffffff,#f8fafc)!important}
.eabmt-language-drawer-head h2{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;font-size:1.14rem!important;letter-spacing:-.03em!important;color:#0f172a!important}
.eabmt-language-drawer-head h2 .eabmt-icon{width:20px!important;height:20px!important;color:#0f766e!important}
.eabmt-language-drawer-body{display:grid!important;align-content:start!important;gap:13px!important;padding:16px!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;min-height:0!important}
.eabmt-language-current{padding:14px!important;border:1px solid #ccfbf1!important;border-radius:18px!important;background:#ecfeff!important;color:#0f172a!important;display:grid!important;gap:4px!important}
.eabmt-language-current strong{font-size:.98rem!important;font-weight:1000!important;letter-spacing:-.02em!important}
.eabmt-language-current span{color:#475569!important;font-weight:750!important;line-height:1.45!important}
.eabmt-language-help,.eabmt-language-note{margin:0!important;color:#64748b!important;line-height:1.55!important;font-weight:750!important}
.eabmt-language-note{font-size:.86rem!important;padding:12px!important;border:1px dashed #cbd5e1!important;border-radius:16px!important;background:#f8fafc!important}
.eabmt-language-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.eabmt-language-option{min-height:58px!important;padding:11px 12px!important;border:1px solid #e2e8f0!important;border-radius:16px!important;background:#fff!important;color:#0f172a!important;text-align:left!important;display:grid!important;gap:3px!important;cursor:pointer!important;box-shadow:0 8px 20px rgba(15,23,42,.035)!important;transition:transform .16s ease,border-color .16s ease,background .16s ease!important}
.eabmt-language-option:hover,.eabmt-language-option:focus-visible{transform:translateY(-1px)!important;border-color:#99f6e4!important;background:#f8fafc!important;outline:none!important}
.eabmt-language-option.is-active{border-color:#14b8a6!important;background:linear-gradient(180deg,#ecfeff,#fff)!important;box-shadow:0 0 0 3px rgba(20,184,166,.1)!important}
.eabmt-language-option span{font-weight:1000!important;font-size:.94rem!important;line-height:1.25!important;overflow-wrap:anywhere!important}
.eabmt-language-option small{color:#64748b!important;font-weight:750!important;line-height:1.25!important;overflow-wrap:anywhere!important}
.eabmt-language-actions{display:flex!important;gap:9px!important;flex-wrap:wrap!important;align-items:center!important}
.eabmt-language-actions .eabmt-mini-btn{min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;cursor:pointer!important}
.eabmt-account-language-settings{display:grid!important;gap:12px!important;clear:both!important;margin-top:4px!important}
.eabmt-account-language-settings .form-row{margin-bottom:0!important}
.eabmt-language-select,.eabmt-country-select{width:100%!important}
@media (max-width:782px){body.admin-bar .eabmt-language-drawer{top:46px!important}.eabmt-language-trigger span{display:none!important}.eabmt-main-nav>.eabmt-language-trigger-nav span{display:inline!important}}
@media (max-width:560px){.eabmt-language-drawer{width:calc(100vw - 10px)!important;border-radius:20px 0 0 20px!important}.eabmt-language-drawer-body{padding:12px!important}.eabmt-language-list{grid-template-columns:1fr!important}.eabmt-main-nav>.eabmt-language-trigger-nav{margin:8px 12px!important;justify-content:flex-start!important;width:calc(100% - 24px)!important}}

/* v1.0.59: compact right-side language, cart and account controls */
.eabmt-header-actions .eabmt-language-trigger{order:120!important;width:42px!important;min-width:42px!important;max-width:42px!important;min-height:42px!important;padding:0!important;border-radius:999px!important;box-shadow:none!important;overflow:hidden!important;background:rgba(255,255,255,.72)!important;border-color:var(--eabmt-line)!important;color:#0f766e!important}
.eabmt-header-actions .eabmt-language-trigger:hover,.eabmt-header-actions .eabmt-language-trigger:focus-visible{background:#f8fafc!important;border-color:var(--eabmt-line-strong)!important;color:#0f766e!important;box-shadow:var(--eabmt-shadow-soft)!important}
.eabmt-language-trigger-compact span,.eabmt-language-trigger-compact .eabmt-icon{display:none!important}
.eabmt-language-trigger-compact em{min-width:0!important;width:auto!important;height:auto!important;padding:0!important;border-radius:0!important;background:transparent!important;color:inherit!important;font-size:.78rem!important;line-height:1!important;font-weight:1000!important;letter-spacing:.045em!important}
.eabmt-main-nav>.eabmt-language-trigger-nav,.eabmt-account-header-nav>.eabmt-language-trigger-nav{display:none!important}
.eabmt-header-actions .eabmt-mobile-toggle{order:110!important}
.eabmt-cart-trigger{width:42px!important;min-width:42px!important;max-width:42px!important;min-height:42px!important;padding:0!important;overflow:visible!important;position:relative!important}
.eabmt-cart-trigger .eabmt-cart-text{display:none!important}
.eabmt-cart-trigger .eabmt-cart-count{position:absolute!important;right:-6px!important;top:-6px!important;min-width:19px!important;height:19px!important;margin:0!important;padding:0 5px!important;border:2px solid #fff!important;font-size:.66rem!important;line-height:15px!important;box-shadow:0 8px 16px rgba(15,118,110,.22)!important}
.eabmt-nav-cart{gap:8px!important;position:relative!important}
.eabmt-nav-cart .eabmt-cart-count{position:static!important;margin-left:0!important;min-width:20px!important;height:20px!important;padding:0 6px!important;font-size:.68rem!important}
.eabmt-account-pill{width:42px!important;min-width:42px!important;max-width:42px!important;min-height:42px!important;padding:0!important;overflow:visible!important}
.eabmt-account-pill-user,.eabmt-account-pill-login{padding:0!important}
.eabmt-account-pill .eabmt-account-pill-label{display:none!important}
.eabmt-account-pill .eabmt-icon{width:20px!important;height:20px!important}
.eabmt-account-avatar{width:28px!important;height:28px!important;min-width:28px!important;flex:0 0 28px!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-language-trigger, .eabmt-home-video-hero-page .eabmt-language-trigger{background:rgba(255,255,255,.13)!important;border-color:rgba(255,255,255,.24)!important;color:#fff!important;box-shadow:0 12px 28px rgba(0,0,0,.16)!important;backdrop-filter:blur(14px)!important}
body.eabmt-auth-page.eabmt-auth-header-overlay .eabmt-language-trigger:hover, .eabmt-home-video-hero-page .eabmt-language-trigger:hover{background:rgba(255,255,255,.22)!important;color:#fff!important;border-color:rgba(255,255,255,.36)!important}
@media(max-width:900px){.eabmt-header-actions .eabmt-language-trigger{display:inline-flex!important}.eabmt-main-nav>.eabmt-language-trigger-nav{display:none!important}}
@media(max-width:620px){body.logged-in.woocommerce-account .eabmt-account-header-actions .eabmt-language-trigger{width:38px!important;min-width:38px!important;max-width:38px!important;min-height:38px!important}body.logged-in.woocommerce-account .eabmt-account-header-action-primary{width:38px!important;min-width:38px!important;padding:0!important}body.logged-in.woocommerce-account .eabmt-account-header-action-primary span{display:none!important}}
@media(max-width:560px){.eabmt-header-actions{gap:4px!important}.eabmt-header-actions .eabmt-language-trigger,.eabmt-cart-trigger,.eabmt-account-pill,.eabmt-mobile-toggle{width:38px!important;min-width:38px!important;max-width:38px!important;min-height:38px!important}.eabmt-account-avatar{width:24px!important;height:24px!important;min-width:24px!important}.eabmt-cart-trigger .eabmt-cart-count{right:-5px!important;top:-5px!important;min-width:18px!important;height:18px!important;font-size:.62rem!important}.eabmt-language-trigger-compact em{font-size:.72rem!important}.eabmt-header-inner>.eabmt-ui-brand{max-width:44vw!important}}
@media(max-width:420px){.eabmt-header-actions{gap:3px!important}.eabmt-header-actions .eabmt-language-trigger,.eabmt-cart-trigger,.eabmt-account-pill,.eabmt-mobile-toggle{width:35px!important;min-width:35px!important;max-width:35px!important;min-height:35px!important}.eabmt-header-actions>.eabmt-icon-btn,.eabmt-notification-trigger.eabmt-icon-btn{width:35px!important;min-width:35px!important;min-height:35px!important}.eabmt-account-avatar{width:22px!important;height:22px!important;min-width:22px!important}.eabmt-header-inner>.eabmt-ui-brand{max-width:38vw!important}.eabmt-language-trigger-compact em{font-size:.68rem!important}}

/* v1.0.61 - Mobile UI polish: compact header, drawers, account, checkout and bot cards. */
@media(max-width:900px){
  html,body{max-width:100%!important;overflow-x:hidden!important;}
  .eabmt-shell,.eabmt-commerce-page-shell,.eabmt-content-wrap,.eabmt-account-page-shell{width:min(100% - 18px,1560px)!important;}
  .eabmt-ui-header{backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;}
  .eabmt-header-inner{min-height:66px!important;gap:8px!important;}
  .eabmt-header-inner>.eabmt-ui-brand{flex:1 1 auto!important;min-width:0!important;max-width:44vw!important;}
  .eabmt-logo-media{height:40px!important;max-width:150px!important;}
  .eabmt-logo-img{max-height:40px!important;max-width:150px!important;}
  .eabmt-logo-mark{width:38px!important;height:38px!important;border-radius:13px!important;}
  .eabmt-brand-text{min-width:0!important;}
  .eabmt-brand-text strong{font-size:.94rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .eabmt-brand-text small{display:none!important;}
  .eabmt-header-actions{flex:0 0 auto!important;gap:5px!important;min-width:0!important;max-width:56vw!important;}
  .eabmt-header-actions [data-eabmt-search-open]{display:none!important;}
  .eabmt-notification-trigger.eabmt-icon-btn{display:inline-flex!important;}
  .eabmt-header-actions .eabmt-language-trigger,.eabmt-cart-trigger,.eabmt-account-pill,.eabmt-mobile-toggle,.eabmt-notification-trigger.eabmt-icon-btn{width:40px!important;min-width:40px!important;max-width:40px!important;min-height:40px!important;height:40px!important;padding:0!important;}
  .eabmt-mobile-toggle{display:inline-flex!important;}
  .eabmt-main-nav{inset:calc(66px + env(safe-area-inset-top,0px)) 9px auto 9px!important;max-height:calc(100dvh - 82px - env(safe-area-inset-top,0px))!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;border-radius:22px!important;padding:9px!important;}
  body.admin-bar .eabmt-main-nav{inset:calc(112px + env(safe-area-inset-top,0px)) 9px auto 9px!important;max-height:calc(100dvh - 128px - env(safe-area-inset-top,0px))!important;}
  .eabmt-main-nav a,.eabmt-main-nav button,.eabmt-main-menu a{min-height:44px!important;border-radius:14px!important;font-size:.96rem!important;white-space:normal!important;}
  .eabmt-account-dropdown{right:-4px!important;width:min(300px,calc(100vw - 16px))!important;max-height:calc(100dvh - 86px)!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;}
  .eabmt-drawer-head{min-height:58px!important;padding:14px!important;}
  .eabmt-cart-drawer,.eabmt-search-drawer,.eabmt-notification-drawer,.eabmt-language-drawer{width:min(100vw,440px)!important;max-width:100vw!important;}
  .eabmt-panel,.eabmt-page-card,.eabmt-checkout-card,.eabmt-post-content,.eabmt-post-hero,.eabmt-archive-head{border-radius:22px!important;padding:18px!important;}
  .eabmt-panel-head{display:grid!important;gap:10px!important;align-items:start!important;}
  .eabmt-panel-head .eabmt-btn,.eabmt-panel-head .button{width:100%!important;}
  .eabmt-btn,.woocommerce .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{min-height:44px!important;white-space:normal!important;text-align:center!important;}
  .eabmt-table-wrap,.woocommerce table.shop_table{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;}
  .eabmt-footer-inner{padding:28px 0 18px!important;}
  .eabmt-footer-top{gap:16px!important;}
}

@media(max-width:760px){
  .eabmt-cart-drawer,.eabmt-search-drawer,.eabmt-notification-drawer,.eabmt-language-drawer{width:100vw!important;border-radius:0!important;right:0!important;top:0!important;bottom:0!important;height:100dvh!important;}
  body.admin-bar .eabmt-cart-drawer,body.admin-bar .eabmt-search-drawer,body.admin-bar .eabmt-notification-drawer,body.admin-bar .eabmt-language-drawer{top:46px!important;height:calc(100dvh - 46px)!important;}
  .eabmt-search-drawer-body,.eabmt-notification-body,.eabmt-language-drawer-body{padding:13px!important;}
  .eabmt-language-list{grid-template-columns:1fr!important;gap:8px!important;}
  .eabmt-language-option{min-height:52px!important;border-radius:14px!important;padding:10px 11px!important;}
  .eabmt-language-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .eabmt-language-actions .eabmt-mini-btn{width:100%!important;}
  .eabmt-dashboard-top,.eabmt-account-grid,.eabmt-stat-grid,.eabmt-feature-grid,.eabmt-flow-grid,.eabmt-policy-panel,.eabmt-tech-panel,.eabmt-card-grid,.eabmt-footer-top{grid-template-columns:1fr!important;}
  .eabmt-auth-card,.eabmt-auth-panel{padding:18px!important;border-radius:22px!important;}
  .eabmt-auth-card-head h2,.eabmt-auth-panel h2{font-size:clamp(1.65rem,9vw,2.05rem)!important;line-height:1.06!important;}
  .woocommerce form .form-row,.eabmt-field-wrap{width:100%!important;float:none!important;margin-right:0!important;}
  .woocommerce form .form-row input.input-text,.woocommerce form .form-row select,.woocommerce form .form-row textarea,.eabmt-field-wrap input.input-text,.eabmt-field-wrap select,.eabmt-field-wrap textarea{min-height:48px!important;border-radius:14px!important;font-size:16px!important;}
  .eabmt-checkout-layout,.eabmt-account-split,.eabmt-product-hero,.eabmt-section-grid,.eabmt-catalog-layout,.eabmt-blog-layout,.eabmt-post-layout{grid-template-columns:1fr!important;gap:14px!important;}
  .eabmt-mini-cart-buttons,.eabmt-card-actions-v116{grid-template-columns:1fr!important;}
}

@media(max-width:620px){
  :root{--eabmt-container:min(100% - 16px,1560px)!important;}
  .eabmt-header-inner{min-height:60px!important;gap:6px!important;}
  .eabmt-header-inner>.eabmt-ui-brand{max-width:40vw!important;}
  .eabmt-logo-media{height:34px!important;max-width:118px!important;}
  .eabmt-logo-img{max-height:34px!important;max-width:118px!important;}
  .eabmt-logo-mark{width:34px!important;height:34px!important;border-radius:11px!important;font-size:.86rem!important;}
  .eabmt-brand-text strong{font-size:.86rem!important;}
  .eabmt-header-actions{gap:3px!important;max-width:60vw!important;}
  .eabmt-header-actions .eabmt-language-trigger,.eabmt-cart-trigger,.eabmt-account-pill,.eabmt-mobile-toggle,.eabmt-notification-trigger.eabmt-icon-btn{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;}
  .eabmt-header-actions .eabmt-icon{width:17px!important;height:17px!important;}
  .eabmt-account-avatar{width:22px!important;height:22px!important;min-width:22px!important;}
  .eabmt-cart-trigger .eabmt-cart-count,.eabmt-notification-count{right:-4px!important;top:-5px!important;min-width:17px!important;height:17px!important;font-size:.58rem!important;line-height:13px!important;border-width:2px!important;}
  .eabmt-language-trigger-compact em{font-size:.66rem!important;letter-spacing:.02em!important;}
  .eabmt-main-nav{inset:60px 8px auto 8px!important;max-height:calc(100dvh - 72px)!important;}
  body.admin-bar .eabmt-main-nav{inset:106px 8px auto 8px!important;max-height:calc(100dvh - 118px)!important;}
  .eabmt-account-dropdown{position:fixed!important;right:8px!important;left:8px!important;top:64px!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 78px)!important;border-radius:20px!important;}
  body.admin-bar .eabmt-account-dropdown{top:108px!important;max-height:calc(100dvh - 122px)!important;}
  .eabmt-account-dropdown::before{right:42px!important;}
  .eabmt-account-page-shell{width:min(100% - 14px,1760px)!important;margin:9px auto 28px!important;}
  .logged-in.woocommerce-account .eabmt-account-page-shell>.woocommerce{gap:12px!important;}
  .eabmt-account-menu{display:flex!important;gap:8px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:3px!important;scroll-snap-type:x proximity!important;grid-template-columns:none!important;}
  .eabmt-account-menu a{flex:0 0 auto!important;min-width:136px!important;scroll-snap-align:start!important;justify-content:flex-start!important;}
  .eabmt-my-bots-hero,.eabmt-bot-type-section{border-radius:18px!important;padding:13px!important;}
  .eabmt-my-bots-summary{grid-template-columns:1fr!important;gap:8px!important;}
  .eabmt-my-bots-page .eabmt-license-board{grid-template-columns:1fr!important;gap:9px!important;}
  .eabmt-my-bots-page .eabmt-license-card{border-radius:14px!important;padding:10px!important;gap:8px!important;}
  .eabmt-my-bots-page .eabmt-license-card-head{display:grid!important;gap:7px!important;}
  .eabmt-my-bots-page .eabmt-license-card-head .eabmt-status,.eabmt-my-bots-page .eabmt-license-card-head .eabmt-vps-status{width:max-content!important;max-width:100%!important;}
  .eabmt-my-bots-page .eabmt-license-meta-grid{grid-template-columns:1fr!important;gap:6px!important;}
  .eabmt-my-bots-page .eabmt-license-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;width:100%!important;}
  .eabmt-my-bots-page .eabmt-license-actions .eabmt-mini-btn,.eabmt-my-bots-page .eabmt-license-actions form,.eabmt-my-bots-page .eabmt-license-actions button{width:100%!important;}
  .eabmt-copy-line{align-items:flex-start!important;}
  .eabmt-copy-line code,.eabmt-copy-line a{font-size:.78rem!important;line-height:1.32!important;}
  .eabmt-panel,.eabmt-page-card,.eabmt-checkout-card,.eabmt-post-content,.eabmt-post-hero,.eabmt-archive-head{padding:15px!important;border-radius:20px!important;}
  .eabmt-footer-bottom{gap:8px!important;}
}

@media(max-width:420px){
  .eabmt-shell,.eabmt-commerce-page-shell,.eabmt-content-wrap,.eabmt-account-page-shell{width:min(100% - 12px,1560px)!important;}
  .eabmt-header-inner>.eabmt-ui-brand{max-width:34vw!important;}
  .eabmt-brand-text{display:none!important;}
  .eabmt-logo-media{height:32px!important;max-width:92px!important;}
  .eabmt-logo-img{max-height:32px!important;max-width:92px!important;}
  .eabmt-logo-mark{width:32px!important;height:32px!important;}
  .eabmt-header-actions{max-width:66vw!important;gap:2px!important;}
  .eabmt-header-actions .eabmt-language-trigger,.eabmt-cart-trigger,.eabmt-account-pill,.eabmt-mobile-toggle,.eabmt-notification-trigger.eabmt-icon-btn{width:33px!important;min-width:33px!important;max-width:33px!important;height:33px!important;min-height:33px!important;}
  .eabmt-account-avatar{width:20px!important;height:20px!important;min-width:20px!important;}
  body.logged-in.woocommerce-account .eabmt-account-header-action-ghost{display:none!important;}
  .eabmt-my-bots-page .eabmt-license-actions{grid-template-columns:1fr!important;}
}


/* v1.0.62 - Drawer overlay fix: cart/search/notification/language drawers stay above transparent headers and close buttons are visible. */
.eabmt-drawer-backdrop,.eabmt-search-backdrop,.eabmt-notification-backdrop,.eabmt-language-backdrop{z-index:10070!important;}
.eabmt-cart-drawer,.eabmt-search-drawer,.eabmt-notification-drawer,.eabmt-language-drawer{z-index:10080!important;}
.eabmt-cart-drawer,.eabmt-search-drawer{top:0!important;height:100dvh!important;max-height:100dvh!important;}
body.admin-bar .eabmt-cart-drawer,body.admin-bar .eabmt-search-drawer{top:32px!important;height:calc(100dvh - 32px)!important;max-height:calc(100dvh - 32px)!important;}
.eabmt-drawer-head,.eabmt-search-drawer-head,.eabmt-notification-drawer-head,.eabmt-language-drawer-head{position:relative!important;z-index:2!important;background:linear-gradient(180deg,#ffffff,#f8fafc)!important;}
.eabmt-drawer-head [data-eabmt-cart-close],.eabmt-search-drawer-head [data-eabmt-search-close],.eabmt-notification-drawer-head [data-eabmt-notifications-close],.eabmt-language-drawer-head [data-eabmt-language-close]{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;background:#0f172a!important;color:#ffffff!important;border-color:#0f172a!important;box-shadow:0 12px 26px rgba(15,23,42,.22)!important;opacity:1!important;}
.eabmt-drawer-head [data-eabmt-cart-close]:hover,.eabmt-search-drawer-head [data-eabmt-search-close]:hover,.eabmt-notification-drawer-head [data-eabmt-notifications-close]:hover,.eabmt-language-drawer-head [data-eabmt-language-close]:hover{background:#115e59!important;border-color:#115e59!important;color:#ffffff!important;transform:translateY(-1px)!important;}
.eabmt-drawer-head [data-eabmt-cart-close] .eabmt-icon,.eabmt-search-drawer-head [data-eabmt-search-close] .eabmt-icon,.eabmt-notification-drawer-head [data-eabmt-notifications-close] .eabmt-icon,.eabmt-language-drawer-head [data-eabmt-language-close] .eabmt-icon{width:20px!important;height:20px!important;color:currentColor!important;stroke-width:2.4!important;}
body.eabmt-cart-open .eabmt-ui-header,body.eabmt-search-open .eabmt-ui-header,body.eabmt-notifications-open .eabmt-ui-header,body.eabmt-language-open .eabmt-ui-header{z-index:50!important;}
@media(max-width:782px){body.admin-bar .eabmt-cart-drawer,body.admin-bar .eabmt-search-drawer{top:46px!important;height:calc(100dvh - 46px)!important;max-height:calc(100dvh - 46px)!important;}}
@media(max-width:760px){.eabmt-cart-drawer,.eabmt-search-drawer,.eabmt-notification-drawer,.eabmt-language-drawer{left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;border-radius:0!important;}.eabmt-drawer-head,.eabmt-search-drawer-head,.eabmt-notification-drawer-head,.eabmt-language-drawer-head{min-height:62px!important;padding:12px 14px!important;}.eabmt-drawer-head h2,.eabmt-search-drawer-head h2,.eabmt-notification-drawer-head h2,.eabmt-language-drawer-head h2{font-size:1.08rem!important;}.eabmt-drawer-head [data-eabmt-cart-close],.eabmt-search-drawer-head [data-eabmt-search-close],.eabmt-notification-drawer-head [data-eabmt-notifications-close],.eabmt-language-drawer-head [data-eabmt-language-close]{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;}}
