.site-header__customer--cart{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;height:4.4rem;background:#2b3336;color:#fff;border-bottom-left-radius:2.5rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 .75rem;-webkit-transition:color .3s ease-out,background .3s ease-out,height .3s ease-out;transition:color .3s ease-out,background .3s ease-out,height .3s ease-out}.site-header__cart--icon,.site-header__customer--cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-header__cart--icon{font-size:4.5rem}.site-header__cart--amount,.site-header__cart--loader{font-family:Sana Sans Black,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.4rem;padding-left:.5rem}.site-header__cart--loader,.site-header__customer--cart.loading .site-header__cart--amount,.site-header__customer--cart.loading .site-header__cart--loader{display:none}.site-header__customer--cart.loading .site-header__cart--loader{display:block}.site-header__cart--loader .dot{border-radius:2rem;display:inline-block;margin-right:.4rem;width:.7rem;height:.7rem;background:#4fc882;-webkit-animation:dotColor 1s .3s infinite;animation:dotColor 1s .3s infinite}.site-header__cart--loader .dot:first-child{-webkit-animation:dotColor 1s infinite;animation:dotColor 1s infinite}.site-header__cart--loader .dot:last-child{-webkit-animation:dotColor 1s .6s infinite;animation:dotColor 1s .6s infinite}@-webkit-keyframes dotColor{0%{background:#4fc882}30%{background:#00672b}90%,to{background:#4fc882}}@keyframes dotColor{0%{background:#4fc882}30%{background:#00672b}90%,to{background:#4fc882}}@media only screen and (min-width:768px){.site-header__customer--cart{height:11rem;-webkit-box-flex:0;-ms-flex:0 0 16rem;flex:0 0 16rem;width:16rem}}