.mobile-bottom-menu{--mobile-menu-bg: #ffffff;--mobile-menu-icon: #1a1a1a;--mobile-menu-icon-active: #0066cc;--mobile-menu-fab-bg: #0066cc;--mobile-menu-fab-icon: #ffffff;--mobile-menu-badge-bg: #ff3b30;--mobile-menu-badge-text: #ffffff;--mobile-menu-height: 64px;--mobile-menu-fab-size: 56px;--mobile-menu-fab-lift: 20px;--mobile-menu-safe-area: env(safe-area-inset-bottom, 0px)}@media screen and (min-width:768px){.mobile-bottom-menu,.mobile-bottom-menu-spacer,.mobile-bottom-menu-section{display:none!important;visibility:hidden;pointer-events:none}}@media screen and (max-width:767px){.shopify-section.mobile-bottom-menu-section{max-width:100%;overflow-x:hidden}}@media screen and (max-width:767px){.mobile-bottom-menu{position:fixed;bottom:0;left:0;right:0;box-sizing:border-box;overflow-x:hidden;z-index:var(--z-bottom-nav, 999);background-color:var(--mobile-menu-bg);box-shadow:0 -2px 10px #00000014;padding-bottom:var(--mobile-menu-safe-area);transform:translateY(0);-webkit-transform:translateY(0);will-change:transform,opacity;transition:transform .4s cubic-bezier(.32,.72,0,1),opacity .3s ease}.mobile-bottom-menu__container{display:flex;align-items:flex-end;justify-content:space-between;height:var(--mobile-menu-height);width:100%;max-width:100%;min-width:0;margin:0 auto;padding:0 8px;box-sizing:border-box}.mobile-bottom-menu__left,.mobile-bottom-menu__right{display:flex;flex:2;min-width:0;justify-content:space-evenly;align-items:center;height:100%}.mobile-bottom-menu__fab-wrapper{position:relative;display:flex;align-items:flex-end;justify-content:center;flex:1;min-width:0;height:100%;padding-bottom:2px;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-bottom-menu__item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:4px;min-width:44px;min-height:44px;padding:8px 4px;background:transparent;border:none;color:var(--mobile-menu-icon);text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .2s ease,transform .15s ease;position:relative}.mobile-bottom-menu__item:focus{outline:none}.mobile-bottom-menu__item:focus-visible{outline:2px solid var(--mobile-menu-icon-active);outline-offset:2px;border-radius:8px}.mobile-bottom-menu__item.is-active,.mobile-bottom-menu__item:active{color:var(--mobile-menu-icon-active)}.mobile-bottom-menu__item:active{transform:scale(.95)}.mobile-bottom-menu__icon{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.mobile-bottom-menu__icon svg,.mobile-bottom-menu__icon .icon{width:22px;height:22px;stroke:currentColor;fill:none}.mobile-bottom-menu__icon svg path[fill]{fill:currentColor}.mobile-bottom-menu__label{font-size:10px;font-weight:500;line-height:1.2;text-align:center;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-bottom-menu__badge{position:absolute;top:-4px;right:-6px;min-width:16px;height:16px;padding:0 4px;background-color:var(--mobile-menu-badge-bg);color:var(--mobile-menu-badge-text);font-size:10px;font-weight:600;line-height:16px;text-align:center;border-radius:8px;z-index:1}.mobile-bottom-menu__badge.hidden{display:none}.mobile-bottom-menu__fab{position:relative;bottom:auto;left:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:auto;min-width:56px;min-height:56px;margin-top:calc(-1 * var(--mobile-menu-fab-lift));padding:10px 14px;background:var(--mobile-menu-fab-bg);color:var(--mobile-menu-fab-icon);border:none;border-radius:999px;box-shadow:0 4px 18px #00000024,0 2px 8px color-mix(in srgb,var(--mobile-menu-fab-bg) 35%,transparent);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .18s cubic-bezier(.32,.72,0,1),box-shadow .2s ease,filter .2s ease;z-index:2}.mobile-bottom-menu__fab:focus{outline:none}.mobile-bottom-menu__fab:focus-visible{outline:3px solid var(--mobile-menu-fab-icon);outline-offset:3px;border-radius:999px;box-shadow:0 4px 18px #00000024,0 0 0 4px var(--mobile-menu-fab-bg),0 0 0 7px color-mix(in srgb,var(--mobile-menu-fab-bg) 55%,transparent)}.mobile-bottom-menu__fab:active{transform:scale(.96) translateY(1px);filter:brightness(.95)}.mobile-bottom-menu__fab-icon{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.mobile-bottom-menu__fab-icon svg,.mobile-bottom-menu__fab-icon .icon{width:22px;height:22px;stroke:currentColor;fill:none}.mobile-bottom-menu__fab-icon svg path[fill]{fill:currentColor}.mobile-bottom-menu__fab-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background-color:var(--mobile-menu-badge-bg);color:var(--mobile-menu-badge-text);font-size:11px;font-weight:700;line-height:18px;text-align:center;border-radius:9px;border:2px solid var(--mobile-menu-fab-icon);box-shadow:0 1px 4px #0003;z-index:3}.mobile-bottom-menu__fab-badge.hidden{display:none}.mobile-bottom-menu__fab-label{font-size:10px;font-weight:600;line-height:1.2;letter-spacing:.02em;text-align:center;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit;opacity:.98}.mobile-bottom-menu-spacer{display:block;height:calc(var(--mobile-menu-height) + var(--mobile-menu-safe-area, 0px));width:100%;pointer-events:none}body:has(.mobile-bottom-menu) main.content-for-layout{padding-bottom:calc(var(--mobile-menu-height) + var(--mobile-menu-safe-area, 0px) + 10px)}}@media screen and (max-width:767px){.mobile-bottom-menu.menu-open,html.cart-drawer-open .mobile-bottom-menu,body.account-drawer-open .mobile-bottom-menu{transform:translateY(100%)!important;opacity:0;pointer-events:none}}@media(prefers-reduced-motion:reduce){.mobile-bottom-menu__item,.mobile-bottom-menu__fab{transition:none}}@supports (padding-bottom: env(safe-area-inset-bottom)){@media screen and (max-width:767px){.mobile-bottom-menu{padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-menu-spacer{height:calc(var(--mobile-menu-height) + env(safe-area-inset-bottom))}}}@media print{.mobile-bottom-menu,.mobile-bottom-menu-spacer{display:none!important}}@media screen and (max-width:767px){.page-product .mobile-bottom-menu__fab-wrapper{align-items:center;padding-bottom:0}.page-product .mobile-bottom-menu__fab{margin-top:0;min-width:44px;min-height:44px;padding:8px 4px;background:transparent;color:var(--mobile-menu-icon);border-radius:0;box-shadow:none;transition:color .2s ease,transform .15s ease}.page-product .mobile-bottom-menu__fab:focus-visible{outline:2px solid var(--mobile-menu-icon-active);outline-offset:2px;border-radius:8px;box-shadow:none}.page-product .mobile-bottom-menu__fab:active{transform:scale(.95);color:var(--mobile-menu-icon-active);filter:none}.page-product .mobile-bottom-menu__fab-label{font-weight:500;max-width:60px;letter-spacing:normal;opacity:1}.page-product .mobile-bottom-menu__fab-badge{top:-6px;right:-8px;border:2px solid var(--mobile-menu-fab-bg);box-shadow:none}}@media screen and (max-width:767px){.page-cart .mobile-bottom-menu{background:#fffffff7!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:0 -2px 20px #00000014!important;border-top:1px solid rgba(0,0,0,.06)!important}}
/*# sourceMappingURL=/cdn/shop/t/70/assets/mobile-bottom-menu.css.map */
