/* SECURIX account v8 — Nova Poshta saved-address UX only. */
.sx-address-np-field{position:relative}
.sx-address-np-box{position:relative}
.sx-address-np-box.is-loading:after{content:'';position:absolute;right:13px;top:50%;width:16px;height:16px;margin-top:-8px;border:2px solid #e4e7eb;border-top-color:#eca21c;border-radius:50%;animation:sxAddrSpin .7s linear infinite}
@keyframes sxAddrSpin{to{transform:rotate(360deg)}}
.sx-address-np-field>small{display:block;margin-top:6px;color:#8a919b;font-size:11px;line-height:1.35}
.sx-address-np-field>small.is-ok{color:#159957}.sx-address-np-field>small.is-error{color:#d44444}
.sx-address-np-dropdown{position:absolute;z-index:80;left:0;right:0;top:calc(100% + 6px);max-height:245px;overflow:auto;border:1px solid #e1e4e8;border-radius:13px;background:#fff;padding:5px;box-shadow:0 18px 48px rgba(17,24,39,.16)}
.sx-address-np-dropdown[hidden]{display:none!important}
.sx-address-np-dropdown button{display:block;width:100%;border:0;border-radius:9px;background:transparent;padding:10px 11px;text-align:left;cursor:pointer}
.sx-address-np-dropdown button:hover{background:#fff6e8}
.sx-address-np-dropdown b{display:block;color:#202328;font-size:12px;line-height:1.3}
.sx-address-np-dropdown small{display:block;margin-top:3px;color:#89909a;font-size:10px;line-height:1.3}
.sx-address-np-empty{padding:14px;color:#8a919b;font-size:11px;text-align:center}
.sx-address-needs-update{display:inline-flex;margin-top:7px;border-radius:999px;background:#fff1dc;padding:4px 8px;color:#bd7410;font-size:9px!important;font-weight:800}
@media(max-width:1100px){.sx-address-np-dropdown{position:fixed;left:12px;right:12px;top:auto;bottom:calc(env(safe-area-inset-bottom,0px) + 84px);max-height:42vh;border-radius:16px;z-index:10020}.sx-address-np-dropdown button{padding:12px}.sx-address-np-dropdown b{font-size:13px}.sx-address-np-dropdown small{font-size:11px}}

/* ======================================================================
   SECURIX Compare v9 — responsive comparison workspace.
   Works for authenticated account page and guest collection page.
   ====================================================================== */
.sx-compare-page-final.sx-compare-v9-ready{min-width:0!important;overflow:visible!important}
.sx-account.sx-has-compare-ready .sx-account-grid{grid-template-columns:minmax(0,1fr)!important}
.sx-account.sx-has-compare-ready .sx-account-side{display:none!important}
.sx-account.sx-has-compare-ready .sx-account-main{width:100%!important;max-width:none!important;min-width:0!important}
.sx-account.sx-has-compare-ready .sx-account-wrap{width:min(100% - 32px,1480px)!important;max-width:1480px!important}
.sx-account.sx-has-compare-ready .sx-account-mobile-section-nav{display:none!important}
.sx-compare-v9-ready .sx-section-heading{align-items:flex-end!important;margin-bottom:14px!important;padding:0 2px!important;border:0!important;background:transparent!important;box-shadow:none!important}
.sx-compare-v9-ready .sx-section-heading h2{font-size:30px!important;letter-spacing:-.035em!important}
.sx-compare-v9-ready .sx-section-heading p{margin-top:5px!important;color:#858c96!important;font-size:12px!important}
.sx-compare-v9-ready .sx-section-heading>div:last-child{display:flex!important;gap:8px!important;align-items:center!important}
.sx-compare-v9-ready .sx-section-heading [data-compare-add]{display:none!important}
.sx-compare-v9-ready .sx-clear-list{height:38px!important;padding:0 12px!important;border:1px solid #e2e5e9!important;border-radius:11px!important;background:#fff!important;color:#6e7680!important;font-size:10.5px!important;font-weight:800!important;box-shadow:0 5px 16px rgba(24,29,37,.035)!important}
.sx-compare-v9-ready .sx-clear-list:hover{border-color:#efc27c!important;color:#c97900!important}
.sx-guest-collection.sx-has-compare-ready .sx-section-heading>div:first-child{display:none!important}
.sx-guest-collection.sx-has-compare-ready .sx-section-heading{justify-content:flex-end!important;margin-top:-2px!important}
.sx-guest-collection.sx-has-compare-ready .sx-guest-collection-main{background:transparent!important}

.sx-compare-shell{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;overflow:visible!important}
.sx-compare-v9-workspace{--sx-compare-label:218px;--sx-orange:#f5a000;--sx-orange-dark:#db8200;--sx-ink:#191b1f;--sx-muted:#858c96;--sx-line:#e8eaed;width:100%;min-width:0}
.sx-compare-v9-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;margin-bottom:10px;padding:9px 12px;border:1px solid rgba(227,230,234,.96);border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 8px 26px rgba(27,31,38,.045)}
.sx-compare-v9-category{display:flex;align-items:center;gap:8px;min-width:0}
.sx-compare-v9-category span{overflow:hidden;max-width:460px;color:#292d33;font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.sx-compare-v9-category b{display:grid;min-width:27px;height:27px;place-items:center;padding:0 7px;border-radius:999px;background:#fff2dd;color:#d47b00;font-size:11px;font-weight:900}
.sx-compare-v9-toolbar-actions{display:flex;align-items:center;gap:8px}
.sx-compare-v9-diff{display:flex;align-items:center;gap:8px;cursor:pointer;user-select:none}
.sx-compare-v9-diff input{position:absolute;opacity:0;pointer-events:none}
.sx-compare-v9-diff>span{position:relative;width:38px;height:22px;border:1px solid #d8dce1;border-radius:999px;background:#eef0f2;transition:.18s ease}
.sx-compare-v9-diff>span:after{content:'';position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(27,31,38,.16);transition:transform .18s ease}
.sx-compare-v9-diff input:checked+span{border-color:#efae4c;background:#f5a000}
.sx-compare-v9-diff input:checked+span:after{transform:translateX(16px)}
.sx-compare-v9-diff strong{color:#656d77;font-size:11px;font-weight:760}
.sx-compare-v9-mobile-add{display:none;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 11px;border:1px solid #f0bd70;border-radius:10px;background:#fff7ea;color:#d47b00;font:inherit;font-size:10.5px;font-weight:850;cursor:pointer}
.sx-compare-v9-mobile-add svg{width:15px;height:15px}
.sx-compare-v9-mobile-add:disabled,.sx-compare-v9-lead button:disabled{opacity:.45;cursor:not-allowed}

.sx-compare-v9-scroll{width:100%;min-width:0;overflow:hidden;border:1px solid rgba(226,229,233,.98);border-radius:19px;background:#fff;box-shadow:0 15px 42px rgba(25,30,38,.055)}
.sx-compare-v9-board{width:100%;min-width:0;background:#fff}
.sx-compare-v9-products-row{display:grid;grid-template-columns:var(--sx-compare-label) minmax(0,1fr);min-width:0;border-bottom:1px solid var(--sx-line)}
.sx-compare-v9-lead{display:flex;align-items:stretch;padding:13px;border-right:1px solid var(--sx-line);background:#fafbfc}
.sx-compare-v9-lead button{display:flex;width:100%;min-height:238px;align-items:center;justify-content:center;flex-direction:column;gap:7px;border:1px dashed #d7dbe1;border-radius:14px;background:#fff;color:#555d68;font:inherit;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}
.sx-compare-v9-lead button:hover{border-color:#efad48;background:#fff9f0;color:#d47b00}
.sx-compare-v9-lead svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7}
.sx-compare-v9-lead strong{font-size:12px;font-weight:850}.sx-compare-v9-lead small{color:#9aa0a8;font-size:9.5px;font-weight:650}
.sx-compare-v9-products{display:grid;grid-template-columns:repeat(var(--sx-compare-count),minmax(0,1fr));min-width:0}
.sx-compare-v9-product{position:relative;display:grid;grid-template-rows:122px auto auto auto auto auto;align-content:start;min-width:0;padding:14px 16px 15px;border-right:1px solid var(--sx-line);background:#fff}
.sx-compare-v9-product:last-child{border-right:0}
.sx-compare-v9-product-actions{position:absolute;right:9px;top:9px;z-index:2;display:flex;gap:5px}
.sx-compare-v9-product-actions button{display:grid;width:30px;height:30px;place-items:center;border:1px solid #e6e8eb;border-radius:9px;background:rgba(255,255,255,.94);color:#626a75;cursor:pointer;transition:.15s ease}
.sx-compare-v9-product-actions button:hover,.sx-compare-v9-product-actions button.is-active{border-color:#efb75f;background:#fff7e9;color:#dc8203}
.sx-compare-v9-product-actions svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}
.sx-compare-v9-media{display:grid;height:122px;place-items:center;text-decoration:none}
.sx-compare-v9-media img{width:100%;height:100%;max-width:170px;object-fit:contain;padding:4px}
.sx-compare-v9-name{display:-webkit-box;min-height:39px;overflow:hidden;margin-top:8px;color:#25292f;font-size:11.5px;font-weight:850;line-height:1.38;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.sx-compare-v9-stock{display:flex;align-items:center;gap:5px;margin-top:7px;color:#8a919b;font-size:9.5px;font-weight:750}.sx-compare-v9-stock i{width:6px;height:6px;border-radius:50%;background:#a8adb5}.sx-compare-v9-stock.is-stock{color:#15985b}.sx-compare-v9-stock.is-stock i{background:#18a660}
.sx-compare-v9-product>small{margin-top:5px;color:#9aa0a8;font-size:9px;font-weight:600}
.sx-compare-v9-price{margin-top:8px;color:#16181b;font-size:19px;font-weight:900;letter-spacing:-.025em}
.sx-compare-v9-cart{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;height:35px;margin-top:9px;border:0;border-radius:10px;background:#f5a000;color:#17191c;font:inherit;font-size:10px;font-weight:900;cursor:pointer;transition:background .15s ease,transform .15s ease}.sx-compare-v9-cart:hover{background:#ffad14;transform:translateY(-1px)}.sx-compare-v9-cart svg{width:15px;height:15px}

.sx-compare-v9-specs{min-width:0}
.sx-compare-v9-group{display:block!important;width:100%!important;min-width:0!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;overflow:visible!important}
.sx-compare-v9-group[hidden]{display:none!important}
.sx-compare-v9-group>summary{display:grid!important;width:100%!important;grid-template-columns:minmax(0,1fr) auto 20px!important;align-items:center!important;gap:8px!important;min-height:46px!important;padding:0 14px!important;border-bottom:1px solid #e7e9ec!important;background:#f7f8f9!important;color:#25292f!important;list-style:none!important;font-size:12px!important;font-weight:900!important;cursor:pointer!important}
.sx-compare-v9-group>summary::-webkit-details-marker{display:none}.sx-compare-v9-group>summary b{display:grid;min-width:24px;height:23px;place-items:center;padding:0 6px;border-radius:999px;background:#fff;color:#8b929b;font-size:9px}.sx-compare-v9-group>summary i{font-style:normal;color:#959ca6;transition:transform .18s ease}.sx-compare-v9-group:not([open])>summary i{transform:rotate(-90deg)}
.sx-compare-v9-group-body{min-width:0}
.sx-compare-v9-row{display:grid!important;width:100%!important;grid-template-columns:var(--sx-compare-label) minmax(0,1fr)!important;min-width:0!important;border-bottom:1px solid #eceef1!important;background:#fff!important}
.sx-compare-v9-row>strong{display:flex;align-items:center;min-width:0;padding:11px 14px;border-right:1px solid #eceef1;background:#fcfcfd;color:#626a74;font-size:10.5px;font-weight:800;line-height:1.35}
.sx-compare-v9-values{display:grid;grid-template-columns:repeat(var(--sx-compare-count),minmax(0,1fr));min-width:0}
.sx-compare-v9-values>span{display:flex;align-items:center;min-width:0;padding:11px 14px;border-right:1px solid #eceef1;color:#30353b;font-size:10.5px;font-weight:600;line-height:1.42;overflow-wrap:anywhere}.sx-compare-v9-values>span:last-child{border-right:0}.sx-compare-v9-values>span.is-empty{color:#b1b6bd}
.sx-compare-v9-row.is-different .sx-compare-v9-values>span{background:#fffbf4}.sx-compare-v9-row.is-different>strong{position:relative;color:#4b5159}.sx-compare-v9-row.is-different>strong:before{content:'';flex:0 0 5px;width:5px;height:5px;margin-right:7px;border-radius:50%;background:#f5a000}
.sx-compare-v9-workspace.is-diff-only .sx-compare-v9-row.is-same{display:none!important}

.sx-compare-v9-empty{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:15px;min-height:128px;padding:20px 22px;border:1px solid #e5e8eb;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(28,33,40,.05)}
.sx-compare-v9-empty>span{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background:#fff4df;color:#dc8203}.sx-compare-v9-empty>span svg{width:25px;height:25px}.sx-compare-v9-empty>div{display:grid;gap:5px}.sx-compare-v9-empty strong{font-size:16px;font-weight:900}.sx-compare-v9-empty p{margin:0;color:#858c96;font-size:11px;line-height:1.45}.sx-compare-v9-empty button{display:flex;align-items:center;justify-content:center;gap:7px;height:40px;padding:0 14px;border:0;border-radius:11px;background:#f5a000;color:#17191c;font:inherit;font-size:11px;font-weight:900;cursor:pointer}.sx-compare-v9-empty button svg{width:16px;height:16px}

/* Keep the existing compare search dialog, but polish selected items. */
.sx-compare-results>button.is-added{opacity:.56;cursor:default!important}.sx-compare-results>button.is-added b{background:#eaf7ef!important;color:#19894c!important}

@media(max-width:900px){
  .sx-account.sx-has-compare-ready .sx-account-wrap{width:100%!important;max-width:100%!important}
  .sx-compare-v9-ready .sx-section-heading{padding:0 2px!important}.sx-compare-v9-ready .sx-section-heading h2{font-size:24px!important}.sx-compare-v9-ready .sx-section-heading p{font-size:11px!important}
  .sx-compare-v9-workspace{--sx-compare-label:170px}
}

@media(max-width:700px){
  .sx-account.sx-has-compare-ready{padding-left:8px!important;padding-right:8px!important}
  .sx-guest-collection.sx-has-compare-ready .sx-guest-collection-hero{margin-bottom:9px!important;padding:14px!important}.sx-guest-collection.sx-has-compare-ready .sx-guest-collection-hero h1{font-size:25px!important}.sx-guest-collection.sx-has-compare-ready .sx-guest-collection-hero p{font-size:11px!important}.sx-guest-collection.sx-has-compare-ready .sx-guest-sync{display:none!important}
  .sx-compare-v9-ready .sx-section-heading{min-height:38px!important;margin-bottom:8px!important}.sx-compare-v9-ready .sx-section-heading>div:first-child p{display:none!important}.sx-compare-v9-ready .sx-section-heading h2{font-size:23px!important}.sx-compare-v9-ready .sx-clear-list{height:34px!important;padding:0 9px!important;font-size:0!important}.sx-compare-v9-ready .sx-clear-list svg{width:16px!important;height:16px!important}
  .sx-compare-v9-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:52px;margin-bottom:8px;padding:8px;border-radius:14px}.sx-compare-v9-category span{max-width:170px;font-size:11.5px}.sx-compare-v9-category b{min-width:24px;height:24px;font-size:9.5px}.sx-compare-v9-toolbar-actions{gap:6px}.sx-compare-v9-diff{gap:6px}.sx-compare-v9-diff>span{width:34px;height:20px}.sx-compare-v9-diff>span:after{width:12px;height:12px}.sx-compare-v9-diff input:checked+span:after{transform:translateX(14px)}.sx-compare-v9-diff strong{display:none}.sx-compare-v9-mobile-add{display:flex}.sx-compare-v9-mobile-add span{display:none}.sx-compare-v9-mobile-add{width:36px;padding:0}
  .sx-compare-v9-scroll{overflow-x:auto!important;overflow-y:visible!important;border-radius:15px;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.sx-compare-v9-scroll::-webkit-scrollbar{display:none}
  .sx-compare-v9-board{width:max(100%,calc(var(--sx-compare-count) * 168px));min-width:max(100%,calc(var(--sx-compare-count) * 168px))}
  .sx-compare-v9-products-row{display:block!important}.sx-compare-v9-lead{display:none!important}
  .sx-compare-v9-products{grid-template-columns:repeat(var(--sx-compare-count),minmax(168px,1fr))!important}
  .sx-compare-v9-product{grid-template-rows:104px auto auto auto auto auto;padding:9px 10px 10px}.sx-compare-v9-product-actions{right:6px;top:6px;gap:4px}.sx-compare-v9-product-actions button{width:27px;height:27px;border-radius:8px}.sx-compare-v9-product-actions svg{width:13px;height:13px}.sx-compare-v9-media{height:104px}.sx-compare-v9-media img{max-width:132px;padding:2px}.sx-compare-v9-name{min-height:43px;margin-top:6px;font-size:10px;line-height:1.34;-webkit-line-clamp:3}.sx-compare-v9-stock{margin-top:6px;font-size:8.5px}.sx-compare-v9-product>small{font-size:7.8px}.sx-compare-v9-price{margin-top:6px;font-size:15px}.sx-compare-v9-cart{height:32px;margin-top:7px;border-radius:9px}.sx-compare-v9-cart span{display:none}.sx-compare-v9-cart svg{width:17px;height:17px}
  .sx-compare-v9-group>summary{position:sticky!important;left:0!important;z-index:3!important;min-height:41px!important;padding:0 10px!important;font-size:10.5px!important}.sx-compare-v9-group>summary b{height:21px;font-size:8px}
  .sx-compare-v9-row{display:block!important;width:100%!important;border-bottom:6px solid #f3f4f5!important}.sx-compare-v9-row>strong{position:sticky;left:0;z-index:2;display:block;padding:9px 10px;border-right:0!important;border-bottom:1px solid #eceef1;background:#fafbfc!important;color:#454b53;font-size:10px;font-weight:850;text-align:left}.sx-compare-v9-row.is-different>strong:before{display:inline-block;vertical-align:2px}
  .sx-compare-v9-values{grid-template-columns:repeat(var(--sx-compare-count),minmax(168px,1fr))!important}.sx-compare-v9-values>span{justify-content:center;min-height:62px;padding:10px 11px;font-size:10px;line-height:1.38;text-align:center}.sx-compare-v9-row.is-different .sx-compare-v9-values>span{background:#fffaf1}
  .sx-compare-v9-empty{grid-template-columns:44px 1fr;gap:11px;padding:14px;border-radius:15px}.sx-compare-v9-empty>span{width:42px;height:42px;border-radius:12px}.sx-compare-v9-empty strong{font-size:14px}.sx-compare-v9-empty p{font-size:10px}.sx-compare-v9-empty button{grid-column:1/-1;width:100%;height:38px}
  body.sx-has-compare-ready .sx-support-widget{bottom:calc(88px + env(safe-area-inset-bottom))!important}
}

/* ================================================================
   SECURIX compare v10 — exact specs + pinned product reference row
   ================================================================ */
.sx-compare-v10-sticky{
  position:sticky;top:var(--sx-compare-sticky-top,10px);z-index:78;height:0;overflow:visible;
  pointer-events:none;contain:layout style
}
.sx-compare-v10-sticky-viewport{width:100%;overflow:hidden;border:1px solid rgba(226,229,233,.96);border-radius:15px;background:#fff;box-shadow:0 12px 34px rgba(24,29,36,.12);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-7px);transition:opacity .14s ease,transform .16s ease,visibility .14s ease;scrollbar-width:none}
.sx-compare-v10-sticky.is-visible .sx-compare-v10-sticky-viewport{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.sx-compare-v10-sticky-viewport::-webkit-scrollbar{display:none}
.sx-compare-v10-sticky-track{display:grid;width:100%;grid-template-columns:var(--sx-compare-label) repeat(var(--sx-compare-count),minmax(0,1fr));min-width:0;background:#fff}
.sx-compare-v10-sticky-lead{display:flex;min-width:0;align-items:center;padding:10px 14px;border-right:1px solid #eceef1;background:#fafbfc;color:#6e7580}
.sx-compare-v10-sticky-lead span{font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.sx-compare-v10-sticky-card{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) 28px;align-items:center;gap:9px;min-width:0;min-height:70px;padding:7px 8px;border-right:1px solid #eceef1;background:#fff}
.sx-compare-v10-sticky-card:last-child{border-right:0}
.sx-compare-v10-sticky-media{display:grid;width:46px;height:54px;place-items:center;overflow:hidden;border-radius:9px;background:#f8f9fa}.sx-compare-v10-sticky-media img{width:100%;height:100%;object-fit:contain;padding:3px}
.sx-compare-v10-sticky-copy{display:grid;min-width:0;gap:3px;color:#24282e;text-decoration:none}.sx-compare-v10-sticky-copy strong{display:-webkit-box;overflow:hidden;font-size:9.5px;font-weight:800;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sx-compare-v10-sticky-copy span{color:#17191c;font-size:12px;font-weight:900}
.sx-compare-v10-sticky-card>button{display:grid;width:27px;height:27px;place-items:center;border:1px solid #e7e9ec;border-radius:8px;background:#f8f9fa;color:#737b85;cursor:pointer}.sx-compare-v10-sticky-card>button:hover{border-color:#efb75f;background:#fff7e9;color:#dc8203}.sx-compare-v10-sticky-card>button svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8}

/* CRM section headings are already meaningful, so v10 keeps the exact order
   and gives every row the same predictable geometry. */
.sx-compare-v9-group>summary span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

@media(max-width:700px){
  .sx-compare-v10-sticky{z-index:79;border-radius:13px}
  .sx-compare-v10-sticky-track{width:max(100%,calc(var(--sx-compare-count) * 168px));min-width:max(100%,calc(var(--sx-compare-count) * 168px));grid-template-columns:repeat(var(--sx-compare-count),minmax(168px,1fr))}
  .sx-compare-v10-sticky-lead{display:none}
  .sx-compare-v10-sticky-card{grid-template-columns:40px minmax(0,1fr) 24px;gap:6px;min-height:62px;padding:6px 7px}
  .sx-compare-v10-sticky-media{width:38px;height:48px;border-radius:8px}
  .sx-compare-v10-sticky-copy strong{font-size:8.8px}.sx-compare-v10-sticky-copy span{font-size:10.5px}
  .sx-compare-v10-sticky-card>button{width:24px;height:24px;border-radius:7px}.sx-compare-v10-sticky-card>button svg{width:12px;height:12px}
}

/* ================================================================
   SECURIX account mobile dock v14
   The account has an in-flow section switcher; the global SECURIX
   bottom navigation remains the only fixed bottom navigation.
   ================================================================ */
@media(max-width:1100px){
  body{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
  .sx-account{padding-bottom:28px!important}

  /* Remove the old second fixed bottom bar from the account. */
  .sx-account-bottom-nav{display:none!important}
  .sx-account-mobile-tabs{display:none!important}

  /* One compact cabinet switcher inside the page flow. */
  .sx-account-mobile-section-nav{
    display:flex!important;
    position:relative!important;
    z-index:3!important;
    width:calc(100% + 20px)!important;
    max-width:none!important;
    margin:0 -10px 14px!important;
    padding:2px 10px 8px!important;
    gap:7px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-inline:contain!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .sx-account-mobile-section-nav::-webkit-scrollbar{display:none!important}
  .sx-account-mobile-section-nav a{
    position:relative!important;
    display:flex!important;
    flex:0 0 auto!important;
    min-width:74px!important;
    height:58px!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:4px!important;
    padding:5px 9px!important;
    border:1px solid #e3e6ea!important;
    border-radius:15px!important;
    background:#fff!important;
    box-shadow:0 5px 16px rgba(25,30,38,.035)!important;
    color:#767e88!important;
    text-decoration:none!important;
    scroll-snap-align:center!important;
  }
  .sx-account-mobile-section-nav a span{
    display:grid!important;
    width:25px!important;
    height:25px!important;
    place-items:center!important;
    color:currentColor!important;
  }
  .sx-account-mobile-section-nav a svg{width:19px!important;height:19px!important}
  .sx-account-mobile-section-nav a small{
    max-width:78px!important;
    overflow:hidden!important;
    color:currentColor!important;
    font-size:9px!important;
    font-weight:780!important;
    line-height:1.05!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .sx-account-mobile-section-nav a.is-active{
    border-color:rgba(239,157,29,.48)!important;
    background:linear-gradient(180deg,#fffaf2 0%,#fff3df 100%)!important;
    box-shadow:0 7px 20px rgba(229,141,0,.09)!important;
    color:#df8500!important;
  }
  .sx-account-mobile-section-nav .sx-nav-count{
    position:absolute!important;
    right:5px!important;
    top:4px!important;
    display:grid!important;
    min-width:18px!important;
    height:18px!important;
    place-items:center!important;
    padding:0 5px!important;
    border:2px solid #fff!important;
    border-radius:999px!important;
    background:#f5a000!important;
    color:#17191c!important;
    font-size:8px!important;
    font-weight:900!important;
    line-height:1!important;
  }
  .sx-account-mobile-section-nav .sx-nav-count[hidden]{display:none!important}

  /* Overview profile card stays above the dock instead of competing with it. */
  .sx-account-mobile-profile{margin-bottom:10px!important}

  /* The global bottom navigation is now the only fixed nav on account pages. */
  .sx-mobile-bottom-nav{z-index:82!important}
}

@media(max-width:430px){
  .sx-account-mobile-section-nav{gap:6px!important}
  .sx-account-mobile-section-nav a{min-width:69px!important;height:55px!important;padding:4px 7px!important;border-radius:14px!important}
  .sx-account-mobile-section-nav a span{width:23px!important;height:23px!important}
  .sx-account-mobile-section-nav a svg{width:18px!important;height:18px!important}
  .sx-account-mobile-section-nav a small{max-width:72px!important;font-size:8.5px!important}
}
