.cart{position:fixed;top:50%;right:0;z-index:1000;background:var(--red);padding:var(--base);border-radius:var(--lg) 0 0 var(--lg);-webkit-transform:translateY(-50%) translateX(0);transform:translateY(-50%) translateX(0);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-family:var(--font-body--bold);font-size:var(--fs-lg);text-transform:uppercase;gap:var(--sm);color:var(--white);cursor:pointer;-webkit-box-shadow:4px 4px 4px rgba(0,0,0,.2);box-shadow:4px 4px 4px rgba(0,0,0,.2);-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-animation:flash 1s ease-in-out infinite;animation:flash 1s ease-in-out infinite;min-height:56px}.cart.cart-empty{-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.cart:hover{background:var(--brown)!important;color:var(--yellow)!important}.cart svg{font-size:var(--fs-lg)}@-webkit-keyframes flash{0%{color:var(--white);background:var(--red)}50%{color:var(--brown);background:var(--yellow)}to{color:var(--white);background:var(--red)}}@keyframes flash{0%{color:var(--white);background:var(--red)}50%{color:var(--brown);background:var(--yellow)}to{color:var(--white);background:var(--red)}}.footer{width:100%;background-color:var(--brown);color:var(--cream);z-index:20;position:relative}.footer .footer-upper{width:100%;display:grid;grid-template-columns:2fr 1fr;border-bottom:1px solid var(--footer-border-cream)}@media (max-width:860px){.footer .footer-upper{grid-template-columns:1fr}}.footer .footer-upper .footer-upper-left{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--base);padding:var(--xl);-ms-flex-pack:center;justify-content:center}@media (max-width:860px){.footer .footer-upper .footer-upper-left{padding-left:var(--lg);padding-right:var(--lg)}}.footer .footer-upper .footer-upper-left .heading{font-size:var(--headline-2-clamp)}.footer .footer-upper .footer-upper-left .para{font-size:var(--fs-base);font-family:var(--font-body--light);margin-bottom:var(--lg)}.footer .footer-upper .footer-upper-right{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-left:1px solid var(--footer-border-cream)}@media (max-width:860px){.footer .footer-upper .footer-upper-right{border-left:none;border-top:1px solid var(--footer-border-cream)}}.footer .footer-upper .footer-upper-right .links{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.footer .footer-upper .footer-upper-right .links li a{position:relative;display:-ms-flexbox;display:flex;padding:var(--lg);color:var(--cream);-webkit-text-decoration:none;text-decoration:none;font-size:var(--fs-lg);font-weight:500;font-family:var(--font-body--bold);text-transform:uppercase;border-bottom:1px solid var(--footer-border-cream);-webkit-transition:all .3s ease;transition:all .3s ease}.footer .footer-upper .footer-upper-right .links li a:hover{background-color:var(--yellow);color:var(--brown)}@media (max-width:860px){.footer .footer-upper .footer-upper-right .links li a{font-size:var(--fs-md);padding-left:var(--base);padding-right:var(--base)}}.footer .footer-upper .footer-upper-right .socials ul{display:grid;grid-template-columns:repeat(4,1fr)}.footer .footer-upper .footer-upper-right .socials ul li a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:var(--lg) 0;border-right:1px solid var(--footer-border-cream);font-size:var(--fs-xl);color:var(--cream);-webkit-text-decoration:none;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.footer .footer-upper .footer-upper-right .socials ul li a:hover{background-color:var(--red)}.footer .footer-lower{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--lg);padding:var(--lg) var(--xl);border-bottom:1px solid var(--footer-border-cream);position:relative}@media (max-width:860px){.footer .footer-lower{padding-left:var(--lg);padding-right:var(--lg);gap:var(--base)}}.footer .footer-lower .est2017{position:absolute;bottom:0;right:0;z-index:20;width:100px;height:100px;translate:30px 30px}@media (max-width:860px){.footer .footer-lower .est2017{width:80px;height:80px;translate:30px 40px}}.footer .footer-lower .svgs{position:relative}.footer .footer-lower .svgs .mpc-logo{width:100%}@media (max-width:860px){.footer .footer-lower .svgs .mpc-logo{height:auto;margin-top:var(--base);margin-bottom:var(--base);margin-left:auto;margin-right:auto;display:block}}.footer .footer-lower .footer-lower-text{width:100%;text-align:left;font-size:var(--fs-sm);line-height:1.5}@media (max-width:860px){.footer .footer-lower .footer-lower-text{text-align:center}}.footer .footer-bottom{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:var(--lg) var(--xl);font-family:var(--font-body--semibold);font-size:var(--fs-sm);text-transform:uppercase}@media (max-width:860px){.footer .footer-bottom{padding-left:var(--lg);padding-right:var(--lg);-ms-flex-direction:column;flex-direction:column;gap:var(--base);text-align:center;width:100%}}.footer .footer-bottom .nav-button{border:none;background:none;cursor:pointer;text-transform:uppercase;padding:0}.footer .footer-bottom .nav-button,.footer .footer-bottom a{color:var(--cream);-webkit-text-decoration:none;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.footer .footer-bottom .nav-button:hover,.footer .footer-bottom a:not(.does-not-exist):hover{color:var(--yellow)}.footer .footer-bottom .footer-bottom-left{display:block;width:100%}.footer .footer-bottom .footer-bottom-right{display:-ms-flexbox;display:flex;gap:var(--base);list-style:none;padding:0;margin:0}@media (max-width:860px){.footer .footer-bottom .footer-bottom-right{-ms-flex-direction:column;flex-direction:column;gap:var(--base)}}