.ccd-drawer,.ccd-drawer *,.ccd-drawer *:before,.ccd-drawer *:after{box-sizing:border-box;margin:0;padding:0}.ccd-drawer{font-family:Open Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.ccd-open{overflow:hidden}.ccd-hidden{display:none!important}.ccd-body:has([data-free-gift]) .ccd-gifts{display:none}custom-cart-drawer:not([data-gift-eligible]) .ccd-gifts__card{opacity:.45;pointer-events:none;filter:grayscale(80%)}custom-cart-drawer[data-gift-eligible] .ccd-gifts__locked-badge{display:none}custom-cart-drawer:not([data-gift-eligible]) .ccd-gifts__card-add{display:none}custom-cart-drawer[data-gift-eligible] .ccd-gifts__subtitle--locked{display:none}custom-cart-drawer:not([data-gift-eligible]) .ccd-gifts__subtitle--unlocked{display:none}.ccd-upsells:not(:has(.ccd-upsell-card)){display:none}.ccd-drawer .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ccd-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;z-index:998;pointer-events:none;transition:opacity .249s ease}.ccd-backdrop.is-visible{opacity:.4;pointer-events:auto}.ccd-drawer{position:fixed;top:0;right:0;width:440px;height:100vh;height:100dvh;background:#fff9f2;z-index:999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .249s ease;contain:layout style paint}.ccd-drawer.is-open{transform:translate(0)}@media(max-width:480px){.ccd-drawer{width:100vw}}.ccd-header{padding:30px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid rgba(0,0,0,.1);background:transparent}@media(max-width:480px){.ccd-header{padding:20px}}.ccd-header__title{font-size:18.72px;font-weight:700;color:#2f2f2f;letter-spacing:.16px;line-height:1.3}.ccd-header__close{width:30px;height:30px;background:#0000000c;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .15s ease;color:#637381;padding:0}.ccd-header__close:hover{background-color:#00000014}.ccd-header__close svg{width:33%;height:33%;fill:#637381}.ccd-body{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#fff9f2;display:flex;flex-direction:column}.ccd-rewards{padding:18px 30px 36px}.ccd-rewards__message{text-align:center;font-size:16px;font-weight:400;color:#000;margin-bottom:16px;line-height:1.4}.ccd-rewards__message strong{font-weight:700}.ccd-body:has(.ccd-footer__discounts) .ccd-rewards__message{display:none}.ccd-progress{display:flex;align-items:center;gap:0;padding:0 15px;position:relative}.ccd-progress__segment{position:relative;flex:1;height:8px;background:#e2e2e2;overflow:visible}.ccd-progress__segment:first-child{border-radius:4px 0 0 4px}.ccd-progress__segment:last-child{border-radius:0 4px 4px 0}.ccd-progress__track{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit}.ccd-progress__fill{position:absolute;top:0;left:0;height:100%;background:#2f2f2f;border-radius:inherit;transition:width .5s cubic-bezier(.4,0,.2,1)}.ccd-milestone{position:absolute;right:-15px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;z-index:2}.ccd-milestone__icon{width:30px;height:30px;border-radius:50%;background:#e2e2e2;display:flex;align-items:center;justify-content:center;transition:background-color .4s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.ccd-milestone.is-just-unlocked .ccd-milestone__icon{animation:ccd-milestone-pop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes ccd-milestone-pop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.ccd-milestone__icon svg{width:20px;height:20px;fill:#2f2f2f;transition:fill .4s cubic-bezier(.4,0,.2,1)}.ccd-milestone.is-unlocked .ccd-milestone__icon{background:#2f2f2f}.ccd-milestone.is-unlocked .ccd-milestone__icon svg{fill:#fff9f2}.ccd-milestone__label{position:absolute;top:100%;margin-top:6px;font-size:10px;font-weight:400;color:#000;text-align:center;white-space:nowrap}.ccd-items{list-style:none}.ccd-item{display:flex;gap:16px;padding:20px 30px;border-bottom:1px solid rgba(0,0,0,.1);position:relative}.ccd-item--loading .ccd-item__quantity:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9f273;pointer-events:none}.ccd-body--loading{opacity:.5;pointer-events:none;transition:opacity .15s ease}.ccd-item__image{width:88px;height:88px;flex-shrink:0;overflow:hidden}.ccd-item__image a{display:block;width:100%;height:100%}.ccd-item__image img{width:100%;height:100%;object-fit:cover}.ccd-item__info{flex:1;min-width:0}.ccd-item__heading{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.ccd-item__title-col{flex:1;min-width:0}.ccd-item__title{font-size:15px;font-weight:700;color:#2f2f2f;line-height:1.3;text-decoration:none;display:block}.ccd-item__variant{font-size:16px;font-weight:400;color:#000;margin-top:2px}.ccd-bundle{margin-top:4px}.ccd-bundle__toggle{display:inline-flex;align-items:center;gap:2px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:400;color:#2f2f2f;padding:0;font-family:Open Sans,sans-serif}.ccd-bundle__toggle svg{width:20px;height:20px;fill:#2f2f2f;transition:transform .2s ease}.ccd-bundle__toggle.is-expanded svg{transform:rotate(180deg)}.ccd-bundle__items{padding:6px 0 0}.ccd-bundle__component{font-size:13px;font-weight:400;color:#2f2f2f;opacity:.65;line-height:1.4}.ccd-item__bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.ccd-item__quantity{display:inline-flex;align-items:center;position:relative}.ccd-item__qty-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #DDD;cursor:pointer;color:#2f2f2f;transition:background-color .15s ease;padding:0}.ccd-item__qty-btn:hover{background-color:#f5f5f5}.ccd-item__qty-btn svg{width:14px;height:14px;fill:#2f2f2f}.ccd-item__qty-btn--minus{border-radius:100px 0 0 100px}.ccd-item__qty-btn--plus{border-radius:0 100px 100px 0}.ccd-item__qty-input{width:40px;height:30px;text-align:center;border:1px solid #DDD;border-left:none;border-right:none;font-size:14px;font-family:Open Sans,sans-serif;color:#2f2f2f;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ccd-item__qty-input::-webkit-outer-spin-button,.ccd-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ccd-item__price-col{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:2px}.ccd-item__delete{background:none;border:none;cursor:pointer;padding:4px;color:#8f8f8f;transition:color .15s ease;display:flex;align-items:center;justify-content:center}.ccd-item__delete:hover{color:#2f2f2f}.ccd-item__delete svg{width:15px;height:15px}.ccd-item__price{font-size:15px;font-weight:500;color:#2f2f2f}.ccd-item__compare-price{font-size:13px;font-weight:400;color:#2f2f2f;opacity:.4;text-decoration:line-through}.ccd-item__price--free{color:#2e7d32;font-weight:700}.ccd-item__savings{font-size:13px;font-weight:600;color:#2ea818}.ccd-gifts{padding:16px 20px;border-top:1px solid rgba(0,0,0,.06)}.ccd-gifts__header{text-align:center;margin-bottom:12px}.ccd-gifts__subtitle{font-size:13px;font-weight:400;color:#2f2f2f;opacity:.65;margin:0 0 10px}.ccd-gifts__grid{display:flex;gap:10px 16px}.ccd-gifts__card{display:flex;flex-direction:row;flex-wrap:nowrap;flex:1;padding:0;background:#fff9f2;transition:opacity .3s ease,filter .3s ease}.ccd-gifts__card-image{width:90px;height:90px;flex-shrink:0}.ccd-gifts__card-image a{display:block}.ccd-gifts__card-image img{width:90px;height:90px;object-fit:fill}.ccd-gifts__card-info{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px;margin-left:12px}.ccd-gifts__card-original{font-size:13px;font-weight:400;color:#2f2f2f;text-decoration:line-through;opacity:.5}.ccd-gifts__card-free{font-size:13px;font-weight:700;color:#2e7d32;margin-top:4px}.ccd-gifts__card-add{margin-top:4px}.ccd-gifts__locked-badge{display:inline-block;font-size:12px;font-weight:600;color:#2f2f2f;opacity:.7;border:1px dashed rgba(0,0,0,.2);border-radius:4px;padding:6px 14px;margin-top:4px}.ccd-btn{display:inline-flex;align-items:center;justify-content:center;background:#2f2f2f;color:#fff9f2;border:none;border-radius:100px;padding:7px 16px;font-size:14px;font-weight:600;font-family:Open Sans,sans-serif;cursor:pointer;transition:opacity .15s ease;text-decoration:none}.ccd-btn:hover{opacity:.85}.ccd-btn:disabled{opacity:.6;cursor:wait}.ccd-btn--full{width:100%;padding:14px;font-size:15px}.ccd-btn--add{flex:1;height:36px}.ccd-upsells{background:#fff9f2;padding:20px 20px 0;border-top:1px solid rgba(0,0,0,.06);margin-top:auto}.ccd-upsells__title{text-align:center;font-size:15px;font-weight:700;color:#2f2f2f;margin-bottom:16px}.ccd-upsells__title p{margin:0}.ccd-upsells__products{padding:0 15px 15px}.ccd-upsell-card{display:flex;align-items:flex-start;gap:16px;background:#fff9f2}.ccd-upsell-card__image{width:90px;height:90px;flex-shrink:0}.ccd-upsell-card__image a{display:block}.ccd-upsell-card__image img{width:100%;height:100%;object-fit:contain}.ccd-upsell-card__info{flex:1}.ccd-upsell-card__name{font-size:15px;font-weight:700;color:#2f2f2f;margin-bottom:4px;text-decoration:none;display:block}.ccd-upsell-card__price{font-size:15px;font-weight:500;color:#2f2f2f;margin-bottom:10px}.ccd-upsell-card__action-row{display:flex;align-items:center;gap:10px;margin-top:10px}.ccd-upsell-card__variant-wrap{position:relative;display:inline-block;flex-shrink:0}.ccd-upsell-card__variant-select{appearance:none;-webkit-appearance:none;background:transparent;border:1px solid rgba(0,0,0,.15);border-radius:6px;padding:6px 28px 6px 10px;font-size:13px;font-family:Open Sans,sans-serif;color:#2f2f2f;cursor:pointer;min-width:80px}.ccd-upsell-card__select-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none}.ccd-footer{background:#fff9f2;padding:23px;flex-shrink:0}.ccd-footer__discounts{margin-bottom:12px}.ccd-footer__discount-row{display:flex;justify-content:space-between;align-items:flex-start}.ccd-footer__discount-left{display:flex;flex-direction:column;gap:4px}.ccd-footer__discount-label{font-size:14px;font-weight:400;color:#2f2f2f}.ccd-footer__discount-badges{display:flex;flex-direction:column;gap:4px}.ccd-footer__discount-badge{display:inline-flex;align-items:center;gap:4px;background:#2f2f2f;border-radius:4px;padding:2px 8px}.ccd-footer__discount-badge-icon{width:14px;height:14px;fill:#fff9f2;flex-shrink:0}.ccd-footer__discount-badge-text{font-size:12px;font-weight:600;color:#fff9f2}.ccd-footer__discount-amount{font-size:14px;font-weight:400;color:#2f2f2f}.ccd-footer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ccd-footer__subtotal-label,.ccd-footer__subtotal-amount{font-size:20px;font-weight:400;color:#2f2f2f}.ccd-footer__checkout{width:100%}.ccd-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;overflow-y:auto;background:#fff9f2}.ccd-empty__promo{padding:20px;text-align:center;width:100%}.ccd-empty__title{font-size:28.8px;font-weight:600;margin:0 0 8px;color:#2f2f2f;font-family:Annie Use Your Telescope,cursive}.ccd-empty__products{display:flex;flex-direction:column;gap:12px;padding-top:32px}.ccd-empty__product{display:flex;flex-wrap:nowrap;padding:15px;background:#fff9f2;text-align:left}.ccd-empty__product-image-wrap{flex-shrink:0}.ccd-empty__product-image{width:90px;height:90px;object-fit:fill}.ccd-empty__product-info{flex:1;display:flex;flex-direction:column;gap:4px;margin-left:12px}.ccd-empty__product-title{font-size:14px;font-weight:600;text-decoration:none;color:#2f2f2f}.ccd-empty__product-price{font-size:14px;color:#2f2f2f}.ccd-empty__product-add{margin-top:8px;padding:7px 16px;font-size:14px;font-weight:600}.ccd-empty__product-add:hover{opacity:.85}.ccd-empty__product-add:disabled{opacity:.6;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/46/assets/custom-cart-drawer.css.map */
