.mobile-nav{position:fixed;bottom:0;left:0;right:0;z-index:1050;background:var(--ol-cream);border-top:1px solid var(--ol-border);display:none}@media screen and (max-width:749px){.mobile-nav{display:block}body:not(.collection-page):not(.search-page){padding-bottom:64px}body{position:relative}}@media screen and (min-width:750px){.mobile-nav{display:none!important}body:not(.collection-page):not(.search-page){padding-bottom:0}}.mobile-nav__container{display:flex;justify-content:space-evenly;align-items:center;height:64px;pointer-events:none}.mobile-nav__item{pointer-events:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;text-decoration:none;color:var(--ol-muted);background:none;border:none;cursor:pointer;transition:color .2s ease;min-width:48px;max-width:64px;flex:1;position:relative;touch-action:manipulation;-webkit-tap-highlight-color:transparent;flex-shrink:0;z-index:10}.mobile-nav__item:hover,.mobile-nav__item:focus,.mobile-nav__item.is-active{color:var(--ol-green)}.mobile-nav__item:active{color:var(--ol-dark)}.mobile-nav__icon{position:relative;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.mobile-nav__icon svg{width:100%;height:100%;stroke-width:1.5}.mobile-nav__label{font-family:Didact Gothic,sans-serif;font-size:7.5px;letter-spacing:.16em;text-transform:uppercase;text-align:center;line-height:1;margin-top:4px}.mobile-nav__badge{position:absolute;top:-5px;right:-7px;background:var(--ol-green);color:var(--ol-cream);font-family:Didact Gothic,sans-serif;font-size:7.5px;letter-spacing:.04em;padding:2px 5px;border-radius:0;min-width:15px;height:15px;display:flex;align-items:center;justify-content:center;line-height:1}.mobile-nav__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.mobile-nav__loading.hidden{display:none!important}.mobile-nav__loading .loading-spinner{display:inline-block;width:10px;height:10px;border:1.5px solid var(--ol-border);border-top:1.5px solid var(--ol-green);border-radius:50%;animation:ol-nav-spin .8s linear infinite}@keyframes ol-nav-spin{to{transform:rotate(360deg)}}@keyframes ol-badge-pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.cart-badge-updating{animation:ol-badge-pulse .25s ease}.mobile-nav__item:focus-visible{outline:1px solid var(--ol-green);outline-offset:2px}body.olevorr-no-scroll .mobile-nav{display:none!important}@supports (padding-bottom: env(safe-area-inset-bottom)){.mobile-nav{padding-bottom:env(safe-area-inset-bottom)}@media screen and (max-width:749px){body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}}}.categories-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1060;visibility:hidden;pointer-events:none;transition:visibility 0s .35s}.categories-overlay.is-open{visibility:visible;transition:visibility 0s}.categories-overlay__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#0c1e108c;touch-action:manipulation;pointer-events:auto;opacity:0;transition:opacity .25s ease}.categories-overlay.is-open .categories-overlay__backdrop{opacity:1}.categories-overlay__content{position:absolute;top:0;left:0;right:0;bottom:64px;background:var(--ol-cream);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;transform:translateY(100%);transition:transform .32s cubic-bezier(.25,.46,.45,.94);pointer-events:auto}.categories-overlay.is-open .categories-overlay__content{transform:translateY(0)}.categories-overlay__header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 12px 24px;border-bottom:1px solid var(--ol-border);position:sticky;top:0;background:var(--ol-cream);z-index:10}.categories-overlay__label{font-family:Didact Gothic,sans-serif;font-size:var(--ol-text-xs);letter-spacing:.34em;text-transform:uppercase;color:var(--ol-dark)}.categories-overlay__close{background:none;border:none;padding:6px;cursor:pointer;color:var(--ol-muted);display:flex;align-items:center;line-height:0;transition:color .2s;flex-shrink:0}.categories-overlay__close:hover{color:var(--ol-dark)}.categories-overlay__list{display:flex;flex-direction:column}.category-button{display:flex;align-items:stretch;text-decoration:none;background:var(--ol-cream);border:none;border-bottom:1px solid var(--ol-border);overflow:hidden;transition:background .18s ease;position:relative;height:88px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;flex-shrink:0}.category-button:hover{background:var(--ol-parchment)}.category-button:last-child{border-bottom:none}.category-button__image-section{width:88px;height:88px;flex-shrink:0;position:relative;overflow:hidden}.category-button__image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e8e2d8;overflow:hidden}.category-button__image img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.category-button:hover .category-button__image img{transform:scale(1.04)}.category-button__image--placeholder{background:#e8e2d8}.category-button__image--placeholder svg{width:28px;height:28px;stroke:#b0a898}.category-button__text-section{flex:1;position:relative;display:flex;align-items:center;padding:0 36px 0 20px;overflow:hidden}.category-button__text-content{position:relative;z-index:2;width:100%}.category-button__title{font-family:Didact Gothic,sans-serif;font-size:9.5px;letter-spacing:.26em;text-transform:uppercase;color:var(--ol-dark);margin:0;line-height:1.3;font-weight:400}.category-button__description{font-family:EB Garamond,Georgia,serif;font-size:12px;color:var(--ol-muted);margin:3px 0 0;line-height:1.4;letter-spacing:.03em}.category-button__count{font-family:Didact Gothic,sans-serif;font-size:var(--ol-text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--ol-muted);margin-top:3px;display:block}.category-button__text-section:after{content:"";position:absolute;right:18px;top:50%;width:6px;height:6px;border-right:1px solid var(--ol-border);border-top:1px solid var(--ol-border);transform:translateY(-50%) rotate(45deg);transition:border-color .18s ease,right .18s ease;z-index:2}.category-button:hover .category-button__text-section:after{border-color:var(--ol-green);right:14px}.category-button__text-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:var(--text-bg-opacity, .3)}.category-button__text-bg img{width:100%;height:100%;object-fit:cover}.category-button--bg-subtle .category-button__text-bg{--text-bg-opacity: .1}.category-button--bg-light .category-button__text-bg{--text-bg-opacity: .2}.category-button--bg-medium .category-button__text-bg{--text-bg-opacity: .3}.category-button--bg-strong .category-button__text-bg{--text-bg-opacity: .5}.category-button--bg-bold .category-button__text-bg{--text-bg-opacity: .7}.category-button--bg-visible .category-button__text-bg{--text-bg-opacity: .9}.category-button--bg-full .category-button__text-bg{--text-bg-opacity: 1}.category-button--bg-strong .category-button__title,.category-button--bg-bold .category-button__title,.category-button--bg-visible .category-button__title,.category-button--bg-full .category-button__title{color:#fff}.category-button--bg-strong .category-button__description,.category-button--bg-bold .category-button__description,.category-button--bg-visible .category-button__description,.category-button--bg-full .category-button__description{color:#fffc}.category-button__text-content--center{text-align:center}.category-button__text-content--right{text-align:right}.category-button__text-section--top{align-items:flex-start;padding-top:16px}.category-button__text-section--bottom{align-items:flex-end;padding-bottom:16px}.category-button:focus-visible{outline:1px solid var(--ol-green);outline-offset:-1px}@media(prefers-reduced-motion:reduce){.mobile-nav__item,.categories-overlay,.categories-overlay__backdrop,.categories-overlay__content,.category-button,.category-button__image img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/74/assets/mobile-navigation.css.map */
