.cc-cart-drawer__inner{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0}.cc-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1);flex-shrink:0}.cc-cart-drawer__title-group{display:flex;align-items:baseline;gap:.8rem}.cc-cart-drawer__title{margin:0;font-size:1.8rem;font-weight:700;letter-spacing:0}.cc-cart-drawer__count{font-size:1.3rem;color:rgba(var(--color-foreground),.55)}.cc-cart-drawer__close{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;background:transparent;border:none;cursor:pointer;color:rgb(var(--color-foreground));border-radius:50%;transition:background .2s}.cc-cart-drawer__close:hover{background:rgba(var(--color-foreground),.06)}.cc-cart-drawer__close svg{width:1.8rem;height:1.8rem}.cc-cart-drawer__body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.cc-cart-drawer__items{display:flex;flex-direction:column;gap:0;padding:0 2rem}.cc-cart-item{display:grid;grid-template-columns:8rem 1fr auto;grid-template-rows:auto;gap:0 1.2rem;align-items:start;padding:1.6rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.08);position:relative}.cc-cart-item:last-child{border-bottom:none}.cc-cart-item--nested{padding-left:2rem;opacity:.85}.cc-cart-item__image-link{display:block;border-radius:var(--media-radius, .4rem);overflow:hidden;flex-shrink:0}.cc-cart-item__image{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.cc-cart-item__image--placeholder{width:8rem;height:8rem}.cc-cart-item__details{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cc-cart-item__vendor{margin:0;font-size:1.1rem;color:rgba(var(--color-foreground),.5);text-transform:uppercase;letter-spacing:.06em}.cc-cart-item__name{font-size:1.4rem;font-weight:700;line-height:1.35;color:rgb(var(--color-foreground));text-decoration:none;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cc-cart-item__name:hover{text-decoration:underline}.cc-cart-item__meta{display:flex;flex-direction:column;gap:.2rem;margin-top:.2rem}.cc-cart-item__option{font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.cc-cart-item__discounts{margin:.4rem 0 0;padding:0;list-style:none}.cc-cart-item__discount{display:flex;align-items:center;gap:.4rem;font-size:1.2rem;color:rgb(var(--color-badge-1))}.cc-cart-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;min-width:0}.cc-cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.cc-cart-item__price{font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground));white-space:nowrap}.cc-cart-item__price--original{font-size:1.2rem;font-weight:400;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.cc-cart-item__price--sale{color:rgb(var(--color-price-badge-1, var(--color-foreground)))}.cc-cart-item__controls{width:100%;display:flex;justify-content:flex-end}.cc-cart-item__qty-wrapper{display:flex;align-items:center;gap:.6rem}.quantity:after{content:none!important}.cc-quantity{display:flex;align-items:center;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:10rem;overflow:hidden;background:rgb(var(--color-background));height:3.6rem}.cc-quantity__btn{display:flex;align-items:center;justify-content:center;width:2.4rem;height:100%;padding:0;background:transparent;border:none;cursor:pointer;color:rgb(var(--color-foreground));transition:background .15s;flex-shrink:0}.cc-quantity__btn:hover{background:rgba(var(--color-foreground),.06)}.cc-quantity__btn svg{width:1.2rem;height:1.2rem}.cc-quantity__input{width:3.2rem;text-align:center;border:none;background:transparent;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));padding:0;-moz-appearance:textfield}.cc-quantity__input::-webkit-inner-spin-button,.cc-quantity__input::-webkit-outer-spin-button{-webkit-appearance:none}.cc-cart-item__remove{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;background:transparent;border:none;cursor:pointer;color:rgba(var(--color-foreground),.45);border-radius:50%;transition:color .15s,background .15s;flex-shrink:0}.cc-cart-item__remove:hover{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.06)}.cc-cart-item__remove svg{width:1.6rem;height:1.6rem}.cc-cart-item__error{grid-column:1 / -1;display:flex;align-items:center;gap:.4rem;font-size:1.2rem;color:rgb(var(--color-error));margin-top:.4rem}.cart-subscription-upsell{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1rem 1rem 0px;border-radius:.8rem;text-align:center}.cart-subscription-upsell__text{display:flex;flex-direction:column;gap:.2rem;min-width:0;width:100%}.cart-subscription-upsell__title{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;font-size:1.3rem;font-weight:600;line-height:1.3;color:#1a1a1a}.cart-subscription-upsell__badge{display:inline-flex;align-items:center;padding:.1rem .7rem;border-radius:99.9rem;background:#fff;color:#8d6f4a;font-size:1rem;font-weight:700;letter-spacing:.02em;line-height:1.5}.cart-subscription-upsell__frequency{font-size:1.1rem;color:#1a1a1a99;padding:4px 0}.cart-subscription-upsell__button{flex-shrink:0;padding:.8rem 1.4rem;border:none;border-radius:99.9rem;background:#8d6f4a;color:#fff;font-size:1.2rem;font-weight:600;line-height:1;cursor:pointer;transition:background-color .15s ease,opacity .15s ease;width:100%}.cart-subscription-upsell__button:hover{background:#1a1a1a}.cart-subscription-upsell__button:disabled{opacity:.6;cursor:default}.cart-subscription-upsell--error{border-color:rgb(var(--color-error))}@media(max-width:480px){.cart-subscription-upsell{flex-direction:column;align-items:stretch;text-align:left}.cart-subscription-upsell__button{width:100%;padding:1rem 1.4rem}}.cc-cart-item .loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-background),.7);border-radius:.4rem}.cc-upsell{background:rgba(var(--color-foreground),.03);padding:.8rem 2rem 1rem;border-top:.1rem solid rgba(var(--color-foreground),.08);margin-top:.4rem}.cc-upsell__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.cc-upsell__title{margin:0;font-size:1.5rem;font-weight:700}.cc-upsell__nav{display:flex;gap:.4rem}.cc-upsell__arrow{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.18);border-radius:50%;cursor:pointer;color:rgb(var(--color-foreground));transition:background .15s,border-color .15s}.cc-upsell__arrow:hover:not(:disabled){background:rgba(var(--color-foreground),.06)}.cc-upsell__arrow:disabled{opacity:.3;cursor:not-allowed}.cc-upsell__arrow svg{width:1rem;height:1rem}.cc-upsell__arrow--prev svg{transform:rotate(90deg)}.cc-upsell__arrow--next svg{transform:rotate(-90deg)}.cc-upsell__track-wrapper{overflow:hidden}.cc-upsell__track{display:flex;gap:1.2rem;transition:transform .35s ease;will-change:transform}.cc-upsell__card{flex:0 0 calc(80% - .6rem);max-width:28rem;background:rgb(var(--color-background));border-radius:var(--card-corner-radius, .8rem);border:.1rem solid rgba(var(--color-foreground),.1);display:grid;grid-template-columns:8rem 1fr;gap:1rem;padding:1.2rem;align-items:center;box-shadow:0 2px 8px #0000000a;text-decoration:none;color:inherit}.cc-upsell__card-image-wrap{border-radius:calc(var(--card-corner-radius, .8rem) - .2rem);overflow:hidden;flex-shrink:0;aspect-ratio:1}.cc-upsell__card-image{width:100%;height:100%;object-fit:cover;display:block}.cc-upsell__card-body{display:flex;flex-direction:column;gap:.4rem;min-width:0}.cc-upsell__card-title{font-size:1.3rem;font-weight:700;line-height:1.3;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cc-upsell__card-desc{font-size:1.2rem;color:rgba(var(--color-foreground),.6);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cc-upsell__card-price{font-size:1.3rem;font-weight:700;color:rgb(var(--color-foreground));margin-top:.2rem}.cc-upsell__card-add{display:inline-flex;align-items:center;justify-content:center;margin-top:.6rem;padding:.6rem 1.2rem;font-size:1.2rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:10rem;cursor:pointer;transition:opacity .2s;width:100%}.cc-upsell__card-add:hover{opacity:.85}.cc-upsell__card-add[data-adding=true]{opacity:.6;pointer-events:none}.cc-upsell__loading{display:flex;gap:1.2rem;width:100%}.cc-upsell__skeleton{flex:0 0 calc(80% - .6rem);height:10rem;border-radius:var(--card-corner-radius, .8rem);background:linear-gradient(90deg,rgba(var(--color-foreground),.06) 25%,rgba(var(--color-foreground),.12),rgba(var(--color-foreground),.06) 75%);background-size:200% 100%;animation:cc-skeleton-shimmer 1.4s infinite}@keyframes cc-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cc-cart-drawer__footer{flex-shrink:0;border-top:.1rem solid rgba(var(--color-foreground),.1);background:rgb(var(--color-background));padding:1.6rem 2rem 2rem}.cc-cart-footer{display:flex;flex-direction:column;gap:0rem}.cc-cart-footer__discounts{margin:0 0 .4rem;padding:0;list-style:none}.cc-cart-footer__discount{display:flex;align-items:center;gap:.4rem;font-size:1.2rem;color:rgb(var(--color-badge-1))}.cc-cart-footer__row{display:flex;align-items:center;justify-content:space-between}.cc-cart-footer__label,.cc-cart-footer__value{font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground))}.cc-cart-footer__label--shipping,.cc-cart-footer__value--shipping{color:rgb(var(--color-button, var(--color-foreground)))}.cc-cart-footer__row--subtotal{margin-top:.2rem}.cc-cart-footer__label--subtotal,.cc-cart-footer__value--subtotal{font-size:1.5rem}.cc-cart-footer__tax-note{display:block;font-size:1.1rem;color:rgba(var(--color-foreground),.5);line-height:1.5;margin-top:-.2rem}.cc-cart-footer__discount-note{font-size:1.2rem;color:rgba(var(--color-foreground),.55);margin:.2rem 0 0}.cc-cart-footer__checkout{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.4rem 2rem;margin-top:.6rem;font-size:1.4rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:10rem;cursor:pointer;transition:opacity .2s}.cc-cart-footer__checkout:hover:not(:disabled){opacity:.85}.cc-cart-footer__checkout:disabled{opacity:.45;cursor:not-allowed}.cc-cart-footer__lock-icon{flex-shrink:0;width:1.6rem;height:1.6rem}.cc-cart-note{margin-bottom:1rem}.cc-cart-note__summary{cursor:pointer;font-size:1.3rem;list-style:none;display:flex;align-items:center;gap:.4rem;color:rgba(var(--color-foreground),.7)}@media screen and (min-width:750px){.cc-upsell__card{flex:0 0 calc(80% - .6rem)}}@media screen and (max-width:749px){.cc-cart-drawer__header{padding:1.4rem 1.6rem}.cc-cart-drawer__items{padding:0 1.6rem}.cc-upsell{padding:1.6rem 1.6rem 1.8rem}.cc-cart-drawer__footer{padding:1.4rem 1.6rem 1.8rem}.cc-cart-item{grid-template-columns:7rem 1fr auto}.cc-cart-item__image-link{width:7rem}.cc-cart-item__name{font-size:1.3rem}.cc-cart-item__price{font-size:1.4rem}.cc-quantity{height:3.2rem}.cc-quantity__btn{width:2rem}.cc-quantity__input{width:2.8rem;font-size:1.3rem}.cc-upsell__card{flex:0 0 calc(85% - .6rem)}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/cc-cart-drawer.css.map */
