.mobile-bottom-menu{display:none}@media screen and (max-width:749px){.mobile-bottom-menu{display:block}.header-wrapper header-drawer{display:none!important}.mobile-bottom-menu__bar{position:fixed;z-index:120;right:0;bottom:0;left:0;display:flex;justify-content:center;gap:8px;padding:34px 14px max(14px,env(safe-area-inset-bottom));pointer-events:none;background:linear-gradient(to top,var(--pj-canvas) 24%,transparent 100%)}.mobile-bottom-menu__button{min-height:48px;padding:13px 22px;border:1px solid var(--pj-border);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--pj-text);background:var(--pj-surface);box-shadow:0 8px 22px #00000038;font-family:var(--pj-font-body);font-size:16px;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;pointer-events:auto;transition:transform .18s ease,color .18s ease,background-color .18s ease,border-color .18s ease}.mobile-bottom-menu__button:hover,.mobile-bottom-menu__button:focus-visible{color:var(--pj-text);background:var(--pj-surface-subtle);border-color:#f59f27}.mobile-bottom-menu__button:active{transform:scale(.97)}.mobile-bottom-menu__button--menu{min-width:112px}.mobile-bottom-menu__drawer{position:fixed;z-index:130;top:0;right:0;bottom:0;left:0;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.mobile-bottom-menu__drawer.is-open{visibility:visible;opacity:1;pointer-events:auto}.mobile-bottom-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000094;opacity:0;transition:opacity .3s ease}.mobile-bottom-menu__drawer.is-open .mobile-bottom-menu__overlay{opacity:1}.mobile-bottom-menu__content{position:absolute;right:0;bottom:0;left:0;height:90%;max-height:760px;overflow:hidden;color:var(--pj-text);background:var(--pj-surface);border-top:1px solid var(--pj-border);transform:translateY(100%);transition:transform .4s cubic-bezier(.215,.61,.355,1);box-shadow:0 -12px 40px #00000052}.mobile-bottom-menu__drawer.is-open .mobile-bottom-menu__content{transform:translateY(0)}.mobile-bottom-menu__content:before,.mobile-bottom-menu__content:after{content:"";position:absolute;z-index:4;right:0;left:0;pointer-events:none}.mobile-bottom-menu__content:before{top:0;height:72px;background:linear-gradient(to bottom,var(--pj-surface) 18%,transparent)}.mobile-bottom-menu__content:after{bottom:0;height:145px;background:linear-gradient(to top,var(--pj-surface) 28%,transparent)}.mobile-bottom-menu__header{position:absolute;z-index:6;right:0;bottom:max(18px,env(safe-area-inset-bottom));left:0;display:flex;justify-content:center;pointer-events:none}.mobile-bottom-menu__title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-bottom-menu__close{width:52px;height:52px;border:1px solid var(--pj-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--pj-text);background:var(--pj-surface-subtle);box-shadow:0 8px 22px #0000004d;cursor:pointer;pointer-events:auto;transition:transform .18s ease,color .18s ease,background-color .18s ease,border-color .18s ease}.mobile-bottom-menu__close:hover,.mobile-bottom-menu__close:focus-visible{border-color:#f59f27}.mobile-bottom-menu__close:active{transform:scale(.97)}.mobile-bottom-menu__nav{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;overflow-y:auto;overscroll-behavior:contain;padding:64px 24px 128px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:16px}.mobile-bottom-menu__list{width:100%;padding:0;margin:0;list-style:none;text-align:center}.mobile-bottom-menu__item{margin:0}.mobile-bottom-menu__link{display:block;padding:0 12px;color:var(--pj-text);font-family:var(--pj-font-body);font-size:19px;font-weight:400;line-height:54px;text-decoration:none;transition:color .18s ease,background-color .18s ease}.mobile-bottom-menu__link:hover,.mobile-bottom-menu__link:focus-visible{color:#f59f27;background:color-mix(in srgb,var(--pj-text) 5%,transparent)}.mobile-bottom-menu__link--active{color:#f59f27;font-weight:600}.mobile-bottom-menu__languages{position:absolute;z-index:7;top:18px;right:18px;width:auto;display:block}.mobile-bottom-menu__languages .localization-form{display:block;padding:0;margin:0}.mobile-bottom-menu__languages .localization-form__select{min-width:0;min-height:44px;height:44px;margin:0;padding:0 32px 0 12px;border:1px solid var(--pj-border);border-radius:999px;color:var(--pj-text);background:var(--pj-surface-subtle);font-family:var(--pj-font-body);font-size:19px;font-weight:400;line-height:1}.mobile-bottom-menu__languages .localization-form__select:hover,.mobile-bottom-menu__languages .localization-form__select:focus-visible{border-color:#f59f27;color:#f59f27}.mobile-bottom-menu__languages .localization-form__select .icon-caret{right:12px}.mobile-bottom-menu__languages .disclosure__list-wrapper{top:calc(100% + 7px);right:0;bottom:auto;border:1px solid var(--pj-border);border-radius:8px;color:var(--pj-text);background:var(--pj-surface);box-shadow:0 12px 30px #0000003d;transform:none}.mobile-bottom-menu__languages .disclosure__list{min-width:168px;font-size:16px}.mobile-bottom-menu__languages .disclosure__link{color:var(--pj-text-muted)}.mobile-bottom-menu__languages .disclosure__link:hover,.mobile-bottom-menu__languages .disclosure__link:focus-visible,.mobile-bottom-menu__languages .disclosure__link[aria-current=true]{color:#f59f27;background:color-mix(in srgb,var(--pj-text) 5%,transparent)}body{padding-bottom:calc(86px + env(safe-area-inset-bottom))}}@media screen and (min-width:750px){.mobile-bottom-menu{display:none!important}body{padding-bottom:0}}@media(prefers-reduced-motion:reduce){.mobile-bottom-menu__drawer,.mobile-bottom-menu__overlay,.mobile-bottom-menu__content,.mobile-bottom-menu__button,.mobile-bottom-menu__close{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/mobile-bottom-menu.css.map */
