cart-drawer.is-empty .drawer__inner{display:flex;flex-direction:column;overflow:hidden}.drawer__inner-empty{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.drawer__inner{min-width:36rem!important;max-width:100vw!important;width:clamp(36rem,55vw,80rem)!important;box-sizing:border-box}.cd-layout{display:flex;flex-direction:row;height:100%;overflow:hidden;flex:1;min-width:0}.cd-main-panel{display:flex;flex-direction:column;flex:1;min-width:28rem;height:100%;overflow:hidden}.cd-layout--has-sidebar .cd-main-panel{flex:1;min-width:28rem}.cd-sidebar{width:20rem;flex-shrink:0;border-left:.1rem solid rgba(var(--color-foreground),.1);overflow-y:auto;padding:0;display:flex;flex-direction:column}@media screen and (max-width:900px){.cd-sidebar{display:none}.cd-main-panel{min-width:0}.drawer__inner{width:clamp(32rem,95vw,52rem)!important}}.cd-sidebar__header{padding:1.4rem 1.2rem .8rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08);flex-shrink:0;position:sticky;top:0;background:rgb(var(--color-background));z-index:1}.cd-sidebar__title{font-size:1.05rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:rgba(var(--color-foreground),.45)}.cd-sidebar__inner{display:flex;flex-direction:column;gap:0;flex:1;overflow-y:auto;padding:0}.cd-sidebar__empty{font-size:1.2rem;color:rgba(var(--color-foreground),.4);padding:1.5rem 1.2rem;margin:0;text-align:center}@keyframes cd-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.cd-skel{border-radius:.4rem;background:linear-gradient(90deg,rgba(var(--color-foreground),.07) 25%,rgba(var(--color-foreground),.13),rgba(var(--color-foreground),.07) 75%);background-size:200% 100%;animation:cd-shimmer 1.4s infinite}.cd-skel--title{height:1.1rem;width:85%;margin-bottom:.5rem;display:block}.cd-skel--price{height:1rem;width:55%;margin-bottom:.6rem;display:block}.cd-skel--btn{height:3rem;width:100%;border-radius:50px;display:block}.cd-announcement-bar{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.75rem 1.2rem;background:#111;color:#fff;font-size:1.2rem;font-weight:500;letter-spacing:.01em;border-radius:.6rem;margin-bottom:1rem}.cd-announcement-text{flex:1}.cd-countdown{font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1.15rem;color:#ffd666}.cd-shipping-bar{padding:.8rem 0 1rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08);margin-bottom:.5rem}.cd-shipping-bar__text{font-size:1.25rem;margin-bottom:.7rem;color:rgb(var(--color-foreground))}.cd-shipping-bar__unlocked{font-weight:600;color:#1a7f45}.cd-shipping-bar__track{position:relative;height:.6rem;background:rgba(var(--color-foreground),.1);border-radius:100px;overflow:visible}.cd-shipping-bar__fill{height:100%;background:#111;border-radius:100px;transition:width .5s cubic-bezier(.4,0,.2,1);max-width:100%}.cd-shipping-bar__icon{position:absolute;right:-2px;top:50%;transform:translateY(-50%);background:#fff;border-radius:50%;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000002e;color:#111;border:.15rem solid rgba(var(--color-foreground),.12)}cart-drawer-items{overflow-y:auto;flex:1;min-height:0}.cd-items-list{display:flex;flex-direction:column;gap:0}.cd-item{display:grid;grid-template-columns:8rem 1fr;gap:1.2rem;padding:1.4rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cd-item:last-child{border-bottom:none}.cd-item__image{width:8rem;height:8rem;border-radius:.8rem;overflow:hidden;background:rgba(var(--color-foreground),.04);flex-shrink:0}.cd-item__image img{width:100%;height:100%;object-fit:cover;display:block}.cd-item__body{display:flex;flex-direction:column;gap:.4rem;min-width:0}.cd-item__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.cd-item__title{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));text-decoration:none;line-height:1.35;flex:1;min-width:0;word-break:break-word}.cd-item__title:hover{text-decoration:underline}.cd-item__remove{flex-shrink:0;background:none;border:none;cursor:pointer;padding:.2rem;color:rgba(var(--color-foreground),.4);line-height:1;transition:color .18s ease;display:flex;align-items:center}.cd-item__remove:hover{color:rgb(var(--color-foreground))}.cd-item__variant{display:flex;flex-wrap:wrap;gap:.3rem}.cd-item__option{font-size:1.15rem;color:rgba(var(--color-foreground),.6)}.cd-item__selling-plan{font-size:1.15rem;color:rgba(var(--color-foreground),.6);margin:0}.cd-item__price-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.cd-item__prices{display:flex;align-items:center;gap:.5rem}.cd-item__price-final{font-size:1.35rem;font-weight:700;color:rgb(var(--color-foreground))}.cd-item__price-original{font-size:1.2rem;color:rgba(var(--color-foreground),.4);text-decoration:line-through}.cd-item__save-badge{font-size:1.1rem;font-weight:600;color:#1a7f45;background:#e6f5ed;padding:.15rem .5rem;border-radius:100px}.cd-item__qty-row{display:flex;align-items:center;gap:.8rem;margin-top:.2rem}.cd-qty-input{display:flex;align-items:center;border:.15rem solid rgba(var(--color-foreground),.2);border-radius:50px;overflow:hidden;height:3.2rem}.cd-qty-btn{background:none;border:none;width:3rem;height:3.2rem;font-size:1.5rem;line-height:1;cursor:pointer;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;transition:background .15s ease}.cd-qty-btn:hover{background:rgba(var(--color-foreground),.06)}.cd-qty-number{width:3.2rem;text-align:center;border:none;background:none;font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));-moz-appearance:textfield;outline:none}.cd-qty-number::-webkit-outer-spin-button,.cd-qty-number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cd-upsell-carousel{border-top:.1rem solid rgba(var(--color-foreground),.08);padding:1.2rem 0 .8rem;flex-shrink:0}.cd-upsell-carousel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.cd-upsell-carousel__label{font-size:1.2rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}.cd-upsell-carousel__arrows{display:flex;gap:.4rem}.cd-upsell-arrow{background:rgba(var(--color-foreground),.06);border:none;border-radius:50%;width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-foreground));transition:background .18s ease}.cd-upsell-arrow:hover{background:rgba(var(--color-foreground),.12)}.cd-upsell-carousel__track-wrapper{overflow:hidden}.cd-upsell-carousel__track{display:flex;gap:1rem;transition:transform .3s ease}.cd-upsell-card{flex:0 0 13rem;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column}.cd-upsell-card__image{width:100%;height:9rem;background:rgba(var(--color-foreground),.04);overflow:hidden}.cd-upsell-card__image img{width:100%;height:100%;object-fit:cover}.cd-upsell-card__body{padding:.8rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.cd-upsell-card__title{font-size:1.2rem;font-weight:500;margin:0;line-height:1.3;color:rgb(var(--color-foreground))}.cd-upsell-card__prices{display:flex;align-items:center;gap:.4rem}.cd-upsell-card__price{font-size:1.25rem;font-weight:700;color:rgb(var(--color-foreground))}.cd-upsell-card__compare{font-size:1.1rem;color:rgba(var(--color-foreground),.4);text-decoration:line-through}.cd-upsell-card__save{font-size:1.05rem;font-weight:600;color:#1a7f45}.cd-upsell-card__add-btn{margin-top:auto;width:100%;padding:.6rem .8rem;background:#111;color:#fff;border:none;border-radius:50px;font-size:1.15rem;font-weight:500;cursor:pointer;transition:opacity .18s ease}.cd-upsell-card__add-btn:hover{opacity:.82}.cd-protect{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;background:rgba(var(--color-foreground),.03);border:.1rem solid rgba(var(--color-foreground),.1);border-radius:.8rem;margin-bottom:.5rem}.cd-protect__left{display:flex;align-items:center;gap:.8rem;flex:1;min-width:0}.cd-protect__icon{flex-shrink:0}.cd-protect__info{display:flex;flex-direction:column;gap:.15rem}.cd-protect__title{font-size:1.25rem;font-weight:600;color:rgb(var(--color-foreground))}.cd-protect__subtitle{font-size:1.1rem;color:rgba(var(--color-foreground),.55);line-height:1.35}.cd-protect__right{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.cd-protect__price{font-size:1.25rem;font-weight:700;color:rgb(var(--color-foreground))}.cd-protect__toggle{position:relative;display:inline-block;width:3.8rem;height:2.2rem;cursor:pointer}.cd-protect__toggle-input{opacity:0;width:0;height:0;position:absolute}.cd-protect__toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.15);border-radius:100px;transition:background .2s ease}.cd-protect__toggle-slider:before{content:"";position:absolute;width:1.6rem;height:1.6rem;left:.3rem;top:.3rem;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0003}.cd-protect__toggle-input:checked+.cd-protect__toggle-slider{background:#111}.cd-protect__toggle-input:checked+.cd-protect__toggle-slider:before{transform:translate(1.6rem)}.cd-ctas{margin-top:1rem}.cd-checkout-btn{display:block;width:100%;padding:1.4rem 2rem;background:#111;color:#fff;border:none;border-radius:50px;font-size:1.45rem;font-weight:600;letter-spacing:.01em;cursor:pointer;text-align:center;transition:opacity .2s ease,transform .15s ease}.cd-checkout-btn:hover{opacity:.88;transform:translateY(-1px)}.cd-checkout-btn:active{transform:translateY(0)}.cd-payment-icons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.2rem;padding-bottom:.5rem}.cd-payment-icon{height:2.2rem;width:auto;border-radius:.3rem;opacity:.7}.cd-sidebar-card{display:flex;flex-direction:column;padding:1.2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.07);transition:background .15s ease}.cd-sidebar-card:hover{background:rgba(var(--color-foreground),.025)}.cd-sidebar-card--skeleton{pointer-events:none}.cd-sidebar-card__image{display:block;width:100%;aspect-ratio:1 / 1;background:rgba(var(--color-foreground),.04);border-radius:.8rem;overflow:hidden;margin-bottom:.9rem;text-decoration:none}.cd-sidebar-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.cd-sidebar-card:hover .cd-sidebar-card__image img{transform:scale(1.04)}.cd-sidebar-card__no-img{width:100%;height:100%;background:rgba(var(--color-foreground),.06)}.cd-sidebar-card__body{display:flex;flex-direction:column;gap:.5rem}.cd-sidebar-card__title{font-size:1.25rem;font-weight:600;margin:0;line-height:1.35;color:rgb(var(--color-foreground));text-decoration:none}.cd-sidebar-card__title:hover{text-decoration:underline}.cd-sidebar-card__prices{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.cd-sidebar-card__price{font-size:1.3rem;font-weight:700;color:rgb(var(--color-foreground))}.cd-sidebar-card__compare{font-size:1.15rem;color:rgba(var(--color-foreground),.4);text-decoration:line-through}.cd-sidebar-card__save{display:inline-block;font-size:1.05rem;font-weight:700;color:#1a7f45;background:#e6f5ed;padding:.2rem .65rem;border-radius:100px}.cd-sidebar-card__select-wrap{position:relative}.cd-sidebar-card__select{width:100%;padding:.5rem 2.4rem .5rem .8rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.5rem;font-size:1.15rem;color:rgb(var(--color-foreground));background:transparent;-webkit-appearance:none;appearance:none;cursor:pointer}.cd-sidebar-card__select-wrap:after{content:"";position:absolute;right:.8rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:.4rem solid transparent;border-right:.4rem solid transparent;border-top:.5rem solid rgba(var(--color-foreground),.5);pointer-events:none}.cd-sidebar-card__btn{margin-top:.4rem;width:100%;padding:.85rem 1rem;background:#3a8c3f;color:#fff;border:none;border-radius:50px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:background .18s ease,transform .15s ease;letter-spacing:.01em}.cd-sidebar-card__btn:hover:not(:disabled){background:#2d6e31;transform:translateY(-1px)}.cd-sidebar-card__btn:active:not(:disabled){transform:translateY(0)}.cd-sidebar-card__btn:disabled{opacity:.65;cursor:not-allowed}.cd-sidebar-card__btn--added{background:#1a7f45!important}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.25);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track{background:transparent}.cd-sidebar::-webkit-scrollbar{width:3px}.cd-sidebar::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.2);border-radius:100px}.cart-item__error{display:flex;align-items:center;gap:.4rem;margin-top:.4rem}.cart-item__error-text{font-size:1.15rem;color:#c0392b}.cd-item__qty-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.4rem}.cd-item__remove--trash{flex-shrink:0;background:none;border:.15rem solid rgba(var(--color-foreground),.18);border-radius:50%;width:3.2rem;height:3.2rem;cursor:pointer;color:rgba(var(--color-foreground),.45);display:flex;align-items:center;justify-content:center;transition:color .18s ease,border-color .18s ease,background .18s ease;padding:0}.cd-item__remove--trash:hover{color:#c0392b;border-color:#c0392b;background:#c0392b0f}.cart-item__error{display:flex;align-items:center;gap:.4rem;margin-top:.4rem;width:100%}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-drawer.css.map */
