#CartDrawer{display:flex;flex-direction:column;height:100%}.cart-drawer-panel{width:min(100%,26.25rem)}.cart-drawer{position:relative;display:flex;flex-direction:column;height:100%;background:#fff}.cart-drawer__loading-bar{position:absolute;top:0;left:0;right:0;height:.1875rem;overflow:hidden;background:transparent;pointer-events:none;opacity:0;transition:opacity .18s ease;z-index:2}.cart-drawer__loading-bar-fill{display:block;width:35%;height:100%;border-radius:999px;background:linear-gradient(90deg,#ffc10500,#ffc105,#ffc10500);transform:translate(-120%)}.cart-drawer.is-loading .cart-drawer__loading-bar{opacity:1}.cart-drawer.is-loading .cart-drawer__loading-bar-fill{animation:cartDrawerLoading .9s ease-in-out infinite}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.cart-drawer__title-group{display:inline-flex;align-items:center;gap:.5rem}.cart-drawer__title-icon{color:#1f2d4d}.cart-drawer__title{color:#1f2d4d;font-size:1rem;font-weight:700;line-height:1.2}.cart-drawer__count{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:999px;background:#ffc105;color:#1f242e;font-size:.625rem;font-weight:700;line-height:1}.cart-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:.5rem;background:transparent;color:#667085}.cart-drawer__close:hover{background:#f2f4f7;color:#1f2d4d}.cart-drawer__shipping{padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#f2f4f7b3}.cart-drawer__shipping--success .cart-drawer__shipping-copy{color:#34c759;font-weight:600}.cart-drawer__shipping--success .cart-drawer__shipping-copy strong{color:#34c759}.cart-drawer__shipping-copy{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#667085;font-size:.75rem;line-height:1.4}.cart-drawer__shipping-copy strong{color:#1f2d4d;font-weight:700}.cart-drawer__shipping-bar{height:.375rem;overflow:hidden;border-radius:999px;background:#e5e7eb}.cart-drawer__shipping-bar span{display:block;height:100%;width:0;border-radius:999px;background:#ffc105;transition:width .65s cubic-bezier(.22,1,.36,1);will-change:width}.cart-drawer__shipping--success .cart-drawer__shipping-bar span{background:#34c759}.cart-drawer__body{flex:1;overflow-y:auto}.cart-drawer__empty,.cart-drawer__filled{padding:1.25rem}.cart-drawer__empty-state{margin-bottom:1.5rem;text-align:center}.cart-drawer__empty-icon{margin:0 auto .75rem;color:#98a2b359}.cart-drawer__empty-icon svg{width:40px;height:40px}.cart-drawer__empty-title{margin-bottom:.25rem;color:#1f2d4d;font-size:.875rem;font-weight:600}.cart-drawer__empty-text{color:#667085;font-size:.75rem;line-height:1.4}.cart-drawer__eyebrow{display:flex;align-items:center;gap:.375rem;margin-bottom:.75rem;color:#667085;font-size:.6875rem;font-weight:700;letter-spacing:.18em;line-height:1.2;text-transform:uppercase}.cart-drawer__recommended-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.cart-drawer__lines{display:grid;gap:.75rem}.cart-line{display:grid;grid-template-columns:4rem minmax(0,1fr);gap:.75rem;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.cart-line__image{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;overflow:hidden;border-radius:.75rem;background:#f2f4f7}.cart-line__image picture,.cart-line__image img{width:100%;height:100%}.cart-line__image img{-o-object-fit:cover;object-fit:cover}.cart-line__placeholder{width:100%;height:100%;padding:.75rem;color:#98a2b373}.cart-line__body{display:flex;flex-direction:column;gap:.625rem;min-width:0}.cart-line__top,.cart-line__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.cart-line__copy{min-width:0}.cart-line__title{display:-webkit-box;overflow:hidden;color:#1f2d4d;font-size:.75rem;font-weight:600;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-line__meta{margin-top:.2rem;color:#98a2b3;font-size:.6875rem;line-height:1.35}.cart-line__remove{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:0;border-radius:.375rem;background:transparent;color:#98a2b3}.cart-line__remove:hover{background:#f2f4f7;color:#1f2d4d}.cart-line__quantity{display:inline-flex;align-items:center;min-height:2rem;border:1px solid #d0d5dd;border-radius:.75rem;overflow:hidden;background:#fff}.cart-line__quantity button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;background:transparent;color:#1f2d4d;transition:background .18s ease,color .18s ease,opacity .18s ease}.cart-line__quantity button:hover{background:#f8fafc}.cart-line__quantity button[data-cart-qty-min=true]{opacity:.55}.cart-line__quantity-value{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .125rem;text-align:center;color:#1f2d4d;font-size:.8125rem;font-weight:700;line-height:1}.cart-line__price{color:#1f2d4d;font-size:.875rem;font-weight:700;line-height:1.2}.cart-drawer__upsell{padding-top:1rem}.cart-drawer__upsell-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.cart-drawer__upsell-header .cart-drawer__eyebrow{margin-bottom:0}.cart-drawer__upsell-controls{display:inline-flex;gap:.25rem}.cart-drawer__upsell-arrow{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#667085}.cart-drawer__upsell-track{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.cart-drawer__upsell-track::-webkit-scrollbar{display:none}.cart-mini-card{overflow:hidden;border:1px solid #e5e7eb;border-radius:.75rem;background:#fff}.cart-mini-card--drawer-upsell{flex:0 0 8.75rem;width:8.75rem}.cart-mini-card__media{display:flex;align-items:center;justify-content:center;width:100%;height:6rem;overflow:hidden;background:#f2f4f7}.cart-mini-card__media picture,.cart-mini-card__media img{width:100%;height:100%}.cart-mini-card__media img{-o-object-fit:cover;object-fit:cover}.cart-mini-card__placeholder{width:100%;height:100%;padding:1rem;color:#98a2b373}.cart-mini-card__body{display:flex;flex-direction:column;gap:.5rem;padding:.625rem}.cart-mini-card__title{display:-webkit-box;overflow:hidden;min-height:2rem;color:#1f2d4d;font-size:.625rem;font-weight:500;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-mini-card__price-row{display:flex;align-items:center;gap:.25rem}.cart-mini-card__price{color:#1f2d4d;font-size:.75rem;font-weight:700;line-height:1}.cart-mini-card__price--sale{color:#f24848}.cart-mini-card__compare{color:#98a2b3;font-size:.625rem;line-height:1;text-decoration:line-through}.cart-mini-card__button{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;width:100%;padding:.375rem .5rem;border:0;border-radius:.5rem;background:#ffc105;color:#1f242e;font-size:.625rem;font-weight:600;line-height:1.2}.cart-drawer__footer{padding:1rem 1.25rem;border-top:1px solid #e5e7eb;background:#fff}.cart-drawer__footer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.cart-drawer__footer-tab{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-height:2rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#667085;font-size:.625rem;font-weight:500;line-height:1.2}.cart-drawer__footer-tab.is-active{border-color:#ffc105;background:#ffc1050f;color:#1f2d4d}.cart-drawer__footer-panel{margin-top:.5rem}.cart-drawer__discount-row{display:flex;gap:.5rem}.cart-drawer__discount-input,.cart-drawer__note{width:100%;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#1f2d4d;font-size:.75rem;line-height:1.4}.cart-drawer__discount-input{height:2rem;padding:0 .75rem}.cart-drawer__note{min-height:4rem;padding:.625rem .75rem;resize:none}.cart-drawer__discount-button{display:inline-flex;align-items:center;justify-content:center;min-width:4.5rem;padding:0 .875rem;border:0;border-radius:.5rem;background:#1f242e;color:#fff;font-size:.625rem;font-weight:600;line-height:1.2}.cart-drawer__footer-panel .cart-drawer__discount-button{height:2rem;margin-top:.5rem}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.75rem;margin-bottom:.75rem}.cart-drawer__subtotal span{color:#667085;font-size:.875rem;font-weight:500}.cart-drawer__subtotal strong{color:#1f2d4d;font-size:1.125rem;font-weight:700}.cart-drawer__checkout{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:3rem;border:0;border-radius:.75rem;background:#ffc105;color:#1f242e;font-size:.875rem;font-weight:700;line-height:1.2}.cart-drawer__tax-note{margin-top:.5rem;color:#98a2b3;font-size:.625rem;line-height:1.4;text-align:center}@keyframes cartDrawerLoading{0%{transform:translate(-120%)}to{transform:translate(320%)}}
