.cart{padding:2rem calc(var(--page-margin)/2);padding-top:100px}@media only screen and (min-width:768px){.cart{padding:3rem var(--page-margin);padding-top:90px}}.cart .page-header__title{text-align:center;font-size:24px;line-height:1.2;font-weight:400;text-transform:uppercase;color:var(--heading-color);margin-bottom:48px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;gap:18px}@media only screen and (min-width:768px){.cart .page-header__title{margin-bottom:64px}}.cart__title{font-size:28px;margin:0 0 2rem}@media only screen and (min-width:768px){.cart__title{font-size:36px;margin-bottom:3rem}}.cart__empty{text-align:center;padding:4rem 0}.cart__empty-text{font-size:16px;margin-bottom:2rem;color:var(--heading-color)}.cart__continue-shopping{display:inline-block;padding:12px 32px;background:var(--heading-color);color:#fff;text-decoration:none;text-transform:uppercase;font-size:14px;transition:opacity .3s ease}.cart__continue-shopping:hover{opacity:.8}.cart__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:3rem;margin:0 auto 2rem}@media only screen and (min-width:768px){.cart__content{gap:4rem;-webkit-flex-direction:row;flex-direction:row;min-height:50vh}}@media only screen and (min-width:768px){.cart [data-cart-items]{width:60%}}.cart__items{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:2rem;max-width:550px}.cart__title{font-size:14px;line-height:1.2;font-weight:400;text-transform:uppercase;color:var(--heading-color);margin-bottom:24px}@media only screen and (min-width:768px){.cart__title{margin-bottom:32px}}.cart__note{margin-bottom:25px}.cart__note-toggle{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:.5rem;background:none;border:none;padding:0;cursor:pointer;font-size:14px;color:#000;text-transform:uppercase;transition:opacity .3s ease}.cart__note-toggle[aria-expanded=false] span svg:first-child{display:block}.cart__note-toggle[aria-expanded=false] span svg:last-child{display:none}.cart__note-icon{font-size:18px;line-height:1;font-weight:300}.cart__note-icon svg:first-child{display:none}.cart__note-label{font-size:14px}.cart__note-content{margin-top:1rem}.cart__note-content[hidden]{display:none}.cart__note-textarea{width:100%;min-height:100px;padding:12px;background:transparent;font-size:14px;font-family:inherit;resize:vertical;min-height:4rem;border-radius:0;border:1px solid rgba(30,29,27,.4)}.cart__note-textarea:focus{outline:none;border-color:var(--heading-color)}.cart__footer{width:100%;max-width:400px}@media only screen and (min-width:768px){.cart__footer{width:40%;max-width:40%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}}.cart__subtotal{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:7px}.cart__subtotal--bottom{margin-top:20px;margin-bottom:18px}@media only screen and (min-width:768px){.cart__subtotal--bottom{margin-top:auto;margin-bottom:32px}}.cart__subtotal-label,.cart__subtotal-price{font-size:14px;text-transform:uppercase;color:var(--heading-color)}.cart__subtotal-price{line-height:1.2;font-weight:500}.cart__discounts{margin-top:1rem}.cart__discount{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:.5rem 0;font-size:14px;color:#d00}.cart__tax-note{font-size:12px;line-height:1.3;color:#000;margin-bottom:25px}.cart__checkout{width:100%;padding:16px 32px;background:#cd402c;color:#f7f8f0;border:none;font-size:14px;line-height:1.1;text-transform:uppercase;cursor:pointer;transition:background .3s ease,opacity .3s ease}.cart__checkout:hover{background:var(--heading-color)}.cart__checkout:disabled{opacity:.5;cursor:not-allowed}.cart__checkout:disabled:hover{background:#cd402c}.cart-notification{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.cart-notification[hidden]{display:none}.cart-notification__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.cart-notification__spinner{position:relative;z-index:1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;gap:1rem}.cart-notification__text{color:#fff;font-size:14px;text-transform:uppercase}.spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.spinner__path{stroke:#fff;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}