.cart-main__grid{display:grid;gap:2em}@media(min-width:768px){.cart-main__grid{grid-template-columns:1fr 22em;gap:3em}}@media(min-width:1024px){.cart-main__grid{grid-template-columns:1fr 25em}}.cart-items__header{display:none;padding-bottom:1em;border-bottom:1px solid hsl(35 12% 90%);margin-bottom:1.5em}@media(min-width:768px){.cart-items__header{display:grid;grid-template-columns:3fr 1fr 1fr 1fr auto;gap:1em;align-items:center}}.cart-items__header-label{font-size:.75em;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#676f7e}.cart-item{display:grid;grid-template-columns:5em 1fr;gap:1em;padding:1.25em 0;border-bottom:1px solid hsl(35 12% 90%);align-items:center}@media(min-width:768px){.cart-item{grid-template-columns:3fr 1fr 1fr 1fr auto;gap:1em}}.cart-item__product{display:flex;gap:1em;align-items:center}.cart-item__image-wrap{width:5em;height:5em;border-radius:.75em;overflow:hidden;background-color:#f3f0ed;flex-shrink:0}.cart-item__image-wrap img{width:100%;height:100%;object-fit:cover}.cart-item__info{min-width:0}.cart-item__title{font-size:.875em;font-weight:600;color:#16181d;margin-bottom:.25em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-item__title a{color:inherit;text-decoration:none}.cart-item__title a:hover{color:#507c6a}.cart-item__variant{font-size:.75em;color:#676f7e}.cart-item__price{font-size:.875em;font-weight:600;color:#16181d}.cart-item__quantity{display:flex;align-items:center;border:1.5px solid hsl(35 12% 90%);border-radius:.625em;width:fit-content}.cart-item__qty-btn{width:2em;height:2em;border:none;background:transparent;font-size:1em;color:#16181d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;font-family:inherit;padding:0}.cart-item__qty-btn:hover{background-color:#f3f0ed}.cart-item__qty-input{width:2.5em;height:2em;text-align:center;border:none;border-left:1px solid hsl(35 12% 90%);border-right:1px solid hsl(35 12% 90%);font-size:.8125em;font-weight:600;color:#16181d;background:transparent;font-family:inherit;outline:none;-moz-appearance:textfield}.cart-item__qty-input::-webkit-inner-spin-button,.cart-item__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item__total{font-size:.875em;font-weight:700;color:#16181d}.cart-item__remove{width:2em;height:2em;border:none;background:transparent;color:#676f7e80;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.5em;transition:all .2s ease;padding:0}.cart-item__remove:hover{color:#ef4343;background-color:#ef434314}.cart-item__remove svg{width:1.125em;height:1.125em}.cart-item__mobile-row{display:flex;align-items:center;justify-content:space-between;gap:.75em;margin-top:.75em}@media(min-width:768px){.cart-item__mobile-row{display:contents}}.cart-summary{position:relative}@media(min-width:768px){.cart-summary{position:sticky;top:6em;align-self:start}}.cart-summary__card{padding:1.75em;border-radius:1.5em;background:#ffffffa6;backdrop-filter:blur(1.5em);-webkit-backdrop-filter:blur(1.5em);border:1px solid hsl(0 0% 100% / .15);box-shadow:0 .5em 2.5em #16181d0f}.cart-summary__title{font-size:1.125em;font-weight:700;color:#16181d;margin-bottom:1.5em;padding-bottom:1em;border-bottom:1px solid hsl(35 12% 90%)}.cart-summary__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75em}.cart-summary__label{font-size:.875em;color:#676f7e}.cart-summary__value{font-size:.875em;font-weight:600;color:#16181d}.cart-summary__divider{border:none;border-top:1px solid hsl(35 12% 90%);margin:1em 0}.cart-summary__total-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5em}.cart-summary__total-label{font-size:1em;font-weight:700;color:#16181d}.cart-summary__total-value{font-size:1.5em;font-weight:800;color:#16181d}.cart-summary__discount{display:flex;gap:.5em;margin-bottom:1.25em}.cart-summary__discount-input{flex:1;height:2.75em;padding:0 1em;border:1.5px solid hsl(35 12% 90%);border-radius:.75em;font-size:.8125em;font-family:inherit;color:#16181d;background:transparent;outline:none}.cart-summary__discount-input:focus{border-color:#507c6a}.cart-summary__discount-input::placeholder{color:#676f7e}.cart-summary__discount-btn{height:2.75em;padding:0 1.25em;border:1.5px solid hsl(35 12% 90%);border-radius:.75em;background:transparent;font-size:.8125em;font-weight:600;color:#16181d;cursor:pointer;transition:all .2s ease;font-family:inherit}.cart-summary__discount-btn:hover{border-color:#507c6a;background-color:#507c6a0d}.cart-summary__checkout{width:100%;height:3.25em;border:none;border-radius:1em;background-color:#507c6a;color:#fff;font-size:1em;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5em;transition:all .3s ease;font-family:inherit;letter-spacing:normal;margin-bottom:.75em}.cart-summary__checkout:hover{background-color:#466d5d;transform:translateY(-.0625em);box-shadow:0 .5em 1.5em #507c6a4d}.cart-summary__checkout svg{width:1.125em;height:1.125em}.cart-summary__continue{display:block;text-align:center;font-size:.8125em;font-weight:600;color:#676f7e;text-decoration:underline;transition:color .2s ease}.cart-summary__continue:hover{color:#16181d}.cart-summary__note{margin-top:1em;font-size:.75em;color:#676f7e;text-align:center;line-height:1.5}.cart-summary__note svg{width:1em;height:1em;vertical-align:middle;margin-right:.25em}.cart-summary__trust{display:flex;justify-content:center;gap:1.5em;margin-top:1.25em;padding-top:1em;border-top:1px solid hsl(35 12% 90%)}.cart-summary__trust-item{display:flex;flex-direction:column;align-items:center;gap:.25em}.cart-summary__trust-item svg{width:1.25em;height:1.25em;color:#507c6a}.cart-summary__trust-item span{font-size:.625em;font-weight:600;color:#676f7e;text-transform:uppercase;letter-spacing:.05em}.cart-empty{text-align:center;padding:5em 2em}.cart-empty__icon{width:5em;height:5em;margin:0 auto 1.5em;color:#676f7e40}.cart-empty__icon svg{width:100%;height:100%}.cart-empty__title{font-size:1.5em;font-weight:700;color:#16181d;margin-bottom:.5em}.cart-empty__text{font-size:1em;color:#676f7e;margin-bottom:2em;max-width:24em;margin-left:auto;margin-right:auto}.cart-empty__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5em;height:3.25em;padding:0 2.5em;border:none;border-radius:1em;background-color:#507c6a;color:#fff;font-size:1em;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;font-family:inherit;letter-spacing:normal}.cart-empty__cta:hover{background-color:#466d5d;transform:translateY(-.0625em);box-shadow:0 .5em 1.5em #507c6a4d}.cart-empty__cta svg{width:1.125em;height:1.125em}.cart-upsells__scroll{display:flex;gap:1em;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5em}.cart-upsells__scroll::-webkit-scrollbar{display:none}.cart-upsells__scroll .product-card-v2{flex:0 0 75%;scroll-snap-align:start}@media(min-width:640px){.cart-upsells__scroll .product-card-v2{flex:0 0 45%}}@media(min-width:768px){.cart-upsells__scroll{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible;scroll-snap-type:none}.cart-upsells__scroll .product-card-v2{flex:none}}@media(min-width:1024px){.cart-upsells__scroll{grid-template-columns:repeat(4,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/elevate-cart.css.map */
