.open-cart{display:inline-block;position:relative;width:40px;height:40px;border:none;background-color:transparent;cursor:pointer}.cart-modal{z-index:1000;position:fixed;top:0;left:0;width:100%;height:100%;visibility:hidden}.cart-modal[aria-hidden=false]{visibility:visible}.cart-modal[aria-hidden=false] .overlay{opacity:1;visibility:visible}.cart-modal[aria-hidden=false] .cart-modal-container{transform:translateX(0)}.cart-modal .cart-modal-container{overflow-y:auto;position:absolute;display:flex;flex-direction:column;top:0;right:0;width:100%;max-width:400px;height:100%;background-color:#fff;transition:all .3s;padding:1rem;transform:translateX(100%)}.cart-modal .empty-cart-message{text-align:center}.cart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.cart-header h4{margin:0}.cart-header .close-cart{display:inline-block;position:relative;width:40px;height:40px;border:none;background-color:transparent;cursor:pointer}.cart-items{list-style:none;padding:0;margin:0 0 4rem}.cart-footer{padding-top:1rem;border-top:1px solid rgba(0,0,0,.08);margin-top:auto}.cart-footer .cart-total{display:flex;justify-content:space-between;margin-bottom:.5rem;vertical-align:text-top}.cart-footer .cart-total .cart-total-label{font-weight:700;font-family:var(--heading-font);font-size:1.2rem;margin:0}.cart-footer .cart-total .cart-total-price{font-size:1.2rem;margin:0}.cart-footer .cart-price-info{font-size:14px;color:#676767;margin-top:.5rem;margin-bottom:.5rem}.cart-footer .cart-review{width:100%;margin-bottom:1rem}.cart-footer .cart-checkout{width:100%}.footer{background:var(--footer-bg);padding-top:2rem}.footer,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6{color:var(--footer-text)}.footer .footer-wrapper{display:flex;flex-direction:row;gap:2rem;justify-content:space-between;flex-wrap:wrap}@media(max-width:767px){.footer .footer-wrapper{flex-direction:column}}.footer .footer-branding{display:flex;flex-grow:1;gap:1rem;max-width:500px}@media(max-width:991px){.footer .footer-branding{max-width:100%}}@media(max-width:767px){.footer .footer-branding{flex-direction:column;text-align:center;align-items:center}}.footer .footer-branding h3{margin-bottom:.3333333333rem}.footer .footer-branding p{margin-bottom:0}.footer .footer-logo{display:block;height:115px;position:relative;z-index:3}.footer .footer-logo img{width:auto;height:100%;object-fit:contain;object-position:left top}.footer .footer-navigation{display:flex;gap:2rem}@media(max-width:767px){.footer .footer-navigation{flex-direction:column;text-align:center}}.footer .footer-navigation .footer-menu h3{text-transform:uppercase;margin-bottom:.5rem;word-break:keep-all;white-space:nowrap;font-size:18px}.footer .footer-navigation .footer-menu ul{list-style:none;padding:0;margin:0}.footer .footer-navigation .footer-menu li{margin-bottom:.3333333333rem}.footer .footer-navigation .footer-menu li:last-child{margin-bottom:0}.footer .footer-navigation .footer-menu a{color:var(--footer-text);text-decoration:none;text-transform:uppercase;word-break:keep-all;white-space:nowrap}.footer .footer-navigation .footer-menu a:hover{text-decoration:underline}@media(max-width:1199px){.footer .footer-social{width:100%}}@media(max-width:991px){.footer .footer-social{width:auto}}.footer .footer-social ul{list-style:none;padding:0;display:flex;margin:0 -.5rem}@media(max-width:767px){.footer .footer-social ul{justify-content:center}}.footer .footer-social a{color:var(--footer-text);text-decoration:none;display:block;padding:.5rem}.footer .footer-social svg{width:22px;height:22px;fill:var(--footer-text)}.footer .footer-copyright{text-align:left;margin-top:2rem;padding-top:1.5rem;padding-bottom:1.5rem;position:relative}@media(max-width:575px){.footer .footer-copyright{text-align:center}}.footer .footer-copyright:before{content:"";display:block;height:1px;background:var(--footer-text);opacity:.12;position:absolute;top:0;left:0;width:100%}.footer .footer-copyright p{margin:0;line-height:1.2}.footer .footer-copyright a{color:var(--footer-text);text-decoration:none}.footer .footer-tagline h3{font-size:18px}.announcement{display:block;position:fixed;top:100px;background:var(--announcement-bg);width:100%;min-height:30px;z-index:998;transition:transform .3s ease}@media(min-width:991px){.announcement{top:135px}}.announcement[aria-hidden=true]{transform:translateY(-30px)}.announcement p{display:block;font-family:var(--heading-font);font-weight:700;color:var(--primary-text);font-size:16px;line-height:25px;height:auto;text-align:center;margin:0;padding:0 5px 5px;color:var(--announcement-text);transition:transform .3s ease;width:100%;top:0}@media(max-width:767px){.announcement p{font-size:12px;line-height:16px;padding:0 5px 5px}}