.mobile-dock{display:none!important}.mobile-dock.mobile-dock--show-desktop{display:block!important;position:fixed!important;left:50%!important;transform:translateX(-50%)!important;bottom:0!important;width:100%!important;max-width:440px!important;height:62px;z-index:1001;pointer-events:none;-webkit-tap-highlight-color:transparent;user-select:none}@media (max-width:768px){.mobile-dock{display:block!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:none!important;transform:none!important;height:62px;z-index:1001;pointer-events:none;-webkit-tap-highlight-color:transparent;user-select:none}}.mobile-dock__bg{position:absolute;bottom:0;left:0;right:0;height:62px;display:flex;pointer-events:none;filter:drop-shadow(0 -4px 18px rgba(0, 0, 0, .08))}.mobile-dock__bg-wing{flex:1;background:var(--dock-bg,#fff);height:100%}.mobile-dock__notch-svg{width:100px;height:62px;flex-shrink:0;display:block}.mobile-dock__safe-filler{position:absolute;top:100%;left:0;right:0;height:env(safe-area-inset-bottom,0);background:var(--dock-bg,#fff);pointer-events:auto}.mobile-dock__nav{position:relative;z-index:2;display:flex;align-items:center;height:62px;pointer-events:auto;margin:0;padding:0;list-style:none}.mobile-dock__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;height:100%;color:var(--dock-text,#64748b);text-decoration:none;background:0 0;border:none;cursor:pointer;font-size:10.5px;font-weight:600;font-family:inherit;position:relative;transition:color .15s ease,transform .15s ease;-webkit-tap-highlight-color:transparent;padding:0 2px}.mobile-dock__item:active{transform:scale(.92)}.mobile-dock__item.is-active{color:var(--dock-active,#ff6a00)}.mobile-dock__icon{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.mobile-dock__icon svg{width:22px;height:22px;stroke-width:1.8}.mobile-dock__label{line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mobile-dock__center-slot{width:100px;display:flex;justify-content:center;position:relative;flex-shrink:0;height:100%}.mobile-dock__fab{position:absolute;top:-22px;width:54px;height:54px;border-radius:50%;background:var(--dock-center-bg,#ff6a00);border:none;color:var(--dock-center-icon,#fff);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(255,106,0,.45),0 2px 6px rgba(0,0,0,.1);cursor:pointer;text-decoration:none;transition:transform .2s cubic-bezier(.34, 1.56, .64, 1),box-shadow .2s ease;-webkit-tap-highlight-color:transparent}.mobile-dock__fab:active{transform:scale(.92);box-shadow:0 3px 10px rgba(255,106,0,.35)}.mobile-dock__fab svg{width:25px;height:25px;display:block}.mobile-dock__badge{position:absolute;top:-5px;right:-7px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--dock-badge-bg,#ff3b30);color:var(--dock-badge-text,#fff);font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 5px rgba(0,0,0,.25);border:1.5px solid var(--dock-bg,#fff)}.mobile-dock__badge[data-cart-count="0"]{display:none}@media (max-width:768px){body.has-mobile-dock,body:has(.mobile-dock){padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))!important}body.has-mobile-dock .sticky-atc,body:has(.mobile-dock) .sticky-atc{bottom:calc(62px + env(safe-area-inset-bottom,0px))!important}body.has-mobile-dock .wa-bubble,body:has(.mobile-dock) .wa-bubble{bottom:calc(76px + env(safe-area-inset-bottom,0px))!important}body.has-mobile-dock .back-to-top,body:has(.mobile-dock) .back-to-top{bottom:calc(138px + env(safe-area-inset-bottom,0px))!important}body.hide-wa-bubble-mobile .wa-bubble{display:none!important}}body:has(.mobile-dock--show-desktop){padding-bottom:64px!important}body:has(.mobile-dock--show-desktop) .sticky-atc{bottom:62px!important}