.cart-drawer-chroxel{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);visibility:hidden;transition:visibility var(--duration-default) ease}.cart-drawer-chroxel.active{visibility:visible}.cart-drawer-chroxel__panel{height:100%;max-width:min(58rem,calc(100vw - 3rem));border:0;border-left:.1rem solid rgba(var(--color-foreground),.08);border-top-left-radius:1.6rem;border-bottom-left-radius:1.6rem;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease;position:relative}.cart-drawer-chroxel.active .cart-drawer-chroxel__panel{transform:translate(0)}.cart-drawer-chroxel__header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:2rem 2.4rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08);flex-shrink:0}.cart-drawer-chroxel__title{margin:0;font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 1.8rem);font-weight:var(--font-body-weight-bold);line-height:1.2;display:inline-flex;align-items:baseline;gap:.4rem}.cart-drawer-chroxel__title sup{font-size:.5em;vertical-align:super;font-weight:400;color:rgba(var(--color-foreground),.6);line-height:1}.cart-drawer-chroxel__close{width:3.6rem;height:3.6rem;min-width:3.6rem;min-height:3.6rem;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.15);background:transparent;color:rgb(var(--color-foreground));display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;position:static;box-shadow:none}.cart-drawer-chroxel__close:hover{background-color:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.3)}.cart-drawer-chroxel__close .svg-wrapper{height:1.4rem;width:1.4rem;display:inline-flex}.cart-drawer-chroxel__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2.4rem;gap:1.4rem}.cart-drawer-chroxel.is-empty .cart-drawer-chroxel__header{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer-chroxel__empty-title{margin:0;font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 2.2rem);font-weight:var(--font-body-weight-bold);line-height:1.2;max-width:32rem}.cart-drawer-chroxel__empty-subtitle{margin:0 0 1.2rem;color:rgba(var(--color-foreground),.7);font-size:1.4rem;line-height:1.4}.cart-drawer-chroxel__pills{display:flex;flex-direction:column;gap:.8rem;width:100%;max-width:32rem;margin-top:.8rem}.cart-drawer-chroxel__pill{display:flex;align-items:center;justify-content:space-between;background:rgba(var(--color-foreground),.05);border-radius:99px;padding:1.4rem 1.8rem;text-decoration:none;color:rgb(var(--color-foreground));font-size:1.5rem;font-weight:500;transition:background-color .2s ease}.cart-drawer-chroxel__pill:hover{background:rgba(var(--color-foreground),.1)}.cart-drawer-chroxel__pill .svg-wrapper{width:1.4rem;height:1.4rem;display:inline-flex;color:rgba(var(--color-foreground),.7)}.cart-drawer-chroxel__items{flex:1;overflow-y:auto;display:flex;flex-direction:column;min-height:0}.cart-drawer-chroxel__form{flex:1;display:flex;flex-direction:column;min-height:0}.cart-drawer-chroxel .cart-items,.cart-drawer-chroxel .cart-items thead,.cart-drawer-chroxel .cart-items tbody{display:block;width:100%}.cart-drawer-chroxel .cart-items thead{display:none}.cart-drawer-chroxel .cart-item{display:grid;grid-template:auto auto / 8rem 1fr auto;gap:1rem;margin-bottom:0;padding:1.6rem 2.4rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer-chroxel .cart-item__media{grid-row:1 / 3;grid-column:1;position:relative}.cart-drawer-chroxel .cart-item__image{width:100%;height:auto;display:block;border-radius:.8rem}.cart-drawer-chroxel .cart-item__details{grid-column:2;grid-row:1;width:auto}.cart-drawer-chroxel .cart-item__name{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.cart-drawer-chroxel .cart-item__totals{grid-column:3;grid-row:1;text-align:right;pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer-chroxel .cart-items .cart-item__quantity{grid-column:2 / 4;grid-row:2;padding-top:0}.cart-drawer-chroxel .cart-items .cart-item__quantity-wrapper{flex-wrap:wrap}.cart-drawer-chroxel .cart-items td{padding:0;border:none}.cart-drawer-chroxel__footer{flex-shrink:0;border-top:.1rem solid rgba(var(--color-foreground),.08);padding:1.6rem 2.4rem 2rem;background:rgb(var(--color-background));display:flex;flex-direction:column;gap:1.2rem}.cart-drawer-chroxel__discounts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem}.cart-drawer-chroxel__discount{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1.4rem;color:rgba(var(--color-foreground),.85)}.cart-drawer-chroxel__discount-pill{display:inline-flex;background:#ffe5e5;color:#c81e1e;border-radius:99px;padding:.4rem 1rem;font-size:1.3rem;font-weight:500;line-height:1.2;white-space:nowrap}.cart-drawer-chroxel__totals{display:flex;align-items:flex-start;justify-content:flex-end;gap:1rem;font-size:1.4rem;color:rgba(var(--color-foreground),.8);line-height:1.4}.cart-drawer-chroxel__totals strong{display:block;color:rgb(var(--color-foreground));font-size:1.8rem;font-weight:var(--font-body-weight-bold);margin-top:.2rem}.cart-drawer-chroxel__totals-right{text-align:right;flex-shrink:0}.cart-drawer-chroxel__totals-value{color:rgb(var(--color-foreground));font-weight:var(--font-body-weight-bold);font-size:1.8rem;line-height:1.2}.cart-drawer-chroxel__checkout-button{width:100%;border:none;border-radius:99px;padding:1.5rem 2rem;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:1.5rem;font-weight:var(--font-body-weight-bold);cursor:pointer;transition:opacity .2s ease,background-color .2s ease;text-decoration:none;line-height:1.2;max-width:none}.cart-drawer-chroxel__checkout-button:hover:not([disabled]){opacity:.9}.cart-drawer-chroxel__checkout-button[disabled]{cursor:not-allowed;opacity:.5}.cart-drawer-chroxel__checkout-button .svg-wrapper{width:1.8rem;height:1.8rem;display:inline-flex}.cart-drawer-chroxel__secondary-button{display:flex;align-items:center;justify-content:center;width:100%;padding:1.2rem 2rem;background:transparent;color:rgb(var(--color-foreground));border:.1rem solid rgba(var(--color-foreground),.2);border-radius:99px;text-decoration:none;font-family:var(--font-body-family);font-size:1.4rem;font-weight:var(--font-body-weight-bold);line-height:1.2;transition:background-color .2s ease,border-color .2s ease}.cart-drawer-chroxel__secondary-button:hover{background-color:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.4)}.cart-drawer-chroxel__view-cart-link{display:block;text-align:center;padding:.6rem 0;color:rgba(var(--color-foreground),.7);text-decoration:underline;font-size:1.3rem;transition:color .2s ease}.cart-drawer-chroxel__view-cart-link:hover{color:rgb(var(--color-foreground))}.cart-drawer-chroxel .cart__ctas{display:flex;flex-direction:column;gap:.8rem;text-align:left}@media screen and (max-width:749px){.cart-drawer-chroxel{align-items:flex-end}.cart-drawer-chroxel__panel{width:100%;max-width:100%;height:auto;max-height:90vh;border-left:0;border-top-left-radius:1.6rem;border-top-right-radius:1.6rem;border-bottom-left-radius:0;transform:translateY(100%);padding-top:2rem}.cart-drawer-chroxel.active .cart-drawer-chroxel__panel{transform:translateY(0)}.cart-drawer-chroxel__panel:before{content:"";position:absolute;top:.8rem;left:50%;transform:translate(-50%);width:3.6rem;height:.4rem;background:rgba(var(--color-foreground),.2);border-radius:99px;pointer-events:none;z-index:2}.cart-drawer-chroxel__header{padding:1.6rem 2rem 1.2rem}.cart-drawer-chroxel__empty{padding:3rem 2rem}.cart-drawer-chroxel__footer{padding:1.4rem 2rem 2rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-cart-drawer-chroxel.css.map */
