.soul-cart-drawer{--soul-cart-ink: #442f22;--soul-cart-muted: #6d503c;--soul-cart-soft: #eee7db;--soul-cart-border: #eee7db;--soul-cart-surface: #fbf7ef;--soul-cart-card: #fffdf9;--soul-cart-accent: #c66c47}.soul-cart-drawer .drawer__inner{width:46rem;max-width:min(100vw,46rem);height:100%;height:100dvh;padding:0;border:0;background:var(--soul-cart-surface);color:var(--soul-cart-ink);font-family:var(--font-body-family)}.soul-cart-drawer .drawer__header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;flex:0 0 auto;gap:2rem;margin:0;padding:1.6rem 2rem 1.4rem;border-bottom:1px solid var(--soul-cart-soft)}.soul-cart-drawer__header-copy{min-width:0}.soul-cart-drawer .drawer__heading{margin:0;color:var(--soul-cart-ink);font-family:var(--font-body-family);font-size:2.2rem;font-weight:700;line-height:1;letter-spacing:0;text-transform:uppercase}.soul-cart-drawer__item-count{margin:.8rem 0 0;color:var(--soul-cart-muted);font-size:1.4rem;font-weight:400;line-height:1}.soul-cart-drawer .drawer__close{position:absolute;display:grid;place-items:center;flex:0 0 auto;width:4.4rem;height:4.4rem;min-width:4.4rem;min-height:4.4rem;margin:0;padding:0;color:var(--soul-cart-accent)}.soul-cart-drawer .drawer__close .svg-wrapper{width:2.1rem;height:2.1rem}.soul-cart-drawer .drawer__close svg{display:block;width:2.1rem;height:2.1rem}.soul-cart-drawer cart-drawer-items{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 2rem;scrollbar-width:thin;scrollbar-color:rgba(69,48,33,.25) transparent}.soul-cart-drawer .cart-drawer__form,.soul-cart-drawer .drawer__contents,.soul-cart-drawer .drawer__cart-items-wrapper{min-width:0}.soul-cart-shipping{display:grid;flex:0 0 auto;gap:.8rem;padding:1.6rem 2rem;border-bottom:1px solid var(--soul-cart-soft);color:var(--soul-cart-ink)}.soul-cart-shipping__message{margin:0;font-size:1.6rem;line-height:1.25;font-weight:400}.soul-cart-shipping__message strong{font-weight:700}.soul-cart-shipping:not(.is-unlocked) .soul-cart-shipping__message strong:first-child{color:var(--soul-cart-accent)}.soul-cart-shipping__track{position:relative;height:.6rem;margin:.2rem 0 0;border-radius:999px;background:var(--soul-cart-soft)}.soul-cart-shipping__fill{position:absolute;inset:0 auto 0 0;width:var(--soul-progress, 0%);border-radius:inherit;background:var(--soul-cart-accent);transition:width .65s cubic-bezier(.22,.61,.36,1)}.soul-cart-shipping__parcel{position:absolute;z-index:2;top:50%;left:clamp(1.1rem,var(--soul-progress, 0%),calc(100% - 1.1rem));width:2.1rem;height:2.1rem;transform:translate(-50%,-50%);transition:left .65s cubic-bezier(.22,.61,.36,1);pointer-events:none}.soul-cart-shipping__parcel-float{display:grid;place-items:center;width:100%;height:100%;color:var(--soul-cart-ink);filter:drop-shadow(0 3px 2px rgba(69,48,33,.18));transform-style:preserve-3d;animation:soul-cart-parcel-float 2.8s ease-in-out infinite}.soul-cart-shipping__parcel svg{display:block;width:2.1rem;height:auto}.soul-cart-shipping.is-unlocked .soul-cart-shipping__fill{background:var(--soul-cart-ink)}.soul-cart-shipping.is-unlocked .soul-cart-shipping__parcel-float{animation:soul-cart-parcel-unlocked .7s cubic-bezier(.22,.61,.36,1) 1,soul-cart-parcel-float 2.8s ease-in-out .7s infinite}.soul-cart-shipping__note{margin:0;color:var(--soul-cart-muted);font-size:1.2rem;line-height:1}@keyframes soul-cart-parcel-float{0%,to{transform:perspective(90px) translateY(0) rotateX(5deg) rotateY(-8deg)}50%{transform:perspective(90px) translateY(-2px) rotateX(1deg) rotateY(7deg)}}@keyframes soul-cart-parcel-unlocked{0%{transform:perspective(90px) translateY(0) rotateY(-8deg) scale(1)}45%{transform:perspective(90px) translateY(-5px) rotateY(13deg) scale(1.06)}to{transform:perspective(90px) translateY(0) rotateY(0) scale(1)}}.soul-cart-drawer .cart-items thead{display:none}.soul-cart-drawer .cart-items,.soul-cart-drawer .cart-items tbody{display:block;width:100%}.soul-cart-drawer .cart-item{display:grid;grid-template-columns:9rem minmax(0,1fr);grid-template-areas:"media details" "media quantity";column-gap:1.5rem;row-gap:.9rem;width:100%;margin:0!important;padding:1.6rem 0;border-bottom:1px solid rgba(69,48,33,.09)}.soul-cart-drawer .cart-item__media{grid-area:media;width:9rem;padding:0!important}.soul-cart-drawer .cart-item__image{display:block;width:9rem;height:9rem;max-width:none;object-fit:cover;border-radius:1rem;background:var(--soul-cart-soft)}.soul-cart-drawer .cart-item__details{grid-area:details;width:auto;min-width:0;padding:0!important}.soul-cart-drawer .cart-item__name{display:-webkit-box;margin:0 0 .45rem;overflow:hidden;color:var(--soul-cart-ink);font-family:var(--font-body-family);font-size:1.5rem;font-weight:500;line-height:1.35;text-decoration:none;-webkit-line-clamp:2;-webkit-box-orient:vertical}.soul-cart-drawer .cart-item__details dl{margin:.3rem 0 0}.soul-cart-drawer .cart-item__details .product-option{display:flex;gap:.35rem;margin:.25rem 0;color:var(--soul-cart-muted);font-size:1.2rem;line-height:1.35}.soul-cart-drawer .cart-item__details .product-option dt,.soul-cart-drawer .cart-item__details .product-option dd{margin:0}.soul-cart-drawer .soul-cart-item__price{display:flex;align-items:baseline;gap:.7rem;margin-top:.55rem;color:var(--soul-cart-ink);font-size:1.5rem;font-weight:600;line-height:1.25}.soul-cart-drawer .soul-cart-item__price s{color:var(--soul-cart-muted);font-size:1.2rem;font-weight:400}.soul-cart-drawer .cart-item__totals{display:none}.soul-cart-drawer .cart-item__quantity{grid-area:quantity;grid-column:2;width:100%;padding:0!important}.soul-cart-drawer .cart-item__quantity quantity-popover,.soul-cart-drawer .cart-item__quantity-wrapper{display:block;width:100%}.soul-cart-drawer .cart-item__quantity-wrapper{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:1rem}.soul-cart-drawer .quantity-popover-container{margin:0;padding:0}.soul-cart-drawer .cart-quantity.quantity{width:9.8rem;min-height:3.5rem;border:1px solid var(--soul-cart-border);border-radius:.8rem;background:transparent}.soul-cart-drawer .cart-quantity.quantity:after,.soul-cart-drawer .cart-quantity.quantity:before{display:none}.soul-cart-drawer .cart-quantity .quantity__button{width:3.2rem;min-width:3.2rem;color:var(--soul-cart-muted)}.soul-cart-drawer .cart-quantity .quantity__button .svg-wrapper{width:1.1rem;height:1.1rem}.soul-cart-drawer .cart-quantity .quantity__input{width:2.6rem;min-width:3rem;padding:0;color:var(--soul-cart-ink);font-size:1.3rem;font-weight:500}.soul-cart-drawer cart-remove-button{margin:0!important}.soul-cart-drawer .cart-remove-button{min-width:0;min-height:0;padding:0;border:0;background:transparent;color:var(--soul-cart-muted);font-size:1.2rem;line-height:1.2;text-decoration:underline;text-underline-offset:.2rem}.soul-cart-drawer .cart-remove-button:hover{color:var(--soul-cart-ink)}.soul-cart-drawer .cart-item__error{margin-top:.6rem}.soul-cart-upsells{display:block;padding:1.8rem 0 2rem;border-top:1px solid rgba(69,48,33,.09)}.soul-cart-upsells[hidden]{display:none}.soul-cart-upsells__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.soul-cart-upsells__heading{margin:0;color:var(--soul-cart-muted);font-family:var(--font-body-family);font-size:1.2rem;font-weight:600;line-height:1.3;letter-spacing:.01em;text-transform:uppercase}.soul-cart-upsells__controls{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.soul-cart-upsells__arrow{display:grid;place-items:center;width:2.8rem;height:2.8rem;padding:0;border:1px solid var(--soul-cart-border);border-radius:50%;background:var(--soul-cart-card);color:var(--soul-cart-ink);cursor:pointer;transition:background .16s ease,border-color .16s ease,opacity .16s ease}.soul-cart-upsells__arrow:not(:disabled):hover{border-color:var(--soul-cart-ink);background:var(--soul-cart-soft)}.soul-cart-upsells__arrow:disabled{opacity:.35;cursor:default}.soul-cart-upsells__arrow svg{width:1.5rem;height:1.8rem}.soul-cart-upsells__viewport{min-width:0;overflow:hidden}.soul-cart-upsells__track{display:flex;gap:.8rem;width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}.soul-cart-upsells__track::-webkit-scrollbar{display:none}.soul-cart-upsell-card,.soul-cart-upsells__skeleton{flex:0 0 100%;min-width:0;scroll-snap-align:start}.soul-cart-upsell-card{display:grid;grid-template-columns:6.8rem minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:8.8rem;padding:.9rem;border:1px solid var(--soul-cart-border);border-radius:1.2rem;background:var(--soul-cart-card)}.soul-cart-upsell-card__image-link{display:block;width:6.8rem;height:6.8rem}.soul-cart-upsell-card__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:.8rem;background:var(--soul-cart-soft)}.soul-cart-upsell-card__content{min-width:0}.soul-cart-upsell-card__title{display:-webkit-box;margin:0 0 .35rem;overflow:hidden;color:var(--soul-cart-ink);font-size:1.35rem;font-weight:500;line-height:1.35;text-decoration:none;-webkit-line-clamp:2;-webkit-box-orient:vertical}.soul-cart-upsell-card__price{margin:0;color:var(--soul-cart-muted);font-size:1.2rem;line-height:1.3}.soul-cart-upsell-card__action{align-self:center;justify-self:end;min-width:6rem;padding:.85rem 1rem;border:0;border-radius:999px;background:var(--soul-cart-soft);color:var(--soul-cart-ink);font-family:var(--font-body-family);font-size:1.1rem;font-weight:600;line-height:1;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .16s ease,color .16s ease,opacity .16s ease}.soul-cart-upsell-card__action:hover{background:var(--soul-cart-ink);color:#fff}.soul-cart-upsell-card__action:disabled{opacity:.55;cursor:wait}.soul-cart-upsells__skeleton{display:grid;grid-template-columns:6.8rem minmax(0,1fr) 6rem;align-items:center;gap:1rem;min-height:8.8rem;padding:.9rem;border:1px solid var(--soul-cart-border);border-radius:1.2rem;background:var(--soul-cart-card)}.soul-cart-upsells__skeleton-image,.soul-cart-upsells__skeleton-copy span,.soul-cart-upsells__skeleton-button{display:block;background:linear-gradient(90deg,#f1ebe2 25%,#f8f4ee,#f1ebe2 75%);background-size:200% 100%;animation:soul-cart-skeleton 1.4s linear infinite}.soul-cart-upsells__skeleton-image{width:6.8rem;height:6.8rem;border-radius:.8rem}.soul-cart-upsells__skeleton-copy{display:grid;gap:.7rem}.soul-cart-upsells__skeleton-copy span:first-child{width:90%;height:1.2rem;border-radius:.4rem}.soul-cart-upsells__skeleton-copy span:last-child{width:48%;height:1rem;border-radius:.4rem}.soul-cart-upsells__skeleton-button{width:6rem;height:3rem;border-radius:999px}@keyframes soul-cart-skeleton{to{background-position:-200% 0}}.soul-cart-trust{display:grid;gap:.75rem;padding:1.4rem 0 1.6rem;border-top:1px solid var(--soul-cart-soft);color:var(--soul-cart-muted);text-align:center}.soul-cart-trust__items{display:flex;align-items:center;justify-content:center;gap:1rem;min-width:0}.soul-cart-trust__item{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:0;font-size:1.1rem;font-weight:400;line-height:1.2;white-space:nowrap}.soul-cart-trust__icon{display:inline-grid;place-items:center;flex:0 0 auto;width:1.35rem;height:1.35rem;color:var(--soul-cart-muted)}.soul-cart-trust__icon svg{display:block;width:100%;height:100%}.soul-cart-trust__divider{width:1px;height:1.8rem;flex:0 0 auto;background:#6e513b40}.soul-cart-trust__link{width:fit-content;margin:0 auto;color:var(--soul-cart-muted);font-size:1.1rem;line-height:1.2;text-decoration:underline;text-underline-offset:.2rem}.soul-cart-trust__link:hover{color:var(--soul-cart-ink)}.soul-cart-drawer>.cart-drawer>.drawer__inner>.drawer__footer{flex:0 0 auto;margin:0;padding:2rem;border-top:1px solid var(--soul-cart-soft);background:var(--soul-cart-surface)}.soul-cart-drawer .drawer__footer>details{margin:-2rem -2rem 1.4rem;padding:0 2rem;border-bottom:1px solid var(--soul-cart-soft)}.soul-cart-footer{display:grid;gap:1.4rem}.soul-cart-footer__discounts{margin:0;color:var(--soul-cart-muted);font-size:1.1rem}.soul-cart-footer__subtotal{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;color:var(--soul-cart-ink);font-size:16px;font-weight:600;line-height:1;letter-spacing:0}.soul-cart-footer__subtotal span,.soul-cart-footer__subtotal strong{font-weight:600}.soul-cart-footer__subtotal strong{min-width:0;text-align:right}.soul-cart-footer__note{margin:0;color:var(--soul-cart-muted);font-size:12px;font-weight:400;line-height:1;letter-spacing:0;text-align:center}.soul-cart-drawer .drawer__footer .soul-cart-footer__checkout{width:100%;min-height:5.2rem;margin:0;padding:15px 24px;border:0;border-radius:9999px;background:var(--soul-cart-accent);color:#fff;font-size:1.5rem;font-weight:600;line-height:1;letter-spacing:0;text-transform:uppercase;opacity:1;transition:transform .16s ease,background-color .16s ease}.soul-cart-drawer .drawer__footer .soul-cart-footer__checkout:before,.soul-cart-drawer .drawer__footer .soul-cart-footer__checkout:after{display:none}.soul-cart-drawer .drawer__footer .soul-cart-footer__checkout:hover{background:#b95f3d;transform:translateY(-1px)}.soul-cart-drawer .drawer__footer .soul-cart-footer__checkout:focus-visible,.soul-cart-drawer .drawer__close:focus-visible,.soul-cart-upsells__arrow:focus-visible,.soul-cart-upsell-card__action:focus-visible,.soul-cart-footer__view-cart:focus-visible,.soul-cart-trust__link:focus-visible{outline:2px solid var(--soul-cart-ink);outline-offset:2px}.soul-cart-footer__view-cart{width:fit-content;margin:-.2rem auto 0;color:var(--soul-cart-muted);font-size:13px;font-weight:500;line-height:1;letter-spacing:0;text-align:center;text-decoration:underline;text-underline-offset:.2rem}.soul-cart-footer__view-cart:hover{color:var(--soul-cart-ink)}.soul-cart-footer__payments{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem;margin:0;padding:0}.soul-cart-footer__payments .list-payment__item{padding:0}.soul-cart-footer__payments .icon{width:2.6rem;height:auto}@media screen and (max-width:479px){.soul-cart-drawer .drawer__inner{width:100vw;max-width:100vw}.soul-cart-drawer .drawer__header,.soul-cart-shipping,.soul-cart-drawer>.cart-drawer>.drawer__inner>.drawer__footer{padding-left:1.6rem;padding-right:1.6rem}.soul-cart-drawer cart-drawer-items{padding-left:1.6rem;padding-right:1.6rem}.soul-cart-drawer .drawer__header{gap:1.2rem}.soul-cart-drawer .drawer__heading{font-size:2.2rem}.soul-cart-shipping__message{font-size:1.5rem}.soul-cart-shipping__note{line-height:1.25}.soul-cart-drawer .cart-item{column-gap:1.25rem}.soul-cart-upsells__header{gap:.8rem}.soul-cart-upsells__controls{gap:.4rem}.soul-cart-trust__items{gap:.65rem}.soul-cart-trust__item{font-size:1rem}.soul-cart-trust__divider{height:1.3rem}}@media screen and (max-width:399px){.soul-cart-drawer .cart-item{grid-template-columns:8.2rem minmax(0,1fr);column-gap:1.1rem}.soul-cart-drawer .cart-item__media,.soul-cart-drawer .cart-item__image{width:8.2rem;height:8.2rem}.soul-cart-drawer .cart-item__name{font-size:1.4rem}.soul-cart-drawer .cart-item__details .product-option,.soul-cart-drawer .soul-cart-item__price,.soul-cart-drawer .cart-remove-button{min-width:0}.soul-cart-upsell-card{grid-template-columns:6.2rem minmax(0,1fr) auto;gap:.8rem}.soul-cart-upsell-card__image-link,.soul-cart-upsell-card__image,.soul-cart-upsells__skeleton-image{width:6.2rem;height:6.2rem}.soul-cart-upsell-card__action{min-width:5.6rem;padding-left:.8rem;padding-right:.8rem}.soul-cart-footer__subtotal{gap:1rem}}@media screen and (max-width:359px){.soul-cart-drawer .drawer__header,.soul-cart-shipping,.soul-cart-drawer>.cart-drawer>.drawer__inner>.drawer__footer{padding-left:1.4rem;padding-right:1.4rem}.soul-cart-drawer cart-drawer-items{padding-left:1.4rem;padding-right:1.4rem}.soul-cart-drawer .drawer__heading{font-size:2rem}.soul-cart-drawer .drawer__close{width:4rem;height:4rem;min-width:4rem;min-height:4rem}.soul-cart-shipping__message{font-size:1.4rem}.soul-cart-drawer .cart-item{grid-template-columns:7.6rem minmax(0,1fr);column-gap:1.1rem}.soul-cart-drawer .cart-item__media,.soul-cart-drawer .cart-item__image{width:7.6rem;height:7.6rem}.soul-cart-drawer .cart-item__name{font-size:1.35rem}.soul-cart-drawer .cart-item__quantity-wrapper{gap:.7rem}.soul-cart-drawer .cart-quantity.quantity{width:9.2rem}.soul-cart-upsells__heading{font-size:1.1rem}.soul-cart-upsells__arrow{width:2.6rem;height:2.6rem}.soul-cart-upsell-card,.soul-cart-upsells__skeleton{grid-template-columns:5.6rem minmax(0,1fr)}.soul-cart-upsell-card__image-link,.soul-cart-upsell-card__image,.soul-cart-upsells__skeleton-image{width:5.6rem;height:5.6rem}.soul-cart-upsell-card__action,.soul-cart-upsells__skeleton-button{grid-column:2;justify-self:start}.soul-cart-trust__items{flex-wrap:wrap;row-gap:.7rem}.soul-cart-trust__divider{display:none}.soul-cart-footer__subtotal{font-size:15px}.soul-cart-drawer .drawer__footer .soul-cart-footer__checkout{min-height:4.8rem;padding:13px 20px}}@media screen and (max-height:650px){.soul-cart-drawer .drawer__inner{overflow:hidden}.soul-cart-drawer cart-drawer-items{overflow-y:auto}.soul-cart-drawer .drawer__header{padding-top:1.2rem;padding-bottom:1.1rem}.soul-cart-shipping{padding-top:1.2rem;padding-bottom:1.2rem}.soul-cart-drawer>.cart-drawer>.drawer__inner>.drawer__footer{padding-top:1.4rem;padding-bottom:1.4rem}.soul-cart-footer{gap:1rem}}@media(prefers-reduced-motion:reduce){.soul-cart-shipping__fill,.soul-cart-shipping__parcel,.soul-cart-upsells__track,.soul-cart-upsells__arrow,.soul-cart-upsell-card__action{transition:none!important;scroll-behavior:auto}.soul-cart-shipping__parcel-float,.soul-cart-upsells__skeleton-image,.soul-cart-upsells__skeleton-copy span,.soul-cart-upsells__skeleton-button{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/soul-cart-drawer.css.map */
