/* Reserve page space for the dock, including the phone's safe area. */
body.afp-bottom-shopping-active{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))!important}
.afp-has-bottom-shopping :is(a,button,input,select,textarea){scroll-margin-bottom:105px}
.afp-bottom-shopping{position:fixed;left:0;right:0;bottom:0;z-index:100;background:#faf9f5;border-top:1px solid #d4dccd;box-shadow:0 -3px 18px #26372e12;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));font:14px/1.35 Arial,sans-serif;color:#26372e;box-sizing:border-box}
.afp-bottom-shopping *{box-sizing:border-box}
.afp-bottom-shopping[hidden]{display:none!important}
.afp-bottom-shopping-inner{display:grid;grid-template-columns:1fr .8fr 1.45fr;gap:10px;align-items:stretch;max-width:760px;margin:0 auto}
.afp-bottom-shopping[data-has-items="0"] .afp-bottom-shopping-inner,.afp-bottom-shopping[data-page="checkout"] .afp-bottom-shopping-inner{grid-template-columns:1fr 1fr;max-width:560px}
.afp-bottom-shopping a{display:flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:7px 12px;border:1px solid #ced6c7;border-radius:6px;color:#26372e;background:#fff;text-decoration:none!important;font:500 14px/1.35 Arial,sans-serif;text-align:center;min-width:0}
.afp-bottom-shopping a:focus-visible{outline:3px solid #a75431;outline-offset:3px}
.afp-bottom-shopping a:hover{border-color:#26372e}
.afp-bottom-shopping svg{display:block;width:22px;height:22px;flex-shrink:0;overflow:visible}
.afp-bottom-shopping .afp-bottom-delivery{background:#26372e;color:white;border-color:#26372e;font-weight:600}
.afp-bottom-shopping .afp-bottom-delivery[hidden]{display:none!important}
.afp-bottom-shopping .afp-bottom-delivery[aria-disabled="true"]{opacity:.65;cursor:wait}
.afp-bottom-shopping .afp-bottom-cart[aria-current="page"]{background:#edf0e7;border-color:#aebda4}
.afp-bottom-shopping[data-has-items="0"] .afp-bottom-shop{background:#26372e;color:#fff;border-color:#26372e}
.afp-bottom-cart-icon{position:relative;display:inline-flex;align-items:center;padding-right:9px}
.afp-bottom-cart-count{position:absolute;top:-8px;right:-4px;min-width:19px;height:19px;padding:1px 5px;display:flex;align-items:center;justify-content:center;background:#26372e;border:1px solid #faf9f5;border-radius:12px;color:white;font:600 10px/1 Arial,sans-serif}
.afp-bottom-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:480px){.afp-bottom-shopping{padding-left:10px;padding-right:10px}.afp-bottom-shopping-inner{gap:7px;grid-template-columns:1fr .8fr 1.35fr}.afp-bottom-shopping a{font-size:12px;min-height:52px;padding:7px 8px;gap:6px}.afp-bottom-shop{flex-direction:column!important;gap:3px!important}.afp-bottom-shopping .afp-bottom-shop svg{width:18px;height:18px}.afp-bottom-shopping[data-has-items="0"] .afp-bottom-shop,.afp-bottom-shopping[data-page="checkout"] .afp-bottom-shop{flex-direction:row!important;gap:8px!important}}
@media print{.afp-bottom-shopping{display:none!important}body.afp-has-bottom-shopping{padding-bottom:0!important}}
