/* V41 Mobile Bottom Navigation */
.v41-mobile-bottom-nav{display:none}
@media (max-width: 760px){
  html{scroll-padding-bottom:82px;}
  body{padding-bottom:78px;}
  .template-mobile-sticky{display:none!important;}
  .v41-mobile-bottom-nav{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:9999;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:0;
    height:64px;
    background:rgba(9,14,20,.94);
    border:1px solid rgba(255,122,26,.34);
    border-radius:22px;
    box-shadow:0 -18px 42px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.05) inset;
    overflow:hidden;
    -webkit-backdrop-filter:blur(16px);
    backdrop-filter:blur(16px);
  }
  .v41-mobile-bottom-nav a{
    position:relative;
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    padding:7px 2px 6px;
    text-decoration:none!important;
    color:#e7edf3!important;
    font-weight:800;
    font-size:10.5px;
    line-height:1;
    letter-spacing:.02em;
    text-transform:none;
    border-right:1px solid rgba(255,255,255,.08);
  }
  .v41-mobile-bottom-nav a:last-child{border-right:0;}
  .v41-mobile-bottom-nav a:before{
    content:attr(data-icon);
    width:25px;
    height:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    margin-bottom:1px;
    color:#ff5a1f;
    background:rgba(255,90,31,.12);
    box-shadow:0 0 0 1px rgba(255,90,31,.17) inset;
    font-size:14px;
    font-weight:900;
  }
  .v41-mobile-bottom-nav a:hover,
  .v41-mobile-bottom-nav a:focus{color:#fff!important;background:rgba(255,255,255,.05);outline:0;}
  .v41-mobile-bottom-nav .v41-call{
    color:#fff!important;
    background:linear-gradient(135deg,#ff4b14,#ff7a1a)!important;
    font-size:10px;
  }
  .v41-mobile-bottom-nav .v41-call:before{
    color:#fff;
    background:rgba(255,255,255,.18);
    box-shadow:0 0 0 1px rgba(255,255,255,.20) inset;
  }
  .v41-mobile-bottom-nav .v41-call small{
    display:block;
    margin-top:2px;
    font-size:8px;
    line-height:1;
    font-weight:800;
    opacity:.92;
    letter-spacing:-.02em;
  }
}
@media (max-width: 380px){
  .v41-mobile-bottom-nav{left:6px;right:6px;bottom:7px;height:60px;border-radius:18px;}
  .v41-mobile-bottom-nav a{font-size:9.5px;}
  .v41-mobile-bottom-nav a:before{width:22px;height:22px;font-size:12px;border-radius:8px;}
  .v41-mobile-bottom-nav .v41-call small{display:none;}
}
