.cart{width:100%;display:flex}.cart .cart-wrapper{position:relative;width:100%;background-color:#fff;display:flex;flex-direction:column;margin-top:80px;padding:1rem}.cart .cart-wrapper .cart-header{display:flex;align-items:center;padding:0}.cart .cart-wrapper .cart-header h1{font-size:48px;padding:0 1rem}.cart .cart-wrapper .empty-cart{padding:1rem;display:flex;flex-direction:column;height:100%}.cart .cart-wrapper .cart-body{overflow:auto;display:flex;flex-direction:column;row-gap:.5rem;flex-grow:1;margin:0 auto;max-width:1200px;width:100%}.cart .cart-wrapper .cart-body .free-shipping-widget{padding:1.5rem 0 1rem;text-align:left;display:flex;flex-direction:column;row-gap:.5rem;max-width:450px}.cart .cart-wrapper .cart-body .free-shipping-widget p{color:#777;font-size:12px}.cart .cart-wrapper .cart-body .free-shipping-widget .progress-bar{width:100%;height:3px;border-bottom:solid 1px #eeeeee;position:relative}.cart .cart-wrapper .cart-body .free-shipping-widget .progress-bar .progress{position:absolute;left:0;height:3px;background-color:var(--brand-green);margin-top:1px}.cart .cart-wrapper .cart-body ul{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;row-gap:1rem}.cart .cart-wrapper .cart-body ul li .item{display:grid;grid-template-columns:2fr 3fr;gap:.5rem;border-bottom:solid 1px #eeeeee;padding-bottom:1rem}@media (min-width: 1024px){.cart .cart-wrapper .cart-body ul li .item{gap:4rem;grid-template-columns:125px 5fr 125px}}.cart .cart-wrapper .cart-body ul li .item .item__image-wrapper{position:relative}.cart .cart-wrapper .cart-body ul li .item .item__image-wrapper img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:2/3}.cart .cart-wrapper .cart-body ul li .item .item__actions{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.cart .cart-wrapper .cart-body ul li .item .item__actions{flex-direction:row;gap:4rem}}.cart .cart-wrapper .cart-body ul li .item .item__actions .quantity__selector{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.cart .cart-wrapper .cart-body ul li .item .item__actions .quantity__selector{flex-direction:row;gap:2rem}}.cart .cart-wrapper .cart-body ul li .item .item__actions .product-quantity{font-size:16px;font-weight:500;line-height:normal;letter-spacing:-.48px}.cart .cart-wrapper .cart-body ul li .item .item__actions .quantity-selector-wrapper{margin-top:1rem;display:flex;gap:1rem;align-items:center}.cart .cart-wrapper .cart-body ul li .item .item__actions .quantity-selector-wrapper button{position:relative;display:flex;align-items:center;justify-content:center;width:20px;aspect-ratio:1;box-sizing:content-box;border-radius:32px;border:1px solid #d6d6d6;background-color:transparent;cursor:pointer;z-index:2}.cart .cart-wrapper .cart-body ul li .item .item__actions .quantity-selector-wrapper button svg{display:none}.cart .cart-wrapper .cart-body ul li .item .item__actions .quantity-selector-wrapper button:before,.cart .cart-wrapper .cart-body ul li .item .item__actions .quantity-selector-wrapper button:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:1px;background-color:#000;transform:translate(-50%,-50%)}.cart .cart-wrapper .cart-body ul li .item .item__actions .quantity-selector-wrapper button.increment:after{transform-origin:center;transform:translate(-50%,-50%) rotate(90deg)}.cart .cart-wrapper .cart-body ul li .item .details{display:flex;flex-direction:column;row-gap:3px}.cart .cart-wrapper .cart-body ul li .item .details p{margin:0}.cart .cart-wrapper .cart-body ul li .item .details p.item__vendor{font-size:12px;max-width:250px;text-transform:uppercase;color:#777}.cart .cart-wrapper .cart-body ul li .item .details p.item__title{font-size:14px;max-width:250px;font-weight:600;margin-bottom:3px}.cart .cart-wrapper .cart-body ul li .item .details p.product-price{font-size:12px;font-weight:600}.cart .cart-wrapper .cart-body ul li .item .details p.product-price:hover{text-decoration:none}.cart .cart-wrapper .cart-body ul li .item .details p.product-price del{text-decoration:line-through}.cart .cart-wrapper .cart-body ul li .item .details p.product-option,.cart .cart-wrapper .cart-body ul li .item .details p.product-quantity{font-size:12px}.cart .cart-wrapper .cart-body ul li .item .details p.product-option:hover,.cart .cart-wrapper .cart-body ul li .item .details p.product-quantity:hover{text-decoration:none}.cart .cart-wrapper .cart-body ul li .item .details p.product-sku{font-size:12px}.cart .cart-wrapper .cart-body ul li .item .details .product-quantity-selector{display:flex;align-items:center;font-size:12px;-moz-column-gap:1px;column-gap:1px}.cart .cart-wrapper .cart-body ul li .item .details .product-quantity-selector p{outline:solid 1px #000000;width:24px;height:24px;display:flex;align-items:center}.cart .cart-wrapper .cart-body ul li .item .details .product-quantity-selector p span{margin:0 auto}.cart .cart-wrapper .cart-body ul li .item .details .product-quantity-selector button:not(.remove-item-form){width:24px;height:24px;outline:solid 1px #000000;background-color:#fff;text-align:center;cursor:pointer}.cart .cart-wrapper .cart-body ul li .item .details .product-quantity-selector button.remove-item-form{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:transparent;color:#000;text-transform:uppercase;font-size:12px;width:auto;text-align:left;padding:0;margin-left:1rem;cursor:pointer}.cart .cart-wrapper .cart-body ul li .item .remove-item{text-transform:uppercase;font-size:12px;text-decoration:underline}.cart .cart-wrapper .cart-free-shipping{padding:1rem;border-top:solid 1px #000000}.cart .cart-wrapper .cart-free-shipping p{padding:0;margin:0;font-size:12px;text-align:center}.cart .cart-wrapper .cart-footer{margin:auto auto 0;max-width:900px;width:100%;bottom:0;display:flex;flex-direction:column;padding:1rem 0rem;row-gap:1rem}.cart .cart-wrapper .cart-footer .cart__announcement{background:var(--brand-green);color:#fff;padding:1rem;text-align:center;font-size:12px}.cart .cart-wrapper .cart-footer .cart__benefits{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:1rem;column-gap:1rem;padding:1rem;border-bottom:solid 1px #eeeeee;max-width:400px;margin:0 auto}.cart .cart-wrapper .cart-footer .cart__benefits .col{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;row-gap:1rem}.cart .cart-wrapper .cart-footer .cart__benefits .col svg{width:28px}.cart .cart-wrapper .cart-footer .cart__benefits .col p{font-size:12px;max-width:70%}.cart .cart-wrapper .cart-footer .cart__total{display:flex;align-items:center;justify-content:space-between;max-width:1200px}.cart .cart-wrapper .cart-footer .cart__total p{font-size:18px;font-weight:700}.cart .cart-wrapper .cart-footer .cart__total del,.cart .cart-wrapper .cart-footer .cart__total span{color:#333;font-size:18px;font-weight:700}.cart .cart-wrapper .cart-footer a{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#000;color:#fff;cursor:pointer;font-size:16px;padding:1rem 0;width:100%;font-weight:400;text-align:center;max-width:1200px}.cart .cart-wrapper .cart-footer .klarna-widget{padding-block:0rem;font-size:13px;display:none!important;align-items:center;justify-content:center;gap:4px;font-weight:500}.cart .cart-wrapper .cart-footer .klarna-widget svg{width:46px}
