.toolbar{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-around;background-color:var(--toolbar-bg, #ffffff);color:var(--toolbar-icon-color, #222222);padding:var(--toolbar-padding, 8px);height:var(--toolbar-height, 60px);gap:var(--toolbar-gap, 4px);border-top:1px solid rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,calc(var(--toolbar-shadow, .1) * .5));z-index:190;transition:transform .3s cubic-bezier(.4,0,.2,1)}.toolbar--floating{bottom:var(--toolbar-margin-bottom, 16px);left:var(--toolbar-margin-sides, 16px);right:var(--toolbar-margin-sides, 16px);width:auto;max-width:calc(100% - calc(var(--toolbar-margin-sides, 16px) * 2));border-top:none;box-shadow:0 4px 20px rgba(0,0,0,calc(var(--toolbar-shadow, .1) * .8))}.toolbar-item,.toolbar-item__link{background:transparent}.toolbar--modern,.toolbar--floating{border-radius:var(--toolbar-border-radius, 0)}.toolbar--hide-on-scroll,.toolbar--hide-on-scroll.toolbar--hidden{transform:translateY(100%)}.toolbar-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-width:0;max-width:100%}.toolbar-item--active{flex:0 1 auto;min-width:fit-content}.toolbar-item__link{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-decoration:none;color:var(--toolbar-icon-color, #222222);transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:9999px;padding:4px 8px}.toolbar-item__link:hover,.toolbar-item__link:focus{color:var(--toolbar-active-color, var(--toolbar-icon-color, #222222));text-decoration:none}.toolbar-item--active .toolbar-item__link{background-color:var(--toolbar-active-color, #006e61);color:#fff;border-radius:9999px;padding:8px 16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.toolbar-item--active .toolbar-item__icon,.toolbar-item--active .toolbar-item__label{color:#fff}.toolbar--glassmorphism .toolbar-item--active .toolbar-item__link{background-color:var(--toolbar-active-color, #006e61)!important;color:#fff!important;opacity:1}.toolbar-item__icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.toolbar-item__icon{width:var(--toolbar-icon-size, 24px);height:var(--toolbar-icon-size, 24px);color:currentColor;transition:color .2s ease}.toolbar-item__label{font-size:11px;font-weight:500;line-height:1.2;color:var(--toolbar-label-color, #222222);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;transition:color .2s ease}.toolbar--with-labels .toolbar-item__icon-wrapper{margin-bottom:2px}.toolbar--with-labels .toolbar-item__label{display:block}.toolbar:not(.toolbar--with-labels) .toolbar-item__label{display:none}.toolbar-item--active .toolbar-item__label{font-weight:600}.toolbar-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 5px;display:flex;align-items:center;justify-content:center;background-color:var(--toolbar-badge-bg, #000000);color:var(--toolbar-badge-text, #ffffff);border-radius:9px;font-size:10px;font-weight:600;line-height:1;white-space:nowrap;z-index:1;transition:transform .2s ease,opacity .2s ease}.toolbar-badge--empty{opacity:0;pointer-events:none}.toolbar-badge--animate{animation:toolbar-badge-pulse .6s cubic-bezier(.4,0,.2,1)}@keyframes toolbar-badge-pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.toolbar-item--conditional{display:none}@media (max-width: 480px){.toolbar--floating{--toolbar-margin-sides: 12px;--toolbar-margin-bottom: 12px}}@media (min-width: 1025px){.toolbar{display:none!important}}.toolbar--glassmorphism{background:#ffffffb3!important;background-color:transparent!important;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-top:1px solid rgba(255,255,255,.3);box-shadow:0 -2px 20px rgba(0,0,0,calc(var(--toolbar-shadow, .1) * .3))}.toolbar--glassmorphism .toolbar-item{background:transparent!important}.toolbar--glassmorphism .toolbar-item__link{background:transparent!important;backdrop-filter:none;-webkit-backdrop-filter:none}.toolbar--glassmorphism .toolbar-item__icon-wrapper,.toolbar--glassmorphism .toolbar-item__icon{background:transparent!important}.toolbar--glassmorphism .toolbar-item__link:hover,.toolbar--glassmorphism .toolbar-item__link:focus{background:#fff3!important;border-radius:9999px;transition:background .2s ease}.toolbar--glassmorphism .toolbar-item--active .toolbar-item__link{background-color:var(--toolbar-active-color, #006e61)!important;color:#fff!important;opacity:1;border-radius:9999px}.toolbar--glassmorphism .toolbar-badge{background:#000c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){.toolbar--glassmorphism{background:#000000b3;border-top:1px solid rgba(255,255,255,.1)}.toolbar--glassmorphism .toolbar-badge{background:#ffffffe6;color:#000000e6;border:1px solid rgba(0,0,0,.1)}}[dir=rtl] .toolbar-badge{right:auto;left:-8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
/*# sourceMappingURL=/cdn/shop/t/10/assets/toolbar-mobile-modern.css.map */
