.custom-header__cart-drawer{position:fixed;top:0;height:100vh;height:100dvh;background:var(--color-bg-primary);z-index:var(--z-drawer);box-shadow:var(--shadow-lg);transition:transform var(--transition-bounce);display:flex;flex-direction:column;right:0;width:var(--drawer-width);max-width:100vw;transform:translate(100%);overflow-x:hidden}.custom-header__cart-drawer.open{transform:translate(0)}.custom-header__cart-drawer .custom-header__drawer-header{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border-light);background:var(--color-bg-primary);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.custom-header__cart-drawer .custom-header__drawer-header h2{font-size:var(--font-size-lg);font-weight:500;color:var(--color-heading);margin:0}.custom-header__cart-drawer .custom-header__close-btn{font-size:20px;color:var(--color-text-muted);transition:all var(--transition-fast);line-height:1;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:transparent;flex-shrink:0}.custom-header__cart-drawer .custom-header__close-btn:hover{color:var(--color-heading);border-color:var(--color-heading)}.custom-header__cart-drawer .custom-header__drawer-body{padding:var(--space-4) var(--space-5);overflow-x:hidden}.custom-header__drawer-footer{padding:var(--space-5);border-top:var(--input-border-width) solid var(--color-border);background:var(--color-bg-secondary);flex-shrink:0}.custom-header__subtotal{display:flex;justify-content:space-between;margin-bottom:15px;font-weight:var(--font-heading-weight);color:var(--color-heading)}.custom-header__checkout-btn{flex:1;cursor:pointer;background:var(--btn-primary-bg);color:var(--btn-primary-text);padding:12px 15px;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);text-transform:uppercase;border-radius:var(--btn-primary-radius);transition:all var(--transition-fast);font-size:var(--font-size-xs);text-align:center;white-space:nowrap}.custom-header__checkout-btn:hover{background:var(--btn-primary-hover-bg)}.custom-header__cart-count{position:absolute;top:-5px;right:-8px;background:var(--drawer-bubble-bg, var(--badge-bg));color:var(--drawer-bubble-text, var(--badge-text));font-size:var(--badge-font-size);font-weight:700;width:var(--badge-size);height:var(--badge-size);border-radius:var(--badge-radius);display:flex;justify-content:center;align-items:center}.custom-header__cart-count.hidden{display:none}.custom-header__cart-drawer-count{font-weight:500}.custom-header__cart-item{display:flex;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--color-border-light)}.custom-header__cart-item:first-child{padding-top:0}.custom-header__item-img-link{flex-shrink:0;width:80px}.custom-header__item-img{width:80px;height:80px;object-fit:cover;object-position:top;border-radius:var(--radius-sm);background:var(--color-bg-secondary)}.custom-header__item-img--placeholder{background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.custom-header__item-info{flex:1;display:flex;flex-direction:column;gap:var(--space-2)}.custom-header__item-title{font-size:var(--font-size-sm);font-weight:500;color:var(--color-heading);line-height:1.3;text-decoration:none}.custom-header__item-title:hover{color:var(--color-accent)}.custom-header__item-variant{font-size:var(--font-size-xs);color:var(--color-text-muted);line-height:1.3}.custom-header__item-row{display:flex;align-items:center;gap:var(--space-4);margin-top:auto}.custom-header__item-quantity{display:flex;align-items:center;gap:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.custom-header__qty-btn{width:32px;height:32px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-base);color:var(--color-text-muted);transition:all var(--transition-fast);cursor:pointer}.custom-header__qty-btn:hover{background:var(--color-bg-secondary);color:var(--color-heading)}.custom-header__qty-value{min-width:36px;text-align:center;font-size:var(--font-size-sm);font-weight:500;color:var(--color-heading);border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);padding:0 var(--space-2);line-height:32px}.custom-header__item-price{font-size:var(--font-size-sm);font-weight:500;color:var(--color-heading);text-align:right;min-width:60px}.custom-header__remove-btn{background:none;border:none;padding:var(--space-2);cursor:pointer;color:var(--color-text-muted);transition:color var(--transition-fast)}.custom-header__remove-btn:hover{color:var(--color-error)}.custom-header__cart-empty{text-align:center;padding:var(--space-10) var(--space-5)}.custom-header__cart-empty p{color:var(--color-text-muted);margin-bottom:var(--space-5)}.custom-header__continue-shopping{display:inline-block;padding:var(--space-3) var(--space-6);background:var(--btn-primary-bg);color:var(--btn-primary-text);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);text-transform:uppercase;font-size:var(--font-size-xs);border-radius:var(--btn-primary-radius);transition:background var(--transition-fast)}.custom-header__continue-shopping:hover{background:var(--btn-primary-hover-bg)}.custom-header__cart-note-wrapper{margin-bottom:15px}.custom-header__cart-note-wrapper label{display:block;font-size:var(--font-size-xs);font-weight:var(--font-heading-weight);text-transform:uppercase;margin-bottom:var(--space-2);color:var(--color-text-muted)}.custom-header__cart-note-wrapper textarea{width:100%;padding:var(--space-2) var(--space-3);border:var(--input-border-width) solid var(--color-border);border-radius:var(--radius-md);font-size:var(--font-size-sm);resize:vertical;min-height:60px;font-family:inherit}.custom-header__shipping-notice{font-size:var(--font-size-xs);color:var(--color-text-muted);text-align:center;margin-bottom:var(--space-3)}.custom-header__footer-buttons{display:flex;gap:var(--space-2)}.custom-header__view-cart-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:12px 15px;border:2px solid var(--btn-secondary-border);background:var(--btn-secondary-bg);color:var(--btn-secondary-text);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);text-transform:uppercase;text-align:center;font-size:var(--font-size-xs);transition:all var(--transition-fast);border-radius:var(--btn-secondary-radius);white-space:nowrap}.custom-header__view-cart-btn:hover{background:var(--btn-secondary-hover-bg);color:var(--btn-secondary-hover-text)}@media(max-width:480px){.custom-header__cart-drawer{width:100%;max-width:100%}}@media(prefers-reduced-motion:reduce){.custom-header__cart-drawer{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/cart-drawer.css.map */
