cart-drawer{display:none}cart-drawer.active{display:block}#CartDrawer-Overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:9998;opacity:0;pointer-events:none;transition:opacity .35s ease;cursor:pointer}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:#fff;z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow:hidden}cart-drawer.animate .cart-drawer{transform:translate(0)}.drawer__inner{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 1.5rem;border-bottom:1px solid #ececec;flex-shrink:0}.drawer__heading{font-size:1.8rem;font-weight:700;margin:0;color:var(--color-navy);text-transform:lowercase}.drawer__close{background:none;border:none;cursor:pointer;padding:.4rem;display:flex;align-items:center;color:var(--color-navy)}.drawer__close svg,.drawer__close .svg-wrapper{width:1.8rem;height:1.8rem;display:block}.drawer__inner-empty{display:none;flex:1;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}cart-drawer.is-empty .drawer__inner-empty{display:flex;flex-direction:column;gap:1.5rem}cart-drawer.is-empty .drawer__header,cart-drawer.is-empty .cart-drawer__progress-bar-container,cart-drawer.is-empty .cart-drawer__announcement-wrapper,cart-drawer.is-empty cart-drawer-items,cart-drawer.is-empty .cart-drawer__footer{display:none}.cart-drawer__empty-content h2{font-size:2rem;font-weight:700;color:var(--color-navy);text-transform:lowercase;margin:0 0 2rem}.cart-drawer__empty-content .button{display:inline-block;padding:1.4rem 3rem;border-radius:50px;background:var(--color-navy);color:#fff;text-decoration:none;font-weight:700;font-size:1.4rem}cart-drawer-items{flex:1;overflow-y:auto;overflow-x:hidden;display:block;overscroll-behavior:contain}cart-drawer-items::-webkit-scrollbar{width:4px}cart-drawer-items::-webkit-scrollbar-track{background:transparent}cart-drawer-items::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.drawer__contents{padding-bottom:1rem}.cart__items--disabled{pointer-events:none;opacity:.5}.cart-drawer__progress-bar-container{padding:1.4rem 2rem 1rem;flex-shrink:0}.pb-goals-list{list-style:none;margin:0 0 1.1rem;padding:0;display:flex;flex-direction:column;gap:.55rem}.pb-goals-list__item{display:flex;align-items:center;gap:.6rem;font-size:1.25rem;color:#999;line-height:1.3}.pb-goals-list__item--reached{color:var(--color-navy)}.pb-goals-list__icon{flex-shrink:0;display:flex;align-items:center;width:14px;height:14px}.pb-goals-list__text strong{font-weight:700}.pb-bar-wrapper{position:relative;padding:5px 0}.pb-bar{background:#ebebeb;border-radius:20px;height:8px;overflow:hidden}.pb-bar .pb-bar__fill{display:block;height:100%;border-radius:20px;background:#002d72;width:0%;transition:width .8s ease}.pb-bar__markers{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.pb-bar__marker{display:block;position:absolute;top:50%;transform:translate(-50%,-50%);width:13px;height:13px;border-radius:50%;background:#fff;border:2px solid #ccc;transition:border-color .4s,background .4s}.pb-bar__marker--reached{background:#002d72;border-color:#002d72}@keyframes pb-celebrate{0%{transform:scale(.97);opacity:0}60%{transform:scale(1.03)}to{transform:scale(1);opacity:1}}.pb-goals-list__item--reached{animation:pb-celebrate .4s ease}.cart-drawer__announcement-wrapper{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:var(--color-navy);color:#fff;flex-shrink:0;margin-bottom:.5rem}.announcement-nav{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:#fff;width:18px;height:18px;flex-shrink:0;opacity:.8}.announcement-nav:hover{opacity:1}.announcement-nav--prev svg{transform:rotate(180deg)}.cart-drawer__announcement-slider{flex:1;overflow:hidden;position:relative;min-height:2.2rem;display:flex;align-items:center;justify-content:center}.announcement-slides{position:relative;width:100%;min-height:2rem}.announcement-slide{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);opacity:0;visibility:hidden;transition:opacity .45s ease-in-out,visibility .45s ease-in-out;text-align:center}.announcement-slide.active{position:relative;opacity:1;visibility:visible;transform:translateY(0)}.announcement-slide p{margin:0;font-size:1.2rem;line-height:1.4;font-weight:500;color:#fff;text-align:center}.cart-items-custom{padding:1.5rem 2rem 0}.cart-item-custom-wrapper{display:flex;gap:1.2rem;padding:1.2rem;border:1px solid #ececec;border-radius:20px;margin-bottom:1.2rem;background:#fff}.cart-item-custom-image{width:80px;height:80px;border-radius:16px;overflow:hidden;flex-shrink:0;border:1px solid #ececec}.cart-item-custom-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-custom-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.cart-item-custom-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cart-item-name-wrapper{display:flex;align-items:flex-start;gap:.6rem;flex:1;min-width:0}.cart-item-name-group{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:0}.cart-item-custom-name{font-size:1.3rem;font-weight:700;text-decoration:none;color:var(--color-navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:lowercase}.cart-item-variant{font-size:1.1rem;color:#888}.cart-item-badge{width:7px;height:7px;border-radius:50%;background:var(--color-strong-orange, #FF5C39);flex-shrink:0;margin-top:.4rem}.cart-remove-button-custom{background:none;border:none;padding:0;cursor:pointer;color:#bbb;display:flex;flex-shrink:0}.cart-remove-button-custom:hover{color:var(--color-navy)}.cart-remove-button-custom svg,.cart-remove-button-custom .svg-wrapper{width:1.6rem;height:1.6rem;display:block}.cart-item-custom-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.8rem}.cart-quantity-custom{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:50px;padding:.2rem;background:#fff;gap:.2rem}.cart-quantity-custom:after,.cart-quantity-custom:before{display:none}.quantity__button--custom{background:transparent;border:none;width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background-color .2s;padding:0;flex-shrink:0}.quantity__button--custom:hover{background:#f5f5f5}.quantity__button--custom svg,.quantity__button--custom .svg-wrapper{width:1.3rem;height:1.3rem;display:block}.quantity__input--custom{border:none;text-align:center;font-size:1.4rem;font-weight:400;width:2.8rem;padding:0;background:transparent;-moz-appearance:textfield;color:var(--color-navy)}.quantity__input--custom::-webkit-outer-spin-button,.quantity__input--custom::-webkit-inner-spin-button{-webkit-appearance:none}.quantity__input--custom:focus{outline:none}.cart-item-custom-price{display:flex;flex-direction:column;align-items:flex-end}.cart-item-old-price{font-size:1.1rem;color:#b9b9b9;text-decoration:line-through}.cart-item-final-price{font-size:1.4rem;font-weight:700;color:var(--color-navy)}.cart-drawer__cross-selling{padding:1.2rem 0 1rem;border-top:1px solid #f0f0f0;margin-top:.5rem}.cross-selling__title{font-size:1.4rem;font-weight:700;color:var(--color-navy);margin:0 0 1rem;text-transform:lowercase;padding:0 2rem}.cross-selling__slider-wrapper{margin:0 2rem}.cross-selling__slider{position:relative}.cross-selling__item{position:absolute;top:0;left:0;width:100%;display:flex;align-items:center;gap:1.2rem;padding:1.2rem;border:1px solid #ececec;border-radius:16px;background:#fff;opacity:0;pointer-events:none;transition:opacity .45s ease}.cross-selling__item.is-active{opacity:1;pointer-events:auto}.cross-selling__item-image{width:64px;height:64px;border-radius:12px;overflow:hidden;flex-shrink:0;border:1px solid #f0f0f0}.cross-selling__item-image img{width:100%;height:100%;object-fit:cover;display:block}.cross-selling__item-info{flex:1;min-width:0}.cross-selling__item-name{font-size:1.2rem;font-weight:600;margin:0 0 .3rem;color:var(--color-navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:lowercase;line-height:1.3}.cross-selling__item-price{font-size:1.2rem;font-weight:700;margin:0;color:var(--color-navy)}.cross-selling__add-btn{background:var(--color-navy);color:#fff;border:none;padding:.8rem 1.4rem;border-radius:50px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:opacity .2s;flex-shrink:0;white-space:nowrap}.cross-selling__add-btn:hover{opacity:.85}.cross-selling__add-btn:disabled{opacity:.5;cursor:not-allowed}.cart-drawer__footer{border-top:1px solid #ececec;flex-shrink:0}.cart-drawer__footer-custom{display:flex;flex-direction:column;gap:.8rem;padding:1.5rem 2rem}.cart-drawer__shipping{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;color:#666}.shipping-calculate{font-weight:600;color:#999;font-size:1.1rem;letter-spacing:.02em}.totals-custom{display:flex;justify-content:space-between;align-items:center;font-size:1.6rem;font-weight:700;color:var(--color-navy);padding:1rem 0;border-top:1px solid #ececec}.cart__checkout-button{width:100%;border-radius:50px;font-weight:700;font-size:1.6rem;padding:1.5rem 2rem;border:none;background:var(--color-navy);color:#fff;cursor:pointer;transition:opacity .2s;text-transform:lowercase}.cart__checkout-button:hover{opacity:.9}.button--continue-shopping{background:none;border:none;text-decoration:none;cursor:pointer;text-align:center;font-size:1.3rem;font-weight:600;color:#888;padding:.5rem;display:block;width:100%;transition:color .2s;text-transform:lowercase}.button--continue-shopping:hover{color:var(--color-navy);text-decoration:underline}.cart-goal-toast{position:fixed;bottom:24px;right:24px;z-index:99999;background:#fff;border-radius:14px;box-shadow:0 8px 32px #00000021,0 2px 8px #00000012;padding:16px 20px 16px 16px;display:flex;align-items:center;gap:12px;max-width:320px;min-width:240px;border-left:4px solid var(--color-navy);pointer-events:none;transform:translateY(120%);opacity:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.cart-goal-toast.cart-goal-toast--visible{transform:translateY(0);opacity:1;pointer-events:auto}.cart-goal-toast__icon{font-size:26px;flex-shrink:0}.cart-goal-toast__body{display:flex;flex-direction:column;gap:2px;flex:1}.cart-goal-toast__title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-navy)}.cart-goal-toast__message{font-size:1.3rem;line-height:1.4;color:#333}.cart-goal-toast__close{position:absolute;top:8px;right:10px;background:none;border:none;cursor:pointer;font-size:14px;color:#999;padding:0;line-height:1}@media(max-width:480px){.cart-goal-toast{left:16px;right:16px;bottom:16px;max-width:none}}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0,0,0,0);word-wrap:normal!important}
/*# sourceMappingURL=/cdn/shop/t/40/assets/component-cart-drawer.css.map */
