:root{--c-store-footer-height:90px;--c-store-footer-bg:var(--color-arena-beige);--c-store-footer-border:1px solid var(--color-silver,#e5e5e5);--c-store-footer-shadow:0 -4px 20px rgba(0,0,0,.1);--c-store-footer-toggle-size:40px}.c-store-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--color-arena-beige);background-color:var(--c-store-footer-bg);bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.1);box-shadow:var(--c-store-footer-shadow);height:90px;height:var(--c-store-footer-height);left:0;position:fixed;right:0;transition:transform .3s ease-in-out;z-index:10}.c-store-footer--visible{transform:translateY(0)}.c-store-footer--hidden{transform:translateY(100%)}.c-store-footer__inner{height:100%;margin:0 auto;max-width:75pc;padding:0 1rem}.c-store-footer__menu{gap:1rem;height:100%}.c-store-footer__menu,a.c-store-footer__item{align-items:center;display:flex;justify-content:center}a.c-store-footer__item{border-radius:75pt;color:#666;color:var(--color-dark-gray,#666);font-size:14px;font-size:var(--font-size-small,14px);padding:.5rem 1rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}a.c-store-footer__item:hover{background-color:#f5f5f5;background-color:var(--color-pale-beige,#f5f5f5);color:#2c5530;color:var(--color-deep-green,#2c5530);text-decoration:none}a.c-store-footer__item--active,a.c-store-footer__item--active:hover{background-color:#2c5530;background-color:var(--color-deep-green,#2c5530);color:#fff;color:var(--color-white,#fff);text-decoration:none}a.c-store-footer__item--active:hover{opacity:.9}.c-store-footer__label{font-size:inherit;font-weight:inherit;text-decoration:none}.c-store-footer__toggle{align-items:center;border:none;border-radius:50%;bottom:25px;box-shadow:0 4px 20px rgba(0,0,0,.15);color:#fff;color:var(--color-white,#fff);cursor:pointer;display:flex;font-size:20px;height:40px;height:var(--c-store-footer-toggle-size);justify-content:center;position:fixed;right:20px;transition:all .2s ease;width:40px;width:var(--c-store-footer-toggle-size);z-index:101}.c-store-footer__toggle,.c-store-footer__toggle:hover{background-color:#2c5530;background-color:var(--color-deep-green,#2c5530)}.c-store-footer__toggle:hover{opacity:.9;transform:scale(1.05)}.c-store-footer__toggle:active{transform:scale(.95)}.c-store-footer__help-container{bottom:25px;left:20px;position:absolute}.c-store-footer__help-icon{align-items:center;background-color:transparent;border:none;border-radius:100%;color:var(--color-charcoal-gray);cursor:pointer;display:flex;font-size:20px;height:40px;height:var(--c-store-footer-toggle-size);justify-content:center;width:40px;width:var(--c-store-footer-toggle-size)}@media (max-width:768px){.c-store-footer__menu{gap:1rem;padding:0 .5rem}.c-store-footer__item{font-size:9pt;padding:.4rem .8rem}.c-store-footer__toggle{bottom:25px;height:40px;height:var(--c-store-footer-toggle-size);right:15px;width:40px;width:var(--c-store-footer-toggle-size)}}@media (max-width:480px){.c-store-footer__menu{gap:.5rem}.c-store-footer__item{font-size:11px;padding:.3rem .6rem}.c-store-footer__toggle{font-size:18px;height:40px;height:var(--c-store-footer-toggle-size);width:40px;width:var(--c-store-footer-toggle-size)}}body[\:has\(\.c-store-footer--visible\)]{padding-bottom:90px;padding-bottom:var(--c-store-footer-height)}body:has(.c-store-footer--visible){padding-bottom:90px;padding-bottom:var(--c-store-footer-height)}body[\:has\(\.c-store-footer--hidden\)]{padding-bottom:0}body:has(.c-store-footer--hidden){padding-bottom:0}