/* Shared, server-rendered navigation between the website and online store. */
.mp-commerce-switch{position:fixed;z-index:90;bottom:24px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:16px;padding:9px 10px 9px 22px;box-sizing:border-box;border:1px solid rgba(255,248,232,.75);border-radius:999px;background:rgba(250,245,235,.94);color:#47392c;box-shadow:0 12px 42px #30201426,inset 0 1px 1px #fff;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);font-family:Arial,sans-serif;max-width:calc(100% - 32px)}
.mp-commerce-signature{font-size:9px;line-height:1.5;letter-spacing:.18em;font-weight:700;white-space:nowrap;color:#856d50}
.mp-commerce-links{display:flex;align-items:center;gap:4px}
.mp-commerce-switch a{display:flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border-radius:999px;white-space:nowrap;text-decoration:none!important;font-size:13px;font-weight:600;line-height:1.2;color:#665440;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}
.mp-commerce-switch a:hover{background:#e9dfcd;color:#392d22;transform:translateY(-1px)}
.mp-commerce-switch a:focus-visible{outline:3px solid #624424;outline-offset:3px}
.mp-commerce-switch a.mp-commerce-shop{background:linear-gradient(135deg,#efdbac,#d5b477 65%,#c5a064);color:#302419;box-shadow:inset 0 1px 0 #fff8,0 3px 12px #84623525}
.mp-commerce-switch a.mp-commerce-shop:hover{background:linear-gradient(135deg,#f6e5bf,#d9b779);box-shadow:0 5px 18px #84623538}
.mp-commerce-switch svg{width:18px;height:18px;flex:none;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.mp-commerce-switch [aria-current=true]::after{content:'';width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.65}
body:has(.mp-commerce-switch)>.shell,body:has(.mp-commerce-switch) #__nuxt>.shell,body:has(.mp-commerce-switch) .shop-shell{padding-bottom:100px}
@media(max-width:600px){.mp-commerce-switch{bottom:calc(96px + env(safe-area-inset-bottom,0px));padding:7px;gap:0}.mp-commerce-signature{display:none}.mp-commerce-switch a{min-height:46px;padding:0 20px;font-size:13px}.mp-commerce-switch svg{width:17px;height:17px}body:has(.mp-commerce-switch) .shop-shell{padding-bottom:170px}}
@media(prefers-reduced-motion:reduce){.mp-commerce-switch a{transition:none}.mp-commerce-switch a:hover{transform:none}}
@media print{.mp-commerce-switch{display:none}}
