.cart-drawer-item__details-wrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%}.cart-item__details{flex:1;min-width:0}.cart-item__remove-button{display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;cursor:pointer;color:rgb(var(--color-foreground));flex-shrink:0;width:2.4rem;height:2.4rem;position:relative;overflow:hidden}.cart-item__remove-button-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:transparent;transition:all .2s ease;padding:.5rem}.cart-item__remove-button:hover .cart-item__remove-button-inner{background:rgba(var(--color-foreground),.05);transform:scale(1.1)}.cart-item__remove-button:active .cart-item__remove-button-inner{transform:scale(.95)}.cart-item__remove-button:disabled{cursor:not-allowed;pointer-events:none}.cart-item__remove-button:disabled .cart-item__remove-button-inner{opacity:.3}.cart-item__remove-button .icon-remove{width:1.6rem;height:1.6rem;display:block;pointer-events:none}.cart-item__remove-button.is-loading .cart-item__remove-button-inner{animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cart-item.removing{opacity:.5;pointer-events:none}@media screen and (max-width: 749px){.cart-item__remove-button{width:2rem;height:2rem}.cart-item__remove-button-inner{padding:.4rem}.cart-item__remove-button .icon-remove{width:1.4rem;height:1.4rem}}.cart-drawer-item__details-wrapper{margin-bottom:.5rem}.cart-item:hover .cart-item__remove-button-inner{background:rgba(var(--color-foreground),.05)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart-drawer-remove.css.map */
