#CartDrawer.custom-cart-drawer,#CartDrawer.custom-cart-drawer *,#CartDrawer.custom-cart-drawer *:before,#CartDrawer.custom-cart-drawer *:after{box-sizing:border-box}#CartDrawer.custom-cart-drawer .appear-animation{opacity:1!important;transform:none!important}#CartDrawer.custom-cart-drawer .cart__items{margin:0;padding:0;list-style:none}#CartDrawer.custom-cart-drawer a{color:var(--ccd-primary, #111)}#CartDrawer.drawer--right.custom-cart-drawer{background:var(--ccd-bg, #fff);color:#111;max-width:380px;width:100%;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh}#CartDrawer.custom-cart-drawer.drawer--right{right:0;transform:translate(100%);transition:transform .35s cubic-bezier(.32,.72,0,1)!important}#CartDrawer.custom-cart-drawer.drawer--is-open{display:flex!important;flex-direction:column!important;transform:translate(0)!important;box-shadow:-12px 0 45px #00000040!important}#CartDrawer.custom-cart-drawer .drawer__fixed-header{background:var(--ccd-bg, #fff);padding:0!important;flex-shrink:0!important;position:relative;z-index:2;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important;border-bottom:none!important}#CartDrawer.custom-cart-drawer .drawer__fixed-header:after{display:none!important}#CartDrawer.custom-cart-drawer .drawer__header,#CartDrawer.custom-cart-drawer .ccd-progress{border-bottom:none!important}#CartDrawer.custom-cart-drawer .drawer__header{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:20px 20px 8px!important;width:100%!important;overflow:visible!important}#CartDrawer.custom-cart-drawer .drawer__title{font-size:22px!important;font-weight:700!important;color:#111!important;letter-spacing:0!important;text-transform:none!important;margin:0!important;line-height:1!important}#CartDrawer.custom-cart-drawer .drawer__close{display:block!important;position:static!important;flex-shrink:0;width:auto!important;vertical-align:initial!important;text-align:right!important}#CartDrawer.custom-cart-drawer .drawer__close-button{background:none!important;border:none!important;color:#111!important;cursor:pointer;padding:8px!important;margin-right:0;line-height:0;display:flex!important;align-items:center;justify-content:center;position:static!important;right:auto!important;left:auto!important;height:auto!important}#CartDrawer.custom-cart-drawer .drawer__close-button svg{width:22px!important;height:22px!important;stroke:#111!important;stroke-width:2.5}#CartDrawer.custom-cart-drawer .icon__fallback-text{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.ccd-progress{padding:10px 24px 14px;background:#f9f9f9}.ccd-progress__message{text-align:center;font-size:15px;color:#333;margin-bottom:10px;line-height:1.4}.ccd-progress__message strong{color:#111;font-weight:700}.ccd-progress__message--done{color:var(--ccd-success, #1a7a1a)}.ccd-progress__message--done strong{color:#1a7a1a}.ccd-progress__bar-wrap{display:flex;align-items:flex-start;gap:0;position:relative}.ccd-progress__line{flex:1;height:3px;background:var(--ccd-progress-bg, #ddd);margin-top:21px;border-radius:0;transition:background .4s;margin-left:-3px;margin-right:-3px;position:relative;z-index:0}.ccd-progress__line--filled{background:#ddd}.ccd-progress__line:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--ccd-primary, #111);border-radius:0;transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.4,0,.2,1)}.ccd-progress__line--filled:after{transform:scaleX(1)}.ccd-progress__line--half:after{transform:scaleX(.5)}.ccd-progress__milestone{display:flex;flex-direction:column;align-items:center;gap:6px;z-index:1;flex-shrink:0;width:44px;overflow:visible}.ccd-progress__icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--ccd-progress-bg, #ddd);transition:all .4s}.ccd-progress__icon--reached{background:#111}.ccd-progress__icon svg{width:22px;height:22px;fill:#999;transition:fill .4s}.ccd-progress__icon--reached svg{fill:#fff}.ccd-progress__label{font-size:11px;color:#888;text-align:center;white-space:nowrap;letter-spacing:.3px;line-height:1.3;font-weight:500}.ccd-progress__milestone--reached .ccd-progress__label{color:#111;font-weight:600}@keyframes ccdMilestonePulse{0%,to{transform:scale(1)}50%{transform:scale(1.12);box-shadow:0 0 0 6px #11111114}}.ccd-progress__icon--reached{animation:ccdMilestonePulse 1.8s ease-in-out infinite}#CartDrawer.custom-cart-drawer .drawer__contents{display:flex!important;flex-direction:column!important;height:100%!important;background:#fff!important;overflow:hidden!important}#CartDrawer.custom-cart-drawer .drawer__inner{background:var(--ccd-bg, #fff);display:flex!important;flex-direction:column!important;flex:1 1 0%!important;min-height:0!important;overflow:hidden!important;position:relative}#CartDrawer.custom-cart-drawer .drawer__scrollable{flex:1 1 0%!important;overflow-y:auto!important;padding:0 20px;-webkit-overflow-scrolling:touch;min-height:0!important}#CartDrawer.custom-cart-drawer .drawer__scrollable::-webkit-scrollbar{width:6px}#CartDrawer.custom-cart-drawer .drawer__scrollable::-webkit-scrollbar-track{background:#f0f0f0;border-radius:6px}#CartDrawer.custom-cart-drawer .drawer__scrollable::-webkit-scrollbar-thumb{background:#bbb;border-radius:6px}#CartDrawer.custom-cart-drawer .drawer__scrollable::-webkit-scrollbar-thumb:hover{background:#999}#CartDrawer.custom-cart-drawer .drawer__inner:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(transparent 0%,#fff9 35%,#fffffff2);pointer-events:none;z-index:3;transition:opacity .3s}#CartDrawer.custom-cart-drawer .drawer__inner.scrolled-bottom:after{opacity:0}.ccd-item{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid #eee;position:relative;transition:opacity .3s ease,transform .3s ease}.ccd-item--removing{opacity:0;transform:translate(30px) scale(.95);pointer-events:none;transition:opacity .3s ease,transform .3s ease,max-height .35s cubic-bezier(.4,0,.2,1) .1s,padding .35s cubic-bezier(.4,0,.2,1) .1s,margin .35s cubic-bezier(.4,0,.2,1) .1s,border-width .35s cubic-bezier(.4,0,.2,1) .1s}.ccd-item--adding{animation:ccdSlideIn .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes ccdSlideIn{0%{opacity:0;transform:translateY(-15px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.ccd-item:last-child{border-bottom:none}.ccd-item__image{width:120px;min-width:120px;border-radius:8px;overflow:hidden;background:#f8f8f8;align-self:flex-start}.ccd-item__image a{display:block}.ccd-item__image img{width:100%;height:auto;display:block;object-fit:cover}.ccd-item__details{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.ccd-item__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.ccd-item__name{font-size:14px;font-weight:700;color:#111;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;line-height:1.3}.ccd-item__name:hover{color:#555;text-decoration:none}.ccd-item__remove{background:none;border:none;color:#bbb;cursor:pointer;padding:2px;flex-shrink:0;transition:color .2s;line-height:0}.ccd-item__remove:hover{color:#333}.ccd-item__remove svg{width:18px;height:18px}.ccd-item__variant-row{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px 8px;margin-top:2px}.ccd-item__variant{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:2.5px;font-weight:400}.ccd-item__bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:8px}.ccd-qty{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden}.ccd-qty__btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#333;cursor:pointer;transition:background .15s;padding:0}.ccd-qty__btn:hover{background:#f5f5f5}.ccd-qty__btn svg{width:12px;height:12px;fill:#333}.ccd-qty__input{width:32px;text-align:center;background:transparent;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;color:#111;font-size:14px;font-weight:500;padding:0;height:36px;-moz-appearance:textfield}.ccd-qty__input::-webkit-inner-spin-button,.ccd-qty__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ccd-qty__input--pulse{animation:ccdPulse .15s}@keyframes ccdPulse{50%{transform:scale(1.15)}}.ccd-item__price-col{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.ccd-item__price-row{display:flex;align-items:center;gap:8px}.ccd-item__compare-price{font-size:13px;color:#aaa;text-decoration:line-through}.ccd-item__price{font-size:15px;font-weight:600;color:#111}.ccd-item__price--free{font-weight:700}.ccd-badge{display:inline-flex;align-items:center;gap:5px;background:#111;color:#fff;font-size:10px;font-weight:600;padding:4px 10px;border-radius:4px;letter-spacing:.5px;white-space:nowrap}.ccd-badge svg{width:13px;height:13px;fill:#fff}.ccd-qty__btn--locked{opacity:.3;cursor:not-allowed!important;pointer-events:none}.ccd-qty__btn--locked:hover{background:transparent!important}.ccd-scarcity-toast{position:fixed;top:20px;left:50%;transform:translate(-50%) translateY(-20px);background:#1a1a1a;color:#fff;padding:14px 24px;border-radius:10px;font-size:14px;font-weight:500;z-index:99999;display:flex;align-items:center;gap:10px;box-shadow:0 8px 30px #0003;opacity:0;transition:opacity .3s,transform .3s;pointer-events:none;max-width:90vw;text-align:center}.ccd-scarcity-toast--visible{opacity:1;transform:translate(-50%) translateY(0)}.ccd-scarcity-toast svg{width:20px;height:20px;fill:#ff6b6b;flex-shrink:0}.ccd-scarcity-badge{display:flex;width:fit-content;align-items:center;gap:4px;font-size:10px;position:relative;top:-1px;font-weight:600;color:var(--ccd-scarcity-color, #d32f2f);background:var(--ccd-scarcity-bg, #fff3f3);padding:2px 8px;border-radius:4px;margin-top:4px;letter-spacing:.3px;animation:ccdScarcityPulse 2s ease-in-out infinite}.ccd-scarcity-badge svg{width:14px;height:14px;fill:var(--ccd-scarcity-color, #d32f2f);flex-shrink:0}@keyframes ccdScarcityPulse{0%,to{opacity:1}50%{opacity:.7}}.ccd-gift-item{border-top:1px dashed #ddd;margin-top:8px;padding-top:8px}.ccd-gift-label{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#1a7a1a;background:color-mix(in srgb,var(--ccd-success, #1a7a1a) 10%,white);padding:4px 12px;border-radius:20px;margin-bottom:8px;letter-spacing:.3px}.ccd-gift-label svg{width:16px;height:16px;fill:var(--ccd-success, #1a7a1a)}.ccd-gift-item__body{display:flex;gap:12px;align-items:center}.ccd-gift-item__body .ccd-item__image{width:80px;min-width:80px}.ccd-gift-item__info{flex:1;display:flex;flex-direction:column;gap:4px}.ccd-gift-item__price-row{display:flex;align-items:center;gap:8px}.ccd-gift-item__price-row .ccd-item__compare-price{font-size:14px}#CartDrawer.custom-cart-drawer .ccd-sticky-footer{flex-shrink:0!important;flex-grow:0!important}.ccd-sticky-footer{flex-shrink:0;padding:0 20px 10px;border-top:1px solid #eee;background:var(--ccd-bg, #fff);z-index:10}.ccd-shipping-protection{display:flex;align-items:center;gap:10px;padding:8px 0 4px}.ccd-shipping-protection__icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ccd-shipping-protection__icon svg{width:24px;height:24px;fill:#555}.ccd-shipping-protection__info{flex:1;min-width:0}.ccd-shipping-protection__title{font-size:13px;font-weight:600;color:#111}.ccd-shipping-protection__desc{font-size:10px;color:#888;margin-top:1px}.ccd-shipping-protection__right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.ccd-shipping-protection__price{font-size:13px;font-weight:600;color:#111}.ccd-toggle{position:relative;width:40px;height:22px;display:inline-block}.ccd-toggle input{opacity:0;width:0;height:0;position:absolute}.ccd-toggle__slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#ccc;transition:.3s;border-radius:22px}.ccd-toggle__slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background:var(--ccd-bg, #fff);transition:.3s;border-radius:50%}.ccd-toggle input:checked+.ccd-toggle__slider{background:#111}.ccd-toggle input:checked+.ccd-toggle__slider:before{transform:translate(18px)}.ccd-toggle--instant{transition:none!important}.ccd-toggle--instant:before{transition:none!important}.ccd-discount-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0}.ccd-discount-row__left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ccd-discount-row__label{font-size:13px;color:#111}.ccd-discount-row__amount{font-size:13px;font-weight:600;color:#111}.ccd-discount-row__promo-name{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#111}.ccd-discount-row__promo-name svg{width:14px;height:14px;fill:#111;flex-shrink:0}.ccd-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:#111;color:#fff;border:1px solid #222;border-radius:8px;font-size:15px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .15s;margin-top:6px}.ccd-checkout-btn:hover{background:#222}.ccd-checkout-btn:active{background:#000}.ccd-checkout-btn svg{width:16px;height:16px;fill:#fff}.ccd-trust{display:flex;align-items:center;justify-content:center;gap:8px;padding:4px 0 2px;font-size:14px;color:#777}.ccd-trust svg{width:18px;height:18px;fill:#6ba4e8}.ccd-trust strong{color:#111;font-weight:700}#CartDrawer.custom-cart-drawer .drawer__cart-empty{color:#888;text-align:center;flex:1;display:flex;align-items:center;justify-content:center}.ccd-gift-label{display:flex;align-items:center;justify-content:space-between}.ccd-gift-item__remove{background:none;border:none;color:#999;cursor:pointer;padding:4px;line-height:0;flex-shrink:0;transition:color .15s}.ccd-gift-item__remove:hover{color:#333}.ccd-gift-item__remove svg{width:14px;height:14px}.ccd-gift-item{transition:opacity .3s ease,max-height .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1),margin .35s cubic-bezier(.4,0,.2,1)}#CartDrawer.custom-cart-drawer .drawer__nav,#CartDrawer.custom-cart-drawer .drawer__cart-items-wrapper{display:none!important}#CartDrawer.custom-cart-drawer .cart__footer:not(.ccd-sticky-footer){display:none!important}#CartDrawer.custom-cart-drawer .cart__item-row,#CartDrawer.custom-cart-drawer .cart__item-sub,#CartDrawer.custom-cart-drawer .cart__discounts{display:none!important}@media(min-width:769px){#CartDrawer.custom-cart-drawer{max-width:440px}}@media(max-width:768px){#CartDrawer.custom-cart-drawer{max-width:var(--ccd-mobile-width, 78%)}#CartDrawer.custom-cart-drawer.drawer--right{right:0;transform:translate(100%)}#CartDrawer.custom-cart-drawer.drawer--is-open{transform:translate(0)!important}#CartDrawer.custom-cart-drawer .drawer__close{display:flex!important;position:static!important;flex-shrink:0!important;margin:0!important;padding:0!important;width:auto!important}#CartDrawer.custom-cart-drawer .drawer__close-button{position:static!important;right:auto!important;left:auto!important;margin:0!important;padding:12px!important;display:flex!important;height:auto!important}.ccd-item__image{width:100px;min-width:100px}.ccd-item{padding:14px 0;gap:12px}.ccd-progress{padding:6px 16px 10px}.ccd-progress__icon{width:36px;height:36px}.ccd-progress__icon svg{width:18px;height:18px}.ccd-progress__milestone{width:36px}.ccd-progress__line{margin-top:18px}.ccd-progress__message{font-size:14px;margin-bottom:8px}.ccd-progress__label{font-size:10px}#CartDrawer.custom-cart-drawer .drawer__header{padding:16px 16px 6px!important}.ccd-sticky-footer{padding:0 16px 8px}.ccd-checkout-btn{padding:13px 20px;font-size:14px}.ccd-gift-item__body .ccd-item__image{width:60px;min-width:60px}}.ccd-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ccdSpin .6s linear infinite}.ccd-item--loading{opacity:.5;pointer-events:none}.ccd-qty__btn--loading svg{display:none}.ccd-qty__btn--loading:after{content:"";display:block;width:12px;height:12px;border:1.5px solid rgba(0,0,0,.15);border-top-color:#333;border-radius:50%;animation:ccdSpin .6s linear infinite}.ccd-checkout-btn--loading{pointer-events:none}.ccd-checkout-btn--loading>svg{display:none}.ccd-checkout-btn--loading:before{content:"";display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ccdSpin .7s linear infinite;vertical-align:middle;flex-shrink:0}@keyframes ccdSpin{to{transform:rotate(360deg)}}.ccd-gift-badge{width:fit-content;display:inline-flex;white-space:nowrap;align-self:flex-end;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#1a7a1a;background:#edf7ed;border-radius:4px;padding:2px 8px;margin-top:4px;line-height:1.4}.ccd-gift-badge svg{width:14px;height:14px;flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/15/assets/custom-cart-drawer.css.map */
