/* SECURIX catalog mega menu v1
   Frontend-only responsive presentation. Category data stays server-driven. */

.sx-catalog-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sx-catalog-toggle-caret{display:grid;place-items:center;transition:transform .2s ease}
.sx-catalog-toggle.is-open{border-color:#f1a02a;box-shadow:0 5px 18px rgba(236,167,63,.12)}
.sx-catalog-toggle.is-open .sx-catalog-toggle-caret{transform:rotate(180deg)}

.sx-catalog-mega{position:absolute;left:0;right:auto;top:calc(100% + 8px);z-index:90;display:grid;width:218px;grid-template-columns:218px;max-height:min(610px,calc(100vh - 150px));overflow:hidden;border:1px solid rgba(228,230,233,.95);border-radius:20px;background:rgba(255,255,255,.985);box-shadow:0 30px 80px rgba(26,31,39,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-7px) scale(.994);transform-origin:top left;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.sx-catalog-mega.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
.sx-catalog-mega.has-active-root{width:100%;grid-template-columns:218px minmax(0,1fr)}
.sx-catalog-mega{contain:layout paint style}
.sx-catalog-mega svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.sx-catalog-mega-roots{display:flex;min-height:0;flex-direction:column;padding:12px 10px 10px;border-right:1px solid #eceef0;background:#fff}
.sx-catalog-root-list{display:flex;min-height:0;flex:1;flex-direction:column;gap:2px;overflow-y:auto;padding-right:2px;scrollbar-width:thin;scrollbar-color:#d7d9dd transparent}
.sx-catalog-root{display:grid;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;gap:8px;width:100%;min-height:41px;padding:6px 8px;border:0;border-radius:11px;background:transparent;color:#34383e;text-align:left;cursor:pointer;transition:background .16s ease,color .16s ease}
.sx-catalog-root:hover{background:#f6f7f8;color:#111315}
.sx-catalog-root.is-active{background:linear-gradient(90deg,#fff7eb 0%,#fff2df 100%);color:#db8000}
.sx-catalog-root-icon{display:grid;width:28px;height:28px;place-items:center;color:currentColor}
.sx-catalog-root-icon svg{width:20px;height:20px}
.sx-catalog-root-label{overflow:hidden;font-size:13px;font-weight:750;line-height:1.2;text-overflow:ellipsis}
.sx-catalog-root-chevron{display:grid;place-items:center;color:#a9afb7}
.sx-catalog-root-chevron svg{width:14px;height:14px}
.sx-catalog-root.is-active .sx-catalog-root-chevron{color:#dc8506}
.sx-catalog-all-link{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;margin-top:9px;border-radius:11px;background:#f7f8f9;color:#34383e;font-size:12px;text-decoration:none;transition:background .16s ease,color .16s ease}
.sx-catalog-all-link:hover{background:#fff3df;color:#c97800}
.sx-catalog-all-link svg{width:16px;height:16px}

.sx-catalog-mega-stage{display:none;min-width:0;min-height:0;background:#fff}
.sx-catalog-mega.has-active-root .sx-catalog-mega-stage{display:block}
.sx-catalog-mega-panel{display:none;height:100%;min-height:0;grid-template-columns:minmax(0,1fr) 205px 244px;overflow:hidden}
.sx-catalog-mega-panel.is-active{display:grid}
.sx-catalog-mega-panel.is-no-popular{grid-template-columns:minmax(0,1fr) 244px}
.sx-catalog-mega-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;column-gap:28px;row-gap:24px;min-width:0;overflow-y:auto;padding:20px 22px 24px;scrollbar-width:thin;scrollbar-color:#d7d9dd transparent}
.sx-catalog-group{min-width:0}
.sx-catalog-group-title{display:block;margin-bottom:9px;color:#262a30;font-size:14px;font-weight:850;line-height:1.18;text-decoration:none;transition:color .15s ease}
.sx-catalog-group-title:hover{color:#d67b00}
.sx-catalog-group-links{display:grid;gap:7px}
.sx-catalog-group-links a{color:#68707c;font-size:12.5px;font-weight:540;line-height:1.24;text-decoration:none;transition:color .15s ease}
.sx-catalog-group-links a:hover{color:#17191c}

.sx-catalog-popular{min-width:0;overflow-y:auto;padding:20px 14px;border-left:1px solid #eceef0;background:#fbfcfd;scrollbar-width:thin;scrollbar-color:#d7d9dd transparent}
.sx-catalog-popular h3{margin:0 0 12px;color:#292d33;font-size:14px;font-weight:850}
.sx-catalog-popular-list{display:grid;gap:7px}
.sx-catalog-popular-item{display:grid;grid-template-columns:43px minmax(0,1fr);align-items:center;gap:9px;min-height:49px;color:#353a42;font-size:11.5px;font-weight:720;line-height:1.2;text-decoration:none;transition:color .15s ease}
.sx-catalog-popular-item:hover{color:#d77f00}
.sx-catalog-popular-thumb{display:grid;width:43px;height:43px;place-items:center;overflow:hidden;border:1px solid #eceef0;border-radius:10px;background:#fff;color:#5c626b}
.sx-catalog-popular-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}
.sx-catalog-popular-thumb svg{width:22px;height:22px}

.sx-catalog-promo{display:flex;min-height:0;flex-direction:column;align-items:center;overflow:hidden;margin:10px 10px 10px 0;padding:24px 16px 16px;border-radius:16px;background:linear-gradient(155deg,#fff9ef 0%,#fff1dd 100%);text-align:center}
.sx-catalog-promo-copy h3{margin:0;color:#17191c;font-size:22px;font-weight:850;line-height:1.08;letter-spacing:-.025em}
.sx-catalog-promo-copy p{max-width:210px;margin:12px auto 0;color:#767d86;font-size:12px;font-weight:540;line-height:1.45}
.sx-catalog-promo img{width:100%;max-width:220px;min-height:0;flex:1;object-fit:contain;margin:14px auto 10px;filter:drop-shadow(0 18px 24px rgba(51,56,65,.09))}
.sx-catalog-promo a{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;border:1.5px solid #ed961c;border-radius:999px;color:#d97e00;font-size:13px;font-weight:850;text-decoration:none;transition:background .15s ease,color .15s ease}
.sx-catalog-promo a:hover{background:#ed961c;color:#fff}

/* Mobile catalog drawer */
#mobileMenu .sx-mobile-catalog-drawer{width:min(440px,100vw)!important;max-width:100vw!important;padding:0!important;overflow:hidden!important;border-radius:0 24px 24px 0}
.sx-mobile-catalog-drawer svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.sx-mobile-catalog-head{flex:none;padding:17px 17px 12px;border-bottom:1px solid #f0f1f2;background:rgba(255,255,255,.98)}
.sx-mobile-catalog-headline{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px}
.sx-mobile-catalog-close{display:grid;width:40px;height:40px;place-items:center;border:0;background:transparent;color:#151719;cursor:pointer}
.sx-mobile-catalog-close svg{width:24px;height:24px}
.sx-mobile-catalog-logo{display:flex;align-items:center;min-width:0}
.sx-mobile-catalog-logo img{width:auto;height:34px;max-width:165px;object-fit:contain}
.sx-mobile-catalog-actions{display:flex;align-items:center;gap:7px}
.sx-mobile-catalog-actions>a{position:relative;display:grid;width:40px;height:40px;place-items:center;border:1px solid #e4e6e9;border-radius:11px;background:#fff;color:#151719;text-decoration:none}
.sx-mobile-catalog-actions svg{width:21px;height:21px}
.sx-mobile-action-count{position:absolute;right:-5px;top:-7px;display:grid;min-width:20px;height:20px;place-items:center;padding:0 5px;border:2px solid #fff;border-radius:99px;background:#efa027;color:#111;font-size:10px;font-weight:900}
.sx-mobile-catalog-search{display:grid;grid-template-columns:25px minmax(0,1fr) 39px;align-items:center;height:50px;margin-top:14px;padding-left:13px;border:1px solid #dde1e6;border-radius:14px;background:#fff;color:#17191c}
.sx-mobile-catalog-search>svg{width:21px;height:21px}
.sx-mobile-catalog-search input{min-width:0;height:100%;border:0;background:transparent;padding:0 8px;color:#17191c;font:inherit;font-size:14px;outline:0}
.sx-mobile-catalog-search input::placeholder{color:#9aa2ae}
.sx-mobile-catalog-search button{display:grid;width:39px;height:100%;place-items:center;border:0;background:transparent;color:#17191c}
.sx-mobile-catalog-search button svg{width:20px;height:20px}
.sx-mobile-catalog-scroll{min-height:0;flex:1;overflow-y:auto;padding:12px 15px 22px;background:#fff;overscroll-behavior:contain;scrollbar-width:none}
.sx-mobile-catalog-scroll::-webkit-scrollbar{display:none}
.sx-mobile-catalog-roots{overflow:hidden;border:1px solid #e8eaed;border-radius:15px;background:#fff}
.sx-mobile-catalog-root{border-bottom:1px solid #eceef0}
.sx-mobile-catalog-root:last-child{border-bottom:0}
.sx-mobile-catalog-root>summary{display:grid;grid-template-columns:34px minmax(0,1fr) 22px;align-items:center;gap:9px;min-height:54px;padding:7px 12px;list-style:none;color:#24282e;cursor:pointer;transition:background .15s ease,color .15s ease}
.sx-mobile-catalog-root>summary::-webkit-details-marker{display:none}
.sx-mobile-catalog-root>summary strong{font-size:14px;font-weight:720;line-height:1.2}
.sx-mobile-root-icon{display:grid;width:32px;height:32px;place-items:center;color:#22272d}
.sx-mobile-root-icon svg{width:22px;height:22px}
.sx-mobile-root-caret{display:grid;place-items:center;color:#9ca3ad;transition:transform .18s ease}
.sx-mobile-root-caret svg{width:16px;height:16px}
.sx-mobile-catalog-root[open]{margin:0;border:1px solid #f0b35f;border-radius:14px;background:linear-gradient(180deg,#fff8ef 0%,#fff5e8 100%)}
.sx-mobile-catalog-root[open]+.sx-mobile-catalog-root{border-top:0}
.sx-mobile-catalog-root[open]>summary{color:#e18100}
.sx-mobile-catalog-root[open] .sx-mobile-root-icon{color:#e18100}
.sx-mobile-catalog-root[open] .sx-mobile-root-caret{transform:rotate(180deg);color:#e18100}
.sx-mobile-root-children{display:grid;gap:6px;padding:0 9px 9px}
.sx-mobile-child-card{display:grid;grid-template-columns:40px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:65px;padding:8px 10px;border:1px solid #ebecef;border-radius:12px;background:#fff;color:#24282e;text-decoration:none;box-shadow:0 3px 12px rgba(30,35,43,.025)}
.sx-mobile-child-icon{display:grid;width:38px;height:38px;place-items:center;border:1px solid #f2dec1;border-radius:10px;background:#fffaf3;color:#2d3238}
.sx-mobile-child-icon svg{width:21px;height:21px}
.sx-mobile-child-copy{display:grid;gap:4px;min-width:0}
.sx-mobile-child-copy strong{font-size:13px;font-weight:760;line-height:1.18}
.sx-mobile-child-copy small{overflow:hidden;color:#7d8591;font-size:11.5px;font-weight:520;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.sx-mobile-child-chevron{display:grid;place-items:center;color:#9ba2ad}
.sx-mobile-child-chevron svg{width:16px;height:16px}
.sx-mobile-popular-wrap{display:none;margin-top:18px}
.sx-mobile-popular-wrap.has-active-root{display:block}
.sx-mobile-popular-heading{display:flex;align-items:center;justify-content:space-between;margin:0 4px 9px}
.sx-mobile-popular-heading h3{margin:0;font-size:17px;font-weight:850;letter-spacing:-.02em}
.sx-mobile-popular-heading a{display:inline-flex;align-items:center;gap:3px;color:#59606a;font-size:12px;font-weight:700;text-decoration:none}
.sx-mobile-popular-heading svg{width:13px;height:13px}
.sx-mobile-popular{display:none;grid-auto-flow:column;grid-auto-columns:minmax(150px,43%);gap:8px;overflow-x:auto;padding:1px 3px 7px;scroll-snap-type:x proximity;scrollbar-width:none}
.sx-mobile-popular::-webkit-scrollbar{display:none}
.sx-mobile-popular.is-active{display:grid}
.sx-mobile-popular-card{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:8px;min-height:66px;padding:8px;border:1px solid #e5e7ea;border-radius:12px;background:#fff;color:#25292f;text-decoration:none;scroll-snap-align:start}
.sx-mobile-popular-thumb{display:grid;width:48px;height:48px;place-items:center;overflow:hidden;border-radius:9px;background:#f7f8f9;color:#565d66}
.sx-mobile-popular-thumb img{width:100%;height:100%;object-fit:contain;padding:3px}
.sx-mobile-popular-thumb svg{width:24px;height:24px}
.sx-mobile-popular-card>span:last-child{font-size:11.5px;font-weight:700;line-height:1.25}
.sx-mobile-all-categories{display:flex;align-items:center;justify-content:center;gap:10px;min-height:54px;margin-top:12px;border:1.5px solid #ef9517;border-radius:15px;background:linear-gradient(90deg,#fffaf3,#fff4e3);color:#e38200;text-decoration:none}
.sx-mobile-all-categories svg{width:20px;height:20px}
.sx-mobile-all-categories strong{font-size:15px;font-weight:850}
.sx-mobile-catalog-secondary{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;padding:0 2px}
.sx-mobile-catalog-secondary a{padding:8px 10px;border-radius:9px;background:#f6f7f8;color:#5d646e;font-size:11px;font-weight:700;text-decoration:none}

@media (max-width:1230px) and (min-width:1024px){
  .sx-catalog-mega{width:205px;grid-template-columns:205px}
  .sx-catalog-mega.has-active-root{width:100%;grid-template-columns:205px minmax(0,1fr)}
  .sx-catalog-mega-panel{grid-template-columns:minmax(0,1fr) 190px}
  .sx-catalog-mega-panel.is-no-popular{grid-template-columns:minmax(0,1fr)}
  .sx-catalog-mega-groups{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}
  .sx-catalog-promo{display:none}
}

@media (max-width:1023.98px){
  .sx-catalog-mega{display:none!important}
}

@media (max-width:639.98px){
  #mobileMenu .sx-mobile-catalog-drawer{width:100vw!important;max-width:100vw!important;border-radius:0!important}
  .sx-mobile-catalog-head{padding:14px 12px 10px}
  .sx-mobile-catalog-headline{grid-template-columns:38px minmax(0,1fr) auto;gap:7px}
  .sx-mobile-catalog-close{width:36px;height:36px}
  .sx-mobile-catalog-logo img{height:30px;max-width:145px}
  .sx-mobile-catalog-actions{gap:5px}
  .sx-mobile-catalog-actions>a{width:36px;height:36px;border-radius:10px}
  .sx-mobile-catalog-actions svg{width:19px;height:19px}
  .sx-mobile-catalog-search{height:47px;margin-top:11px}
  .sx-mobile-catalog-scroll{padding:10px 10px 18px}
  .sx-mobile-catalog-root>summary{min-height:51px;padding:6px 10px}
  .sx-mobile-catalog-root>summary strong{font-size:13.5px}
  .sx-mobile-child-card{min-height:62px;padding:7px 8px}
  .sx-mobile-popular{grid-auto-columns:minmax(145px,48%)}
}

/* ================================================================
   SECURIX mobile main navigation + persistent bottom bar (v3)
   Desktop mega menu above is intentionally unchanged.
   ================================================================ */
@media (max-width:1023.98px){
  body{padding-bottom:calc(88px + env(safe-area-inset-bottom))}
  /* Performance: avoid expensive live blur on fixed/sticky mobile chrome. */
  .sx-header-utility,.sx-header-main-row{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgba(255,255,255,.97)!important}
  #mobileMenu .sx-mobile-nav-shell{contain:layout paint style}
  .sx-mobile-bottom-nav{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;contain:layout paint style}

  /* Profile moved to the persistent bottom bar on mobile. */
  .sx-header-actions .sx-header-account{display:none!important}

  #mobileMenu .sx-mobile-nav-shell{display:block!important;width:min(440px,100vw)!important;max-width:100vw!important;padding:0!important;border-radius:0 24px 24px 0}
  .sx-mobile-nav-track{display:flex;width:200%;height:100%;transform:translateX(0);transition:transform .24s cubic-bezier(.22,.61,.36,1)}
  .sx-mobile-nav-track.is-catalog{transform:translateX(-50%)}
  .sx-mobile-nav-screen{display:flex;flex:0 0 50%;width:50%;min-width:0;height:100%;flex-direction:column;background:#fff}
  .sx-mobile-main-head{padding-bottom:12px}
  .sx-mobile-main-search{margin-top:13px}
  .sx-mobile-main-scroll{min-height:0;flex:1;overflow-y:auto;padding:12px 14px 26px;background:#f6f7f8;overscroll-behavior:contain;scrollbar-width:none}
  .sx-mobile-main-scroll::-webkit-scrollbar{display:none}

  .sx-mobile-main-catalog-button{display:grid;width:100%;grid-template-columns:44px minmax(0,1fr) 22px;align-items:center;gap:10px;min-height:70px;padding:10px 13px;border:1px solid #f0d3a6;border-radius:17px;background:linear-gradient(100deg,#fff9f0 0%,#fff2df 100%);color:#22262c;text-align:left;box-shadow:0 7px 22px rgba(30,35,43,.045);cursor:pointer}
  .sx-mobile-main-catalog-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(237,150,28,.28);border-radius:12px;background:#fff;color:#e48806}
  .sx-mobile-main-catalog-icon svg{width:23px;height:23px}
  .sx-mobile-main-catalog-copy{display:grid;gap:3px;min-width:0}
  .sx-mobile-main-catalog-copy strong{font-size:15px;font-weight:850;line-height:1.15;color:#e18100}
  .sx-mobile-main-catalog-copy small{overflow:hidden;color:#8a7a64;font-size:10.5px;font-weight:570;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
  .sx-mobile-main-catalog-arrow{display:grid;place-items:center;color:#e18100}
  .sx-mobile-main-catalog-arrow svg{width:16px;height:16px}

  .sx-mobile-main-links{display:grid;margin-top:10px;overflow:hidden;border:1px solid #e7e9ec;border-radius:17px;background:#fff;box-shadow:0 7px 22px rgba(30,35,43,.035)}
  .sx-mobile-main-links>a{display:grid;grid-template-columns:35px minmax(0,1fr) 20px;align-items:center;gap:9px;min-height:53px;padding:7px 13px;border-bottom:1px solid #eef0f2;color:#292d33;text-decoration:none}
  .sx-mobile-main-links>a:last-child{border-bottom:0}
  .sx-mobile-main-link-icon{display:grid;width:34px;height:34px;place-items:center;color:#3c424a}
  .sx-mobile-main-link-icon svg{width:21px;height:21px}
  .sx-mobile-main-links strong{font-size:13.5px;font-weight:720;line-height:1.2}
  .sx-mobile-main-link-chevron{display:grid;place-items:center;color:#abb1ba}
  .sx-mobile-main-link-chevron svg{width:15px;height:15px}

  .sx-mobile-phone-card{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:10px;min-height:66px;margin-top:10px;padding:10px 13px;border:1px solid #e7e9ec;border-radius:17px;background:#fff;color:#262a30;text-decoration:none;box-shadow:0 7px 22px rgba(30,35,43,.035)}
  .sx-mobile-phone-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#fff7eb;color:#df8505}
  .sx-mobile-phone-icon svg{width:22px;height:22px}
  .sx-mobile-phone-card>span:nth-child(2){display:grid;gap:2px;min-width:0}
  .sx-mobile-phone-card small{color:#8a919b;font-size:10.5px;font-weight:600}
  .sx-mobile-phone-card strong{font-size:14px;font-weight:820}
  .sx-mobile-phone-chevron{display:grid;place-items:center;color:#abb1ba}
  .sx-mobile-phone-chevron svg{width:15px;height:15px}

  .sx-mobile-buyer{margin-top:10px;overflow:hidden;border:1px solid #e7e9ec;border-radius:17px;background:#fff;box-shadow:0 7px 22px rgba(30,35,43,.035)}
  .sx-mobile-buyer>summary{display:grid;grid-template-columns:minmax(0,1fr) 22px;align-items:center;gap:10px;min-height:64px;padding:10px 14px;list-style:none;cursor:pointer}
  .sx-mobile-buyer>summary::-webkit-details-marker{display:none}
  .sx-mobile-buyer>summary>span{display:grid;gap:3px}
  .sx-mobile-buyer>summary strong{font-size:14px;font-weight:850;color:#24282e}
  .sx-mobile-buyer>summary small{color:#8b929c;font-size:10.5px;font-weight:560;line-height:1.25}
  .sx-mobile-buyer>summary i{display:grid;place-items:center;color:#8e959e;transition:transform .18s ease}
  .sx-mobile-buyer>summary i svg{width:16px;height:16px}
  .sx-mobile-buyer[open]>summary i{transform:rotate(180deg);color:#dc8204}
  .sx-mobile-buyer nav{display:grid;padding:0 8px 8px}
  .sx-mobile-buyer nav a{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:8px;min-height:45px;padding:7px 10px;border-top:1px solid #eff1f2;color:#646b75;text-decoration:none}
  .sx-mobile-buyer nav a strong{font-size:12.5px;font-weight:680}
  .sx-mobile-buyer nav a span{display:grid;place-items:center;color:#a5abb4}
  .sx-mobile-buyer nav a span svg{width:14px;height:14px}

  .sx-mobile-language-row{display:flex;align-items:center;justify-content:space-between;min-height:52px;margin-top:10px;padding:8px 13px;border:1px solid #e7e9ec;border-radius:15px;background:#fff;color:#6c737d;font-size:12px;font-weight:700}
  .sx-mobile-language-row>div{display:flex;gap:4px}
  .sx-mobile-language-row a{display:grid;min-width:38px;height:32px;place-items:center;border-radius:9px;color:#858c96;text-decoration:none}
  .sx-mobile-language-row a.is-active{background:#fff3e0;color:#db8000}

  /* Bottom mobile navigation */
  .sx-mobile-bottom-nav{position:fixed;left:50%;bottom:calc(9px + env(safe-area-inset-bottom));z-index:82;display:grid;width:min(520px,calc(100% - 18px));height:72px;grid-template-columns:repeat(5,minmax(0,1fr));padding:5px;border:1px solid rgba(223,225,229,.96);border-radius:23px;background:#fff;box-shadow:0 10px 30px rgba(27,31,38,.12),0 1px 0 rgba(255,255,255,.9) inset;transform:translateX(-50%) translateY(0);opacity:1;visibility:visible;transition:opacity .18s ease,transform .2s ease,visibility .18s ease}
  .sx-mobile-bottom-nav>a,.sx-mobile-bottom-nav>button{display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:3px;border:0;border-radius:17px;background:transparent;color:#979da6;text-decoration:none;cursor:pointer}
  .sx-mobile-bottom-nav>button{font:inherit}
  .sx-mobile-bottom-icon{display:grid;width:31px;height:31px;place-items:center;color:currentColor}
  .sx-mobile-bottom-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .sx-mobile-bottom-brand img{display:block;width:26px;height:30px;object-fit:contain;filter:grayscale(1) opacity(.52)}
  .sx-mobile-bottom-nav small{max-width:100%;overflow:hidden;font-size:9.5px;font-weight:700;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}
  .sx-mobile-bottom-nav>.is-active{border:1px solid rgba(237,150,28,.42);background:linear-gradient(180deg,#fff9f0,#fff3e2);color:#df8200}
  .sx-mobile-bottom-nav>.is-active .sx-mobile-bottom-brand img{filter:none}
  #mobileMenu.visible + .sx-mobile-bottom-nav{pointer-events:none;opacity:0;visibility:hidden;transform:translateX(-50%) translateY(24px)}
}

@media (min-width:1024px){
  .sx-mobile-bottom-nav{display:none!important}
}

@media (max-width:639.98px){
  .sx-mobile-main-scroll{padding:10px 10px 22px}
  .sx-mobile-main-catalog-button{min-height:66px;padding:8px 10px;border-radius:15px}
  .sx-mobile-main-catalog-copy strong{font-size:14px}
  .sx-mobile-main-links,.sx-mobile-phone-card,.sx-mobile-buyer{border-radius:15px}
  .sx-mobile-bottom-nav{bottom:calc(7px + env(safe-area-inset-bottom));width:calc(100% - 14px);height:68px;border-radius:21px;padding:4px}
  .sx-mobile-bottom-nav>a,.sx-mobile-bottom-nav>button{border-radius:15px}
  .sx-mobile-bottom-icon{width:29px;height:29px}
  .sx-mobile-bottom-icon svg{width:21px;height:21px}
  .sx-mobile-bottom-brand img{width:24px;height:28px}
  .sx-mobile-bottom-nav small{font-size:9px}
}

.sx-catalog-root{text-decoration:none}
.sx-catalog-popular-empty,.sx-mobile-popular-empty{display:block;padding:10px 12px;color:#9aa0a8;font-size:12px;line-height:1.35}
.sx-mobile-root-direct{background:#fff8ed;border-color:#f4cf94}
