@media (min-width: 769px){.mobile-dock,.mobile-dock-section{display:none!important}}.mobile-dock-section{position:fixed!important;bottom:0!important;left:0!important;right:0!important;top:auto!important;z-index:9000!important;height:auto!important;margin:0!important;padding:0!important;background:transparent!important;pointer-events:none}.mobile-dock{--dock-opacity: .3;--dock-blur: 20px;--dock-icon-color: #000000;--dock-badge-color: #FF3B30;--dock-padding-bottom: env(safe-area-inset-bottom, 0px);position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:9000!important;display:flex;align-items:center;justify-content:space-around;padding:10px 16px;padding-bottom:calc(6px + var(--dock-padding-bottom));background:rgba(255,255,255,var(--dock-opacity));backdrop-filter:blur(var(--dock-blur)) saturate(180%);-webkit-backdrop-filter:blur(var(--dock-blur)) saturate(180%);border-top:1px solid rgba(255,255,255,.5);box-shadow:0 -2px 20px #00000014,inset 0 1px #fff6;pointer-events:auto;transition:transform .35s cubic-bezier(.32,.72,0,1)}body:has(.drawer.is-open) .mobile-dock,body:has(#drawer-cart.is-open) .mobile-dock,body:has(#drawer-menu.is-open) .mobile-dock{transform:translateY(100%)!important;pointer-events:none!important}.mobile-dock__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 12px;min-width:50px;background:transparent;border:none;border-radius:12px;color:var(--dock-icon-color);text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .15s ease,opacity .15s ease}.mobile-dock__item:active{transform:scale(.9);opacity:.7}.mobile-dock__icon{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.mobile-dock__icon svg{width:24px;height:24px;stroke-width:1.8}.mobile-dock__label{font-family:var(--font-body-family, -apple-system, BlinkMacSystemFont, sans-serif);font-size:10px;font-weight:500;line-height:1;opacity:.8;white-space:nowrap}.mobile-dock__badge{position:absolute;top:-6px;right:-8px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:var(--dock-badge-color);border-radius:10px;color:#000;font-size:11px;font-weight:600;line-height:1;box-shadow:0 2px 6px #00000040}.mobile-dock__badge[hidden]{display:none}.mobile-dock__indicator{position:absolute;bottom:calc(4px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);width:134px;height:5px;background:#00000026;border-radius:100px}@media (max-width: 768px){body{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))!important}}.mobile-search-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9998;background:#0006;opacity:0;transition:opacity .3s ease}.mobile-search-overlay.is-open{display:block;opacity:1}.mobile-search-header{display:none}@media (max-width: 768px){.mobile-search-header{--search-opacity: .92;--search-blur: 25px;display:block;position:fixed;top:0;left:0;right:0;z-index:9999;background:rgba(255,255,255,var(--search-opacity));backdrop-filter:blur(var(--search-blur)) saturate(180%);-webkit-backdrop-filter:blur(var(--search-blur)) saturate(180%);border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 10px 50px #0003;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .35s cubic-bezier(.32,.72,0,1),opacity .25s ease,visibility .25s ease}.mobile-search-header.is-open{transform:translateY(0);opacity:1;visibility:visible}.mobile-search-header__content{padding:16px;padding-top:calc(16px + env(safe-area-inset-top,0px))}.mobile-search-header__form{position:relative}.mobile-search-header__input-wrap{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#0000000f;border-radius:16px;border:1px solid rgba(0,0,0,.08)}.mobile-search-header__icon{flex-shrink:0;color:#0006;width:22px;height:22px}.mobile-search-header__icon svg{width:100%;height:100%}.mobile-search-header__input{flex:1;min-width:0;background:transparent;border:none;outline:none;font-family:var(--font-body-family, -apple-system, BlinkMacSystemFont, sans-serif);font-size:17px;font-weight:400;color:#000;-webkit-appearance:none;appearance:none}.mobile-search-header__input::placeholder{color:#0006}.mobile-search-header__input::-webkit-search-cancel-button,.mobile-search-header__input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.mobile-search-header__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#00000014;border:none;border-radius:50%;color:#0009;cursor:pointer;transition:background .2s ease,transform .15s ease;-webkit-tap-highlight-color:transparent}.mobile-search-header__close:active{background:#00000026;transform:scale(.92)}.mobile-search-header__close svg{width:20px;height:20px}.mobile-search-header__loading{display:none;justify-content:center;padding:20px}.mobile-search-header__loading.is-loading{display:flex}.mobile-search-header__loading .spinner{width:28px;height:28px;animation:mshSpin 1s linear infinite}.mobile-search-header__loading .spinner .path{stroke:#007aff;stroke-linecap:round;animation:mshDash 1.5s ease-in-out infinite}@keyframes mshSpin{to{transform:rotate(360deg)}}@keyframes mshDash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.mobile-search-header__results{margin-top:12px;max-height:50vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-search-header__results:empty{display:none}.mobile-search-header__results .search-result-item{display:flex;align-items:center;gap:14px;padding:12px;margin-bottom:8px;background:#ffffffb3;border-radius:14px;border:1px solid rgba(0,0,0,.06);text-decoration:none;color:inherit;transition:background .2s ease,transform .15s ease}.mobile-search-header__results .search-result-item:active{background:#fffffff2;transform:scale(.98)}.mobile-search-header__results .search-result-item img{width:52px;height:52px;object-fit:cover;border-radius:10px;flex-shrink:0;background:#0000000d}.mobile-search-header__results .search-result-item>div{flex:1;min-width:0}.mobile-search-header__results .search-result-item__title{font-size:14px;font-weight:500;margin:0;color:#000;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-search-header__results .search-result-item__price{font-size:14px;font-weight:600;color:#007aff;margin:4px 0 0}.mobile-search-header__results .search-empty{padding:24px;text-align:center;color:#00000080;font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-mobile-dock.css.map */
