.section-cart .wrap{padding-left:1em;padding-right:1em}.section-cart .cart-empty{text-align:center;margin-bottom:0;font-size:.875em}.section-cart__content{display:grid;grid-template-columns:1fr auto;gap:4em}@media (max-width:1024px){.section-cart__content{grid-template-columns:100%;grid-template-rows:auto;gap:2em}}.section-cart__content.empty{grid-template-columns:100%}.section-cart .cart-totals{width:24em;text-align:center}@media (max-width:1024px){.section-cart .cart-totals{width:100%}}.section-cart .cart-totals__inner{display:flex;flex-direction:column;gap:1em;background-color:#f5f6f7;border:1px solid #e5e7eb;padding:1.5em;border-radius:.5em;margin-bottom:1.5em}@media (max-width:1024px){.section-cart .cart-totals__inner{position:fixed;z-index:90;width:100%;left:0;bottom:0;margin:0;border-radius:0;padding:1.125em 1em;border:none;border-top:1px solid #e5e7eb}}.section-cart .cart-totals__inner.open .cart-totals__sub-total svg{transform:rotate(-90deg)}.section-cart .cart-totals__inner.open .cart-totals__accordion{display:flex}.section-cart .cart-totals__sub-total{display:flex;justify-content:flex-end;gap:.5em;cursor:pointer}.section-cart .cart-totals__sub-total span{font-size:1.25em;font-weight:600}.section-cart .cart-totals__sub-total .label{margin-right:auto}.section-cart .cart-totals__sub-total svg{width:.875em;height:auto;transform:rotate(90deg);transition:transform linear .15s}.section-cart .cart-totals__sub-total svg circle,.section-cart .cart-totals__sub-total svg line,.section-cart .cart-totals__sub-total svg path,.section-cart .cart-totals__sub-total svg polygon{fill:none;stroke:#202124;stroke-width:1.5;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.section-cart .cart-totals__accordion{display:none;flex-direction:column;gap:1em}.section-cart .cart-totals__accordion span{font-size:.75em}.section-cart .cart-totals__accordion .accordion-row{display:flex;justify-content:space-between}.section-cart .cart-totals__extra{display:flex;justify-content:space-between}.section-cart .cart-totals__extra span{font-size:.75em}.section-cart .cart-totals__actions{display:flex;flex-direction:column;gap:1em}.section-cart .cart-totals form{display:grid;grid-template-rows:auto;gap:.5em}.section-cart .cart-totals button{width:100%}.section-cart .cart-totals .widget{padding:1.5em;background-color:#76aeca;border-radius:.5em;display:flex;flex-direction:column;gap:1em;text-align:left}.section-cart .cart-totals .widget .title span{font-size:1.375em;font-weight:600}.section-cart .cart-totals .widget .text{font-size:.875em}.section-cart .cart-totals .widget .link{padding-top:.25em}.section-cart .cart-share{display:flex;justify-content:space-between;padding-top:.5em}.section-cart .cart-share .label,.section-cart .cart-share .link{text-transform:uppercase;font-size:.75em}.section-cart .cart-share .link{display:flex;align-items:center;gap:.5em;cursor:pointer}.section-cart .cart-share .link span{text-decoration:underline;text-underline-offset:3px}